/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url(/assets/swiper-bundle.min-e84048296e339762235f0fd06efc5f7ebfb9625f57b215a0618012f9eed55c1d.css);
/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 93, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: var(--bs-link-hover-color);
}

/* line 259, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 360, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 112, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 116, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 136, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 143, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 160, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 164, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 174, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

/* line 179, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 183, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 193, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 27, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 38, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 44, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 65, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 43, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 52, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 56, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 62, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 66, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 94, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 120, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 131, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 146, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 150, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 157, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 162, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 169, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 64, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 71, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* line 68, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 77, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 86, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 117, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 121, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 125, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 131, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 25, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 117, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 121, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 125, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 131, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

/* line 205, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 188, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 195, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 202, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 212, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 217, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 234, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: 0.375rem;
}

/* line 40, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 133, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 138, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 33, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 40, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 51, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 70, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 77, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 85, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 117, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 137, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 145, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 155, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 166, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 169, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 103, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

/* line 108, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 118, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 123, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 139, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 158, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 162, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 171, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 182, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 201, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 204, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 208, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 218, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 227, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 242, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 246, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 267, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 38, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 43, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 52, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 60, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 101, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 108, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 113, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 129, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 141, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 147, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 157, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 168, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 181, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 190, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 195, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 202, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 205, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 210, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 217, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 225, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/* line 32, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

/* line 107, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 27, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 33, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 42, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 46, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 32, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 44, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 33, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 38, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 58, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 72, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 75, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 83, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 113, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 143, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 146, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 155, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 170, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 170, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 190, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 200, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 214, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 219, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 223, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 104, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 47, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 55, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 63, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 73, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 82, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 87, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 117, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 121, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 127, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 135, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 140, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754 !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0 !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107 !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545 !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../../shared/bundle/ruby/2.7.0/gems/bootstrap-5.2.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 6, app/assets/stylesheets/all.min.css */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-1x {
  font-size: 1em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-2x {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-3x {
  font-size: 3em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-4x {
  font-size: 4em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-5x {
  font-size: 5em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-6x {
  font-size: 6em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-7x {
  font-size: 7em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-8x {
  font-size: 8em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-9x {
  font-size: 9em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-10x {
  font-size: 10em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ul > li {
  position: relative;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/all.min.css */
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flip-horizontal {
  transform: scaleX(-1);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flip-vertical {
  transform: scaleY(-1);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stack-1x {
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stack-2x {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-0:before {
  content: "\30";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-1:before {
  content: "\31";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-2:before {
  content: "\32";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-3:before {
  content: "\33";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-4:before {
  content: "\34";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-5:before {
  content: "\35";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-6:before {
  content: "\36";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-7:before {
  content: "\37";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-8:before {
  content: "\38";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-9:before {
  content: "\39";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-to-circle:before {
  content: "\e4bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
  content: "\f138";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-at:before {
  content: "\40";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trash-alt:before, .fa-trash-can:before {
  content: "\f2ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-text-height:before {
  content: "\f034";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-times:before, .fa-user-xmark:before {
  content: "\f235";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment-alt:before, .fa-message:before {
  content: "\f27a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-info:before {
  content: "\f129";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-explosion:before {
  content: "\e4e9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
  content: "\f15c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ring:before {
  content: "\f70b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-un:before {
  content: "\e4d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-three:before {
  content: "\f527";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-alt:before, .fa-calendar-days:before {
  content: "\f073";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-anchor-circle-check:before {
  content: "\e4aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-volleyball-ball:before, .fa-volleyball:before {
  content: "\f45f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-up-to-line:before {
  content: "\e4c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-minus:before, .fa-minus-circle:before {
  content: "\f056";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-door-open:before {
  content: "\f52b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-right-from-bracket:before, .fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-atom:before {
  content: "\f5d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-soap:before {
  content: "\e06e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-music-camera-bolt:before, .fa-icons:before {
  content: "\f86d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
  content: "\f539";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bridge-circle-check:before {
  content: "\e4c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass-location:before, .fa-search-location:before {
  content: "\f689";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-forward-step:before, .fa-step-forward:before {
  content: "\f051";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-smile-beam:before, .fa-smile-beam:before {
  content: "\f5b8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-football-ball:before, .fa-football:before {
  content: "\f44e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-school-circle-exclamation:before {
  content: "\e56c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-crop:before {
  content: "\f125";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-double-down:before, .fa-angles-down:before {
  content: "\f103";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-rectangle:before {
  content: "\e594";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-roof:before {
  content: "\e537";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-line:before {
  content: "\e534";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-beer-mug-empty:before, .fa-beer:before {
  content: "\f0fc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diagram-predecessor:before {
  content: "\e477";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-long:before, .fa-long-arrow-up:before {
  content: "\f176";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-burn:before, .fa-fire-flame-simple:before {
  content: "\f46a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-male:before, .fa-person:before {
  content: "\f183";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-laptop:before {
  content: "\f109";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-menorah:before {
  content: "\f676";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-plane:before {
  content: "\e58f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-stars:before, .fa-grin-stars:before {
  content: "\f587";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bong:before {
  content: "\f55c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
  content: "\f67b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spoon:before, .fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jar-wheat:before {
  content: "\e517";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envelopes-bulk:before, .fa-mail-bulk:before {
  content: "\f674";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-circle-exclamation:before {
  content: "\e4eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-h:before, .fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pager:before {
  content: "\f815";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-address-book:before, .fa-contact-book:before {
  content: "\f2b9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-k:before {
  content: "\4b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-landmark-flag:before {
  content: "\e51c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pencil-alt:before, .fa-pencil:before {
  content: "\f303";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-backward:before {
  content: "\f04a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comments:before {
  content: "\f086";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code-pull-request:before {
  content: "\e13c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-loading:before, .fa-truck-ramp-box:before {
  content: "\f4de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vial-virus:before {
  content: "\e597";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sheet-plastic:before {
  content: "\e571";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blog:before {
  content: "\f781";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-arrow-up-from-line:before {
  content: "\e539";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-scroll-torah:before, .fa-torah:before {
  content: "\f6a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
  content: "\f458";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-archive:before, .fa-box-archive:before {
  content: "\f187";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-drowning:before {
  content: "\e545";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-w:before {
  content: "\57";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-earth-africa:before, .fa-globe-africa:before {
  content: "\f57c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tablet-alt:before, .fa-tablet-screen-button:before {
  content: "\f3fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paw:before {
  content: "\f1b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trowel-bricks:before {
  content: "\e58a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-flushed:before, .fa-flushed:before {
  content: "\f579";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tent-arrow-left-right:before {
  content: "\e57f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bell-concierge:before, .fa-concierge-bell:before {
  content: "\f562";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pen-ruler:before, .fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-arrows-left-right:before, .fa-people-arrows:before {
  content: "\e068";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars-and-venus-burst:before {
  content: "\e523";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-square-right:before, .fa-square-caret-right:before {
  content: "\f152";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sun-plant-wilt:before {
  content: "\e57a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toilets-portable:before {
  content: "\e584";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-table:before {
  content: "\f0ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-digital-tachograph:before, .fa-tachograph-digital:before {
  content: "\f566";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-slash:before {
  content: "\e073";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clover:before {
  content: "\e139";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f3e5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-fire:before {
  content: "\e50c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-minus-square:before, .fa-square-minus:before {
  content: "\f146";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-helicopter:before {
  content: "\f533";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-compass:before {
  content: "\f14e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-square-down:before, .fa-square-caret-down:before {
  content: "\f150";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-circle-question:before {
  content: "\e4ef";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bars:before, .fa-navicon:before {
  content: "\f0c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-group:before {
  content: "\e533";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-broken:before, .fa-heart-crack:before {
  content: "\f7a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-external-link-square-alt:before, .fa-square-up-right:before {
  content: "\f360";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-kiss-beam:before, .fa-kiss-beam:before {
  content: "\f597";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-film:before {
  content: "\f008";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-robbery:before {
  content: "\e536";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-exclamation:before, .fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-school-circle-xmark:before {
  content: "\e56d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
  content: "\f08b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
  content: "\f13a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-unlock-alt:before, .fa-unlock-keyhole:before {
  content: "\f13e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-headphones-alt:before, .fa-headphones-simple:before {
  content: "\f58f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-dollar-to-slot:before, .fa-donate:before {
  content: "\f4b9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-memory:before {
  content: "\f538";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-spikes:before {
  content: "\e568";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fire-burner:before {
  content: "\e4f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flag:before {
  content: "\f024";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-feather:before {
  content: "\f52d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-volume-down:before, .fa-volume-low:before {
  content: "\f027";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-compress:before {
  content: "\f066";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wheat-alt:before, .fa-wheat-awn:before {
  content: "\e2cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ankh:before {
  content: "\f644";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-holding-child:before {
  content: "\e4fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-asterisk:before {
  content: "\2a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-check-square:before, .fa-square-check:before {
  content: "\f14a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-peseta-sign:before {
  content: "\e221";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-header:before, .fa-heading:before {
  content: "\f1dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-list-squares:before, .fa-list:before {
  content: "\f03a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phone-square-alt:before, .fa-square-phone-flip:before {
  content: "\f87b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-dot:before, .fa-dot-circle:before {
  content: "\f192";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dizzy:before, .fa-face-dizzy:before {
  content: "\f567";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-egg:before {
  content: "\f7fb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-medical-circle-xmark:before {
  content: "\e513";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-campground:before {
  content: "\f6bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
  content: "\f1e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paint-brush:before, .fa-paintbrush:before {
  content: "\f1fc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lock:before {
  content: "\f023";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hot-tub-person:before, .fa-hot-tub:before {
  content: "\f593";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-map-location:before, .fa-map-marked:before {
  content: "\f59f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-flood-water:before {
  content: "\e50e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tree:before {
  content: "\f1bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bridge-lock:before {
  content: "\e4cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sack-dollar:before {
  content: "\f81d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-edit:before, .fa-pen-to-square:before {
  content: "\f044";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-share-alt:before, .fa-share-nodes:before {
  content: "\f1e0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-circle-minus:before {
  content: "\e4ff";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microscope:before {
  content: "\f610";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sink:before {
  content: "\e06d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bag-shopping:before, .fa-shopping-bag:before {
  content: "\f290";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-rays:before {
  content: "\e54d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users:before {
  content: "\f0c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flask-vial:before {
  content: "\e4f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-paper:before, .fa-hand:before {
  content: "\f256";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-om:before {
  content: "\f679";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-worm:before {
  content: "\e599";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-circle-xmark:before {
  content: "\e50b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug:before {
  content: "\f1e6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-kiss:before, .fa-kiss:before {
  content: "\f596";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-tongue:before, .fa-grin-tongue:before {
  content: "\f589";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-wink:before, .fa-grin-wink:before {
  content: "\f58c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-circle-check:before {
  content: "\e564";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-five:before {
  content: "\f523";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rss-square:before, .fa-square-rss:before {
  content: "\f143";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-land-mine-on:before {
  content: "\e51b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stairs:before {
  content: "\e289";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-i:before {
  content: "\49";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hryvnia-sign:before, .fa-hryvnia:before {
  content: "\f6f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pills:before {
  content: "\f484";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-wide:before, .fa-grin-alt:before {
  content: "\f581";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-v:before {
  content: "\56";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bicycle:before {
  content: "\f206";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
  content: "\e579";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ambulance:before, .fa-truck-medical:before {
  content: "\f0f9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-barrier:before {
  content: "\e562";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-school:before {
  content: "\f549";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-joint:before {
  content: "\f595";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-right:before {
  content: "\f105";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-horse:before {
  content: "\f6f0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-q:before {
  content: "\51";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-g:before {
  content: "\47";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dong-sign:before {
  content: "\e169";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-capsules:before {
  content: "\f46b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-poo-bolt:before, .fa-poo-storm:before {
  content: "\f75a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-frown-open:before, .fa-frown-open:before {
  content: "\f57a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-align-justify:before {
  content: "\f039";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-helmet-un:before {
  content: "\e503";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bullseye:before {
  content: "\f140";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-folder-blank:before, .fa-folder:before {
  content: "\f07b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-medical-alt:before, .fa-file-waveform:before {
  content: "\f478";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chart-simple:before {
  content: "\e473";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vial:before {
  content: "\f492";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
  content: "\f624";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
  content: "\e2ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-e:before {
  content: "\45";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pen-alt:before, .fa-pen-clip:before {
  content: "\f305";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user:before {
  content: "\f007";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-school-circle-check:before {
  content: "\e56b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dumpster:before {
  content: "\f793";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shuttle-van:before, .fa-van-shuttle:before {
  content: "\f5b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-user:before {
  content: "\e4da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-square-left:before, .fa-square-caret-left:before {
  content: "\f191";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-highlighter:before {
  content: "\f591";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-key:before {
  content: "\f084";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-globe:before {
  content: "\f0ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-half-dress:before {
  content: "\e548";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-bridge:before {
  content: "\e563";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-c:before {
  content: "\43";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tablet-button:before {
  content: "\f10a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-lock:before {
  content: "\e4d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-area-chart:before, .fa-chart-area:before {
  content: "\f1fe";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-flag:before {
  content: "\e50d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-circle-minus:before {
  content: "\e540";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ban:before, .fa-cancel:before {
  content: "\f05e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-camera-rotate:before {
  content: "\e0d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-air-freshener:before, .fa-spray-can-sparkles:before {
  content: "\f5d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-star:before {
  content: "\f005";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-repeat:before {
  content: "\f363";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cross:before {
  content: "\f654";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-box:before {
  content: "\f466";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-pointer:before, .fa-mouse-pointer:before {
  content: "\f245";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-expand-arrows-alt:before, .fa-maximize:before {
  content: "\f31e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shapes:before, .fa-triangle-circle-square:before {
  content: "\f61f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-random:before, .fa-shuffle:before {
  content: "\f074";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-running:before, .fa-running:before {
  content: "\f70c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mobile-retro:before {
  content: "\e527";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spider:before {
  content: "\f717";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-bound:before {
  content: "\e4f9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-circle-exclamation:before {
  content: "\e556";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-x-ray:before {
  content: "\f497";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spell-check:before {
  content: "\f891";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-slash:before {
  content: "\f715";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-computer-mouse:before, .fa-mouse:before {
  content: "\f8cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
  content: "\f090";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shop-slash:before, .fa-store-alt-slash:before {
  content: "\e070";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-server:before {
  content: "\f233";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-virus-covid-slash:before {
  content: "\e4a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shop-lock:before {
  content: "\e4a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-wheat:before {
  content: "\e4db";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-breastfeeding:before {
  content: "\e53a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-right-to-bracket:before, .fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-venus:before {
  content: "\f221";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-passport:before {
  content: "\f5ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-pulse:before, .fa-heartbeat:before {
  content: "\f21e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-carry-box:before, .fa-people-carry:before {
  content: "\f4ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microchip:before {
  content: "\f2db";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-crown:before {
  content: "\f521";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-xmarks-lines:before {
  content: "\e59a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-weight-scale:before, .fa-weight:before {
  content: "\f496";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-friends:before, .fa-user-group:before {
  content: "\f500";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-laugh-squint:before, .fa-laugh-squint:before {
  content: "\f59b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-walking:before, .fa-walking:before {
  content: "\f554";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-l:before {
  content: "\4c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fire:before {
  content: "\f06d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bed-pulse:before, .fa-procedures:before {
  content: "\f487";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shuttle-space:before, .fa-space-shuttle:before {
  content: "\f197";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-laugh:before, .fa-laugh:before {
  content: "\f599";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-circle-plus:before {
  content: "\e500";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code-fork:before {
  content: "\e13b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-city:before {
  content: "\f64f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microphone-alt:before, .fa-microphone-lines:before {
  content: "\f3c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-unlock:before {
  content: "\f09c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-colon-sign:before {
  content: "\e140";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-headset:before {
  content: "\f590";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-store-slash:before {
  content: "\e071";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-circle-xmark:before {
  content: "\e566";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-minus:before {
  content: "\f503";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-champagne-glasses:before, .fa-glass-cheers:before {
  content: "\f79f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clipboard:before {
  content: "\f328";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-circle-exclamation:before {
  content: "\e50a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-arrow-up:before, .fa-file-upload:before {
  content: "\f574";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
  content: "\f1eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bath:before, .fa-bathtub:before {
  content: "\f2cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-underline:before {
  content: "\f0cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-edit:before, .fa-user-pen:before {
  content: "\f4ff";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-signature:before {
  content: "\f5b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bold:before {
  content: "\f032";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-anchor-lock:before {
  content: "\e4ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-ngo:before {
  content: "\e4d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-manat-sign:before {
  content: "\e1d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-border-style:before, .fa-border-top-left:before {
  content: "\f853";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-map-location-dot:before, .fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jedi:before {
  content: "\f669";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-poll:before, .fa-square-poll-vertical:before {
  content: "\f681";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battery-car:before, .fa-car-battery:before {
  content: "\f5df";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gift:before {
  content: "\f06b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-two:before {
  content: "\f528";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glasses:before {
  content: "\f530";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-circle-check:before {
  content: "\e4d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-chalkboard:before {
  content: "\e53d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
  content: "\f22b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-back-fist:before, .fa-hand-rock:before {
  content: "\f255";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-square-up:before, .fa-square-caret-up:before {
  content: "\f151";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-showers-water:before {
  content: "\e4e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bar-chart:before, .fa-chart-bar:before {
  content: "\f080";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-bubbles:before, .fa-hands-wash:before {
  content: "\e05e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-train:before {
  content: "\f238";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eye-low-vision:before, .fa-low-vision:before {
  content: "\f2a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-crow:before {
  content: "\f520";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sailboat:before {
  content: "\e445";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plus-square:before, .fa-square-plus:before {
  content: "\f0fe";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-frog:before {
  content: "\f52e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bucket:before {
  content: "\e4cf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-image:before {
  content: "\f03e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microphone:before {
  content: "\f130";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cow:before {
  content: "\f6c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-folder-closed:before {
  content: "\e185";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-tsunami:before {
  content: "\e515";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-nfi:before {
  content: "\e576";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glass-martini-alt:before, .fa-martini-glass:before {
  content: "\f57b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
  content: "\f2ea";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-columns:before, .fa-table-columns:before {
  content: "\f0db";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lemon:before {
  content: "\f094";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gem:before {
  content: "\f3a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dolly-box:before, .fa-dolly:before {
  content: "\f472";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-smoking:before {
  content: "\f48d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-compress-arrows-alt:before, .fa-minimize:before {
  content: "\f78c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-monument:before {
  content: "\f5a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-double-right:before, .fa-angles-right:before {
  content: "\f101";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-play:before, .fa-play-circle:before {
  content: "\f144";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tablets:before {
  content: "\f490";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ethernet:before {
  content: "\f796";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
  content: "\f153";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chair:before {
  content: "\f6c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-check-circle:before, .fa-circle-check:before {
  content: "\f058";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-stop:before, .fa-stop-circle:before {
  content: "\f28d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-compass-drafting:before, .fa-drafting-compass:before {
  content: "\f568";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plate-wheat:before {
  content: "\e55a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-shelter:before {
  content: "\e54f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-neuter:before {
  content: "\f22c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-marker:before {
  content: "\f5a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-laugh-beam:before, .fa-laugh-beam:before {
  content: "\f59a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-helicopter-symbol:before {
  content: "\e502";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
  content: "\f139";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lari-sign:before {
  content: "\e1c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-volcano:before {
  content: "\f770";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
  content: "\f154";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-viruses:before {
  content: "\e076";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-person-confined:before {
  content: "\e577";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-tie:before {
  content: "\f508";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-long:before, .fa-long-arrow-down:before {
  content: "\f175";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-skating:before, .fa-skating:before {
  content: "\f7c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
  content: "\f662";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-to-file:before, .fa-file-import:before {
  content: "\f56f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-external-link-square:before, .fa-square-arrow-up-right:before {
  content: "\f14c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-box-open:before {
  content: "\f49e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-scroll:before {
  content: "\f70e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spa:before {
  content: "\f5bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-location-pin-lock:before {
  content: "\e51f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pause:before {
  content: "\f04c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hill-avalanche:before {
  content: "\e507";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-registered:before {
  content: "\f25d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
  content: "\f2bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
  content: "\f516";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-subscript:before {
  content: "\f12c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diamond-turn-right:before, .fa-directions:before {
  content: "\f5eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-burst:before {
  content: "\e4dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-laptop:before, .fa-laptop-house:before {
  content: "\e066";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-tired:before, .fa-tired:before {
  content: "\f5c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bills:before {
  content: "\e1f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-smog:before {
  content: "\f75f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-palette:before {
  content: "\f53f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-turn-right:before {
  content: "\e4c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vest:before {
  content: "\e085";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ferry:before {
  content: "\e4ea";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-down-to-people:before {
  content: "\e4b9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-seedling:before, .fa-sprout:before {
  content: "\f4d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-alt-h:before, .fa-left-right:before {
  content: "\f337";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-boxes-packing:before {
  content: "\e4c7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-group-arrows-rotate:before {
  content: "\e4f6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bowl-food:before {
  content: "\e4c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
  content: "\f160";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-bolt:before, .fa-thunderstorm:before {
  content: "\f76c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-remove-format:before, .fa-text-slash:before {
  content: "\f87d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-smile-wink:before, .fa-smile-wink:before {
  content: "\f4da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-h:before, .fa-arrows-left-right:before {
  content: "\f07e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-lock:before {
  content: "\e510";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
  content: "\f0ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-children:before {
  content: "\e4e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blackboard:before, .fa-chalkboard:before {
  content: "\f51b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-alt-slash:before, .fa-user-large-slash:before {
  content: "\f4fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
  content: "\e05f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mattress-pillow:before {
  content: "\e525";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-guarani-sign:before {
  content: "\e19a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
  content: "\f021";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cruzeiro-sign:before {
  content: "\e152";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shield-alt:before, .fa-shield-halved:before {
  content: "\f3ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-atlas:before, .fa-book-atlas:before {
  content: "\f558";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-virus:before {
  content: "\e074";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envelope-circle-check:before {
  content: "\e4e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-to-dot:before {
  content: "\e4be";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-archway:before {
  content: "\f557";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-circle-check:before {
  content: "\e4fd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-chimney-crack:before, .fa-house-damage:before {
  content: "\f6f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-archive:before, .fa-file-zipper:before {
  content: "\f1c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square:before {
  content: "\f0c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glass-martini:before, .fa-martini-glass-empty:before {
  content: "\f000";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-couch:before {
  content: "\f4b8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cedi-sign:before {
  content: "\e0df";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-italic:before {
  content: "\f033";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-church:before {
  content: "\f51d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-democrat:before {
  content: "\f747";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-z:before {
  content: "\5a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-skiing:before, .fa-skiing:before {
  content: "\f7c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-lock:before {
  content: "\e567";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-a:before {
  content: "\41";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-arrow-down:before, .fa-temperature-down:before {
  content: "\e03f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-feather-alt:before, .fa-feather-pointed:before {
  content: "\f56b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-p:before {
  content: "\50";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ad:before, .fa-rectangle-ad:before {
  content: "\f641";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-filter-circle-xmark:before {
  content: "\e17b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-locust:before {
  content: "\e520";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
  content: "\f0cb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-dress-burst:before {
  content: "\e544";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-check-alt:before, .fa-money-check-dollar:before {
  content: "\f53d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-language:before {
  content: "\f1ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-filter:before {
  content: "\f0b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-question:before {
  content: "\3f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-signature:before {
  content: "\f573";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-alt:before, .fa-up-down-left-right:before {
  content: "\f0b2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-chimney-user:before {
  content: "\e065";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-check:before {
  content: "\f53c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-star-half-alt:before, .fa-star-half-stroke:before {
  content: "\f5c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code:before {
  content: "\f121";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glass-whiskey:before, .fa-whiskey-glass:before {
  content: "\f7a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-circle-exclamation:before {
  content: "\e4d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass-chart:before {
  content: "\e522";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-right-from-square:before, .fa-external-link:before {
  content: "\f08e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cubes-stacked:before {
  content: "\e4e6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-krw:before, .fa-won-sign:before, .fa-won:before {
  content: "\f159";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-virus-covid:before {
  content: "\e4a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-austral-sign:before {
  content: "\e0a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-f:before {
  content: "\46";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-leaf:before {
  content: "\f06c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road:before {
  content: "\f018";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-circle-plus:before {
  content: "\e541";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chart-pie:before, .fa-pie-chart:before {
  content: "\f200";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bolt-lightning:before {
  content: "\e0b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sack-xmark:before {
  content: "\e56a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fish-fins:before {
  content: "\e4f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-flag:before {
  content: "\e4d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-beam:before, .fa-grin-beam:before {
  content: "\f582";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-poop:before {
  content: "\f619";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-location-pin:before, .fa-map-marker:before {
  content: "\f041";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
  content: "\f807";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eject:before {
  content: "\f052";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
  content: "\f35a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-circle-check:before {
  content: "\e555";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-object-group:before {
  content: "\f247";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chart-line:before, .fa-line-chart:before {
  content: "\f201";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mask-ventilator:before {
  content: "\e524";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-map-signs:before, .fa-signs-post:before {
  content: "\f277";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cash-register:before {
  content: "\f788";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-circle-question:before {
  content: "\e542";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-h:before {
  content: "\48";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tarp:before {
  content: "\e57b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-screwdriver-wrench:before, .fa-tools:before {
  content: "\f7d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-to-eye:before {
  content: "\e4bf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug-circle-bolt:before {
  content: "\e55b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart:before {
  content: "\f004";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars-and-venus:before {
  content: "\f224";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-home-user:before, .fa-house-user:before {
  content: "\e1b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-crack:before {
  content: "\e3b1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cocktail:before, .fa-martini-glass-citrus:before {
  content: "\f561";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-surprise:before, .fa-surprise:before {
  content: "\f5c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bottle-water:before {
  content: "\e4c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-pause:before, .fa-pause-circle:before {
  content: "\f28b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-apple-alt:before, .fa-apple-whole:before {
  content: "\f5d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kitchen-set:before {
  content: "\e51a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-r:before {
  content: "\52";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cube:before {
  content: "\f1b2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bitcoin-sign:before {
  content: "\e0b4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shield-dog:before {
  content: "\e573";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-elevator:before {
  content: "\e16d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill-transfer:before {
  content: "\e528";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill-trend-up:before {
  content: "\e529";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-poll-h:before, .fa-square-poll-horizontal:before {
  content: "\f682";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle:before {
  content: "\f111";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-backward-fast:before, .fa-fast-backward:before {
  content: "\f049";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trademark:before {
  content: "\f25c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-basketball-ball:before, .fa-basketball:before {
  content: "\f434";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
  content: "\f35b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mobile-alt:before, .fa-mobile-screen-button:before {
  content: "\f3cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-volume-high:before, .fa-volume-up:before {
  content: "\f028";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-rays:before {
  content: "\e593";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wallet:before {
  content: "\f555";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-burger:before, .fa-hamburger:before {
  content: "\f805";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bugs:before {
  content: "\e4d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rupee-sign:before, .fa-rupee:before {
  content: "\f156";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-question:before, .fa-question-circle:before {
  content: "\f059";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-bookmark:before {
  content: "\e0bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code-branch:before {
  content: "\f126";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bridge:before {
  content: "\e4c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phone-alt:before, .fa-phone-flip:before {
  content: "\f879";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-front:before {
  content: "\e2b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cat:before {
  content: "\f6be";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-field:before {
  content: "\e58d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-route:before {
  content: "\f4d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clipboard-question:before {
  content: "\e4e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-panorama:before {
  content: "\e209";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-circle-minus:before {
  content: "\e4ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tags:before {
  content: "\f02c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fast-forward:before, .fa-forward-fast:before {
  content: "\f050";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-meh-blank:before, .fa-meh-blank:before {
  content: "\f5a4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-parking:before, .fa-square-parking:before {
  content: "\f540";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-signal:before {
  content: "\e012";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bars-progress:before, .fa-tasks-alt:before {
  content: "\f828";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-faucet-drip:before {
  content: "\e006";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ban-smoking:before, .fa-smoking-ban:before {
  content: "\f54d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-terminal:before {
  content: "\f120";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mobile-button:before {
  content: "\f10b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-medical-flag:before {
  content: "\e514";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-basket-shopping:before, .fa-shopping-basket:before {
  content: "\f291";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tape:before {
  content: "\f4db";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bus-alt:before, .fa-bus-simple:before {
  content: "\f55e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eye:before {
  content: "\f06e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-sad-cry:before, .fa-sad-cry:before {
  content: "\f5b3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-military-to-person:before {
  content: "\e54c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-shield:before {
  content: "\e4f0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-slash:before {
  content: "\f506";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pen:before {
  content: "\f304";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tower-observation:before {
  content: "\e586";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
  content: "\f012";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bus:before {
  content: "\f207";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-circle-xmark:before {
  content: "\e501";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-home-lg:before, .fa-house-chimney:before {
  content: "\e3af";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-frown:before, .fa-frown:before {
  content: "\f119";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shop:before, .fa-store-alt:before {
  content: "\f54f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-floppy-disk:before, .fa-save:before {
  content: "\f0c7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
  content: "\f515";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment-dots:before, .fa-commenting:before {
  content: "\f4ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plant-wilt:before {
  content: "\e5aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diamond:before {
  content: "\f219";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-squint:before, .fa-grin-squint:before {
  content: "\f585";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-praying:before, .fa-praying-hands:before {
  content: "\f684";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
  content: "\f01e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-biohazard:before {
  content: "\f780";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-location-crosshairs:before, .fa-location:before {
  content: "\f601";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars-double:before {
  content: "\f227";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-child-dress:before {
  content: "\e59c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-between-lines:before {
  content: "\e591";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-tears:before, .fa-grin-tears:before {
  content: "\f588";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phone:before {
  content: "\f095";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-times:before, .fa-calendar-xmark:before {
  content: "\f273";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-child-reaching:before {
  content: "\e59d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-cog:before, .fa-user-gear:before {
  content: "\f4fe";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-six:before {
  content: "\f526";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mosquito-net:before {
  content: "\e52c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bridge-water:before {
  content: "\e4ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-booth:before {
  content: "\f756";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-text-width:before {
  content: "\f035";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-digging:before, .fa-person-digging:before {
  content: "\f85e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trash:before {
  content: "\f1f8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
  content: "\f629";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-poo:before {
  content: "\f2fe";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-quote-right-alt:before, .fa-quote-right:before {
  content: "\f10e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
  content: "\f553";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-divide:before {
  content: "\f529";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tenge-sign:before, .fa-tenge:before {
  content: "\f7d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-headphones:before {
  content: "\f025";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-holding:before {
  content: "\f4c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-clapping:before {
  content: "\e1a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-republican:before {
  content: "\f75e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-circle-xmark:before {
  content: "\e543";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ruler:before {
  content: "\f545";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-align-left:before {
  content: "\f036";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-j:before {
  content: "\4a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-viewfinder:before {
  content: "\e595";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-external-link-alt:before, .fa-up-right-from-square:before {
  content: "\f35d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-table-cells:before, .fa-th:before {
  content: "\f00a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bible:before, .fa-book-bible:before {
  content: "\f647";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-o:before {
  content: "\4f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-medkit:before, .fa-suitcase-medical:before {
  content: "\f0fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-otter:before {
  content: "\f700";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-female:before, .fa-person-dress:before {
  content: "\f182";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-briefcase-clock:before, .fa-business-time:before {
  content: "\f64a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-table-cells-large:before, .fa-th-large:before {
  content: "\f009";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-tanakh:before, .fa-tanakh:before {
  content: "\f827";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phone-volume:before, .fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clipboard-user:before {
  content: "\f7f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-child:before {
  content: "\f1ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-lock:before {
  content: "\e558";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tag:before {
  content: "\f02b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment:before {
  content: "\f075";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
  content: "\f1fd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-double-up:before, .fa-angles-up:before {
  content: "\f102";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-to-city:before {
  content: "\e4b3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lungs:before {
  content: "\f604";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-litecoin-sign:before {
  content: "\e1d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-border-none:before {
  content: "\f850";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-nodes:before {
  content: "\e4e2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-indent:before {
  content: "\f03c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-field-un:before {
  content: "\e58e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hourglass-empty:before, .fa-hourglass:before {
  content: "\f254";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-doctor:before, .fa-user-md:before {
  content: "\f0f0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-info:before, .fa-info-circle:before {
  content: "\f05a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-camera-alt:before, .fa-camera:before {
  content: "\f030";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-virus:before {
  content: "\e578";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-meteor:before {
  content: "\f753";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-car-on:before {
  content: "\e4dd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-water:before {
  content: "\f773";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-braille:before {
  content: "\f2a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
  content: "\f486";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-landmark:before {
  content: "\f66f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck:before {
  content: "\f0d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-cane:before {
  content: "\e53c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tent:before {
  content: "\e57d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-check-double:before {
  content: "\f560";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill-wheat:before {
  content: "\e52a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cookie:before {
  content: "\f563";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hard-drive:before, .fa-hdd:before {
  content: "\f0a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-list-alt:before, .fa-rectangle-list:before {
  content: "\f022";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tarp-droplet:before {
  content: "\e57c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-medical-circle-check:before {
  content: "\e511";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
  content: "\f359";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-subway:before, .fa-train-subway:before {
  content: "\f239";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chart-gantt:before {
  content: "\e0e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
  content: "\e1bc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-crop-alt:before, .fa-crop-simple:before {
  content: "\f565";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill-1:before, .fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-left-long:before, .fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dna:before {
  content: "\f471";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-minus:before, .fa-subtract:before {
  content: "\f068";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess:before {
  content: "\f439";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-left-long:before, .fa-long-arrow-left:before {
  content: "\f177";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug-circle-check:before {
  content: "\e55c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-street-view:before {
  content: "\f21d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-franc-sign:before {
  content: "\e18f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-volume-off:before {
  content: "\f026";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
  content: "\f2a3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-droplet-slash:before, .fa-tint-slash:before {
  content: "\f5c7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mosque:before {
  content: "\f678";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mosquito:before {
  content: "\e52b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-military-rifle:before {
  content: "\e54b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cart-shopping:before, .fa-shopping-cart:before {
  content: "\f07a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vials:before {
  content: "\f493";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug-circle-plus:before {
  content: "\e55f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-turn-up:before, .fa-level-up:before {
  content: "\f148";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-u:before {
  content: "\55";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-root-alt:before, .fa-square-root-variable:before {
  content: "\f698";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clock-four:before, .fa-clock:before {
  content: "\f017";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-backward-step:before, .fa-step-backward:before {
  content: "\f048";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pallet:before {
  content: "\f482";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-faucet:before {
  content: "\e005";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-baseball-bat-ball:before {
  content: "\f432";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-s:before {
  content: "\53";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-timeline:before {
  content: "\e29c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clinic-medical:before, .fa-house-chimney-medical:before {
  content: "\f7f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mobile-android-alt:before, .fa-mobile-screen:before {
  content: "\f3cf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-up:before {
  content: "\e22d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battery-3:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mountain-city:before {
  content: "\e52e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-coins:before {
  content: "\f51e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-khanda:before {
  content: "\f66d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sliders-h:before, .fa-sliders:before {
  content: "\f1de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-folder-tree:before {
  content: "\f802";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-map-pin:before {
  content: "\f276";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hamsa:before {
  content: "\f665";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cent-sign:before {
  content: "\e3f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flask:before {
  content: "\f0c3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-pregnant:before {
  content: "\e31e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wand-sparkles:before {
  content: "\f72b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
  content: "\f142";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ticket:before {
  content: "\f145";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-power-off:before {
  content: "\f011";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-long-arrow-alt-right:before, .fa-right-long:before {
  content: "\f30b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-laptop-file:before {
  content: "\e51d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-teletype:before, .fa-tty:before {
  content: "\f1e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diagram-next:before {
  content: "\e476";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-rifle:before {
  content: "\e54e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hiking:before, .fa-person-hiking:before {
  content: "\f6ec";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-venus-double:before {
  content: "\f226";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-images:before {
  content: "\f302";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-people-pulling:before {
  content: "\e535";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-n:before {
  content: "\4e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cable-car:before, .fa-tram:before {
  content: "\f7da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-circle-xmark:before {
  content: "\e4d4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ship:before {
  content: "\f21a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-down-to-line:before {
  content: "\e4b8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-download:before {
  content: "\f019";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin:before, .fa-grin:before {
  content: "\f580";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-backspace:before, .fa-delete-left:before {
  content: "\f55a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
  content: "\f1fb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-circle-check:before {
  content: "\e5a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-forward:before {
  content: "\f04e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
  content: "\f3ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-meh:before, .fa-meh:before {
  content: "\f11a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-align-center:before {
  content: "\f037";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-dead:before, .fa-book-skull:before {
  content: "\f6b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
  content: "\f015";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-b:before {
  content: "\42";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-medical:before {
  content: "\f477";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-one:before {
  content: "\f525";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-arrow-left:before, .fa-exchange:before {
  content: "\f0ec";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
  content: "\f2f9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cutlery:before, .fa-utensils:before {
  content: "\f2e7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
  content: "\f161";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mill-sign:before {
  content: "\e1ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bowl-rice:before {
  content: "\e2eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-skull:before {
  content: "\f54c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-broadcast-tower:before, .fa-tower-broadcast:before {
  content: "\f519";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-long-arrow-alt-up:before, .fa-up-long:before {
  content: "\f30c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stop:before {
  content: "\f04d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code-merge:before {
  content: "\f387";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-upload:before {
  content: "\f093";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hurricane:before {
  content: "\f751";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mound:before {
  content: "\e52d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toilet-portable:before {
  content: "\e583";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-arrow-down:before, .fa-file-download:before {
  content: "\f56d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shield-cat:before {
  content: "\e572";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bolt:before, .fa-zap:before {
  content: "\f0e7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glass-water:before {
  content: "\e4f4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-oil-well:before {
  content: "\e532";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vault:before {
  content: "\e2c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mars:before {
  content: "\f222";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane-circle-xmark:before {
  content: "\e557";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
  content: "\f157";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
  content: "\f158";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sun:before {
  content: "\f185";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-laugh-wink:before, .fa-laugh-wink:before {
  content: "\f59c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bore-hole:before {
  content: "\e4c3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-industry:before {
  content: "\f275";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
  content: "\f358";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-florin-sign:before {
  content: "\e184";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-less-than:before {
  content: "\3c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-down:before {
  content: "\f107";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-car-tunnel:before {
  content: "\e4de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-lock:before {
  content: "\f502";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  content: "\f178";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ellipsis-h:before, .fa-ellipsis:before {
  content: "\f141";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-first-aid:before, .fa-kit-medical:before {
  content: "\f479";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-through-window:before {
  content: "\e5a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-toolbox:before {
  content: "\f552";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-holding-circle:before {
  content: "\e4fb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bug:before {
  content: "\f188";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-credit-card-alt:before, .fa-credit-card:before {
  content: "\f09d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-holding-hand:before {
  content: "\e4f7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-open-reader:before, .fa-book-reader:before {
  content: "\f5da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mountain-sun:before {
  content: "\e52f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-droplet:before {
  content: "\e58c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-circle-xmark:before {
  content: "\e5a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-arrow-up:before, .fa-temperature-up:before {
  content: "\e040";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-medal:before {
  content: "\f5a2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bed:before {
  content: "\f236";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-h-square:before, .fa-square-h:before {
  content: "\f0fd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bell:before {
  content: "\f0f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-superscript:before {
  content: "\f12b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug-circle-xmark:before {
  content: "\e560";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands-helping:before, .fa-handshake-angle:before {
  content: "\f4c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file:before {
  content: "\f15b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-greater-than:before {
  content: "\3e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-swimming:before, .fa-swimmer:before {
  content: "\f5c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-droplet:before, .fa-tint:before {
  content: "\f043";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-eraser:before {
  content: "\f12d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
  content: "\f57d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-burst:before {
  content: "\e53b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dove:before {
  content: "\f4ba";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-socks:before {
  content: "\f696";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-inbox:before {
  content: "\f01c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-section:before {
  content: "\e447";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
  content: "\f625";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
  content: "\f0f8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
  content: "\f550";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blind:before, .fa-person-walking-with-cane:before {
  content: "\f29d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-drum:before {
  content: "\f569";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-heart-circle-bolt:before {
  content: "\e4fc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fax:before {
  content: "\f1ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-check-to-slot:before, .fa-vote-yea:before {
  content: "\f772";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-star-half:before {
  content: "\f089";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
  content: "\f468";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-assistive-listening-systems:before, .fa-ear-listen:before {
  content: "\f2a2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tree-city:before {
  content: "\e587";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-play:before {
  content: "\f04b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-font:before {
  content: "\f031";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rupiah-sign:before {
  content: "\e23d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass:before, .fa-search:before {
  content: "\f002";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
  content: "\f45d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diagnoses:before, .fa-person-dots-from-line:before {
  content: "\f470";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-naira-sign:before {
  content: "\e1f6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-walkie-talkie:before {
  content: "\f8ef";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-edit:before, .fa-file-pen:before {
  content: "\f31c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-receipt:before {
  content: "\f543";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
  content: "\f14b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-circle-exclamation:before {
  content: "\e53f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code-compare:before {
  content: "\e13a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-list-dots:before, .fa-list-ul:before {
  content: "\f0ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-school-lock:before {
  content: "\e56f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tower-cell:before {
  content: "\e585";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-down-long:before, .fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ranking-star:before {
  content: "\e561";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-harassing:before {
  content: "\e549";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-brazilian-real-sign:before {
  content: "\e46c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-landmark-alt:before, .fa-landmark-dome:before {
  content: "\f752";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
  content: "\f26c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shrimp:before {
  content: "\e448";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-list-check:before, .fa-tasks:before {
  content: "\f0ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jug-detergent:before {
  content: "\e519";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-user:before, .fa-user-circle:before {
  content: "\f2bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-shield:before {
  content: "\f505";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wind:before {
  content: "\f72e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-car-burst:before, .fa-car-crash:before {
  content: "\f5e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-y:before {
  content: "\59";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-snowboarding:before, .fa-snowboarding:before {
  content: "\f7ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shipping-fast:before, .fa-truck-fast:before {
  content: "\f48b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fish:before {
  content: "\f578";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-adjust:before, .fa-circle-half-stroke:before {
  content: "\f042";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clapperboard:before {
  content: "\e131";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-radiation:before, .fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-baseball-ball:before, .fa-baseball:before {
  content: "\f433";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jet-fighter-up:before {
  content: "\e518";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diagram-project:before, .fa-project-diagram:before {
  content: "\f542";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-copy:before {
  content: "\f0c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
  content: "\f6a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-grip-horizontal:before, .fa-grip:before {
  content: "\f58d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-share-from-square:before, .fa-share-square:before {
  content: "\f14d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-child-combatant:before, .fa-child-rifle:before {
  content: "\e4e0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gun:before {
  content: "\e19b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phone-square:before, .fa-square-phone:before {
  content: "\f098";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-add:before, .fa-plus:before {
  content: "\2b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-expand:before {
  content: "\f065";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-computer:before {
  content: "\e4e5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: "\f00d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-up-down-left-right:before, .fa-arrows:before {
  content: "\f047";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
  content: "\f51c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-peso-sign:before {
  content: "\e222";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building-shield:before {
  content: "\e4d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-baby:before {
  content: "\f77c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-line:before {
  content: "\e592";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-quote-left-alt:before, .fa-quote-left:before {
  content: "\f10d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tractor:before {
  content: "\f722";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trash-arrow-up:before, .fa-trash-restore:before {
  content: "\f829";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lines-leaning:before {
  content: "\e51e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-equals:before {
  content: "\3d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blender:before {
  content: "\f517";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-teeth:before {
  content: "\f62e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
  content: "\f20b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-map:before {
  content: "\f279";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rocket:before {
  content: "\f135";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-photo-film:before, .fa-photo-video:before {
  content: "\f87c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-store:before {
  content: "\f54e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-trend-up:before {
  content: "\e098";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug-circle-minus:before {
  content: "\e55e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sign-hanging:before, .fa-sign:before {
  content: "\f4d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tablet-android:before, .fa-tablet:before {
  content: "\f3fb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-school-flag:before {
  content: "\e56e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fill:before {
  content: "\f575";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-up:before {
  content: "\f106";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bacteria:before {
  content: "\e059";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-notdef:before {
  content: "\e1fe";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-disease:before {
  content: "\f7fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-genderless:before {
  content: "\f22d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-retweet:before {
  content: "\f079";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-car-alt:before, .fa-car-rear:before {
  content: "\f5de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battery-2:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-radio:before {
  content: "\f8d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-baby-carriage:before, .fa-carriage-baby:before {
  content: "\f77d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-thermometer:before {
  content: "\f491";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-percent:before, .fa-percentage:before {
  content: "\25";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glass-water-droplet:before {
  content: "\e4f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-display:before {
  content: "\e163";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-smile:before, .fa-smile:before {
  content: "\f118";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-thumb-tack:before, .fa-thumbtack:before {
  content: "\f08d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trophy:before {
  content: "\f091";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-praying:before, .fa-pray:before {
  content: "\f683";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rotate:before, .fa-sync-alt:before {
  content: "\f2f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spinner:before {
  content: "\f110";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-robot:before {
  content: "\f544";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-peace:before {
  content: "\f67c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-warehouse:before {
  content: "\f494";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-hearts:before, .fa-grin-hearts:before {
  content: "\f584";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice-four:before {
  content: "\f524";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-transgender-alt:before, .fa-transgender:before {
  content: "\f225";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mercury:before {
  content: "\f223";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-turn-down:before, .fa-level-down:before {
  content: "\f149";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-falling-burst:before {
  content: "\e547";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-award:before {
  content: "\f559";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ticket-alt:before, .fa-ticket-simple:before {
  content: "\f3ff";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-building:before {
  content: "\f1ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-double-left:before, .fa-angles-left:before {
  content: "\f100";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-qrcode:before {
  content: "\f029";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clock-rotate-left:before, .fa-history:before {
  content: "\f1da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-right-from-file:before, .fa-file-export:before {
  content: "\f56e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shield-blank:before, .fa-shield:before {
  content: "\f132";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-medical:before {
  content: "\e3b2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-golf-ball-tee:before, .fa-golf-ball:before {
  content: "\f450";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
  content: "\f137";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-chimney-window:before {
  content: "\e00d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tent-arrow-turn-left:before {
  content: "\e580";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tents:before {
  content: "\e582";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magic:before, .fa-wand-magic:before {
  content: "\f0d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dog:before {
  content: "\f6d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-carrot:before {
  content: "\f787";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-moon:before {
  content: "\f186";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
  content: "\f5ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-music:before {
  content: "\f001";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-code-commit:before {
  content: "\f386";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-biking:before, .fa-person-biking:before {
  content: "\f84a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-broom:before {
  content: "\f51a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shield-heart:before {
  content: "\e574";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gopuram:before {
  content: "\f664";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-earth-oceania:before, .fa-globe-oceania:before {
  content: "\e47b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
  content: "\f2d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hashtag:before {
  content: "\23";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-oil-can:before {
  content: "\f613";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-t:before {
  content: "\54";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chart-column:before {
  content: "\e0e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-infinity:before {
  content: "\f534";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vial-circle-check:before {
  content: "\e596";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-arrow-down-to-line:before {
  content: "\e538";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-voicemail:before {
  content: "\f897";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fan:before {
  content: "\f863";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-walking-luggage:before {
  content: "\e554";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-alt-v:before, .fa-up-down:before {
  content: "\f338";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar:before {
  content: "\f133";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trailer:before {
  content: "\e041";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bahai:before, .fa-haykal:before {
  content: "\f666";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-plus:before, .fa-plus-circle:before {
  content: "\f055";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plug-circle-exclamation:before {
  content: "\e55d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
  content: "\f127";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-clone:before {
  content: "\f24d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fire-alt:before, .fa-fire-flame-curved:before {
  content: "\f7e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tornado:before {
  content: "\f76f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-circle-plus:before {
  content: "\e494";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-quran:before, .fa-quran:before {
  content: "\f687";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-anchor:before {
  content: "\f13d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-border-all:before {
  content: "\f84c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angry:before, .fa-face-angry:before {
  content: "\f556";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-trend-down:before {
  content: "\e097";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-balance-scale:before, .fa-scale-balanced:before {
  content: "\f24e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
  content: "\f62a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shower:before {
  content: "\f2cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-desktop-alt:before, .fa-desktop:before {
  content: "\f390";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-m:before {
  content: "\4d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-table-list:before, .fa-th-list:before {
  content: "\f00b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-comment-sms:before, .fa-sms:before {
  content: "\f7cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book:before {
  content: "\f02d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-plus:before {
  content: "\f234";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-check:before {
  content: "\f00c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battery-4:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-house-circle-check:before {
  content: "\e509";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angle-left:before {
  content: "\f104";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diagram-successor:before {
  content: "\e47a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-truck-arrow-right:before {
  content: "\e58b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fist-raised:before, .fa-hand-fist:before {
  content: "\f6de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-falling:before {
  content: "\e546";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-image-portrait:before, .fa-portrait:before {
  content: "\f3e0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-tag:before {
  content: "\f507";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rug:before {
  content: "\e569";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-earth-europe:before, .fa-globe-europe:before {
  content: "\f7a2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
  content: "\f59d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
  content: "\f410";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-baht-sign:before {
  content: "\e0ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-open:before {
  content: "\f518";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-book-journal-whills:before, .fa-journal-whills:before {
  content: "\f66a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-handcuffs:before {
  content: "\e4f8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
  content: "\f071";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-database:before {
  content: "\f1c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bottle-droplet:before {
  content: "\e4c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mask-face:before {
  content: "\e1d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hill-rockslide:before {
  content: "\e508";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-exchange-alt:before, .fa-right-left:before {
  content: "\f362";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-road-circle-exclamation:before {
  content: "\e565";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-align-right:before {
  content: "\f038";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
  content: "\f5c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-up-down:before, .fa-arrows-v:before {
  content: "\f07d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-grimace:before, .fa-grimace:before {
  content: "\f57f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
  content: "\e2ce";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-level-down-alt:before, .fa-turn-down:before {
  content: "\f3be";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-walking-arrow-right:before {
  content: "\e552";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envelope-square:before, .fa-square-envelope:before {
  content: "\f199";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dice:before {
  content: "\f522";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-brain:before {
  content: "\f5dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-band-aid:before, .fa-bandage:before {
  content: "\f462";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
  content: "\f057";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gifts:before {
  content: "\f79c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hotel:before {
  content: "\f594";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-earth-asia:before, .fa-globe-asia:before {
  content: "\f57e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-id-card-alt:before, .fa-id-card-clip:before {
  content: "\f47f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass-plus:before, .fa-search-plus:before {
  content: "\f00e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-allergies:before, .fa-hand-dots:before {
  content: "\f461";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-coffee:before, .fa-mug-saucer:before {
  content: "\f0f4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-brush:before {
  content: "\f55d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mask:before {
  content: "\f6fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass-minus:before, .fa-search-minus:before {
  content: "\f010";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-alt:before, .fa-user-large:before {
  content: "\f406";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-train-tram:before {
  content: "\e5b4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-syringe:before {
  content: "\f48e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-full:before {
  content: "\f45c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnet:before {
  content: "\f076";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jar:before {
  content: "\e516";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-note-sticky:before, .fa-sticky-note:before {
  content: "\f249";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bug-slash:before {
  content: "\e490";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bone:before {
  content: "\f5d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-user-injured:before {
  content: "\f728";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-face-sad-tear:before, .fa-sad-tear:before {
  content: "\f5b4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plane:before {
  content: "\f072";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tent-arrows-down:before {
  content: "\e581";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-exclamation:before {
  content: "\21";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-arrows-spin:before {
  content: "\e4bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-print:before {
  content: "\f02f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
  content: "\e2bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
  content: "\24";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-x:before {
  content: "\58";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
  content: "\f688";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-users-cog:before, .fa-users-gear:before {
  content: "\f509";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-military-pointing:before {
  content: "\e54a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
  content: "\f19c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trowel:before {
  content: "\e589";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-d:before {
  content: "\44";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stapler:before {
  content: "\e5af";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-masks-theater:before, .fa-theater-masks:before {
  content: "\f630";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kip-sign:before {
  content: "\e1c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-handshake-alt:before, .fa-handshake-simple:before {
  content: "\f4c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fighter-jet:before, .fa-jet-fighter:before {
  content: "\f0fb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-share-alt-square:before, .fa-square-share-nodes:before {
  content: "\f1e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-barcode:before {
  content: "\f02a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-plus-minus:before {
  content: "\e43c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-video-camera:before, .fa-video:before {
  content: "\f03d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-person-circle-check:before {
  content: "\e53e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-level-up-alt:before, .fa-turn-up:before {
  content: "\f3bf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 6, app/assets/stylesheets/all.min.css */
:host, :root {
  --fa-style-family-brands:"Font Awesome 6 Brands";
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-d5732e954899483469ba66af84a9b9106ce527ec70bffaf3f7bea2e3436ef622.woff2) format("woff2"), url(/fa-brands-400.ttf) format("truetype");
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-brands, .fab {
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-monero:before {
  content: "\f3d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hooli:before {
  content: "\f427";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lastfm:before {
  content: "\f202";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-aws:before {
  content: "\f375";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ups:before {
  content: "\f7e0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dyalog:before {
  content: "\f399";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bity:before {
  content: "\f37a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stackpath:before {
  content: "\f842";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-modx:before {
  content: "\f285";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-guilded:before {
  content: "\e07e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vnv:before {
  content: "\f40b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-js-square:before, .fa-square-js:before {
  content: "\f3b9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-qq:before {
  content: "\f1d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-java:before {
  content: "\f4e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-invision:before {
  content: "\f7b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-centercode:before {
  content: "\f380";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-unity:before {
  content: "\e049";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vk:before {
  content: "\f189";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-untappd:before {
  content: "\f405";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-reddit-square:before, .fa-square-reddit:before {
  content: "\f1a2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-contao:before {
  content: "\f26d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\e055";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-battle-net:before {
  content: "\f835";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hacker-news-square:before, .fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-edge:before {
  content: "\f282";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-napster:before {
  content: "\f3d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-snapchat-square:before, .fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-artstation:before {
  content: "\f77a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-markdown:before {
  content: "\f60f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-diaspora:before {
  content: "\f791";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-foursquare:before {
  content: "\f180";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-github-alt:before {
  content: "\f113";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-algolia:before {
  content: "\f36c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-safari:before {
  content: "\f267";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google:before {
  content: "\f1a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chromecast:before {
  content: "\f838";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-evernote:before {
  content: "\f839";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-adversal:before {
  content: "\f36a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fonticons:before {
  content: "\f280";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-git-alt:before {
  content: "\f841";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rev:before {
  content: "\f5b2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-windows:before {
  content: "\f17a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-viadeo:before, .fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-centos:before {
  content: "\f789";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-adn:before {
  content: "\f170";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dribbble-square:before, .fa-square-dribbble:before {
  content: "\f397";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-codiepie:before {
  content: "\f284";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-node:before {
  content: "\f419";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mix:before {
  content: "\f3cb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-steam:before {
  content: "\f1b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-scribd:before {
  content: "\f28a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-openid:before {
  content: "\f19b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-instalod:before {
  content: "\e081";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-twitter:before, .fa-twitter-square:before {
  content: "\f081";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-accusoft:before {
  content: "\f369";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-app-store:before {
  content: "\f36f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-golang:before {
  content: "\e40f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-grav:before {
  content: "\f2d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-weibo:before {
  content: "\f18a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-uncharted:before {
  content: "\e084";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-youtube:before, .fa-youtube-square:before {
  content: "\f431";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rendact:before, .fa-wpressr:before {
  content: "\f3e4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angellist:before {
  content: "\f209";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-skype:before {
  content: "\f17e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-joget:before {
  content: "\f3b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fedora:before {
  content: "\f798";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-meta:before {
  content: "\e49b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hips:before {
  content: "\f452";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-behance:before {
  content: "\f1b4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-discord:before {
  content: "\f392";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-chrome:before {
  content: "\f268";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-confluence:before {
  content: "\f78d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dochub:before {
  content: "\f394";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-amazon:before {
  content: "\f270";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-steam:before, .fa-steam-square:before {
  content: "\f1b7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-500px:before {
  content: "\f26e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-vimeo:before, .fa-vimeo-square:before {
  content: "\f194";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gratipay:before {
  content: "\f184";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-apple:before {
  content: "\f179";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hive:before {
  content: "\e07f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-github-square:before, .fa-square-github:before {
  content: "\f092";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fedex:before {
  content: "\f797";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-shopify:before {
  content: "\e057";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-neos:before {
  content: "\f612";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-swift:before {
  content: "\f8e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angular:before {
  content: "\f420";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-empire:before {
  content: "\f1d1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-envira:before {
  content: "\f299";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gitlab-square:before, .fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-firefox:before {
  content: "\f269";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-linode:before {
  content: "\f2b8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sith:before {
  content: "\f512";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-page4:before {
  content: "\f3d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hashnode:before {
  content: "\e499";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-react:before {
  content: "\f41b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-opera:before {
  content: "\f26a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stripe:before {
  content: "\f429";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-houzz:before {
  content: "\f27c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gg:before {
  content: "\f260";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dhl:before {
  content: "\f790";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pinterest-square:before, .fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-xing:before {
  content: "\f168";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-playstation:before {
  content: "\f3df";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-quinscape:before {
  content: "\f459";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-less:before {
  content: "\f41d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-opencart:before {
  content: "\f23d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vine:before {
  content: "\f1ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gitlab:before {
  content: "\f296";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-typo3:before {
  content: "\f42b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-avianex:before {
  content: "\f374";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ello:before {
  content: "\f5f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bimobject:before {
  content: "\f378";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-plus-square:before, .fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-osi:before {
  content: "\f41a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-periscope:before {
  content: "\f3da";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-forumbee:before {
  content: "\f211";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-xing:before, .fa-xing-square:before {
  content: "\f169";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wpforms:before {
  content: "\f298";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-usps:before {
  content: "\f7e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-magento:before {
  content: "\f3c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fly:before {
  content: "\f417";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-aviato:before {
  content: "\f421";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-blogger:before {
  content: "\f37c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flickr:before {
  content: "\f16e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-viber:before {
  content: "\f409";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-digg:before {
  content: "\f1a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-symfony:before {
  content: "\f83d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-audible:before {
  content: "\f373";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-erlang:before {
  content: "\f39d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dashcube:before {
  content: "\f210";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-42-group:before, .fa-innosoft:before {
  content: "\e080";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-elementor:before {
  content: "\f430";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pied-piper-square:before, .fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-xbox:before {
  content: "\f412";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-facebook-square:before, .fa-square-facebook:before {
  content: "\f082";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-renren:before {
  content: "\f18b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-linux:before {
  content: "\f17c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-glide:before {
  content: "\f2a5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mixer:before {
  content: "\e056";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-lastfm-square:before, .fa-square-lastfm:before {
  content: "\f203";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-figma:before {
  content: "\f799";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-instagram:before {
  content: "\f16d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cmplid:before {
  content: "\e360";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-facebook:before {
  content: "\f09a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-uikit:before {
  content: "\f403";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-line:before {
  content: "\f3c0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-deezer:before {
  content: "\e077";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jira:before {
  content: "\f7b1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-docker:before {
  content: "\f395";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-screenpal:before {
  content: "\e570";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gitter:before {
  content: "\f426";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-microblog:before {
  content: "\e01a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yandex:before {
  content: "\f413";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-readme:before {
  content: "\f4d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-html5:before {
  content: "\f13b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sellsy:before {
  content: "\f213";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sass:before {
  content: "\f41e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wirsindhandwerk:before, .fa-wsh:before {
  content: "\e2d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-apper:before {
  content: "\f371";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-waze:before {
  content: "\f83f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-snapchat-ghost:before, .fa-snapchat:before {
  content: "\f2ab";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rust:before {
  content: "\e07a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wix:before {
  content: "\f5cf";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-behance-square:before, .fa-square-behance:before {
  content: "\f1b5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-supple:before {
  content: "\f3f9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-css3:before {
  content: "\f13c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cpanel:before {
  content: "\f388";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-git-square:before, .fa-square-git:before {
  content: "\f1d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-tumblr:before, .fa-tumblr-square:before {
  content: "\f174";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-trello:before {
  content: "\f181";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-perbyte:before {
  content: "\e083";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-leanpub:before {
  content: "\f212";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-python:before {
  content: "\f3e2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-android:before {
  content: "\f17b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-bots:before {
  content: "\e340";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-hornbill:before {
  content: "\f592";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-js:before {
  content: "\f3b8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ideal:before {
  content: "\e013";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-git:before {
  content: "\f1d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dev:before {
  content: "\f6cc";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-uber:before {
  content: "\f402";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-github:before {
  content: "\f09b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-php:before {
  content: "\f457";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-alipay:before {
  content: "\f642";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-youtube:before {
  content: "\f167";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-suse:before {
  content: "\f7d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-twitter:before {
  content: "\f099";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-buffer:before {
  content: "\f837";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-npm:before {
  content: "\f3d4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-yammer:before {
  content: "\f840";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-btc:before {
  content: "\f15a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-telegram-plane:before, .fa-telegram:before {
  content: "\f2c6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-old-republic:before {
  content: "\f510";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-square-whatsapp:before, .fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-slack-hash:before, .fa-slack:before {
  content: "\f198";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-usb:before {
  content: "\f287";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-tumblr:before {
  content: "\f173";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-vaadin:before {
  content: "\f408";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-quora:before {
  content: "\f2c4";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-medium-m:before, .fa-medium:before {
  content: "\f23a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-amilia:before {
  content: "\f36d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-viacoin:before {
  content: "\f237";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-discourse:before {
  content: "\f393";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-airbnb:before {
  content: "\f834";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-strava:before {
  content: "\f428";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-ember:before {
  content: "\f423";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-wodu:before {
  content: "\e088";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-google-pay:before {
  content: "\e079";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-intercom:before {
  content: "\f7af";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-korvue:before {
  content: "\f42f";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-pix:before {
  content: "\e43a";
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 6, app/assets/stylesheets/all.min.css */
:host, :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-ce36c45fee7474f4a1c2bb305f452558ce569c5119bfe29e87cd0d79cafa71db.woff2) format("woff2"), url(/fa-regular-400.ttf) format("truetype");
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-regular, .far {
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/all.min.css */
:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-342a65c5fc675ba7ab8c0c6c7781e87b647b25eb7a7f126e8f3c8e5362327d03.woff2) format("woff2"), url(/fa-solid-900.ttf) format("truetype");
}

/* line 6, app/assets/stylesheets/all.min.css */
.fa-solid, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fa-brands-400-d5732e954899483469ba66af84a9b9106ce527ec70bffaf3f7bea2e3436ef622.woff2) format("woff2"), url(/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(/assets/fa-solid-900-342a65c5fc675ba7ab8c0c6c7781e87b647b25eb7a7f126e8f3c8e5362327d03.woff2) format("woff2"), url(/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(/assets/fa-regular-400-ce36c45fee7474f4a1c2bb305f452558ce569c5119bfe29e87cd0d79cafa71db.woff2) format("woff2"), url(/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-solid-900-342a65c5fc675ba7ab8c0c6c7781e87b647b25eb7a7f126e8f3c8e5362327d03.woff2) format("woff2"), url(/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-brands-400-d5732e954899483469ba66af84a9b9106ce527ec70bffaf3f7bea2e3436ef622.woff2) format("woff2"), url(/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/assets/fa-regular-400-ce36c45fee7474f4a1c2bb305f452558ce569c5119bfe29e87cd0d79cafa71db.woff2) format("woff2"), url(/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(/fa-v4compatibility.woff2) format("woff2"), url(/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tDMPKzSQ.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tMMPKzSQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE0tCMPI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVFteOcEg.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVGdeOcEg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1pVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucXtAKPY.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAKPY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* line 1, app/assets/stylesheets/style.scss */
:root {
  --ph-main-color: #f8a928;
  --ph-secondary-color: #75b94a;
  --ph-black-color: #020202;
  --ph-darkgray-color: #505050;
  --ph-lightgray-color: #c0c0c0;
  --ph-filed-color: #dedede;
  --ph-lightbgcolor: #f3f5f9;
  --ph-white-color: #ffffff;
  --ph-red-color: #e3424e;
  --ph-font-family: "Poppins", sans-serif;
}

/* line 14, app/assets/stylesheets/style.scss */
* {
  scroll-behavior: smooth;
}

/* line 18, app/assets/stylesheets/style.scss */
body {
  font-size: 16px;
  line-height: 160% !important;
  color: var(--ph-black-color);
  font-family: var(--ph-font-family);
}

/* line 25, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button {
  background: linear-gradient(-30deg, #e2f1d6 50%, #e2f1d6 50%);
  display: inline-block;
  transform: translate(0%, 0%);
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: var(--ph-secondary-color);
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  /* line 25, app/assets/stylesheets/style.scss */
  a.ph-btn.animated-button {
    margin-top: 10px;
  }
}

/* line 39, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button:hover {
  background: linear-gradient(-30deg, #d1f5b2 50%, #d1f5b2 50%) !important;
  box-shadow: none !important;
}

/* line 45, app/assets/stylesheets/style.scss */
.webinar_heading_title h2, .webinar_heading_title .h2 {
  font-weight: 600 !important;
}

/* line 49, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--ph-secondary-color);
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}

/* line 62, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button span {
  position: absolute;
}

/* line 66, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #75b94a);
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* line 94, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #75b94a);
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* line 122, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #75b94a);
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* line 150, app/assets/stylesheets/style.scss */
a.ph-btn.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #75b94a);
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/* line 178, app/assets/stylesheets/style.scss */
.career_form {
  width: 100%;
  display: flex;
}

/* line 183, app/assets/stylesheets/style.scss */
.ph-bg-color {
  background: var(--ph-lightbgcolor);
  position: relative;
  z-index: 0;
}

/* line 189, app/assets/stylesheets/style.scss */
a {
  color: var(--ph-black-color);
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--ph-font-family);
}

/* line 196, app/assets/stylesheets/style.scss */
a:hover {
  color: var(--ph-main-color);
  text-decoration: none;
}

/* line 201, app/assets/stylesheets/style.scss */
.ph-heading-title p a {
  color: var(--ph-secondary-color);
  transition: all 0.3s;
}

/* line 206, app/assets/stylesheets/style.scss */
.ph-heading-title p a:hover {
  color: var(--ph-main-color);
}

/* line 210, app/assets/stylesheets/style.scss */
.ph-heading-title span {
  color: var(--ph-main-color);
}

/* line 214, app/assets/stylesheets/style.scss */
.ph-active {
  color: var(--ph-main-color) !important;
}

/* line 218, app/assets/stylesheets/style.scss */
input,
textarea,
select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--ph-filed-color);
  padding: 0 15px;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-family: var(--ph-font-family);
}

@media screen and (max-width: 1199px) {
  /* line 218, app/assets/stylesheets/style.scss */
  input,
textarea,
select {
    height: 40px;
  }
}

/* line 235, app/assets/stylesheets/style.scss */
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  border-color: var(--ph-lightgray-color) !important;
}

/* line 242, app/assets/stylesheets/style.scss */
input[type="file"] {
  line-height: 36px;
  font-size: 14px;
  color: var(--ph-darkgray-color);
}

@media screen and (max-width: 1199px) {
  /* line 242, app/assets/stylesheets/style.scss */
  input[type="file"] {
    line-height: 28px !important;
  }
}

/* line 251, app/assets/stylesheets/style.scss */
select::-moz-placeholder {
  color: var(--ph-darkgray-color);
}
select::placeholder {
  color: var(--ph-darkgray-color);
}

/* line 256, app/assets/stylesheets/style.scss */
.ph-video-inner {
  padding: 12px 12px 0;
}

/* line 259, app/assets/stylesheets/style.scss */
.ph-bannerSub-heading {
  color: var(--ph-main-color);
}

/* line 262, app/assets/stylesheets/style.scss */
.ph-protons-form .form-select {
  border: 1px solid var(--ph-filed-color);
  color: var(--ph-darkgray-color);
  font-size: 14px;
}

/* line 268, app/assets/stylesheets/style.scss */
.ph-content-f p img {
  max-width: 32px !important;
}

/* line 271, app/assets/stylesheets/style.scss */
.ph-protons-form .form-select:focus {
  box-shadow: none;
  border: 1px solid var(--ph-filed-color);
}

/* line 276, app/assets/stylesheets/style.scss */
textarea {
  height: 80px;
  resize: none;
  padding: 10px 15px;
  border-radius: 5px;
  line-height: 22px;
}

/* line 284, app/assets/stylesheets/style.scss */
::-moz-placeholder {
  color: var(--ph-darkgray-color) !important;
  text-transform: capitalize;
  font-size: 14px;
}
::placeholder {
  color: var(--ph-darkgray-color) !important;
  text-transform: capitalize;
  font-size: 14px;
}

/* line 291, app/assets/stylesheets/style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 296, app/assets/stylesheets/style.scss */
:focus {
  outline: none;
}

/* line 300, app/assets/stylesheets/style.scss */
ul {
  padding: 0;
  margin: 0;
}

/* line 305, app/assets/stylesheets/style.scss */
li {
  list-style: none;
  font-family: var(--ph-font-family);
}

/* line 310, app/assets/stylesheets/style.scss */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-family: var(--ph-font-family);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 322, app/assets/stylesheets/style.scss */
h2, .h2 {
  font-size: calc(1.1rem + 1vw);
}

/* line 326, app/assets/stylesheets/style.scss */
p {
  margin-bottom: 15px;
  color: var(--ph-darkgray-color);
  font-family: var(--ph-font-family);
  line-height: 26px;
}

/* line 333, app/assets/stylesheets/style.scss */
section {
  padding: 60px 0;
  font-family: var(--ph-font-family);
}

/* line 338, app/assets/stylesheets/style.scss */
.ph-spacer-top {
  padding-top: 0;
}

/* line 342, app/assets/stylesheets/style.scss */
.ph-spacer-bottom {
  padding-bottom: 0;
}

/* line 346, app/assets/stylesheets/style.scss */
.ph-spacer-topBottom {
  padding: 0;
}

/* line 350, app/assets/stylesheets/style.scss */
.ph-heading-title {
  margin-bottom: 40px;
  text-align: center;
}

/* line 355, app/assets/stylesheets/style.scss */
.ph-heading-title h5, .ph-heading-title .h5 {
  margin-bottom: 10px;
  font-weight: 400;
}

/* line 360, app/assets/stylesheets/style.scss */
.ph-heading-title h1, .ph-heading-title .h1 {
  font-weight: 600;
  color: var(--ph-black-color);
}

/* line 365, app/assets/stylesheets/style.scss */
.ph-btn {
  display: inline-block;
  min-width: 140px;
  background: var(--ph-main-color);
  color: var(--ph-white-color);
  text-transform: capitalize;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: var(--ph-font-family);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  transition: all 0.3s;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 1;
  border: none;
}

/* line 387, app/assets/stylesheets/style.scss */
.ph-btn:hover,
.swal-button:hover {
  color: var(--ph-white-color);
  box-shadow: inset 0 0 0 2.5em var(--ph-black-color);
}

/* line 393, app/assets/stylesheets/style.scss */
.inline-error {
  font-size: 14px;
}

/* line 396, app/assets/stylesheets/style.scss */
.ph-contact-form {
  margin-top: 15px;
}

/* line 399, app/assets/stylesheets/style.scss */
.ph-contact-form .ph-protons-form .mb-3 {
  margin-bottom: 0 !important;
}

/* line 405, app/assets/stylesheets/style.scss */
.ph-contact-msg .mb-3 {
  margin-bottom: 0 !important;
}

/* line 409, app/assets/stylesheets/style.scss */
.ph-award-ned-design .ph-award-section-img.ph_topfirms {
  background: #012140 !important;
}

/* line 412, app/assets/stylesheets/style.scss */
.ph-ai-banner {
  background: url(https://dhqyxydm33arf.cloudfront.net/assets/ai_hire_develop.jpg) center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 418, app/assets/stylesheets/style.scss */
.ph-getfood-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/sazo11fkctr5trnxavo5cj3kdvla) center center;
  background-size: cover;
  padding: 100px 20px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  /* line 418, app/assets/stylesheets/style.scss */
  .ph-getfood-cta {
    padding: 50px 20px;
  }
}

/* line 429, app/assets/stylesheets/style.scss */
.ph-cs-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/s5thsark9lbszgfelr09202qgp9w) right center;
  background-size: cover;
  padding: 140px 0px;
}

/* line 434, app/assets/stylesheets/style.scss */
.ph-cs-sec h1, .ph-cs-sec .h1 {
  color: var(--ph-white-color);
}

/* line 437, app/assets/stylesheets/style.scss */
.ph-cs-sec p {
  color: var(--ph-white-color);
}

@media screen and (max-width: 768px) {
  /* line 429, app/assets/stylesheets/style.scss */
  .ph-cs-sec {
    padding: 50px 0px;
  }
}

/* line 444, app/assets/stylesheets/style.scss */
.ph-software-inner.ai_blog_right {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 4px 4px 25px 0px #0000000d;
}

/* line 450, app/assets/stylesheets/style.scss */
.ph-stockholm {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/5mw619mqrxgt70rc9n30vlwfkdpa) center center;
  position: relative;
  background-size: cover;
  padding: 80px 0;
}

/* line 456, app/assets/stylesheets/style.scss */
.ph-stockholm h2, .ph-stockholm .h2 {
  color: var(--ph-white-color);
}

/* line 458, app/assets/stylesheets/style.scss */
.ph-stockholm h2 b, .ph-stockholm .h2 b {
  font-weight: 400;
  font-size: 30px;
}

/* line 463, app/assets/stylesheets/style.scss */
.ph-stockholm p {
  color: var(--ph-white-color);
  font-size: 24px;
  font-weight: 300;
  padding-top: 20px;
}

/* line 470, app/assets/stylesheets/style.scss */
.pr-stockholm-bg {
  background: #000000;
}

/* line 472, app/assets/stylesheets/style.scss */
.pr-stockholm-bg p {
  color: #fff;
}

/* line 474, app/assets/stylesheets/style.scss */
.pr-stockholm-bg p a {
  color: var(--ph-main-color);
}

/* line 479, app/assets/stylesheets/style.scss */
.both_event_img img:first-child {
  margin-bottom: 24px;
}

/* line 483, app/assets/stylesheets/style.scss */
.ph_online_eommarce-aus .ph-uiux-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 488, app/assets/stylesheets/style.scss */
.ph_online_eommarce-aus .ph-uiux-box .ph-uiux-icon {
  height: auto !important;
  margin-bottom: 15px !important;
}

/* line 492, app/assets/stylesheets/style.scss */
.ph_online_eommarce-aus .ph-uiux-box ul {
  padding-top: 15px;
}

/* line 494, app/assets/stylesheets/style.scss */
.ph_online_eommarce-aus .ph-uiux-box ul li {
  position: relative;
  padding-left: 20px;
  color: var(--ph-darkgray-color);
}

/* line 498, app/assets/stylesheets/style.scss */
.ph_online_eommarce-aus .ph-uiux-box ul li:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: var(--ph-darkgray-color);
}

/* line 513, app/assets/stylesheets/style.scss */
.cs-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/fdf2x73vw81u8v1y3vodun4z68bm) center center !important;
  background-size: cover;
}

/* line 518, app/assets/stylesheets/style.scss */
.lat-cs-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/qpk5w43rd4q4pio4gmirh4ia8i2a) center center !important;
  background-size: cover;
}

/* line 523, app/assets/stylesheets/style.scss */
.ph_e_australia_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/7ee7y51kq0xyxix3lb2if43iei7o) center center;
  padding: 50px 0;
  background-size: cover;
}

/* line 530, app/assets/stylesheets/style.scss */
.ph_e_australia_sec h1 span, .ph_e_australia_sec .h1 span {
  color: var(--ph-secondary-color) !important;
}

/* line 534, app/assets/stylesheets/style.scss */
.ph_e_australia_sec .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
}

/* line 537, app/assets/stylesheets/style.scss */
.ph_e_australia_sec .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 543, app/assets/stylesheets/style.scss */
.top_why_sec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}

/* line 549, app/assets/stylesheets/style.scss */
.top_why_sec ul li {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 0 16px 0 #d8d8d8cc;
  gap: 20px;
}

/* line 558, app/assets/stylesheets/style.scss */
.top_why_sec ul li p {
  margin-bottom: 0;
  color: #7d7d7d;
}

/* line 563, app/assets/stylesheets/style.scss */
.top_why_sec ul li span {
  border-radius: 100px;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  flex: 80px 0 0;
  justify-content: center;
  background: #fff;
  margin-left: -65px;
  box-shadow: -5px 0 16px -3px #0000001a;
}

/* line 575, app/assets/stylesheets/style.scss */
.ph_gapp_background {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ap2f5vqv2mhog3b6e2fpmdxr7qex) !important;
}

/* line 578, app/assets/stylesheets/style.scss */
.ph-eaustralia-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/wh80aq3zdgn7qzrn20apbyvqn9h8) center center;
  padding: 80px 50px;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 578, app/assets/stylesheets/style.scss */
  .ph-eaustralia-cta {
    padding: 30px 15px;
  }
}

/* line 587, app/assets/stylesheets/style.scss */
.ph-eaustralia-cta h2, .ph-eaustralia-cta .h2 {
  color: var(--ph-white-color);
}

/* line 589, app/assets/stylesheets/style.scss */
.ph-eaustralia-cta h2 span, .ph-eaustralia-cta .h2 span {
  color: var(--ph-secondary-color);
}

/* line 593, app/assets/stylesheets/style.scss */
.ph-eaustralia-cta p {
  color: var(--ph-white-color);
}

/* line 596, app/assets/stylesheets/style.scss */
.ph-eaustralia-cta .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
}

/* line 599, app/assets/stylesheets/style.scss */
.ph-eaustralia-cta .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 604, app/assets/stylesheets/style.scss */
.ph-sydney-process:after {
  margin-top: -208px !important;
}

/* line 607, app/assets/stylesheets/style.scss */
.ph-aprocess-app.ph-ott-process:after {
  margin-top: -260px;
}

/* line 611, app/assets/stylesheets/style.scss */
.ph_aecommarce_sec .ph-uiux-box {
  padding: 10px 20px;
  box-shadow: 0 4px 4px -1px #00000040 !important;
  margin: 0 0 24px;
}

/* line 615, app/assets/stylesheets/style.scss */
.ph_aecommarce_sec .ph-uiux-box .ph-uiux-icon {
  height: auto;
  margin-bottom: 15px !important;
}

/* line 621, app/assets/stylesheets/style.scss */
.second_cta_bg {
  padding-top: 0;
}

/* line 623, app/assets/stylesheets/style.scss */
.second_cta_bg .ph-acta-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/wcu154geyvvzvm0maancgeynv9oa) no-repeat center center;
  background-size: cover;
}

/* line 627, app/assets/stylesheets/style.scss */
.second_cta_bg .ph-acta-sec .ph-btn {
  background: var(--ph-secondary-color);
}

/* line 632, app/assets/stylesheets/style.scss */
.ph_wordpress_grow {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/9jeo4i1pjfhac0loqlarqwp241b1) no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
}

/* line 637, app/assets/stylesheets/style.scss */
.ph_wordpress_grow .ph-heading-title {
  padding: 40px 0;
}

/* line 641, app/assets/stylesheets/style.scss */
.ph-wordpress-sec {
  background: #0e0e0e;
  padding: 30px 0;
}

/* line 644, app/assets/stylesheets/style.scss */
.ph-wordpress-sec .ph-btn {
  border: 1px solid var(--ph-main-color);
}

/* line 646, app/assets/stylesheets/style.scss */
.ph-wordpress-sec .ph-btn:hover {
  border: 1px solid #fff;
}

/* line 652, app/assets/stylesheets/style.scss */
.ph-acta-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/w0ze4kzj088djbx9y22mfbi2d0b1) center center;
  padding: 80px;
  background-size: cover;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* line 652, app/assets/stylesheets/style.scss */
  .ph-acta-sec {
    padding: 30px 15px;
  }
}

/* line 661, app/assets/stylesheets/style.scss */
.ph-acta-sec h2, .ph-acta-sec .h2 {
  color: var(--ph-white-color);
}

/* line 663, app/assets/stylesheets/style.scss */
.ph-acta-sec h2 span, .ph-acta-sec .h2 span {
  color: var(--ph-secondary-color);
}

/* line 667, app/assets/stylesheets/style.scss */
.ph-acta-sec p {
  color: var(--ph-white-color);
}

/* line 671, app/assets/stylesheets/style.scss */
.ph-acta-sec .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 675, app/assets/stylesheets/style.scss */
.ph-acta-sec .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 682, app/assets/stylesheets/style.scss */
.ph-wordpress-process ul {
  justify-content: center;
  grid-gap: 80px !important;
}

@media screen and (max-width: 480px) {
  /* line 682, app/assets/stylesheets/style.scss */
  .ph-wordpress-process ul {
    grid-gap: 0;
  }
}

/* line 688, app/assets/stylesheets/style.scss */
.ph-wordpress-process ul li {
  max-width: 300px !important;
}

/* line 693, app/assets/stylesheets/style.scss */
.ph_wordpress_cta {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/qo7vxhli5pbiak0i5ho5jdculsa9) center center;
  background-size: cover;
  padding: 80px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 701, app/assets/stylesheets/style.scss */
.ph_wordpress_cta .ph-btn {
  background: var(--ph-main-color);
  border: 1px solid var(--ph-main-color);
  color: var(--ph-white-color);
}

/* line 705, app/assets/stylesheets/style.scss */
.ph_wordpress_cta .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 709, app/assets/stylesheets/style.scss */
.ph_wordpress_cta h2, .ph_wordpress_cta .h2 {
  color: #fff;
}

/* line 712, app/assets/stylesheets/style.scss */
.ph_wordpress_cta p {
  color: #fff;
}

/* line 717, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg1 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/9kkc03ekwi45syviyjv0hnqxguau) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 725, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg1 .ph-plan-content img {
  margin: auto;
  text-align: center;
  display: flex;
  padding-bottom: 15px;
}

/* line 731, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg1 .ph-plan-content h5, .cs-circle-icon .ph_step_bg1 .ph-plan-content .h5 {
  color: var(--ph-white-color);
}

/* line 736, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg1 .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 740, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg1 .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 746, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg2 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/t47qemqbb1f3kpcqh1gvyx61rgdk) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 754, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg2 .ph-plan-content img {
  margin: auto;
  text-align: center;
  display: flex;
  padding-bottom: 15px;
}

/* line 760, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg2 .ph-plan-content h5, .cs-circle-icon .ph_step_bg2 .ph-plan-content .h5 {
  color: var(--ph-white-color);
}

/* line 765, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg2 .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 769, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg2 .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 776, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg3 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/44o7ckywowhhgot8j9yvtpuxr3dw) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 784, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg3 .ph-plan-content img {
  margin: auto;
  text-align: center;
  display: flex;
  padding-bottom: 15px;
}

/* line 790, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg3 .ph-plan-content h5, .cs-circle-icon .ph_step_bg3 .ph-plan-content .h5 {
  color: var(--ph-white-color);
}

/* line 795, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg3 .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 799, app/assets/stylesheets/style.scss */
.cs-circle-icon .ph_step_bg3 .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 807, app/assets/stylesheets/style.scss */
.ph_step_bg1 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/rgt78wgehdknxbxvffwdxzqc0ley) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 815, app/assets/stylesheets/style.scss */
.ph_step_bg1 .ph-plan-content img {
  margin: auto;
  text-align: center;
  display: flex;
  padding-bottom: 15px;
}

/* line 821, app/assets/stylesheets/style.scss */
.ph_step_bg1 .ph-plan-content h5, .ph_step_bg1 .ph-plan-content .h5 {
  color: var(--ph-white-color);
}

/* line 826, app/assets/stylesheets/style.scss */
.ph_step_bg1 .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 830, app/assets/stylesheets/style.scss */
.ph_step_bg1 .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 836, app/assets/stylesheets/style.scss */
.ph_step_bg2 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/rpfax1ya3jhupx9b59ebqlahwdxg) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 844, app/assets/stylesheets/style.scss */
.ph_step_bg2 .ph-plan-content img {
  margin: auto;
  text-align: center;
  display: flex;
  padding-bottom: 15px;
}

/* line 850, app/assets/stylesheets/style.scss */
.ph_step_bg2 .ph-plan-content h5, .ph_step_bg2 .ph-plan-content .h5 {
  color: var(--ph-white-color);
}

/* line 855, app/assets/stylesheets/style.scss */
.ph_step_bg2 .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 859, app/assets/stylesheets/style.scss */
.ph_step_bg2 .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 865, app/assets/stylesheets/style.scss */
.ph_step_bg3 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/dmr6w6f9689lrll42wb1twe8jjcw) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 873, app/assets/stylesheets/style.scss */
.ph_step_bg3 .ph-plan-content img {
  margin: auto;
  text-align: center;
  display: flex;
  padding-bottom: 15px;
}

/* line 879, app/assets/stylesheets/style.scss */
.ph_step_bg3 .ph-plan-content h5, .ph_step_bg3 .ph-plan-content .h5 {
  color: var(--ph-white-color);
}

/* line 884, app/assets/stylesheets/style.scss */
.ph_step_bg3 .ph-process-btn .ph-btn {
  background: var(--ph-secondary-color);
  border: 1px solid var(--ph-secondary-color);
  color: var(--ph-white-color);
}

/* line 888, app/assets/stylesheets/style.scss */
.ph_step_bg3 .ph-process-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 895, app/assets/stylesheets/style.scss */
.chatboat_plan .ph-plan-box {
  margin-bottom: 0px !important;
}

/* line 899, app/assets/stylesheets/style.scss */
.chatbot_last_cta {
  background: #fff url(https://protonshub-website.s3.us-east-2.amazonaws.com/za9wlrgp3utrbcsnc7twn724tcbc) right top no-repeat;
  background-size: cover;
  padding: 80px;
  overflow: hidden;
  border-radius: 10px;
}

/* line 907, app/assets/stylesheets/style.scss */
.chatbot_last_cta .ph-btn {
  background: linear-gradient(90deg, #f8a926 0%, #ff7a21 100%);
  border: 1px solid var(--ph-main-color);
}

/* line 910, app/assets/stylesheets/style.scss */
.chatbot_last_cta .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

@media screen and (max-width: 767px) {
  /* line 899, app/assets/stylesheets/style.scss */
  .chatbot_last_cta {
    padding: 30px;
  }
}

/* line 918, app/assets/stylesheets/style.scss */
.ph_chatbot_cta {
  background: #fff url(https://protonshub-website.s3.us-east-2.amazonaws.com/wolitcwbceqaabfhdvnt2tioaa6n) right top no-repeat;
  background-size: cover;
  padding: 80px;
}

@media screen and (max-width: 767px) {
  /* line 918, app/assets/stylesheets/style.scss */
  .ph_chatbot_cta {
    padding: 30px;
  }
}

/* line 927, app/assets/stylesheets/style.scss */
.ph_chatbot_cta .ph-btn {
  background: linear-gradient(180deg, #ff8c00 0%, #f8a926 100%);
  box-shadow: 0px 8px 16px 0px #0000001f;
}

/* line 932, app/assets/stylesheets/style.scss */
.ph-chatbot-sec {
  background: #fff url(https://protonshub-website.s3.us-east-2.amazonaws.com/gbqdpbiccxjk3dom2an2e9cs7tlp) right top no-repeat;
}

/* line 937, app/assets/stylesheets/style.scss */
.wordpress_last_cta {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/p6bfqsbz3xgy6r4kge18fg0orcig) center center !important;
  background-size: cover;
  padding: 80px 50px;
  overflow: hidden;
  border-radius: 10px;
}

/* line 945, app/assets/stylesheets/style.scss */
.wordpress_last_cta .ph-btn {
  background: var(--ph-main-color);
  border: 1px solid var(--ph-main-color);
  color: var(--ph-white-color);
}

/* line 949, app/assets/stylesheets/style.scss */
.wordpress_last_cta .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 955, app/assets/stylesheets/style.scss */
.ph_step_bg4 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/s8by0fmoaufjou47uctg6kce3v6n) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 963, app/assets/stylesheets/style.scss */
.ph_step_bg5 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/t1zpkm932xhioaii5dae44vnzi4o) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 971, app/assets/stylesheets/style.scss */
.ph_step_bg6 {
  background: transparent url(https://protonshub-website.s3.us-east-2.amazonaws.com/8xpfvxm0grcfhtz5amrpi13no2qs) center center !important;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px;
}

/* line 979, app/assets/stylesheets/style.scss */
.ph_shopifybg_cta {
  background: #eaffdc;
  padding: 80px;
}

/* line 982, app/assets/stylesheets/style.scss */
.ph_shopifybg_cta .ph-btn {
  background: var(--ph-secondary-color);
}

/* line 986, app/assets/stylesheets/style.scss */
.ph_store_sec {
  padding: 0;
}

/* line 988, app/assets/stylesheets/style.scss */
.ph_store_sec .ph_onlineStore_box {
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 20px;
  text-align: center;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 8px;
}

/* line 998, app/assets/stylesheets/style.scss */
.ph_onlineLogo_list ul {
  display: grid;
  align-items: center;
  gap: 20px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1199px) {
  /* line 998, app/assets/stylesheets/style.scss */
  .ph_onlineLogo_list ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 999px) {
  /* line 998, app/assets/stylesheets/style.scss */
  .ph_onlineLogo_list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  /* line 998, app/assets/stylesheets/style.scss */
  .ph_onlineLogo_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 480px) {
  /* line 998, app/assets/stylesheets/style.scss */
  .ph_onlineLogo_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 1020, app/assets/stylesheets/style.scss */
.ph_onlineLogo_list li p {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 600;
}

/* line 1029, app/assets/stylesheets/style.scss */
.ph_storeShopify_sec .ph-uiux-box {
  box-shadow: 2px 6px 6px 0px #00000040;
}

/* line 1031, app/assets/stylesheets/style.scss */
.ph_storeShopify_sec .ph-uiux-box ul {
  padding-left: 30px;
  margin-bottom: 0;
}

/* line 1034, app/assets/stylesheets/style.scss */
.ph_storeShopify_sec .ph-uiux-box ul li {
  font-weight: 400;
}

/* line 1038, app/assets/stylesheets/style.scss */
.ph_storeShopify_sec .ph-uiux-box h5, .ph_storeShopify_sec .ph-uiux-box .h5 {
  text-align: center;
  font-weight: 400;
}

/* line 1042, app/assets/stylesheets/style.scss */
.ph_storeShopify_sec .ph-uiux-box .ph-uiux-icon {
  height: auto;
  margin-bottom: 20px !important;
}

/* line 1050, app/assets/stylesheets/style.scss */
.panel_app .ph-wireframe-inner {
  display: flex;
  gap: 5px;
}

/* line 1053, app/assets/stylesheets/style.scss */
.panel_app .ph-wireframe-inner .icon_img_g {
  flex: 30px 0 0;
}

/* line 1056, app/assets/stylesheets/style.scss */
.panel_app .ph-wireframe-inner div {
  flex: 2 2 0;
}

/* line 1058, app/assets/stylesheets/style.scss */
.panel_app .ph-wireframe-inner div h6, .panel_app .ph-wireframe-inner div .h6 {
  color: var(--ph-secondary-color);
}

/* line 1064, app/assets/stylesheets/style.scss */
.second_cta_bg .ph-last-gcta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/1lal3yvr5lk89x3wl8p2zbdakdou) no-repeat center;
  background-size: cover;
  padding: 80px;
}

/* line 1069, app/assets/stylesheets/style.scss */
.second_cta_bg .ph-last-gcta h2, .second_cta_bg .ph-last-gcta .h2 {
  color: var(--ph-black-color);
}

/* line 1071, app/assets/stylesheets/style.scss */
.second_cta_bg .ph-last-gcta h2 span, .second_cta_bg .ph-last-gcta .h2 span {
  color: var(--ph-secondary-color);
}

/* line 1075, app/assets/stylesheets/style.scss */
.second_cta_bg .ph-last-gcta .ph-btn {
  background: var(--ph-secondary-color);
}

/* line 1080, app/assets/stylesheets/style.scss */
.grocery_card_last .ph-uiux-box {
  text-align: center;
  margin-bottom: 10px;
  height: calc(100% - 40px);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 1089, app/assets/stylesheets/style.scss */
.grocery_card_last .ph-uiux-box h5, .grocery_card_last .ph-uiux-box .h5 {
  font-weight: 400;
  align-items: center;
  color: #fff;
}

/* line 1094, app/assets/stylesheets/style.scss */
.grocery_card_last .ph-uiux-box p {
  color: #fff;
}

/* line 1100, app/assets/stylesheets/style.scss */
.grocery_card_last .white_box_g {
  background: var(--ph-white-color);
}

/* line 1102, app/assets/stylesheets/style.scss */
.grocery_card_last .white_box_g h5, .grocery_card_last .white_box_g .h5 {
  color: var(--ph-black-color);
}

/* line 1105, app/assets/stylesheets/style.scss */
.grocery_card_last .white_box_g p {
  color: var(--ph-black-color);
}

/* line 1110, app/assets/stylesheets/style.scss */
.ph-melbourne-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/dzh5kgoyk0tdsy2zoi1ne68k8l04) no-repeat center;
  background-size: cover;
  padding-bottom: 0;
}

/* line 1115, app/assets/stylesheets/style.scss */
.ph-melbourne-sec h1, .ph-melbourne-sec .h1 {
  color: #fff;
}

/* line 1118, app/assets/stylesheets/style.scss */
.ph-melbourne-sec p {
  color: #fff;
}

/* line 1122, app/assets/stylesheets/style.scss */
.ph_dedicated_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/lsn47yhzi6mdbt5hdygy6zj118ar) no-repeat center;
  background-size: cover;
  padding-bottom: 60px;
}

/* line 1128, app/assets/stylesheets/style.scss */
.ph_dedicated_sec ul li {
  color: #fff;
}

/* line 1133, app/assets/stylesheets/style.scss */
.ph_dedicated_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/c3etqdc25veezlh9ljjj9iovfp0n) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 0px 0 50px;
}

/* line 1144, app/assets/stylesheets/style.scss */
.ph-dedicated-tab ul li button {
  background: #4e4c4d !important;
  border: 0px solid #020202 !important;
  color: #fff !important;
  border-radius: 4px !important;
  display: block;
}

/* line 1151, app/assets/stylesheets/style.scss */
.ph-dedicated-tab ul li .active {
  background: #f8a926 !important;
}

/* line 1158, app/assets/stylesheets/style.scss */
.ph_dedicated_steps .ph-uiux-box {
  box-shadow: none;
}

/* line 1161, app/assets/stylesheets/style.scss */
.ph_dedicated_steps h5, .ph_dedicated_steps .h5 {
  color: #fff;
}

/* line 1164, app/assets/stylesheets/style.scss */
.ph_dedicated_steps p {
  color: #fff;
}

/* line 1167, app/assets/stylesheets/style.scss */
.ph_dedicated_steps .bg-1 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/wf8eg1hw1w0iubhsy9tb02h05xmp) no-repeat center;
  background-size: cover;
}

/* line 1172, app/assets/stylesheets/style.scss */
.ph_dedicated_steps .bg-2 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/3vxtvo2xw0r14v1vujh11cyl06y4) no-repeat center;
  background-size: cover;
}

/* line 1177, app/assets/stylesheets/style.scss */
.ph_dedicated_steps .bg-3 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/x4fv73horwk5i3p3dkgjj6kj4q8b) no-repeat center;
  background-size: cover;
}

/* line 1182, app/assets/stylesheets/style.scss */
.ph_dedicated_steps .bg-4 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/y15ls8namxfwa0qgtju76mco6o0l) no-repeat center;
  background-size: cover;
}

/* line 1188, app/assets/stylesheets/style.scss */
.ph-uae-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/cgkvc0642idajkyndymepk4yhj7b) no-repeat center;
  background-size: cover;
}

/* line 1192, app/assets/stylesheets/style.scss */
.ph-uae-sec h1, .ph-uae-sec .h1 {
  color: #fff;
}

/* line 1195, app/assets/stylesheets/style.scss */
.ph-uae-sec p {
  color: #fff;
}

/* line 1201, app/assets/stylesheets/style.scss */
.app_process_sec .process_line {
  position: relative;
}

/* line 1203, app/assets/stylesheets/style.scss */
.app_process_sec .process_line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #d9d9d9;
  width: 100%;
  height: 8px;
  z-index: 9;
}

/* line 1217, app/assets/stylesheets/style.scss */
.app_process_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 24px;
}

@media screen and (max-width: 991px) {
  /* line 1217, app/assets/stylesheets/style.scss */
  .app_process_sec ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  /* line 1217, app/assets/stylesheets/style.scss */
  .app_process_sec ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  /* line 1217, app/assets/stylesheets/style.scss */
  .app_process_sec ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 1230, app/assets/stylesheets/style.scss */
.app_process_sec ul li {
  position: relative;
  padding: 60px 0;
}

/* line 1233, app/assets/stylesheets/style.scss */
.app_process_sec ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 8px;
  background: red;
}

/* line 1244, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(1)::before {
  background: #f9b441;
}

/* line 1247, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(2)::before {
  background: #06c900;
}

/* line 1250, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(3)::before {
  background: #d64040;
}

/* line 1253, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(4)::before {
  background: #00bcb0;
}

/* line 1256, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(5)::before {
  background: #9747ff;
  top: 0;
  bottom: auto;
}

/* line 1261, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(6)::before {
  background: #008864;
  top: 0;
  bottom: auto;
}

/* line 1266, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(7)::before {
  background: #3a58b9;
  top: 0;
  bottom: auto;
}

/* line 1271, app/assets/stylesheets/style.scss */
.app_process_sec ul li:nth-child(8)::before {
  background: #20786c;
  top: 0;
  bottom: auto;
}

/* line 1276, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5, .app_process_sec ul li .h5 {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 1281, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 b, .app_process_sec ul li .h5 b {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ph-black-color);
  color: var(--ph-white-color);
}

/* line 1288, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b1, .app_process_sec ul li .h5 .b1 {
  -webkit-text-stroke-color: var(--ph-main-color);
}

/* line 1291, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b2, .app_process_sec ul li .h5 .b2 {
  -webkit-text-stroke-color: #63be61;
}

/* line 1294, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b3, .app_process_sec ul li .h5 .b3 {
  -webkit-text-stroke-color: #c90000;
}

/* line 1297, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b4, .app_process_sec ul li .h5 .b4 {
  -webkit-text-stroke-color: #00bcb0;
}

/* line 1300, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b5, .app_process_sec ul li .h5 .b5 {
  -webkit-text-stroke-color: #9747ff;
}

/* line 1303, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b6, .app_process_sec ul li .h5 .b6 {
  -webkit-text-stroke-color: #008864;
}

/* line 1306, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b7, .app_process_sec ul li .h5 .b7 {
  -webkit-text-stroke-color: #1e40af;
}

/* line 1309, app/assets/stylesheets/style.scss */
.app_process_sec ul li h5 .b8, .app_process_sec ul li .h5 .b8 {
  -webkit-text-stroke-color: #006557;
}

/* line 1313, app/assets/stylesheets/style.scss */
.app_process_sec ul li p {
  margin-bottom: 0;
}

/* line 1320, app/assets/stylesheets/style.scss */
.ph_uae_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/x6xcfedhmkg3pm9nf1o52yji1kum) no-repeat center;
  background-size: cover;
  padding: 80px;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  /* line 1320, app/assets/stylesheets/style.scss */
  .ph_uae_cta {
    padding: 20px;
  }
}

/* line 1330, app/assets/stylesheets/style.scss */
.ph_uae_cta h2, .ph_uae_cta .h2 {
  color: #fff;
}

/* line 1333, app/assets/stylesheets/style.scss */
.ph_uae_cta p {
  color: #fff;
}

/* line 1338, app/assets/stylesheets/style.scss */
.ph-uaepoint-sec h5, .ph-uaepoint-sec .h5 {
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
}

/* line 1344, app/assets/stylesheets/style.scss */
.ph_counter_melbourne ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 1344, app/assets/stylesheets/style.scss */
  .ph_counter_melbourne ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  /* line 1344, app/assets/stylesheets/style.scss */
  .ph_counter_melbourne ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 1356, app/assets/stylesheets/style.scss */
.ph_counter_melbourne ul li {
  box-shadow: 4px 6px 6px 0px #00000061;
  padding: 30px;
  border-radius: 10px 0 10px;
  background: #fff;
}

/* line 1361, app/assets/stylesheets/style.scss */
.ph_counter_melbourne ul li img {
  padding-bottom: 10px;
}

/* line 1367, app/assets/stylesheets/style.scss */
section.ph-melbourne-sec.ph-sydney-sec.ph-saleshforce-technology ul li {
  color: #fff;
}

/* line 1370, app/assets/stylesheets/style.scss */
.ph_sydney_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/o8rcmhyxtj0jlrkl600ae3wjrwav) no-repeat center;
  background-size: cover;
  padding: 80px;
  overflow: hidden;
  border-radius: 10px;
}

/* line 1377, app/assets/stylesheets/style.scss */
.ph_sydney_cta h2, .ph_sydney_cta .h2 {
  color: #fff;
}

/* line 1380, app/assets/stylesheets/style.scss */
.ph_sydney_cta p {
  color: #fff;
}

@media screen and (max-width: 480px) {
  /* line 1370, app/assets/stylesheets/style.scss */
  .ph_sydney_cta {
    padding: 20px;
  }
}

/* line 1387, app/assets/stylesheets/style.scss */
.sydney_last_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ptdksnr7wm2ct8x1w1lxffsdqmsp) no-repeat center;
  background-size: cover;
  padding: 80px;
  overflow: hidden;
  border-radius: 10px;
}

/* line 1394, app/assets/stylesheets/style.scss */
.sydney_last_cta h2, .sydney_last_cta .h2 {
  color: #fff;
}

/* line 1397, app/assets/stylesheets/style.scss */
.sydney_last_cta p {
  color: #fff;
}

@media screen and (max-width: 480px) {
  /* line 1387, app/assets/stylesheets/style.scss */
  .sydney_last_cta {
    padding: 20px;
  }
}

/* line 1404, app/assets/stylesheets/style.scss */
.ph-sydney-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/shczawxbglrvdpwjh9fm9icpyojg) no-repeat center !important;
  background-size: cover !important;
}

/* line 1410, app/assets/stylesheets/style.scss */
.services_sydney_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/fg0hd8402bqlb71uxopmfd8oxfrq) no-repeat center;
  background-size: cover;
  padding-bottom: 0px;
}

/* line 1415, app/assets/stylesheets/style.scss */
.services_sydney_sec h2, .services_sydney_sec .h2 {
  color: #fff;
}

/* line 1418, app/assets/stylesheets/style.scss */
.services_sydney_sec p {
  color: #fff;
}

/* line 1422, app/assets/stylesheets/style.scss */
.melbourne_last_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/uqs4ggzzu81zhh9fx12sti137d6i) no-repeat center;
  background-size: cover;
  padding: 80px;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  /* line 1422, app/assets/stylesheets/style.scss */
  .melbourne_last_cta {
    padding: 20px;
  }
}

/* line 1432, app/assets/stylesheets/style.scss */
.melbourne_last_cta h2, .melbourne_last_cta .h2 {
  color: #fff;
}

/* line 1435, app/assets/stylesheets/style.scss */
.melbourne_last_cta p {
  color: #fff;
}

/* line 1439, app/assets/stylesheets/style.scss */
.services_malbourne_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/z1cmatyrzrhx1lwqa224jvncizjq) no-repeat center;
  background-size: cover;
  padding-bottom: 0;
}

/* line 1445, app/assets/stylesheets/style.scss */
.ph_grocery_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/t9zd8azxav7uld9iyxypn9vn90b8) no-repeat center;
  background-size: cover;
  padding-bottom: 0;
}

/* line 1451, app/assets/stylesheets/style.scss */
.ph_grocery_sec h1 span, .ph_grocery_sec .h1 span {
  color: var(--ph-secondary-color);
}

/* line 1455, app/assets/stylesheets/style.scss */
.ph_grocery_sec .ph-btn {
  background: var(--ph-secondary-color);
}

/* line 1459, app/assets/stylesheets/style.scss */
.ph_grocery_sec ul li {
  position: relative;
  padding-left: 15px;
}

/* line 1462, app/assets/stylesheets/style.scss */
.ph_grocery_sec ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--ph-darkgray-color);
  border-radius: 50px;
}

/* line 1476, app/assets/stylesheets/style.scss */
.this-sec-btn .ph-uiux-box {
  margin-bottom: 80px !important;
}

/* line 1479, app/assets/stylesheets/style.scss */
.this-sec-btn .ph-get-touch {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

/* line 1485, app/assets/stylesheets/style.scss */
.ph-shopify-content {
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  /* line 1485, app/assets/stylesheets/style.scss */
  .ph-shopify-content {
    padding-right: 0;
  }
}

/* line 1490, app/assets/stylesheets/style.scss */
.ph-shopify-content h2, .ph-shopify-content .h2 {
  color: var(--ph-white-color);
}

/* line 1493, app/assets/stylesheets/style.scss */
.ph-shopify-content p {
  color: var(--ph-black-color);
}

/* line 1497, app/assets/stylesheets/style.scss */
.ph-contact-form-shopify {
  box-shadow: 0 6px 16px 0 #00000029;
  border-radius: 8px;
  background: #fff;
}

/* line 1501, app/assets/stylesheets/style.scss */
.ph-contact-form-shopify .ph-btn {
  background: var(--ph-secondary-color);
}

/* line 1506, app/assets/stylesheets/style.scss */
.ph-wordpress-company .ph-uiux-box {
  margin: 10px 0 24px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

/* line 1509, app/assets/stylesheets/style.scss */
.ph-wordpress-company .ph-uiux-box .ph-uiux-icon {
  height: auto;
  margin-bottom: 15px !important;
}

/* end */
/* preloder end */
/* scroll bottom to top start*/
/* line 1544, app/assets/stylesheets/style.scss */
.progress-wrap {
  position: fixed;
  bottom: 90px;
  right: 32px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 400ms linear;
  mix-blend-mode: difference;
}

/* line 1565, app/assets/stylesheets/style.scss */
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 1573, app/assets/stylesheets/style.scss */
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: var(--ph-lightgray-color);
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 400ms linear;
}

/* line 1597, app/assets/stylesheets/style.scss */
.progress-wrap svg path {
  fill: none;
}

/* line 1601, app/assets/stylesheets/style.scss */
.progress-wrap svg.progress-circle path {
  stroke: var(--ph-lightgray-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 400ms linear;
}

/* scroll bottom to top end */
/* main header start */
/* line 1614, app/assets/stylesheets/style.scss */
.ph-main-header {
  height: 74px;
  background: var(--ph-white-color);
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 8px 0px RGB(0 0 0/5%);
  position: sticky;
  top: 0;
  z-index: 99999;
}

/* line 1629, app/assets/stylesheets/style.scss */
.ph-logo img {
  max-width: 200px;
}

/* line 1637, app/assets/stylesheets/style.scss */
.ph-navbar {
  text-align: right;
}

/* line 1641, app/assets/stylesheets/style.scss */
.ph-header-btn .ph-btn {
  text-transform: uppercase;
}

/* line 1645, app/assets/stylesheets/style.scss */
.ph-main-menu > ul > li > a.ph-btn {
  padding: 10px 20px;
}

/* line 1648, app/assets/stylesheets/style.scss */
.ph-has-more-menu .ph_arrow_down {
  position: relative;
  padding-right: 15px;
}

/* line 1652, app/assets/stylesheets/style.scss */
.ph-has-more-menu .ph_arrow_down:after {
  content: "\f107";
  font-weight: 900;
  font-size: 12px;
  font-family: "Font Awesome 5 Free", "FontAwesome", "Font Awesome 5 Brands";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.3s;
}

/* line 1666, app/assets/stylesheets/style.scss */
.ph-has-more-menu .ph_sibling_menu.ph_arrow_down:after {
  right: 30px;
  font-size: 14px;
  margin-top: 20px;
}

/* line 1672, app/assets/stylesheets/style.scss */
.ph-dedicated-cta {
  text-align: left;
}

@media screen and (max-width: 480px) {
  /* line 1672, app/assets/stylesheets/style.scss */
  .ph-dedicated-cta {
    text-align: center;
  }
}

/* line 1678, app/assets/stylesheets/style.scss */
.ph_services_img {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  /* line 1678, app/assets/stylesheets/style.scss */
  .ph_services_img {
    display: none;
  }
}

/* line 1683, app/assets/stylesheets/style.scss */
.ph_services_img img {
  max-width: 200px;
}

/* line 1687, app/assets/stylesheets/style.scss */
.ph_awardsMenu_logo.ph-award-ned-design .ph-award-section-img {
  padding: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 1692, app/assets/stylesheets/style.scss */
.ph_services_menu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 0px;
}

@media screen and (max-width: 1199px) {
  /* line 1692, app/assets/stylesheets/style.scss */
  .ph_services_menu ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

/* line 1701, app/assets/stylesheets/style.scss */
.ph_solutions {
  overflow: hidden;
}

/* line 1704, app/assets/stylesheets/style.scss */
.ph_solutions_menu {
  padding: 30px 30px 10px;
}

@media screen and (max-width: 1199px) {
  /* line 1704, app/assets/stylesheets/style.scss */
  .ph_solutions_menu {
    padding: 0;
  }
}

/* line 1710, app/assets/stylesheets/style.scss */
.ph_solutionsImg_menu {
  padding: 45px 60px 40px 10px;
}

@media screen and (max-width: 1199px) {
  /* line 1710, app/assets/stylesheets/style.scss */
  .ph_solutionsImg_menu {
    display: none;
  }
}

/* line 1716, app/assets/stylesheets/style.scss */
.ph_solutions_menu ul,
.ph_resources_menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

@media screen and (max-width: 1199px) {
  /* line 1716, app/assets/stylesheets/style.scss */
  .ph_solutions_menu ul,
.ph_resources_menu ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

/* line 1726, app/assets/stylesheets/style.scss */
.ph_graydient_sec {
  background: linear-gradient(96.54deg, #000000 22.53%, #666666 75.32%) !important;
}

/* line 1733, app/assets/stylesheets/style.scss */
.ph-client-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/eyleo0j3pj4y3e6zx6xy2xcjrjmt) no-repeat center center;
  background-size: cover;
}

/* line 1737, app/assets/stylesheets/style.scss */
.ph-client-sec h2, .ph-client-sec .h2 {
  color: #fff;
}

/* line 1740, app/assets/stylesheets/style.scss */
.ph-client-sec p {
  color: #fff;
}

/* line 1744, app/assets/stylesheets/style.scss */
.ph-client-sec ul li {
  color: #fff !important;
  margin-bottom: 15px;
}

/* line 1747, app/assets/stylesheets/style.scss */
.ph-client-sec ul li::marker {
  color: var(--ph-main-color);
}

/* line 1755, app/assets/stylesheets/style.scss */
.ph-solutions-sec ul li {
  margin-bottom: 15px;
}

/* line 1760, app/assets/stylesheets/style.scss */
.ph-AboutdetalClinic-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/asoo2dk3vrid7is4db20ol99wh1z) no-repeat center center;
  background-size: cover;
}

/* line 1764, app/assets/stylesheets/style.scss */
.ph-AboutdetalClinic-sec h2, .ph-AboutdetalClinic-sec .h2 {
  color: #fff;
}

/* line 1767, app/assets/stylesheets/style.scss */
.ph-AboutdetalClinic-sec p {
  color: #fff;
}

/* line 1771, app/assets/stylesheets/style.scss */
.ph-detalClinic-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/8g2m2h7pahmtyn3yemdz2k4tvyiw) no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
}

/* line 1776, app/assets/stylesheets/style.scss */
.ph-detalClinic-sec h2, .ph-detalClinic-sec .h2 {
  color: #fff;
  padding: 15px 0;
}

/* line 1780, app/assets/stylesheets/style.scss */
.ph-detalClinic-sec p {
  font-size: calc(1rem + 10px);
  color: #fff;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
  line-height: 36px;
}

/* line 1789, app/assets/stylesheets/style.scss */
.ph_resources_menu {
  padding: 30px 30px 30px;
}

@media screen and (max-width: 1199px) {
  /* line 1789, app/assets/stylesheets/style.scss */
  .ph_resources_menu {
    padding: 0;
  }
}

/* line 1795, app/assets/stylesheets/style.scss */
.ph-ourClient-logo.ph_solutions_slider {
  box-shadow: none;
  padding: 10px;
  margin-top: 0;
}

/* line 1800, app/assets/stylesheets/style.scss */
.ph_industry_menu {
  padding: 30px 30px 30px;
}

@media screen and (max-width: 1199px) {
  /* line 1800, app/assets/stylesheets/style.scss */
  .ph_industry_menu {
    padding: 0;
  }
}

/* line 1806, app/assets/stylesheets/style.scss */
.ph_industry_menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 0;
}

@media screen and (max-width: 1199px) {
  /* line 1806, app/assets/stylesheets/style.scss */
  .ph_industry_menu ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

/* line 1815, app/assets/stylesheets/style.scss */
.ph-submenu li {
  position: relative;
}

/* main header end */
/* Ph-banner-sec */
/* line 1821, app/assets/stylesheets/style.scss */
.ph-main-banner {
  background: url(/assets/ph-main-banner-c5694bece11856d27ac1dce701d7d8c4d9de33de79164ff4c1b625b9c7ffb856.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0 70px;
  overflow: hidden;
}

/* line 1829, app/assets/stylesheets/style.scss */
.ph-main-banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(19, 18, 18, 0.643);
  z-index: 1;
}

/* line 1840, app/assets/stylesheets/style.scss */
.ph-banner-content h6, .ph-banner-content .h6 {
  font-weight: 400;
  color: var(--ph-main-color);
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}

/* line 1847, app/assets/stylesheets/style.scss */
.ph-banner-tiltle {
  position: relative;
  padding-left: 50px;
  color: var(--ph-main-color);
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1856, app/assets/stylesheets/style.scss */
.ph-banner-tiltle:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: var(--ph-main-color);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 1868, app/assets/stylesheets/style.scss */
.ph-banner-btn {
  margin-top: 25px;
  margin-bottom: 10px;
}

/* line 1873, app/assets/stylesheets/style.scss */
.ph-banner-btn .ph-btn {
  border: 1px solid transparent;
}

/* line 1877, app/assets/stylesheets/style.scss */
.ph-banner-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 1881, app/assets/stylesheets/style.scss */
.ph-video-container {
  position: relative;
}

/* line 1885, app/assets/stylesheets/style.scss */
.ph-banner-content h1, .ph-banner-content .h1 {
  font-size: 52px;
  font-weight: 600;
  color: var(--ph-white-color);
  padding-bottom: 10px;
}

/* line 1892, app/assets/stylesheets/style.scss */
.ph-banner-content p {
  color: var(--ph-white-color);
}

/* line 1896, app/assets/stylesheets/style.scss */
.ph-video-box {
  background: var(--ph-white-color);
  max-width: 496px;
  margin-left: auto;
  box-shadow: 0 0 15px 0 #0c06293b;
  border-radius: 8px;
}

/* line 1904, app/assets/stylesheets/style.scss */
.ph-video-content p span {
  font-weight: 500;
  color: var(--ph-black-color);
}

/* line 1909, app/assets/stylesheets/style.scss */
.ph-video-content {
  padding: 10px 15px 15px;
}

/* line 1913, app/assets/stylesheets/style.scss */
.ph-video-content h6 span, .ph-video-content .h6 span {
  font-weight: 500;
  display: inline-block;
}

/* line 1918, app/assets/stylesheets/style.scss */
.ph-video-content h6, .ph-video-content .h6 {
  font-size: 14px;
  font-weight: normal;
}

/* line 1923, app/assets/stylesheets/style.scss */
.ph-video-content h6:last-child, .ph-video-content .h6:last-child {
  margin-bottom: 0;
}

/* Ph-banner-sec End */
/* About Sec */
/* line 1929, app/assets/stylesheets/style.scss */
.ph-awardHome-slide .swiper-wrapper {
  align-items: center;
  margin-bottom: 20px;
  margin-left: 5px;
}

/* line 1935, app/assets/stylesheets/style.scss */
.ph-awardHome-slide .swiper-wrapper .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  max-height: 100px;
  height: 100%;
}

/* line 1945, app/assets/stylesheets/style.scss */
.ph-all-answers h5, .ph-all-answers .h5 {
  font-weight: 500;
}

/* line 1949, app/assets/stylesheets/style.scss */
.ph-about-content p span {
  font-weight: 500;
  color: var(--ph-black-color);
}

/* line 1954, app/assets/stylesheets/style.scss */
.ph-explore-more a {
  color: var(--ph-main-color);
  transition: all 0.3s;
}

/* line 1959, app/assets/stylesheets/style.scss */
.ph-explore-more a:hover {
  color: var(--ph-black-color);
}

/* line 1963, app/assets/stylesheets/style.scss */
.ph-about-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

/* End About sec */
/*Our Services sec start*/
/* line 1973, app/assets/stylesheets/style.scss */
.ph-our-service {
  position: relative;
}

/* line 1977, app/assets/stylesheets/style.scss */
.ph-our-service .ph-ourService-content {
  background: var(--ph-black-color);
  padding: 50px;
  min-height: calc(100% - 0px);
}

/* line 1983, app/assets/stylesheets/style.scss */
.ph-our-service .ph-our-service-content h2, .ph-our-service .ph-our-service-content .h2 {
  color: var(--ph-filed-color);
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 1990, app/assets/stylesheets/style.scss */
.ph-our-service .ph-our-service-content p {
  color: var(--ph-white-color);
}

/* line 1994, app/assets/stylesheets/style.scss */
.ph-our-service .ph-our-service-content h2 span, .ph-our-service .ph-our-service-content .h2 span {
  background: var(--ph-main-color);
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}

/* line 2003, app/assets/stylesheets/style.scss */
.ph-thumbnail-sec.ph_blog_menu {
  padding-top: 60px;
}

/* line 2006, app/assets/stylesheets/style.scss */
.ph-our-service .ph-tab-nav .nav-pills .nav-link.active,
.ph-our-service .nav-pills .show > .nav-link {
  background: transparent;
  color: var(--ph-main-color);
  position: relative;
  padding-left: 40px;
}

/* line 2014, app/assets/stylesheets/style.scss */
.ph-our-service .ph-tab-nav .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  background: var(--ph-main-color);
  height: 4px;
  border-radius: 2px;
  width: 28px;
}

/* line 2028, app/assets/stylesheets/style.scss */
.ph-our-service .ph-tab-nav a {
  color: var(--ph-black-color);
  padding: 12px 0px 12px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}

/* line 2036, app/assets/stylesheets/style.scss */
.ph-our-service-content ul {
  margin-top: 25px;
}

/* line 2040, app/assets/stylesheets/style.scss */
.ph-our-service-content ul li a {
  color: var(--ph-main-color);
  font-size: 20px;
  padding-bottom: 10px;
  display: inline-block;
}

/* line 2047, app/assets/stylesheets/style.scss */
.ph-our-service-content ul li:last-child a {
  padding-bottom: 0;
}

/* line 2051, app/assets/stylesheets/style.scss */
.ph-shap-upDown {
  position: absolute;
  right: 0;
  top: 20%;
}

/* line 2057, app/assets/stylesheets/style.scss */
.ph-webinar-countmodal .modal-dialog {
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  /* line 2057, app/assets/stylesheets/style.scss */
  .ph-webinar-countmodal .modal-dialog {
    padding: 20px;
  }
}

/* line 2065, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  /* line 2065, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul {
    flex-direction: column;
  }
}

/* line 2072, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li {
  background: var(--ph-white-color);
  flex: 1.3 1.3 0;
  padding: 45px 20px;
}

@media screen and (max-width: 767px) {
  /* line 2072, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul li {
    padding: 30px 20px;
  }
}

/* line 2079, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li .gitex_protonshub {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 2084, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul li img {
    max-width: 240px;
  }
}

/* line 2088, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li h2, .ph_gitexglobel_modal ul li .h2 {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  /* line 2088, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul li h2, .ph_gitexglobel_modal ul li .h2 {
    font-size: 24px;
  }
}

/* line 2093, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li h2 span, .ph_gitexglobel_modal ul li .h2 span {
  color: var(--ph-main-color);
}

/* line 2097, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li .date_vanue_g {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  /* line 2097, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul li .date_vanue_g {
    padding: 15px 0;
  }
}

/* line 2102, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li .date_vanue_g h3, .ph_gitexglobel_modal ul li .date_vanue_g .h3 {
  font-size: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* line 2102, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul li .date_vanue_g h3, .ph_gitexglobel_modal ul li .date_vanue_g .h3 {
    font-size: 20px;
  }
}

/* line 2109, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li .date_vanue_g p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  /* line 2109, app/assets/stylesheets/style.scss */
  .ph_gitexglobel_modal ul li .date_vanue_g p {
    margin-bottom: 0;
  }
}

/* line 2118, app/assets/stylesheets/style.scss */
.ph_gitexglobel_modal ul li:first-child {
  background: #1d1d1d url(https://protonshub-website.s3.us-east-2.amazonaws.com/ffqgsgxfc47p5vlk2r70vfnem74z) no-repeat top right;
  background-size: cover;
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 24px;
}

/* line 2133, app/assets/stylesheets/style.scss */
.ph-eventconnect-gitex {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/6io1390zsgwic0nbfai4b5pukmx3) bottom center no-repeat;
}

/* line 2137, app/assets/stylesheets/style.scss */
.ph_gitexevent {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/t6uuq642uqtm962bapw9rhh8lbg5) bottom center no-repeat;
  text-align: left;
  padding: 120px 0 160px;
}

@media screen and (max-width: 1199px) {
  /* line 2137, app/assets/stylesheets/style.scss */
  .ph_gitexevent {
    padding: 50px 0px 100px;
  }
}

/* line 2145, app/assets/stylesheets/style.scss */
.ph_gitexevent p {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 48px;
  padding: 40px 0;
}

@media screen and (max-width: 1199px) {
  /* line 2145, app/assets/stylesheets/style.scss */
  .ph_gitexevent p {
    padding: 20px 0;
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 2157, app/assets/stylesheets/style.scss */
.ph_gitexevent .ph-getconnect-btn {
  text-align: left;
}

/* line 2162, app/assets/stylesheets/style.scss */
.ph_gitex_counter {
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 20px;
}

/* line 2166, app/assets/stylesheets/style.scss */
.ph_gitex_counter .gitex_event_counter {
  background: #fff;
  border-bottom: 6px solid var(--ph-main-color);
  border-radius: 8px;
  box-shadow: 0px 19px 41px 0px #0000001a;
}

/* line 2171, app/assets/stylesheets/style.scss */
.ph_gitex_counter .gitex_event_counter li {
  padding-top: 10px;
}

/* line 2173, app/assets/stylesheets/style.scss */
.ph_gitex_counter .gitex_event_counter li:hover {
  padding-top: 10px;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0;
  transform: translateY(0);
  box-shadow: none !important;
}

/* line 2184, app/assets/stylesheets/style.scss */
.ph-eventvenue-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/sp3mmjk7t9d03vef2h1t8hec7eu1) no-repeat center center;
  padding: 80px 0;
}

/* line 2188, app/assets/stylesheets/style.scss */
.ph-eventvenue-sec .ph-getconnect-btn {
  text-align: center;
  padding-top: 30px;
}

/* line 2191, app/assets/stylesheets/style.scss */
.ph-eventvenue-sec .ph-getconnect-btn .ph-btn {
  border: 1px solid var(--ph-main-color);
}

/* line 2193, app/assets/stylesheets/style.scss */
.ph-eventvenue-sec .ph-getconnect-btn .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 2200, app/assets/stylesheets/style.scss */
.ph_events_points .ph-business-img {
  text-align: center;
}

/* line 2203, app/assets/stylesheets/style.scss */
.ph_events_points h4, .ph_events_points .h4 {
  font-weight: 300;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  /* line 2203, app/assets/stylesheets/style.scss */
  .ph_events_points h4, .ph_events_points .h4 {
    padding-top: 20px;
  }
}

/* line 2212, app/assets/stylesheets/style.scss */
.ph_events_points .ph-hireprice-box ul li {
  font-weight: 400;
  line-height: 40px;
}

@media screen and (max-width: 1199px) {
  /* line 2212, app/assets/stylesheets/style.scss */
  .ph_events_points .ph-hireprice-box ul li {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  /* line 2224, app/assets/stylesheets/style.scss */
  .ph_logo_eventsec .mobile_view {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* line 2232, app/assets/stylesheets/style.scss */
.ph_event_date {
  text-align: right;
  padding: 40px;
}

@media screen and (max-width: 1199px) {
  /* line 2232, app/assets/stylesheets/style.scss */
  .ph_event_date {
    padding: 20px;
  }
}

/* line 2238, app/assets/stylesheets/style.scss */
.ph_event_date img {
  box-shadow: 0 7px 38px -7px #00000030;
  border-radius: 28px;
}

/* line 2246, app/assets/stylesheets/style.scss */
.ph_blog_menu .ph-blog-text h6, .ph_blog_menu .ph-blog-text .h6 {
  font-size: 14px;
}

/* line 2249, app/assets/stylesheets/style.scss */
.ph_blog_menu .ph-blog-text .ph-blog-title {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: pre-line;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

/* line 2258, app/assets/stylesheets/style.scss */
.ph_blog_menu .ph-blog-text p {
  font-size: 14px;
}

/* line 2261, app/assets/stylesheets/style.scss */
.ph_blog_menu .ph-blog-text .ph-read-more {
  font-size: 14px;
}

/* line 2266, app/assets/stylesheets/style.scss */
.ph-our-service .ph-ourService-icon {
  max-width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
  background: var(--ph-main-color);
  border-radius: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2278, app/assets/stylesheets/style.scss */
.ph-our-service .ph-ourService-icon img,
.ph-our-service .ph-ourService-icon svg {
  text-align: center;
  vertical-align: middle;
  max-width: 40px;
  width: 100%;
}

/* line 2286, app/assets/stylesheets/style.scss */
.ph-image-content {
  display: flex;
  grid-gap: 15px 15px;
}

/* line 2295, app/assets/stylesheets/style.scss */
.ph-shap-elements {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*Our Services sec End*/
/*Most software company sec start*/
/* line 2312, app/assets/stylesheets/style.scss */
.ph-software-development-sec {
  background: var(--ph-lightbgcolor);
  position: relative;
  padding: 50px 0 100px;
}

/* line 2318, app/assets/stylesheets/style.scss */
.ph-software-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0;
  padding-top: 50px;
}

/* line 2325, app/assets/stylesheets/style.scss */
.ph-software-heading p {
  padding: 10px 50px 0;
}

/* line 2329, app/assets/stylesheets/style.scss */
.ph-software-box .ph-software-inner {
  background: var(--ph-white-color);
  padding: 30px 40px;
  box-shadow: 0 4px 10px 0 #111b5414;
  border-radius: 8px;
  position: relative;
}

/* line 2337, app/assets/stylesheets/style.scss */
.ph-software-box .ph-software-inner:first-child {
  margin-right: -40px;
  transform: translateY(-40px);
  padding-right: 90px;
}

/* line 2342, app/assets/stylesheets/style.scss */
.insurance_four_point h5, .insurance_four_point .h5 {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}

/* line 2346, app/assets/stylesheets/style.scss */
.insurance_four_point h5 img, .insurance_four_point .h5 img {
  flex: 36px 0 0;
  height: 36px;
  width: 36px;
}

/* line 2351, app/assets/stylesheets/style.scss */
.insurance_four_point h5 span, .insurance_four_point .h5 span {
  display: inline-block;
  flex: 1 1 0;
  margin-left: 0 !important;
}

/* line 2357, app/assets/stylesheets/style.scss */
.ph-software-box .ph-software-inner:last-child {
  margin-left: -40px;
  transform: translateY(40px);
  background: #eaedf3;
  box-shadow: none;
}

/* line 2364, app/assets/stylesheets/style.scss */
.ph-software-inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 20px;
}

/* line 2370, app/assets/stylesheets/style.scss */
.ph-software-inner ul li {
  border-left: 4px solid var(--ph-darkgray-color);
  padding-left: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 2377, app/assets/stylesheets/style.scss */
.ph-software-inner h5, .ph-software-inner .h5 {
  margin: 10px 0 5px;
}

/* line 2381, app/assets/stylesheets/style.scss */
.ph-software-inner p {
  font-size: 14px;
  line-height: 22px;
}

/* line 2386, app/assets/stylesheets/style.scss */
.ph-software-inner ul li h1, .ph-software-inner ul li .h1 {
  color: var(--ph-main-color);
  font-size: 32px;
}

/* line 2391, app/assets/stylesheets/style.scss */
.ph-software-inner ul li p {
  margin-bottom: 0;
}

/* line 2394, app/assets/stylesheets/style.scss */
.animated_spin {
  position: relative;
}

@media screen and (max-width: 1199px) {
  /* line 2394, app/assets/stylesheets/style.scss */
  .animated_spin {
    overflow: hidden;
  }
}

/*Most software company sec end*/
/*Develop process sec start*/
/* line 2404, app/assets/stylesheets/style.scss */
.ph-Develop-process {
  background: var(--ph-black-color);
}

/* line 2408, app/assets/stylesheets/style.scss */
.ph-process-box span {
  color: var(--ph-main-color);
}

/* line 2412, app/assets/stylesheets/style.scss */
.ph-process-btn .ph-btn {
  background: transparent;
  color: var(--ph-main-color);
  margin-top: 20px;
  border: 1px solid var(--ph-main-color);
}

/* line 2419, app/assets/stylesheets/style.scss */
.ph-process-btn .ph-btn:hover {
  color: var(--ph-white-color);
  border-color: var(--ph-white-color);
}

/* line 2424, app/assets/stylesheets/style.scss */
.ph-process-box h1, .ph-process-box .h1 {
  color: var(--ph-white-color);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* line 2431, app/assets/stylesheets/style.scss */
.ph-process-box p {
  color: var(--ph-white-color);
}

/* line 2435, app/assets/stylesheets/style.scss */
.ph-process-box {
  padding-right: 50px;
}

/* Develop process Sec End */
/* technologies sec start */
/* line 2442, app/assets/stylesheets/style.scss */
.ph-technologies-sec .ph-tech-nav a {
  color: var(--ph-black-color);
  font-weight: 500;
  padding-bottom: 20px;
}

/* line 2448, app/assets/stylesheets/style.scss */
.ph-technologies-sec .nav-tabs.ph-tech-nav .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 2454, app/assets/stylesheets/style.scss */
.ph-technologies-sec .nav-link.active {
  border: 0;
  position: relative;
  color: var(--ph-main-color);
  transition: all 0.3s;
  background: transparent;
}

/* line 2462, app/assets/stylesheets/style.scss */
.ph-technologies-sec .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--ph-main-color);
}

/* line 2473, app/assets/stylesheets/style.scss */
.ph-technologies-sec .ph-tech-nav {
  justify-content: space-between;
  grid-gap: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--ph-filed-color);
}

/* Our client sec start */
/* line 2480, app/assets/stylesheets/style.scss */
.ph-ourClient-logo .swiper-slide {
  text-align: center;
  padding: 0 30px;
}

/* line 2485, app/assets/stylesheets/style.scss */
.ph-ourClient-logo .swiper-slide:first-child {
  border-left: 0;
}

/* line 2489, app/assets/stylesheets/style.scss */
.ph-ourClient-logo {
  background: var(--ph-white-color);
  box-shadow: 0 0 10px 0 #27114e14;
  border-radius: 0px;
  position: relative;
  padding: 25px;
  margin-top: -50px;
}

/* line 2498, app/assets/stylesheets/style.scss */
.ph-ourClient-logo .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* line 2507, app/assets/stylesheets/style.scss */
.ph-boxlogo-shadow {
  position: relative;
}

/* line 2511, app/assets/stylesheets/style.scss */
.ph-client-shadow {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  z-index: -1;
}

/* Our client sec end */
/* Counter map sec start */
/* line 2521, app/assets/stylesheets/style.scss */
.ph-counter-map {
  background: var(--ph-lightbgcolor);
  padding: 60px 0 80px;
  position: relative;
  z-index: 9;
}

/* line 2527, app/assets/stylesheets/style.scss */
.ph-counter-map:before {
  content: "";
  position: absolute;
  background: url(/assets/home-map-e1d2d64d1f3de678bfc7d80b85dfccf39ac96bccc015e93393cbd7bbd3e138d7.png) no-repeat right center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
}

/* line 2538, app/assets/stylesheets/style.scss */
.ph-our-client-sec {
  position: relative;
  z-index: 99;
}

/* line 2542, app/assets/stylesheets/style.scss */
.ph-counter-icon {
  max-width: 100px;
  height: 100px;
  margin: auto auto 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  padding: 23px;
  background: #ffffff59;
  box-shadow: 0 0 16px 0 #0d2b5614;
}

/* line 2555, app/assets/stylesheets/style.scss */
.ph-counter-icon i {
  font-size: 30px;
  margin-bottom: 5px;
}

/* line 2560, app/assets/stylesheets/style.scss */
.ph-why-choose-grid {
  position: relative;
  z-index: 99;
}

/* line 2564, app/assets/stylesheets/style.scss */
.ph-appMobile-inner .ph-counter-icon {
  color: var(--ph-main-color);
}

/* Counter map sec End */
/* Counter sec */
/* line 2570, app/assets/stylesheets/style.scss */
.ph-counter-sec {
  background-image: url(/assets/contact-bg-375cfae78740e43b0b266d889976723bb99f8e3416f302cca621a84197fc20d5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  min-height: 450px;
  background-size: cover;
}

/* line 2579, app/assets/stylesheets/style.scss */
.ph-why-choose-grid ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

/* line 2585, app/assets/stylesheets/style.scss */
.ph-why-choose-grid ul li {
  text-align: center;
  padding: 20px 10px 15px;
  transition: all 0.5s;
  border: 1px solid transparent;
  border-radius: 10px;
}

/* line 2593, app/assets/stylesheets/style.scss */
.ph-why-choose-grid ul li:hover {
  box-shadow: inset 0 0 0 8.5em var(--ph-white-color);
  padding: 20px 10px 15px;
  border: 1px solid var(--ph-filed-color);
  transform: translateY(-5px);
}

/* line 2600, app/assets/stylesheets/style.scss */
.ph-why-choose-grid ul li h3, .ph-why-choose-grid ul li .h3 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 400;
  pointer-events: none;
}

/* line 2608, app/assets/stylesheets/style.scss */
.ph-why-choose-grid ul li h2, .ph-why-choose-grid ul li .h2 {
  display: inline-block;
  font-weight: 700;
  pointer-events: none;
  margin-top: 10px;
  color: var(--ph-darkgray-color);
}

/* line 2616, app/assets/stylesheets/style.scss */
.ph-why-choose-grid ul li span {
  color: var(--ph-black-color);
  font-size: 21px;
  margin-left: 2px;
  font-weight: 500;
  pointer-events: none;
}

/* line 2623, app/assets/stylesheets/style.scss */
.ph-map-home {
  position: relative;
  z-index: 99;
}

/* End counter sec */
/* Get qoute sec start */
/* line 2630, app/assets/stylesheets/style.scss */
.ph-get-qoute-s {
  background: var(--ph-white-color);
  position: relative;
  box-shadow: 0 0 16px 0 #070d2f0d;
  border-radius: 10px;
}

/* line 2637, app/assets/stylesheets/style.scss */
.ph-contact-form {
  padding: 20px 15px 30px;
  background: #fff;
  border-radius: 8px;
}

/* line 2643, app/assets/stylesheets/style.scss */
.ph-check-box .form-check {
  display: flex;
}

/* line 2647, app/assets/stylesheets/style.scss */
.ph-contact-bg {
  background: url(/assets/contact-us-bg-10855e6edaae457d5a1e31ce154979afac9427a86110b106716c24bf409a182f.webp) no-repeat center center;
  position: relative;
  background-size: cover;
  border-radius: 10px 0 0px 10px;
}

/* line 2654, app/assets/stylesheets/style.scss */
.ph-contact-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: RGB(12 8 1/84%);
  border-radius: 10px 0 0px 10px;
}

/* line 2665, app/assets/stylesheets/style.scss */
.ph-contact-details {
  position: relative;
  padding: 40px 30px;
  color: var(--ph-white-color);
}

/* line 2671, app/assets/stylesheets/style.scss */
.ph-contact-details p {
  color: var(--ph-white-color);
  font-weight: 300;
  padding-top: 15px;
}

/* line 2677, app/assets/stylesheets/style.scss */
.ph-contact-details h3, .ph-contact-details .h3 {
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 30px;
}

/* line 2684, app/assets/stylesheets/style.scss */
.ph-contact-details h3:before, .ph-contact-details .h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background: var(--ph-main-color);
  margin: 0 auto;
  border-radius: 8px;
}

/* line 2696, app/assets/stylesheets/style.scss */
.ph-shadow-back {
  position: absolute;
  z-index: -1;
  bottom: -40px;
  top: auto;
  left: 0;
  right: 0;
}

/* line 2705, app/assets/stylesheets/style.scss */
.ph-contact-text h3, .ph-contact-text .h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* line 2710, app/assets/stylesheets/style.scss */
.ph-contact-content ul {
  padding-top: 20px;
}

/* line 2714, app/assets/stylesheets/style.scss */
.ph-contact-content ul li {
  display: flex;
  margin-bottom: 20px;
}

/* line 2723, app/assets/stylesheets/style.scss */
.ph-contact-icon {
  width: 50px;
}

/* line 2727, app/assets/stylesheets/style.scss */
.ph-contact-text {
  width: calc(100% - 50px);
  padding-left: 20px;
}

/* line 2732, app/assets/stylesheets/style.scss */
.ph-contact-text p {
  margin: 0;
}

/* line 2736, app/assets/stylesheets/style.scss */
.ph-contact-content ul li:last-child {
  margin-bottom: 0;
}

/* line 2740, app/assets/stylesheets/style.scss */
.ph-contact-form ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 15px;
}

/* line 2746, app/assets/stylesheets/style.scss */
.ph-contact-msg {
  margin: 15px 0 15px;
}

/* line 2750, app/assets/stylesheets/style.scss */
.ph-contact-details ul {
  margin-top: 30px;
}

/* line 2754, app/assets/stylesheets/style.scss */
.ph-contact-details ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

/* line 2760, app/assets/stylesheets/style.scss */
.ph-contact-details ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

/* line 2772, app/assets/stylesheets/style.scss */
.ph-job-apply-form ul li label {
  display: block;
}

/* line 2776, app/assets/stylesheets/style.scss */
.ph-job-apply-form input[type="file"] {
  display: none;
}

/* line 2780, app/assets/stylesheets/style.scss */
.ph-file-upload {
  border: 1px solid var(--ph-filed-color);
  border-radius: 5px;
  padding: 12.95px 20px;
  font-size: 15px;
  transition: all 0.3s;
  color: var(--ph-darkgray-color);
}

/* line 2789, app/assets/stylesheets/style.scss */
.ph-file-upload:hover {
  background: var(--ph-main-color);
  color: var(--ph-white-color);
}

/* line 2794, app/assets/stylesheets/style.scss */
.ph-attech-text {
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
}

/* line 2800, app/assets/stylesheets/style.scss */
.ph-check-small-text {
  font-size: 12px;
  display: block;
}

/* line 2805, app/assets/stylesheets/style.scss */
.ph-check-box {
  position: relative;
}

/* line 2809, app/assets/stylesheets/style.scss */
.ph-check-box .form-check-input:focus {
  box-shadow: none;
  border-color: var(--ph-main-color);
}

/* line 2814, app/assets/stylesheets/style.scss */
.ph-check-box .form-check-input {
  margin-right: 15px;
  height: 1.3rem;
  padding: 0px 10px;
}

/* line 2820, app/assets/stylesheets/style.scss */
.ph-check-box .form-check-input:checked {
  background: var(--ph-main-color);
  border-color: transparent;
}

/* line 2825, app/assets/stylesheets/style.scss */
.ph-check-box .form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 2829, app/assets/stylesheets/style.scss */
.ph-contact-btn {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 2834, app/assets/stylesheets/style.scss */
.ph-contact-highlight {
  background: #f7ede8;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 4px;
}

/* line 2842, app/assets/stylesheets/style.scss */
.ph-contact-highlight h5, .ph-contact-highlight .h5,
.ph-contact-highlight p {
  margin-bottom: 0;
}

/* Get qoute sec end */
/* Testmonial sec start */
/* line 2849, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs {
  background: RGB(243 245 249/66%);
  background: linear-gradient(0deg, RGB(243 245 249/66%) 0%, RGB(244 250 255/10%) 100%);
}

/* line 2858, app/assets/stylesheets/style.scss */
.ph-tesmonial-slider {
  position: relative;
}

/* line 2862, app/assets/stylesheets/style.scss */
.ph-client-detail {
  margin-top: 25px;
}

/* line 2866, app/assets/stylesheets/style.scss */
.ph-client-detail span {
  padding-top: 5px;
  display: inline-block;
}

/* line 2871, app/assets/stylesheets/style.scss */
.ph-swiper-slide {
  position: relative;
}

/* line 2875, app/assets/stylesheets/style.scss */
.pe-7s-angle-right:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 2881, app/assets/stylesheets/style.scss */
.pe-7s-angle-left:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* line 2887, app/assets/stylesheets/style.scss */
.ph-testimonials .gallery-top,
.ph-testimonials .swiper-pointer-events {
  overflow: hidden;
}

/* line 2892, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .controls-rf .ctrl-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
}

/* line 2902, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .gallery-thumbs {
  max-width: 400px;
  margin: 50px auto 40px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 2910, app/assets/stylesheets/style.scss */
.ph-testimonials .item p {
  font-size: 18px;
  line-height: 30px;
}

/* line 2915, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .gallery-thumbs .img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  transform: scale(0.8);
  filter: grayscale(1);
  position: relative;
  cursor: pointer;
  z-index: 2;
  opacity: 0.6;
  transition: all 0.3s;
  margin: auto;
}

/* line 2932, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .gallery-thumbs .img .circle {
  width: 110px;
  height: 110px;
  border: 3px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

/* line 2941, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .gallery-thumbs .img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}

/* line 2951, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .gallery-thumbs .swiper-slide-active .img {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}

/* line 2960, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .controls-rf .ctrl-circle {
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--ph-white-color);
  font-size: 18px;
  color: #020202b3;
  border: 2px solid var(--ph-filed-color);
}

/* line 2972, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .gallery-thumbs .img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
}

/* line 2982, app/assets/stylesheets/style.scss */
.gr-purple-red-bg {
  background-image: linear-gradient(110deg, var(--ph-main-color) 0%, var(--ph-secondary-color) 100%);
}

/* line 3000, app/assets/stylesheets/style.scss */
.ph-testimonials.slider-thumbs .controls-rf .ctrl-circle:after {
  display: none;
}

/* line 3003, app/assets/stylesheets/style.scss */
.ph-redesign-appmobile {
  background: url(/assets/mobile_app_bg_img-2b4db7e9b81eb41c12b9103312d5a8f4de993e8c578ec9fabde72a62aa07b1a8.jpg) no-repeat center center;
  background-size: cover;
  padding: 126px 0 0px 0px;
}

@media screen and (max-width: 480px) {
  /* line 3003, app/assets/stylesheets/style.scss */
  .ph-redesign-appmobile {
    padding-top: 50px;
  }
}

/* Testmonial sec end */
/* blog sec start */
/* line 3014, app/assets/stylesheets/style.scss */
.ph-blog-box {
  box-shadow: 0px 10px 16px 0 RGB(11 2 28/6%);
  background: var(--ph-white-color);
  margin: 0px 0px 50px;
  border-radius: 8px;
  position: relative;
  height: calc(100% - 24px);
}

/* line 3022, app/assets/stylesheets/style.scss */
.ph-blog-sec .ph-blog-box {
  height: calc(100% - 50px);
  margin: 0px 5px 20px;
}

/* line 3027, app/assets/stylesheets/style.scss */
.ph-blog-details .ph-hireprice-box {
  margin-bottom: 25px;
}

/* line 3031, app/assets/stylesheets/style.scss */
.ph-hireprice-box ul {
  margin-top: 0px;
}

/* line 3035, app/assets/stylesheets/style.scss */
.ph-blog-details h6, .ph-blog-details .h6 {
  font-size: 20px;
}

/* line 3039, app/assets/stylesheets/style.scss */
.ph-blog-details img {
  margin: 15px 0 30px;
}

/* line 3043, app/assets/stylesheets/style.scss */
.ph-blog-title {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}

/* line 3052, app/assets/stylesheets/style.scss */
.ph-blog-box p {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: pre-line;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}

/* line 3062, app/assets/stylesheets/style.scss */
.ph-blog-img img {
  width: 100%;
}

/* line 3066, app/assets/stylesheets/style.scss */
.ph-blog-text {
  padding: 0px 20px 15px;
}

/* line 3069, app/assets/stylesheets/style.scss */
.ph-blog-text span {
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: var(--ph-darkgray-color);
}

/* line 3076, app/assets/stylesheets/style.scss */
.ph-blog-text h6, .ph-blog-text .h6 {
  font-size: 15px;
  font-weight: 500;
  color: var(--ph-darkgray-color);
}

/* line 3082, app/assets/stylesheets/style.scss */
.ph-blog-date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: #f8f8f8;
  padding: 5px 15px;
}

/* line 3091, app/assets/stylesheets/style.scss */
.ph-blog-img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

/* line 3098, app/assets/stylesheets/style.scss */
.ph-blog-text ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}

/* line 3104, app/assets/stylesheets/style.scss */
.ph-blog-text ul li svg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  fill: var(--ph-main-color);
}

/* line 3111, app/assets/stylesheets/style.scss */
.ph-blog-text ul li a {
  font-size: 14px;
}

/* line 3115, app/assets/stylesheets/style.scss */
.ph-blog-img:after,
.ph-career-post-box:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  transform: skewX(-25deg);
}

/* line 3133, app/assets/stylesheets/style.scss */
.ph-blog-sec .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid var(--ph-darkgray-color);
  opacity: 100;
}

/* line 3141, app/assets/stylesheets/style.scss */
.ph-blog-sec .swiper-slide {
  margin-bottom: 40px;
}

/* line 3145, app/assets/stylesheets/style.scss */
.ph-blog-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--ph-darkgray-color);
}

/* line 3149, app/assets/stylesheets/style.scss */
.ph-read-more {
  color: var(--ph-main-color);
  font-size: 14px;
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  padding-bottom: 12px;
}

/* line 3159, app/assets/stylesheets/style.scss */
.ph-read-more:hover {
  color: var(--ph-black-color);
}

/* line 3162, app/assets/stylesheets/style.scss */
.ph-trending-blog .ph-sidebarBlog-scroll {
  min-height: 350px;
  max-height: 350px;
  height: 100%;
  overflow: auto;
  position: relative;
}

/* line 3169, app/assets/stylesheets/style.scss */
.ph-trending-blog .ph-sidebarBlog-scroll::-webkit-scrollbar {
  width: 5px;
}

/* line 3173, app/assets/stylesheets/style.scss */
.ph-trending-blog .ph-sidebarBlog-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--ph-filed-color);
}

/* line 3177, app/assets/stylesheets/style.scss */
.ph-trending-blog .ph-sidebarBlog-scroll::-webkit-scrollbar-thumb {
  background: var(--ph-lightgray-color);
}

/* line 3181, app/assets/stylesheets/style.scss */
.ph-blog-img:hover:after,
.ph-career-post-box:hover:after {
  animation: scShine 1s;
}

@keyframes scShine {
  100% {
    left: 125%;
  }
}

/* blog sec end */
/* Get-connect sec */
/* line 3195, app/assets/stylesheets/style.scss */
.ph-getconnect-sec {
  background-image: url(/assets/cta-bg-511932c2f51fb0a0c1649f8df3caa3aa4fe56f74dbddcf3230c698c2c7d240cb.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
  background-size: cover;
}

/* line 3203, app/assets/stylesheets/style.scss */
.ph-btn-white {
  background: var(--ph-white-color);
  color: var(--ph-black-color);
  border: 1px solid var(--ph-white-color);
}

/* line 3209, app/assets/stylesheets/style.scss */
.ph-getconnect-btn {
  text-align: end;
}

/* line 3213, app/assets/stylesheets/style.scss */
.ph-getconnect-content,
.ph-getconnect-content h5,
.ph-getconnect-content .h5 {
  color: var(--ph-white-color);
  font-weight: 400;
}

/* line 3219, app/assets/stylesheets/style.scss */
.ph-getconnect-content h1, .ph-getconnect-content .h1 {
  margin-bottom: 0;
}

/* End Get-conncet sec */
/* Our Team page start */
/* line 3226, app/assets/stylesheets/style.scss */
.ph-ourTeam-banner {
  background: url(/assets/our-team-banner-9a4669788ddcc380e24d7fa81eafb498ebd2587f9f037dbabb34f0d1cdeba961.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

/* line 3233, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-heading-title {
  position: relative;
  text-align: left;
}

/* line 3238, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-heading-title h1, .ph-OurTeam-content .ph-heading-title .h1 {
  color: var(--ph-white-color);
  padding-bottom: 10px;
}

/* line 3243, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-heading-title h1 span, .ph-OurTeam-content .ph-heading-title .h1 span,
.ph-OurTeam-content .ph-heading-title p span {
  color: var(--ph-main-color);
}

/* line 3248, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 3252, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-heading-title p:last-child {
  margin-bottom: 0;
}

/* line 3256, app/assets/stylesheets/style.scss */
.ph-team-block {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

/* line 3263, app/assets/stylesheets/style.scss */
.ph-team-block .ph-inner-box {
  position: relative;
}

/* line 3267, app/assets/stylesheets/style.scss */
.ph-team-block .ph-inner-box:hover .ph-social-links {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

/* line 3274, app/assets/stylesheets/style.scss */
.ph-team-block .ph-image-box {
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
}

/* line 3280, app/assets/stylesheets/style.scss */
.ph-team-block .ph-image-box .ph-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  transition: all 500ms ease;
}

/* line 3290, app/assets/stylesheets/style.scss */
.ph-team-block .ph-image-box .ph-image img {
  width: 100%;
}

/* line 3294, app/assets/stylesheets/style.scss */
.ph-team-block .ph-social-links {
  position: absolute;
  right: 0px;
  top: 0;
  display: inline-block;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
  padding: 10px;
}

/* line 3313, app/assets/stylesheets/style.scss */
.ph-team-block .ph-social-links a {
  position: relative;
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
  padding: 6px 12px 6px;
  line-height: 28px;
  text-align: center;
  color: var(--ph-white-color);
  transition: all 300ms ease;
  border-radius: 3px;
  background: var(--ph-white-color);
}

/* line 3328, app/assets/stylesheets/style.scss */
.ph-team-block .ph-social-links .ph-linkein {
  color: #0077b5;
}

/* line 3332, app/assets/stylesheets/style.scss */
.ph-team-block .ph-social-links .ph-twitter {
  color: #1da1f2;
}

/* line 3336, app/assets/stylesheets/style.scss */
.ph-team-block .ph-info-box {
  position: relative;
  text-align: center;
  background-color: var(--ph-black-color);
  padding: 20px 15px;
  border-radius: 0 0 5px 5px;
}

/* line 3344, app/assets/stylesheets/style.scss */
.ph-team-block .ph-info-box .ph-name {
  z-index: 2;
  font-size: 24px;
  font-weight: 500;
  color: var(--ph-white-color);
}

/* line 3351, app/assets/stylesheets/style.scss */
.ph-team-block .ph-info-box .ph-designation {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: var(--ph-lightgray-color);
  z-index: 2;
  line-height: 1em;
  transition: all 400ms ease;
}

/* Our Team page End */
/* opening sec start*/
/* line 3367, app/assets/stylesheets/style.scss */
.ph-seach-sec .ph-item-box {
  border: 1px solid var(--ph-filed-color);
  background: var(--ph-white-color);
  border-radius: 8px;
  padding: 30px;
  position: relative;
  height: calc(100% - 24px);
  margin-bottom: 50px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 480px) {
  /* line 3367, app/assets/stylesheets/style.scss */
  .ph-seach-sec .ph-item-box {
    padding: 15px 20px 20px;
  }
}

/* line 3385, app/assets/stylesheets/style.scss */
.ph-seach-sec .ph-item-box:hover {
  box-shadow: 0 20px 50px rgba(0, 5, 39, 0.07);
  border-color: transparent;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}

/* line 3396, app/assets/stylesheets/style.scss */
.ph-seach-sec .ph-item-box .ph-icon {
  margin-bottom: 15px;
}

/* line 3400, app/assets/stylesheets/style.scss */
.ph-seach-sec .ph-item-box h6, .ph-seach-sec .ph-item-box .h6 {
  padding: 6px 0;
}

/* line 3404, app/assets/stylesheets/style.scss */
.ph-seach-sec .ph-item-box h6 span, .ph-seach-sec .ph-item-box .h6 span {
  font-weight: 400;
}

/* Opening sec end */
/* Carrers page start */
/* line 3411, app/assets/stylesheets/style.scss */
.ph-seach-sec {
  margin-top: -38px;
  position: relative;
}

/* line 3416, app/assets/stylesheets/style.scss */
.ph-carrers-search {
  padding-bottom: 50px;
}

/* line 3420, app/assets/stylesheets/style.scss */
.ph-carrers-search.style-8 .info .form .form-group {
  position: relative;
}

/* line 3424, app/assets/stylesheets/style.scss */
.ph-carrers-search .ph-form-group {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: var(--ph-white-color);
  border-radius: 50px;
  border: 1px solid var(--ph-lightgray-color);
}

/* line 3441, app/assets/stylesheets/style.scss */
.ph-carrers-search .ph-form-group span {
  cursor: pointer;
}

/* line 3445, app/assets/stylesheets/style.scss */
.ph-carrers-search .ph-form-group input {
  border: 0;
}

/* carrer video sec */
/* line 3450, app/assets/stylesheets/style.scss */
.ph-careers-video-sec {
  background: var(--ph-white-color);
  background: linear-gradient(0deg, #f1f3f2 0%, rgba(255, 255, 255, 0.496534) 100%);
}

/* line 3459, app/assets/stylesheets/style.scss */
.ph-careers-inner {
  background: var(--ph-white-color);
  padding: 5px;
  box-shadow: 0 0 16px 0 #0f174629;
}

/* line 3465, app/assets/stylesheets/style.scss */
.ph-icon-work i {
  color: var(--ph-white-color);
  width: 50px;
  height: 50px;
  background: var(--ph-darkgray-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 26px;
}

/* line 3481, app/assets/stylesheets/style.scss */
.ph-box-work {
  display: flex;
  grid-gap: 10px 15px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* line 3492, app/assets/stylesheets/style.scss */
.ph-email-details {
  background: var(--ph-white-color);
  box-shadow: 0 0 20px 0 #0408190d;
  padding: 20px 15px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

/* line 3502, app/assets/stylesheets/style.scss */
.ph-email-details p {
  margin-bottom: 5px;
}

/* line 3506, app/assets/stylesheets/style.scss */
.ph-email-details p span {
  font-weight: 500;
  color: var(--ph-main-color);
  position: relative;
  z-index: 9;
}

/* line 3513, app/assets/stylesheets/style.scss */
.ph-email-details p:last-child {
  margin-bottom: 0;
}

/* line 3517, app/assets/stylesheets/style.scss */
.ph-icon-call-msg {
  position: absolute;
  top: auto;
  left: -5px;
  bottom: -8px;
  max-width: 70px;
}

/* line 3525, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle {
  background: var(--ph-darkgray-color);
  width: 100%;
  max-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  margin-left: auto;
  position: absolute;
  bottom: -135px;
  right: -135px;
  overflow: hidden;
  color: var(--ph-white-color);
  transition: all 0.3s;
}

/* line 3540, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle h6, .ph-career-360 .ph-career-circle .h6 {
  padding: 58px 38px;
  font-size: 22px;
  font-weight: 400;
}

/* line 3546, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle1 {
  background: var(--ph-darkgray-color);
  width: 100%;
  max-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  margin-left: auto;
  position: absolute;
  bottom: -135px;
  left: -135px;
  overflow: hidden;
  color: var(--ph-white-color);
  transition: all 0.5s;
  transition: all 0.3s;
}

/* line 3562, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle1 h6, .ph-career-360 .ph-career-circle1 .h6 {
  padding: 60px 0 0 115px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  position: relative;
}

/* line 3570, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle2 {
  background: var(--ph-darkgray-color);
  width: 100%;
  max-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  margin-left: auto;
  position: absolute;
  top: -135px;
  right: -135px;
  overflow: hidden;
  color: var(--ph-white-color);
  transition: all 0.3s;
}

/* line 3585, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle2 h6, .ph-career-360 .ph-career-circle2 .h6 {
  padding: 58px 38px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  position: relative;
  top: 100px;
}

/* line 3594, app/assets/stylesheets/style.scss */
.ph-career-360:hover {
  box-shadow: 0px 6px 16px 0px #0c05351f;
  transform: scale(1.01);
  border-color: var(--ph-filed-color);
}

/* line 3600, app/assets/stylesheets/style.scss */
.ph-career-360:hover .ph-career-circle {
  background: var(--ph-black-color);
}

/* line 3604, app/assets/stylesheets/style.scss */
.ph-career-360:hover .ph-career-circle1 {
  background: var(--ph-black-color);
}

/* line 3608, app/assets/stylesheets/style.scss */
.ph-career-360:hover .ph-career-circle2 {
  background: var(--ph-black-color);
}

/* line 3612, app/assets/stylesheets/style.scss */
.ph-career-360:hover .ph-career-circle3 {
  background: var(--ph-black-color);
}

/* line 3616, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle3 {
  background: var(--ph-darkgray-color);
  width: 100%;
  max-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  margin-left: auto;
  position: absolute;
  top: -135px;
  left: -135px;
  overflow: hidden;
  color: var(--ph-white-color);
  transition: all 0.3s;
}

/* line 3631, app/assets/stylesheets/style.scss */
.ph-career-360 .ph-career-circle3 h6, .ph-career-360 .ph-career-circle3 .h6 {
  padding: 60px 0 0 105px;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 100px;
}

/* line 3640, app/assets/stylesheets/style.scss */
.ph-career-360 {
  position: relative;
  border: 1px solid var(--ph-lightgray-color);
  overflow: hidden;
  height: calc(100% - 24px);
  margin: 12px 0;
  padding: 30px;
  transition: all 0.5s;
  border-radius: 8px;
  background: var(--ph-white-color);
}

/* line 3652, app/assets/stylesheets/style.scss */
.ph-career-360.ph-careerpad-right {
  padding-right: 80px;
}

/* line 3656, app/assets/stylesheets/style.scss */
.ph-career-360.ph-careerpad-left {
  padding-left: 130px;
}

/* line 3660, app/assets/stylesheets/style.scss */
.ph-career-360 h5, .ph-career-360 .h5 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 3666, app/assets/stylesheets/style.scss */
.ph-career-360 ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 15px;
  color: var(--ph-darkgray-color);
}

/* line 3674, app/assets/stylesheets/style.scss */
.ph-career-360 ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--ph-darkgray-color);
  border-radius: 50px;
}

/* line 3685, app/assets/stylesheets/style.scss */
.ph-hire-career {
  padding: 15px 24px 20px;
}

/* line 3689, app/assets/stylesheets/style.scss */
.ph-hire-career .ph-job-describe ul li {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  position: relative;
  padding-left: 13px;
}

/* line 3697, app/assets/stylesheets/style.scss */
.ph-hire-career .ph-job-describe ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--ph-darkgray-color);
  border-radius: 50px;
}

/* line 3708, app/assets/stylesheets/style.scss */
.ph-hire-career .ph-job-describe ul {
  margin-bottom: 15px;
}

/* line 3712, app/assets/stylesheets/style.scss */
.ph-modal-heading.ph-details-describe h6, .ph-modal-heading.ph-details-describe .h6 {
  margin-bottom: 0;
}

/* line 3716, app/assets/stylesheets/style.scss */
.ph-modal-heading.ph-details-describe {
  padding: 13px 24px;
  border-bottom: 1px solid var(--ph-lightgray-color);
  margin-bottom: 10px;
  text-align: left;
}

/* Carrers page end */
/* Mobile app development end */
/* line 3726, app/assets/stylesheets/style.scss */
.ph-app-develop-sec {
  background: url(/assets/mobile-appbg-24acc30c1a32fa2b6d97587f7c3934845e5490f3a9c34a0d8722f132fc4a1954.webp) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 3732, app/assets/stylesheets/style.scss */
.ph-OurTeam-content {
  position: relative;
}

/* line 3736, app/assets/stylesheets/style.scss */
.ph-mobile-app {
  position: relative;
  margin-bottom: -110px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

/* line 3752, app/assets/stylesheets/style.scss */
.ph-app-counter-sec {
  background: url(/assets/counter-bg-fb7ffb344c60ebc6b8979859a66edab933189bd2148f71f187a09b8244844cf7.webp) center center;
  background-size: cover;
}

/* line 3757, app/assets/stylesheets/style.scss */
.ph-app-counter-sec ul li h3, .ph-app-counter-sec ul li .h3 {
  color: var(--ph-white-color);
}

/* line 3761, app/assets/stylesheets/style.scss */
.ph-app-counter-sec ul li h2, .ph-app-counter-sec ul li .h2 {
  color: var(--ph-white-color);
}

/* line 3765, app/assets/stylesheets/style.scss */
.ph-app-counter-sec ul li span {
  color: var(--ph-white-color);
}

/* line 3769, app/assets/stylesheets/style.scss */
.ph-app-counter-sec ul li:hover {
  box-shadow: inset 0 0 0 5.5em transparent;
  padding: 20px 10px 15px;
  border: 0;
  transform: translateY(-5px);
}

/* Hire start */
/* line 3777, app/assets/stylesheets/style.scss */
.ph-mobileApp-img {
  position: relative;
}

/* line 3781, app/assets/stylesheets/style.scss */
.ph-hireExp-sec {
  margin-top: 30px;
}

/* line 3785, app/assets/stylesheets/style.scss */
.ph-app-top {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 0 16px 0 #2c165517;
}

/* line 3792, app/assets/stylesheets/style.scss */
.ph-app-bottom {
  animation: up-down 5s ease-in-out infinite alternate-reverse both;
  box-shadow: 0 0 16px 0 #2c165517;
  border-radius: 6px;
  padding: 5px;
  background: var(--ph-white-color);
}

/* line 3800, app/assets/stylesheets/style.scss */
.ph-appimg-inner {
  position: absolute;
  bottom: 0;
  right: 1%;
  top: 50%;
  transform: translateY(50%);
}

/* line 3808, app/assets/stylesheets/style.scss */
.ph-app-inner-content h6 span img, .ph-app-inner-content .h6 span img {
  padding-right: 5px;
  margin-top: -5px;
}

/* line 3813, app/assets/stylesheets/style.scss */
.ph-app-inner-content h6, .ph-app-inner-content .h6 {
  padding-top: 10px;
  margin-bottom: 5px;
}

/* line 3818, app/assets/stylesheets/style.scss */
.ph-inner-icon {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  box-shadow: 0 0 12px 0 #1b093b1a;
  border-radius: 5px;
  padding-right: 15px;
  margin-bottom: 24px;
}

/* line 3832, app/assets/stylesheets/style.scss */
.ph-inner-icon p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

/* line 3838, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team {
  width: 80px;
  height: 92px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  margin-right: 10px;
}

/* line 3853, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team i {
  font-size: 25px;
  color: var(--ph-white-color);
}

/* line 3858, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team.ph-bg-bluelight {
  background: #aebcd8;
}

/* line 3862, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team.ph-bg-darkyellow {
  background: #cfab70;
}

/* line 3866, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team.ph-bg-darkgreen {
  background: #9dc67c;
}

/* line 3870, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team.ph-bg-skylight {
  background: #a2cfd9;
}

/* line 3874, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team.ph-bg-darkbraun {
  background: #aca69b;
}

/* line 3878, app/assets/stylesheets/style.scss */
.ph-inner-icon .ph-skill-team.ph-bg-bluedark {
  background: #8797c0;
}

/* Hire End */
/* portfolio sec */
/* line 3885, app/assets/stylesheets/style.scss */
.ph-portfolio-mySwiper .swiper-button-prev:after,
.ph-portfolio-mySwiper .swiper-rtl .swiper-button-next:after {
  content: "prev";
  background: rgba(0, 0, 0, 0.429);
  padding: 37px 20px;
  border-radius: 0px 50px 50px 0;
  font-size: 30px;
  color: var(--ph-white-color);
}

/* line 3895, app/assets/stylesheets/style.scss */
.ph-portfolio-mySwiper .swiper-button-next:after,
.ph-portfolio-mySwiper .swiper-rtl .swiper-button-prev:after {
  content: "next";
  background: rgba(0, 0, 0, 0.429);
  padding: 37px 20px;
  border-radius: 50px 0px 0px 50px;
  font-size: 30px;
  color: var(--ph-white-color);
}

/* line 3905, app/assets/stylesheets/style.scss */
.ph-tab-icon {
  background: var(--ph-main-color);
  padding: 10px;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 45px;
  font-size: 21px;
}

/* portfolio end */
/* innovation start sec */
/* line 3920, app/assets/stylesheets/style.scss */
.ph-our-innovative-sec {
  background: url(/assets/our-process-bg-c8195d8bb60672cfe7b763fd7eb4ed6766e9d1606443c6a35158eab958d91962.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 100px;
}

/* line 3926, app/assets/stylesheets/style.scss */
.ph-process-sec {
  padding-top: 70px;
}

/* line 3930, app/assets/stylesheets/style.scss */
.ph-picon-box {
  max-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efdcdc;
  border-radius: 50%;
  position: relative;
  width: 100%;
}

/* line 3946, app/assets/stylesheets/style.scss */
.ph-outer-in {
  max-width: 90px;
  min-height: 90px;
  background: #fffefe;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #efdcdc;
  margin: auto;
  position: relative;
  z-index: 9;
}

/* line 3964, app/assets/stylesheets/style.scss */
.ph-process-in {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  grid-gap: 24px 50px;
}

/* line 3971, app/assets/stylesheets/style.scss */
.ph-process-inner h6, .ph-process-inner .h6 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}

/* line 3977, app/assets/stylesheets/style.scss */
.ph-count-no {
  max-width: 50px;
  transform: translate(10px, 35px);
  position: relative;
  z-index: 0;
}

/* line 3984, app/assets/stylesheets/style.scss */
.ph-count-no h3, .ph-count-no .h3 {
  font-size: 48px;
  font-weight: 800;
  color: var(--ph-black-color);
  opacity: 0.1;
  margin-bottom: 0;
}

/* line 3992, app/assets/stylesheets/style.scss */
.ph-process-in .ph-process-inner {
  position: relative;
}

/* line 3996, app/assets/stylesheets/style.scss */
.ph-process-in .ph-process-inner:nth-child(1):before,
.ph-process-in .ph-process-inner:nth-child(3):before,
.ph-process-in .ph-process-inner:nth-child(5):before {
  content: "";
  background: url(/assets/border-round-1-e72a3f58a3c661958703387ef3106d8bcfec80e80600efb8c1f7e7f9130fb212.svg) no-repeat right center;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  position: absolute;
  transform: translate(55%, -20%);
}

/* line 4009, app/assets/stylesheets/style.scss */
.ph-process-in .ph-process-inner:nth-child(2):before,
.ph-process-in .ph-process-inner:nth-child(4):before,
.ph-process-in .ph-process-inner:nth-child(6):before {
  content: "";
  background: url(/assets/border-round-2-0e8fed870f7bbb83db365539ef7e5ceb76fef1ccfc524a27480a33a9ff7db758.svg) no-repeat right center;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  position: absolute;
  transform: translate(65%, -10%);
}

/* line 4022, app/assets/stylesheets/style.scss */
.ph-process-in .ph-process-inner:nth-child(2),
.ph-process-in .ph-process-inner:nth-child(4),
.ph-process-in .ph-process-inner:nth-child(6) {
  margin-top: -100px;
}

/* line 4028, app/assets/stylesheets/style.scss */
.ph-process-in .icon-bg1 {
  background: #ded4b2;
}

/* line 4032, app/assets/stylesheets/style.scss */
.ph-process-in .border-color1 {
  border-color: #ded4b2;
}

/* line 4036, app/assets/stylesheets/style.scss */
.ph-process-in .icon-bg2 {
  background: #ddefdc;
}

/* line 4040, app/assets/stylesheets/style.scss */
.ph-process-in .border-color2 {
  border-color: #ddefdc;
}

/* line 4044, app/assets/stylesheets/style.scss */
.ph-process-in .icon-bg3 {
  background: #b2ded3;
}

/* line 4048, app/assets/stylesheets/style.scss */
.ph-process-in .border-color3 {
  border-color: #b2ded3;
}

/* line 4052, app/assets/stylesheets/style.scss */
.ph-process-in .icon-bg4 {
  background: #b7bfe7;
}

/* line 4056, app/assets/stylesheets/style.scss */
.ph-process-in .border-color4 {
  border-color: #b7bfe7;
}

/* line 4060, app/assets/stylesheets/style.scss */
.ph-process-in .icon-bg5 {
  background: #d0b2de;
}

/* line 4064, app/assets/stylesheets/style.scss */
.ph-process-in .border-color5 {
  border-color: #d0b2de;
}

/* line 4068, app/assets/stylesheets/style.scss */
.ph-process-in .icon-bg6 {
  background: #e9b7b7;
}

/* line 4072, app/assets/stylesheets/style.scss */
.ph-process-in .border-color6 {
  border-color: #e9b7b7;
}

/* innovation end sec */
/* Accordion sec start */
/* line 4079, app/assets/stylesheets/style.scss */
.ph-accordion-box .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

/* line 4084, app/assets/stylesheets/style.scss */
.ph-accordion-box .accordion-button:not(.collapsed) {
  color: var(--ph-black-color);
  background-color: var(--ph-white-color);
}

/* line 4089, app/assets/stylesheets/style.scss */
.ph-accordion-box .accordion-item {
  padding-top: 0;
}

/* line 4093, app/assets/stylesheets/style.scss */
.ph-accordion-box .accordion-flush .accordion-item .accordion-button,
.ph-accordion-box .accordion-flush .accordion-item .accordion-button.collapsed {
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

/* line 4101, app/assets/stylesheets/style.scss */
.ph-accordion-box .accordion-body {
  font-size: 15px;
  padding: 0px 40px 15px 12px;
}

/* line 4106, app/assets/stylesheets/style.scss */
.ph-accordion-box .accordion-button:not(.collapsed) {
  box-shadow: inset 0 0;
}

/* Accordion sec end */
/* line 4111, app/assets/stylesheets/style.scss */
.ph-plan-box {
  padding: 25px 30px;
  background: var(--ph-black-color);
  color: var(--ph-white-color);
  border-radius: 5px;
  position: relative;
  height: calc(100% - 12px);
  transition: all 0.5s;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 0 16px 0 #19093612;
}

/* line 4124, app/assets/stylesheets/style.scss */
.ph-plan-btn {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

/* line 4132, app/assets/stylesheets/style.scss */
.ph-plan-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px 0 #19093621;
}

/* line 4137, app/assets/stylesheets/style.scss */
.ph-plan-box-white {
  background: var(--ph-white-color);
  color: var(--ph-black-color);
}

/* line 4142, app/assets/stylesheets/style.scss */
.ph-plan-box h5, .ph-plan-box .h5 {
  color: var(--ph-main-color);
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-align: center;
}

/* line 4149, app/assets/stylesheets/style.scss */
.ph-plan-content h3, .ph-plan-content .h3 {
  position: relative;
  z-index: 9;
}

/* line 4154, app/assets/stylesheets/style.scss */
.ph-plan-box p {
  color: var(--ph-white-color);
  text-align: center;
}

/* line 4159, app/assets/stylesheets/style.scss */
.ph-plan-box.ph-plan-box-white p {
  color: var(--ph-black-color);
}

/* line 4163, app/assets/stylesheets/style.scss */
.ph-plan-box ul {
  padding-left: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

/* line 4170, app/assets/stylesheets/style.scss */
.ph-plan-box ul li {
  position: relative;
  padding-top: 5px;
  padding-left: 12px;
  padding-bottom: 5px;
  z-index: 1;
}

/* line 4178, app/assets/stylesheets/style.scss */
.ph-circle-top {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  z-index: 0;
  background: #ffffff1f;
}

/* line 4189, app/assets/stylesheets/style.scss */
.ph-circle-bottom {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  bottom: -20px;
  right: -20px;
  z-index: 0;
  background: #ffffff1f;
}

/* line 4200, app/assets/stylesheets/style.scss */
.ph-plan-box-white .ph-circle-top {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  z-index: 0;
  background: var(--ph-lightgray-color);
  opacity: 0.2;
}

/* line 4212, app/assets/stylesheets/style.scss */
.ph-plan-box-white .ph-circle-bottom {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  bottom: -20px;
  right: -20px;
  z-index: 0;
  background: var(--ph-lightgray-color);
  opacity: 0.2;
}

/* line 4224, app/assets/stylesheets/style.scss */
.ph-plan-box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 4px;
  background: var(--ph-white-color);
  border-radius: 50%;
  margin: auto;
}

/* line 4236, app/assets/stylesheets/style.scss */
.ph-plan-box.ph-plan-box-white ul li:before {
  background: var(--ph-black-color);
}

/* plan sec end */
/* who we are start*/
/* line 4243, app/assets/stylesheets/style.scss */
.ph-company-sec {
  background: #000000;
  background: linear-gradient(to right, #434343, #000000);
  position: relative;
}

/* line 4250, app/assets/stylesheets/style.scss */
.ph-company-sec .ph-who-weare-nav .ph-tech-nav {
  border-bottom: 2px solid var(--ph-white-color);
}

/* line 4254, app/assets/stylesheets/style.scss */
.ph-company-sec .ph-who-weare-nav .ph-tech-nav a {
  color: var(--ph-white-color);
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
}

/* line 4261, app/assets/stylesheets/style.scss */
.ph-company-sec .ph-heading-title {
  color: var(--ph-white-color);
}

/* line 4265, app/assets/stylesheets/style.scss */
.ph-multiImg-years {
  display: flex;
  grid-gap: 15px 15px;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 4276, app/assets/stylesheets/style.scss */
.ph-years-img img {
  border-radius: 4px;
}

/* line 4280, app/assets/stylesheets/style.scss */
.ph-innery-content p {
  color: var(--ph-white-color);
}

/* line 4284, app/assets/stylesheets/style.scss */
.ph-com-stregth p {
  color: var(--ph-white-color);
}

/* line 4288, app/assets/stylesheets/style.scss */
.ph-com-stregth p span {
  font-size: 26px;
  font-weight: 600;
  color: var(--ph-main-color);
  background: RGB(41, 40, 40);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  flex: 1 1 90px;
  width: 100%;
  border-radius: 50%;
  height: 90px;
  margin: 0 auto;
  border: 4px solid var(--ph-darkgray-color);
}

/* line 4310, app/assets/stylesheets/style.scss */
.ph-great-p {
  margin-top: 100px;
}

/* line 4314, app/assets/stylesheets/style.scss */
.ph-great-p h5, .ph-great-p .h5 {
  color: var(--ph-main-color);
  margin-bottom: 15px;
}

/* line 4319, app/assets/stylesheets/style.scss */
.ph-great-p .ph-awardHome-slide {
  filter: brightness(0) invert(1);
}

/* line 4323, app/assets/stylesheets/style.scss */
.ph-com-stregth ul li {
  text-align: center;
  margin-bottom: 40px;
}

/* line 4328, app/assets/stylesheets/style.scss */
.ph-mission-inner {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 20px;
  margin-bottom: 15px;
}

/* line 4339, app/assets/stylesheets/style.scss */
.ph-mission-inner span h6, .ph-mission-inner span .h6 {
  margin-bottom: 4px;
}

/* line 4343, app/assets/stylesheets/style.scss */
.ph-mission-inner span i {
  background: var(--ph-white-color);
  font-size: 20px;
  box-shadow: 0 0 10px 0 #0e153f21;
  padding: 12px;
  border-radius: 4px;
  margin-right: 5px;
}

/* line 4352, app/assets/stylesheets/style.scss */
.ph-all-answers ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px 40px;
  text-align: center;
}

/* line 4359, app/assets/stylesheets/style.scss */
.ph-all-answers ul li {
  background: var(--ph-white-color);
  padding: 0px 20px 20px;
  box-shadow: 0 0 20px 0 RGB(19 29 88/6%);
  border-radius: 15px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 20px;
}

/* line 4369, app/assets/stylesheets/style.scss */
.ph-all-answers ul li:hover {
  transform: translateY(-5px);
}

/* line 4373, app/assets/stylesheets/style.scss */
.ph-all-answers ul li h6, .ph-all-answers ul li .h6 {
  margin-bottom: 0;
}

/* line 4377, app/assets/stylesheets/style.scss */
.ph-all-answers ul li .ph-count-ans {
  width: 72px;
  height: 72px;
  margin: -25px auto auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 6px solid var(--ph-white-color);
  background: var(--ph-main-color);
  box-shadow: 0 0 14px 0 #0a204026;
}

/* line 4391, app/assets/stylesheets/style.scss */
.ph-all-answers ul li .ph-count-ans h2, .ph-all-answers ul li .ph-count-ans .h2 {
  margin-bottom: 0;
  color: var(--ph-white-color);
  font-weight: 700;
  line-height: 60px;
}

/* who we are end*/
/* core value start */
/* line 4401, app/assets/stylesheets/style.scss */
.ph-corevalue-box {
  text-align: center;
  box-shadow: 0 0 16px 0 RGB(7 16 63/6%);
  padding: 30px;
  border-radius: 6px;
  background: var(--ph-white-color);
  transition: all 0.3s;
  margin: 12px 0;
  height: calc(100% - 24px);
}

/* line 4412, app/assets/stylesheets/style.scss */
.ph-corevalue-sec .ph-corevalue-box:hover {
  transform: translateY(-5px);
  background: var(--ph-black-color);
  color: var(--ph-white-color);
}

/* line 4418, app/assets/stylesheets/style.scss */
.ph-corevalue-box:hover .ph-content-box-value h5, .ph-corevalue-box:hover .ph-content-box-value .h5,
.ph-corevalue-box:hover .ph-content-box-value p,
.ph-content-box-value:hover,
.ph-icon svg {
  color: var(--ph-white-color);
}

/* line 4424, app/assets/stylesheets/style.scss */
.ph-content-box-value .ph-icon {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 4429, app/assets/stylesheets/style.scss */
.ph-content-box-value svg {
  fill: var(--ph-black-color);
}

/* line 4433, app/assets/stylesheets/style.scss */
.ph-corevalue-box:hover .ph-content-box-value svg {
  fill: var(--ph-white-color);
}

/* line 4436, app/assets/stylesheets/style.scss */
.ph-content-box h5, .ph-content-box .h5 {
  transition: all 0.3s;
  display: flex;
  gap: 0px;
  justify-content: start;
  margin-bottom: 0 !important;
}

/* line 4442, app/assets/stylesheets/style.scss */
.ph-content-box h5 img, .ph-content-box .h5 img {
  margin: unset;
  flex: 36px 0 0;
  height: 36px;
  width: 36px;
}

/* line 4449, app/assets/stylesheets/style.scss */
.ph-corevalue-box h5, .ph-corevalue-box .h5 {
  transition: all 0.3s;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 0 !important;
}

/* line 4456, app/assets/stylesheets/style.scss */
.ph-corevalue-box h5 img, .ph-corevalue-box .h5 img {
  margin: unset;
  flex: 36px 0 0;
  height: 36px;
  width: 36px;
}

/* line 4462, app/assets/stylesheets/style.scss */
.ph-corevalue-box h5 span, .ph-corevalue-box .h5 span {
  margin-left: 0 !important;
  flex: 1 1 0;
  display: inline-block;
}

/* line 4469, app/assets/stylesheets/style.scss */
.ph-corevalue-box p {
  margin-bottom: 0;
  transition: all 0.3s;
}

/* core value end */
/* infrastructure start */
/* line 4476, app/assets/stylesheets/style.scss */
.ph-infrastructure-img {
  position: relative;
}

/* line 4480, app/assets/stylesheets/style.scss */
.ph-infrastructure-img img {
  width: 100%;
}

/* line 4484, app/assets/stylesheets/style.scss */
.ph-infrastructure-content {
  position: relative;
  z-index: 2;
}

/* line 4489, app/assets/stylesheets/style.scss */
.ph-great-place {
  position: absolute;
  top: 0;
  z-index: 5;
}

/* line 4495, app/assets/stylesheets/style.scss */
.ph-great-place img {
  max-width: 95px;
}

/* line 4499, app/assets/stylesheets/style.scss */
.ph-infrastructure-content {
  padding: 50px;
  box-shadow: 0 0 15px 0 #0c133c26;
  margin-top: -100px;
  background: var(--ph-white-color);
  margin-right: -80px;
  position: relative;
}

/* line 4508, app/assets/stylesheets/style.scss */
.ph-infrastructure-content ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
}

/* line 4514, app/assets/stylesheets/style.scss */
.ph-infrastructure-content ul li:last-child {
  padding-bottom: 0;
}

/* line 4518, app/assets/stylesheets/style.scss */
.ph-infrastructure-content ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--ph-secondary-color);
}

/* infrastructure end */
/* contact map start */
/* line 4533, app/assets/stylesheets/style.scss */
.ph-map-address ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* line 4538, app/assets/stylesheets/style.scss */
.ph-contact-india {
  background: url(/assets/contact-india-d4ed1660be8493e6ebf693f42da8df600501992c643a0fd12d4d6baf717b62cf.webp) no-repeat center center;
  background-size: cover;
}

/* line 4543, app/assets/stylesheets/style.scss */
.ph-contact-usa {
  background: url(/assets/contact-usa-400c838a8a83795a3a90f64c73502b8a4d2c4200933f6d0bbc3bf00365b95446.webp) no-repeat center center;
  background-size: cover;
}

/* line 4548, app/assets/stylesheets/style.scss */
.ph-contact-indore {
  padding: 25px;
}

/* line 4552, app/assets/stylesheets/style.scss */
.ph-contact-indore h5, .ph-contact-indore .h5 {
  position: relative;
  color: var(--ph-white-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* line 4560, app/assets/stylesheets/style.scss */
.ph-contact-indore h5:before, .ph-contact-indore .h5:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  background: var(--ph-main-color);
  width: 50px;
  height: 3px;
  z-index: 99;
}

/* line 4571, app/assets/stylesheets/style.scss */
.ph-contact-indore p {
  color: var(--ph-white-color);
}

/* line 4575, app/assets/stylesheets/style.scss */
.ph-contact-camino {
  padding: 25px;
}

/* line 4579, app/assets/stylesheets/style.scss */
.ph-contact-camino h5, .ph-contact-camino .h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--ph-black-color);
}

/* line 4587, app/assets/stylesheets/style.scss */
.ph-contact-camino h5:before, .ph-contact-camino .h5:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  background: var(--ph-black-color);
  width: 50px;
  height: 3px;
  z-index: 99;
}

/* line 4598, app/assets/stylesheets/style.scss */
.ph-contact-camino p {
  color: var(--ph-black-color);
}

/* contact map end */
/* Contact us sec start */
/* line 4605, app/assets/stylesheets/style.scss */
.ph-contact-banner {
  background: url(/assets/contact-us-1e11943aeaf19506cbaea5c4a33f263dfa24eb832a9ece9b2a0437b081789b94.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

/* line 4611, app/assets/stylesheets/style.scss */
.ph-allcontact-form.nav-pills .nav-link.active,
.ph-allcontact-form.nav-pills .show > .nav-link {
  color: var(--ph-white-color);
  background-color: var(--ph-black-color);
}

/* line 4617, app/assets/stylesheets/style.scss */
.ph-allcontact-form.nav-pills .nav-link {
  background: 0 0;
  border: 1px solid var(--ph-black-color);
  border-radius: 50px;
  color: var(--ph-black-color);
  padding: 10px 20px 10px 10px;
  font-size: 18px;
  transition: all 0.5s;
}

/* line 4627, app/assets/stylesheets/style.scss */
.ph-allcontact-form.nav-pills .nav-link span {
  background: var(--ph-darkgray-color);
  padding: 5px;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  border-radius: 50px;
  color: var(--ph-white-color);
  font-size: 15px;
  margin-right: 8px;
}

/* line 4642, app/assets/stylesheets/style.scss */
.ph-allcontact-form {
  justify-content: center;
  grid-gap: 15px 40px;
}

/* line 4647, app/assets/stylesheets/style.scss */
.ph-allcontact-form.nav-pills .nav-link span i {
  color: var(--ph-white-color);
}

/* line 4651, app/assets/stylesheets/style.scss */
.ph-contact-field ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* line 4656, app/assets/stylesheets/style.scss */
.ph-social-icon {
  margin-bottom: 60px;
  padding: 40px 20px;
  border-radius: 0px;
  background: var(--ph-white-color);
  position: relative;
  margin-top: -30px;
}

/* line 4665, app/assets/stylesheets/style.scss */
.ph-social-icon ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  align-items: center;
}

/* line 4672, app/assets/stylesheets/style.scss */
.ph-social-icon ul li {
  border-left: 1px solid var(--ph-filed-color);
}

/* line 4676, app/assets/stylesheets/style.scss */
.ph-social-icon ul li:first-child {
  border-left: 0;
}

/* line 4680, app/assets/stylesheets/style.scss */
.ph-social-icon ul li span {
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
}

/* line 4686, app/assets/stylesheets/style.scss */
.ph-fb-color {
  color: #4267b2;
}

/* line 4690, app/assets/stylesheets/style.scss */
.ph-insta-color {
  color: #c13584;
}

/* line 4694, app/assets/stylesheets/style.scss */
.ph-linkedin-color {
  color: #0077b5;
}

/* line 4698, app/assets/stylesheets/style.scss */
.ph-twitter-color {
  color: #1da1f2;
}

/* line 4702, app/assets/stylesheets/style.scss */
.ph-social-icon h2, .ph-social-icon .h2 {
  font-size: 32px;
  font-weight: 700;
  padding: 5px 0;
  color: var(--ph-darkgray-color);
}

/* line 4709, app/assets/stylesheets/style.scss */
.ph-social-icon h6, .ph-social-icon .h6 {
  font-weight: 500;
  color: var(--ph-darkgray-color);
  margin-bottom: 0;
}

/* line 4715, app/assets/stylesheets/style.scss */
.ph-marquee {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  grid-gap: 20px 15px;
  text-align: center;
}

/* Contact us sec end */
/* Dedicated Developer Start */
/* line 4726, app/assets/stylesheets/style.scss */
.ph-dedicated-develop-sec {
  background: var(--ph-black-color);
}

/* line 4730, app/assets/stylesheets/style.scss */
.ph-dedicated-content {
  padding: 40px;
  background: var(--ph-white-color);
  box-shadow: 0 0 24px 0 RGB(5 10 33/8%);
  border-radius: 8px;
}

/* line 4737, app/assets/stylesheets/style.scss */
.ph-dedicated-inner-content h6, .ph-dedicated-inner-content .h6,
.ph-dedicated-inner-content p {
  position: relative;
  padding-left: 25px;
}

/* line 4743, app/assets/stylesheets/style.scss */
.ph-dedicated-inner-content h6:before, .ph-dedicated-inner-content .h6:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: var(--ph-secondary-color);
}

/* line 4752, app/assets/stylesheets/style.scss */
.ph-dedicated-inner-content {
  padding-top: 35px;
  position: relative;
  z-index: 9;
}

/* line 4758, app/assets/stylesheets/style.scss */
.ph-dedicated-inner-content ul li {
  padding-bottom: 10px;
}

/* line 4762, app/assets/stylesheets/style.scss */
.ph-dedicated-inner-content ul li:last-child {
  padding-bottom: 0;
}

/* line 4766, app/assets/stylesheets/style.scss */
.ph-dedicated-content {
  position: relative;
  overflow: hidden;
}

/* line 4771, app/assets/stylesheets/style.scss */
.ph-dedicated-content .ph-circle-top,
.ph-dedicated-content .ph-circle-bottom {
  background: var(--ph-lightbgcolor);
}

/* line 4776, app/assets/stylesheets/style.scss */
.ph-dedicated-dp-sec {
  background: #000;
  background-size: cover;
  position: relative;
}

/* line 4782, app/assets/stylesheets/style.scss */
.ph-androidDev-sec {
  background: url(/assets/android-ph-dev-85a8826ca616ee592d044ef9706532e0a824eb9c8be1c4b08736bdbcf73bb6d7.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

/* line 4788, app/assets/stylesheets/style.scss */
.ph-agritech-bg {
  background: url(/assets/agritech-banner-a3bb59307ab026928126bb8ccf2695a14fba5c3e3bf5e51ee32d28b25e39a4ab.webp) no-repeat center center;
  background-size: cover;
}

/* line 4793, app/assets/stylesheets/style.scss */
.ph-hire-box {
  background: transparent;
  position: relative;
  padding: 60px 15px;
  text-align: center;
  z-index: 9;
  margin: 12px 0;
  border-radius: 8px;
  transition: all 0.3s;
  height: calc(100% - 24px);
  border: 1px solid var(--ph-main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 4809, app/assets/stylesheets/style.scss */
.ph-hire-box h4, .ph-hire-box .h4 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

/* line 4815, app/assets/stylesheets/style.scss */
.ph-hire-box:hover {
  color: var(--ph-white-color);
  transform: scale(1.03);
}

/* line 4821, app/assets/stylesheets/style.scss */
.ph-hire-box h4:hover, .ph-hire-box .h4:hover {
  color: var(--ph-white-color);
}

/* line 4825, app/assets/stylesheets/style.scss */
.ph-hire-box h4, .ph-hire-box .h4 {
  position: relative;
  font-size: 21px;
}

/* line 4831, app/assets/stylesheets/style.scss */
.ph-chatbot-sec h1, .ph-chatbot-sec .h1 {
  font-size: calc(2.2vw + 20px);
}

/* line 4833, app/assets/stylesheets/style.scss */
.ph-chatbot-sec h1 span, .ph-chatbot-sec .h1 span {
  position: relative;
  display: block;
}

/* line 4836, app/assets/stylesheets/style.scss */
.ph-chatbot-sec h1 span:before, .ph-chatbot-sec .h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/eeqxbuvxe8fgzoqiislvwwdeyi7c) no-repeat left bottom;
}

/* line 4848, app/assets/stylesheets/style.scss */
.ph-chatbot-sec .ph-btn {
  background: linear-gradient(90deg, #ff8c00 0%, #f8a926 100%);
  box-shadow: 0px 8px 16px 0px #0000001f;
}

/* line 4855, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_sec ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  /* line 4855, app/assets/stylesheets/style.scss */
  .ph_malbourneIndustry_sec ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 999px) {
  /* line 4855, app/assets/stylesheets/style.scss */
  .ph_malbourneIndustry_sec ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 4855, app/assets/stylesheets/style.scss */
  .ph_malbourneIndustry_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 4855, app/assets/stylesheets/style.scss */
  .ph_malbourneIndustry_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* line 4875, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_sec ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 9;
}

/* line 4884, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_sec ul li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(17, 17, 17, 0.9) 100%);
  transition: all 0.5s;
}

/* line 4904, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_sec ul li:hover:before {
  opacity: 0;
}

/* line 4907, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_sec ul li h5, .ph_malbourneIndustry_sec ul li .h5 {
  color: #fff;
  font-size: 21px;
  position: relative;
  font-weight: 500;
  z-index: 9;
}

/* line 4917, app/assets/stylesheets/style.scss */
.ph_melbource_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/7l67dv9a3qm2dy55v5dj7g0w9o5s) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 50px;
  overflow: hidden;
  border-radius: 10px;
}

/* line 4925, app/assets/stylesheets/style.scss */
.ph_melbource_cta h2, .ph_melbource_cta .h2 {
  color: #fff;
}

/* line 4928, app/assets/stylesheets/style.scss */
.ph_melbource_cta p {
  color: #fff;
}

/* line 4933, app/assets/stylesheets/style.scss */
.ph_appIcon_sec ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  text-align: center;
  gap: 40px 10px;
  padding: 10px 0 50px;
}

@media screen and (max-width: 991px) {
  /* line 4933, app/assets/stylesheets/style.scss */
  .ph_appIcon_sec ul {
    grid-template-columns: repeat(5, 1fr);
    padding: 10px;
    gap: 20px 10px;
  }
}

@media screen and (max-width: 991px) {
  /* line 4933, app/assets/stylesheets/style.scss */
  .ph_appIcon_sec ul {
    grid-template-columns: repeat(4, 1fr);
    padding: 10px;
    gap: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  /* line 4933, app/assets/stylesheets/style.scss */
  .ph_appIcon_sec ul {
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    gap: 20px 10px;
  }
}

@media screen and (max-width: 480px) {
  /* line 4933, app/assets/stylesheets/style.scss */
  .ph_appIcon_sec ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 10px;
    gap: 10px 10px;
  }
}

/* line 4961, app/assets/stylesheets/style.scss */
.ph_appIcon_sec h4, .ph_appIcon_sec .h4 {
  padding: 0 20px;
}

/* line 4964, app/assets/stylesheets/style.scss */
.ph_appIcon_sec p {
  padding: 0 20px;
}

/* line 4968, app/assets/stylesheets/style.scss */
.ph_appuae_industry1 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ltzf5d8blrtrtb6xohb74foneasx) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 4976, app/assets/stylesheets/style.scss */
.ph_appuae_industry2 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/rsct0zhkzs73gxzd8adr6dtpyu4c) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 4984, app/assets/stylesheets/style.scss */
.ph_appuae_industry3 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ifhq77gqghlgz944v2m1snrakau9) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 4992, app/assets/stylesheets/style.scss */
.ph_appuae_industry4 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/h0wply246ywqlf9l4ex71966qqoh) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5000, app/assets/stylesheets/style.scss */
.ph_appuae_industry5 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/qyupm3fhozst4yv77b12uviu99rh) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5008, app/assets/stylesheets/style.scss */
.ph_appuae_industry6 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ga3m2naqqknaa09q2cjhqv7e7e48) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5016, app/assets/stylesheets/style.scss */
.ph_appuae_industry7 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/nmrclk19poodfcuifkbv6b4o1xu1) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5024, app/assets/stylesheets/style.scss */
.ph_appuae_industry8 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/yzy3uz2rrjd12hjkgbiy1yt0nnwa) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5032, app/assets/stylesheets/style.scss */
.ph_appuae_industry9 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/oy13fdfomyyeusol4e4gvrf87oxk) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5040, app/assets/stylesheets/style.scss */
.ph_appuae_industry10 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/zspvwsmpadrp41bv6sh3lx0bd7q2) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5048, app/assets/stylesheets/style.scss */
.ph_appuae_industry11 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/0j7cg85txzlvfmcq6qzvorsuv7tp) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5056, app/assets/stylesheets/style.scss */
.ph_appuae_industry12 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/pk5jczgg6slkwrl91qzzpfphadaa) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5065, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry1 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/qyupm3fhozst4yv77b12uviu99rh) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5073, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry2 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/uuxu6jxft7mns6evf43rjxj0xf0q) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5081, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry3 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/u4n2rwzqj2b1706c1nbnfkasht2y) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5089, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry4 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/19u8wc7w06f4ppu6qzvjhcpbqg6s) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5097, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry5 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/stqkiwlfd4emlv9pft7x327ak7r1) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5105, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry6 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/m37d7iba761aq47kngt8p91u7ng0) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5113, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry7 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/2i5ncwxabmi23fml6n9q6tirrr2k) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5121, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry8 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/8k0fy5ehu0cfdw8cu49xgd6iobkn) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5129, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry9 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/1hscmxrrc0cuwqwul07vm5u8f8qw) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5137, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry10 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/xs2mlo1fsesry5953chymee696oc) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5145, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry11 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ydhvq4s7ztjsluwco2g154z67njy) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5153, app/assets/stylesheets/style.scss */
.ph_malbourneIndustry_industry12 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/5uxgcyk3u5oiacp6vi2xnghn1slo) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5162, app/assets/stylesheets/style.scss */
.ph-industry-all ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  /* line 5162, app/assets/stylesheets/style.scss */
  .ph-industry-all ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 999px) {
  /* line 5162, app/assets/stylesheets/style.scss */
  .ph-industry-all ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 5162, app/assets/stylesheets/style.scss */
  .ph-industry-all ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 5162, app/assets/stylesheets/style.scss */
  .ph-industry-all ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* line 5182, app/assets/stylesheets/style.scss */
.ph-industry-all ul li {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 150px 20px 20px !important;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 9;
}

/* line 5191, app/assets/stylesheets/style.scss */
.ph-industry-all ul li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent !important;
  transition: all 0.5s;
}

/* line 5201, app/assets/stylesheets/style.scss */
.ph-industry-all ul li:hover:before {
  opacity: 0;
}

/* line 5204, app/assets/stylesheets/style.scss */
.ph-industry-all ul li h5, .ph-industry-all ul li .h5 {
  color: #fff;
  font-size: 21px;
  position: relative;
  font-weight: 500;
  z-index: 9;
}

/* line 5215, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  /* line 5215, app/assets/stylesheets/style.scss */
  .ph_chatIndustry_sec ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 999px) {
  /* line 5215, app/assets/stylesheets/style.scss */
  .ph_chatIndustry_sec ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 5215, app/assets/stylesheets/style.scss */
  .ph_chatIndustry_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 5215, app/assets/stylesheets/style.scss */
  .ph_chatIndustry_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* line 5235, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 9;
}

/* line 5244, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec ul li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(78, 76, 77, 0.8) 0%, rgba(78, 76, 77, 0.9) 100%);
  transition: all 0.5s;
}

/* line 5264, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec ul li:hover:before {
  opacity: 0;
}

/* line 5267, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec ul li h5, .ph_chatIndustry_sec ul li .h5 {
  color: #fff;
  font-size: 21px;
  position: relative;
  font-weight: 500;
  z-index: 9;
}

/* line 5277, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry1 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ojpqc6448u842wj5njtbrphd0q8r) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5285, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry2 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/0m4a7ohjja6e4kr8tczw7hdowhzs) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5293, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry3 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/djjm3oomxtrgok842glk58e0zy12) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5301, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry4 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/2zy3k5b0btnvf73wenxdwh7nmq2x) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5309, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry5 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/n76fbr1u6c1vobgeuqyuetfwjy0q) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5317, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry6 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/xljssd0olw1dxnutb6vcyh66393m) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5325, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry7 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ld9arsy1uxyb6suy7wixbeapp2ad) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5333, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry8 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/w0174hud9myo3ed7d0nhorvxkafz) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5341, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry8 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/w0174hud9myo3ed7d0nhorvxkafz) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5349, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry9 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/6tc51q1xcnodxzpa3lw09tjflkpx) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5357, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry10 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/uxr8g8m17d0wknkuf1rsbudzswn2) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5365, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry11 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/8ywxhexya8o3drk9xnt4yvpyfgzi) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5373, app/assets/stylesheets/style.scss */
.ph_chatIndustry_sec .ph_chatbot_industry12 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/5mnrkw5ybm9jc20jxtx8uh9xlov6) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5383, app/assets/stylesheets/style.scss */
.ph_every_business .ph-uiux-box {
  margin-bottom: 20px;
}

/* line 5385, app/assets/stylesheets/style.scss */
.ph_every_business .ph-uiux-box .ph-uiux-icon {
  height: auto;
  margin-bottom: 15px !important;
}

/* line 5391, app/assets/stylesheets/style.scss */
.ph_industry_sec {
  padding-top: 0;
}

/* line 5393, app/assets/stylesheets/style.scss */
.ph_industry_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  /* line 5393, app/assets/stylesheets/style.scss */
  .ph_industry_sec ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 999px) {
  /* line 5393, app/assets/stylesheets/style.scss */
  .ph_industry_sec ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 5393, app/assets/stylesheets/style.scss */
  .ph_industry_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* line 5393, app/assets/stylesheets/style.scss */
  .ph_industry_sec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* line 5413, app/assets/stylesheets/style.scss */
.ph_industry_sec ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
  z-index: 9;
}

/* line 5422, app/assets/stylesheets/style.scss */
.ph_industry_sec ul li:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(118, 77, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
  transition: all 0.5s;
}

/* line 5442, app/assets/stylesheets/style.scss */
.ph_industry_sec ul li:hover:before {
  opacity: 0;
}

/* line 5445, app/assets/stylesheets/style.scss */
.ph_industry_sec ul li h5, .ph_industry_sec ul li .h5 {
  color: #fff;
  font-size: 21px;
  position: relative;
  font-weight: 500;
  z-index: 9;
}

/* line 5458, app/assets/stylesheets/style.scss */
.slider_usa_app .ph_logo_carousel .nav-tabs {
  padding-bottom: 50px;
  border-bottom: 0;
  gap: 15px;
}

/* line 5463, app/assets/stylesheets/style.scss */
.slider_usa_app .ph_logo_carousel .nav-tabs button {
  color: var(--ph-darkgray-color);
  border-bottom: 1px solid var(--ph-darkgray-color);
}

/* line 5468, app/assets/stylesheets/style.scss */
.slider_usa_app .ph_logo_carousel .nav-tabs .active {
  border: 0;
  border-bottom: 1px solid var(--ph-main-color);
  background: transparent;
}

/* line 5475, app/assets/stylesheets/style.scss */
.slider_usa_app .tab-content {
  overflow: hidden !important;
}

/* line 5478, app/assets/stylesheets/style.scss */
.slider_usa_app .swiper_continue {
  transition-timing-function: infinite !important;
  animation: LeftRight 10s infinite;
  position: relative;
}

/* line 5484, app/assets/stylesheets/style.scss */
.slider_usa_app .swiper_continue .swiper_continue_wrapper {
  justify-content: center !important;
}

@keyframes LeftRight {
  0%,
100% {
    left: 0;
  }
  50% {
    left: 200px;
  }
}

/* line 5499, app/assets/stylesheets/style.scss */
.ecommarce_uae {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/b67vfwbpahx2nwmjlogod2mndlny) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* line 5504, app/assets/stylesheets/style.scss */
.ecommarce_uae h1, .ecommarce_uae .h1 {
  color: #fff;
}

/* line 5507, app/assets/stylesheets/style.scss */
.ecommarce_uae p {
  color: #fff;
}

/* line 5510, app/assets/stylesheets/style.scss */
.ecommarce_uae li {
  color: #fff;
}

/* line 5514, app/assets/stylesheets/style.scss */
.ph_ecommerce_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/j3g000kkdz3j8mr04ikpm3e31ylv) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 60px;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  /* line 5514, app/assets/stylesheets/style.scss */
  .ph_ecommerce_cta {
    padding: 20px;
  }
}

/* line 5525, app/assets/stylesheets/style.scss */
.ph_ecommerce_cta h2, .ph_ecommerce_cta .h2 {
  color: #fff;
}

/* line 5528, app/assets/stylesheets/style.scss */
.ph_ecommerce_cta p {
  color: #fff;
}

/* line 5533, app/assets/stylesheets/style.scss */
.feature_pack_sec .ph-uiux-box {
  margin-top: 0;
  padding: 15px 20px 20px;
  height: calc(100% - 24px);
}

/* line 5537, app/assets/stylesheets/style.scss */
.feature_pack_sec .ph-uiux-box h5, .feature_pack_sec .ph-uiux-box .h5 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  gap: 15px;
  align-items: center;
}

/* line 5545, app/assets/stylesheets/style.scss */
.feature_pack_sec ul {
  gap: 15px;
}

/* line 5548, app/assets/stylesheets/style.scss */
.feature_pack_sec ul li .nav-link {
  background: var(--ph-darkgray-color);
  color: var(--ph-white-color);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 5555, app/assets/stylesheets/style.scss */
.feature_pack_sec ul li .active {
  background-color: var(--ph-main-color) !important;
  color: var(--ph-black-color) !important;
}

/* line 5562, app/assets/stylesheets/style.scss */
.services_uae_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/d95rbii6jvbq0xi5be6arcujbt9e) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* line 5567, app/assets/stylesheets/style.scss */
.services_uae_sec h2, .services_uae_sec .h2 {
  color: #fff;
}

/* line 5570, app/assets/stylesheets/style.scss */
.services_uae_sec p {
  color: #fff;
}

/* line 5573, app/assets/stylesheets/style.scss */
.services_uae_sec li {
  color: #fff;
}

/* line 5577, app/assets/stylesheets/style.scss */
.ecommarce_good_firms {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/x90csdfq572eiq3tddicchq6txi0) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 0;
}

/* line 5584, app/assets/stylesheets/style.scss */
.ph_worpress_industry1 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/aw43kzv8numc2cmg2ocbptyuwhyn) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5592, app/assets/stylesheets/style.scss */
.ph_worpress_industry2 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/le9pp8i7l1p2mcu46o41h31g1n2a) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5600, app/assets/stylesheets/style.scss */
.ph_worpress_industry3 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/43ckdkx81t3sb17mjq2wacnomn6w) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5608, app/assets/stylesheets/style.scss */
.ph_worpress_industry4 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/otiry5pgwii05bcfvst4ghwqh015) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5616, app/assets/stylesheets/style.scss */
.ph_worpress_industry5 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/2z3bn1n4fyzj8t73vq2r3ur131s6) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5624, app/assets/stylesheets/style.scss */
.ph_worpress_industry6 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/d85qk4lb7n5c61wafxss2daxfdki) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5632, app/assets/stylesheets/style.scss */
.ph_worpress_industry7 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/kld5mlizqfffafb1oo4zp55l6zyt) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5640, app/assets/stylesheets/style.scss */
.ph_worpress_industry8 {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/mkb4974yi1pvabre2psmimicfs64) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 5648, app/assets/stylesheets/style.scss */
.ph-hire-box:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 8px;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/9nhpm5st9r2ddoiyb9xikkt95yc9) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* line 5661, app/assets/stylesheets/style.scss */
.ph-hire-box1:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/3142uaunkoe5l13m26mjlqynb0q7) no-repeat center center;
  background-size: cover;
}

/* line 5666, app/assets/stylesheets/style.scss */
.ph-hire-box2:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/vqj50njb4jghenxjn3wn9zm1r7iv) no-repeat center center;
  background-size: cover;
}

/* line 5671, app/assets/stylesheets/style.scss */
.ph-hire-box3:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/og4xu2wcz5029vnrjka9wovolfmy) no-repeat center center;
  background-size: cover;
}

/* line 5676, app/assets/stylesheets/style.scss */
.ph-hire-box4:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/288lkh7nrr6r58s2hjs1je039yfl) no-repeat center center;
  background-size: cover;
}

/* line 5681, app/assets/stylesheets/style.scss */
.ph-hire-box5:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/z714v8b7pm4e2bodl8brn3fdamoj) no-repeat center center;
  background-size: cover;
}

/* line 5686, app/assets/stylesheets/style.scss */
.ph-hire-box6:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/g2iw83bu6v9o0a55m14wbvtk8btd) no-repeat center center;
  background-size: cover;
}

/* line 5691, app/assets/stylesheets/style.scss */
.ph-hire-box7:hover:before {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/qjzq25h6d1mbq6fkqck503ck6mxo) no-repeat center center;
  background-size: cover;
}

/* line 5697, app/assets/stylesheets/style.scss */
.ph-hire-title h2, .ph-hire-title .h2,
.ph-hire-title p {
  color: var(--ph-lightbgcolor);
}

/* line 5702, app/assets/stylesheets/style.scss */
.ph-picon-box h3, .ph-picon-box .h3 {
  font-weight: 800;
  color: var(--ph-white-color);
  text-shadow: -3px 3px #00000026;
  margin-bottom: 0;
  font-size: 48px;
}

/* line 5710, app/assets/stylesheets/style.scss */
.ph-dedicated-process {
  margin-top: 60px;
}

/* line 5714, app/assets/stylesheets/style.scss */
.ph-hireprice-box ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

/* line 5722, app/assets/stylesheets/style.scss */
.ph-hireprice-box ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  color: var(--ph-secondary-color);
  font-weight: 900;
  font-size: 18px;
}

/* line 5735, app/assets/stylesheets/style.scss */
.ph-prices-box {
  background: var(--ph-black-color);
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  margin: 12px 0;
  position: relative;
  height: calc(100% - 24px);
  box-shadow: 0 0 16px 0 RGB(8 18 73/10%);
  transition: all 0.3s;
  overflow: hidden;
}

/* line 5748, app/assets/stylesheets/style.scss */
.ph-plan-box h3 sub, .ph-plan-box .h3 sub {
  font-size: 16px;
  font-weight: 500;
  color: #a19c9c;
}

/* line 5754, app/assets/stylesheets/style.scss */
.ph-prices-box:hover {
  transform: scale(1.02);
}

/* line 5758, app/assets/stylesheets/style.scss */
.ph-prices-box h6, .ph-prices-box .h6,
.ph-prices-box h5,
.ph-prices-box .h5 {
  color: var(--ph-white-color);
}

/* line 5763, app/assets/stylesheets/style.scss */
.ph-prices-box p {
  color: var(--ph-white-color);
  margin-bottom: 0;
}

/* line 5768, app/assets/stylesheets/style.scss */
.ph-prices-box span {
  font-size: 50px;
  color: var(--ph-white-color);
}

/* line 5773, app/assets/stylesheets/style.scss */
.ph-price-btn {
  background: var(--ph-main-color);
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
  position: relative;
  z-index: 9;
}

/* line 5782, app/assets/stylesheets/style.scss */
.ph-price-btn h5, .ph-price-btn .h5 {
  color: var(--ph-white-color) !important;
}

/* line 5786, app/assets/stylesheets/style.scss */
.ph-price-color {
  background: var(--ph-white-color);
  color: var(--ph-black-color);
}

/* line 5791, app/assets/stylesheets/style.scss */
.ph-price-color .ph-price-btn p {
  color: var(--ph-white-color) !important;
}

/* line 5795, app/assets/stylesheets/style.scss */
.ph-price-color h5, .ph-price-color .h5 {
  color: var(--ph-black-color);
  position: relative;
  z-index: 9;
}

/* line 5801, app/assets/stylesheets/style.scss */
.ph-price-color .ph-small-text {
  color: var(--ph-black-color);
  position: relative;
  z-index: 9;
}

/* line 5807, app/assets/stylesheets/style.scss */
.ph-price-btn p {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

/* line 5813, app/assets/stylesheets/style.scss */
.ph-price-box p {
  margin-bottom: 0;
  font-size: 14px;
}

/* line 5818, app/assets/stylesheets/style.scss */
.ph-price-box h6, .ph-price-box .h6 {
  font-size: 21px;
  font-weight: 300;
}

/* Dedicated Developer End */
/* ui ux start */
/* line 5826, app/assets/stylesheets/style.scss */
.ph-uiux-sec {
  background: url(/assets/uiux-banner-2dfe4569722dbeffdf63e86e11bf7cf12109e95d8de6c14a547963d2637239f9.webp) no-repeat center center;
  background-size: cover;
}

/* line 5831, app/assets/stylesheets/style.scss */
.ph-uiux-box {
  text-align: center;
  box-shadow: 0 0 20px 0 RGB(25 6 58/15%);
  padding: 30px;
  border-radius: 10px;
  margin: 12px 0 40px;
  background: var(--ph-white-color);
  position: relative;
  height: calc(100% - 20px);
}

/* line 5842, app/assets/stylesheets/style.scss */
.ph-uiux-box p {
  margin-bottom: 0;
}

/* line 5846, app/assets/stylesheets/style.scss */
.ph-uiux-box .ph-small-heding {
  color: var(--ph-darkgray-color);
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 5852, app/assets/stylesheets/style.scss */
.ph-uiux-box .ph-uiux-icon {
  width: 100px;
  height: 100px;
  border: 2px dashed var(--ph-darkgray-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

/* line 5867, app/assets/stylesheets/style.scss */
.ph-industry-sec {
  background: url(/assets/our-process-bg-c8195d8bb60672cfe7b763fd7eb4ed6766e9d1606443c6a35158eab958d91962.jpg) no-repeat center center;
  background-size: cover;
}

/* ui ux end */
/* ui ux wireframe start */
/* line 5875, app/assets/stylesheets/style.scss */
.uiux-wireframe-sec {
  background: var(--ph-black-color);
}

/* line 5879, app/assets/stylesheets/style.scss */
.uiux-wireframe-sec h2, .uiux-wireframe-sec .h2,
.uiux-wireframe-sec p {
  color: var(--ph-white-color);
}

/* line 5884, app/assets/stylesheets/style.scss */
.ph-wirframe-box p {
  color: var(--ph-white-color);
  font-size: 16px;
}

/* line 5889, app/assets/stylesheets/style.scss */
.ph-wirframe-box img {
  padding-right: 10px;
}

/* line 5893, app/assets/stylesheets/style.scss */
.ph-wirframe-box h6, .ph-wirframe-box .h6 {
  color: var(--ph-main-color);
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 5899, app/assets/stylesheets/style.scss */
.ph-wireframe-inner {
  padding-bottom: 15px;
}

/* line 5903, app/assets/stylesheets/style.scss */
.ph-Industries-box {
  text-align: center;
  margin-bottom: 24px;
  box-shadow: 0 0 14px 0 RGB(11 42 86/8%);
  padding: 20px 15px;
  border-radius: 8px;
  height: calc(100% - 24px);
  background: var(--ph-white-color);
  border-bottom: 5px solid var(--ph-lightgray-color);
}

/* line 5913, app/assets/stylesheets/style.scss */
.ph-Industries-box p {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  color: var(--ph-black-color);
  font-weight: 400;
}

/* line 5920, app/assets/stylesheets/style.scss */
.ph-Industries-box img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 45px;
}

/* ui ux wirefram end */
/* Health care start*/
/* line 5930, app/assets/stylesheets/style.scss */
.ph-health-img {
  text-align: end;
}

/* line 5934, app/assets/stylesheets/style.scss */
.ph-healthCare-sec {
  background: url(/assets/health-forebg-light-ec342f91d8e3207a7a8977e5ab53d74611f8f48ec164b6f34c1db59aae932e18.png) no-repeat right center;
}

/* line 5938, app/assets/stylesheets/style.scss */
.ph-foodindustry-sec {
  background: url(/assets/food-forebg-004dfea35352e997078421ca6bceaa5bd7fbefc258e8fe79e7ff0b86daacf422.png) no-repeat right center;
}

/* line 5942, app/assets/stylesheets/style.scss */
.ph-health-bg {
  background: var(--ph-black-color);
  padding: 50px 80px;
  border-radius: 10px;
}

/* line 5948, app/assets/stylesheets/style.scss */
.ph-health-bg h4, .ph-health-bg .h4 {
  color: var(--ph-white-color);
}

/* Health care end */
/* Blog page start */
/* line 5954, app/assets/stylesheets/style.scss */
.ph-blog-banner {
  background: url(/assets/blog-top-banner-51c335fb57a0730bd198da5b7e372b6f2c47d41c057c2f1b78a1a5b5b6828b8e.webp) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}

/*All Blog Bnner Image*/
/* Blog page start */
/* line 5963, app/assets/stylesheets/style.scss */
.ph-blog-banner-tools-develop {
  background: url(/assets/tool-to-develop-react-apps-7ff5d0a40e8f26f4d9461bbca0c1866fe28240c5c4bbe209d16bab6c65683971.webp) no-repeat top center;
  background-size: cover;
  padding: 140px 0 20px;
}

/* line 5968, app/assets/stylesheets/style.scss */
.ph-blog-banner-outsourcing {
  background: url(/assets/outsourcing-f3850955fb1857c03f1a28e6e46444b2b7f586017e63a2d8da1e138efeeb1bcf.webp) no-repeat center center;
  background-size: cover;
  padding: 130px 0 20px;
}

/* line 5974, app/assets/stylesheets/style.scss */
.ph-blog-banner-microservice {
  background: url(/microservies.webp) no-repeat center center;
  background-size: cover;
  padding: 130px 0 20px;
}

/* line 5980, app/assets/stylesheets/style.scss */
.ph-blog-banner-global-staffing {
  background: url(/global-staffing-agency.webp) no-repeat center center;
  background-size: cover;
  padding: 130px 0 20px;
}

/* line 5986, app/assets/stylesheets/style.scss */
.ph-still-thinking {
  background: url(/privacy-policy.webp) no-repeat center center;
  background-size: cover;
}

/* line 5991, app/assets/stylesheets/style.scss */
.new_newsletter {
  width: 100%;
}

/* line 5995, app/assets/stylesheets/style.scss */
.blog-linking {
  color: var(--ph-main-color) !important;
  font-weight: 700;
}

/* line 6000, app/assets/stylesheets/style.scss */
.still-section-top {
  background: var(--ph-main-color) url(/assets/still-mvp-4950cf52de774a960d2259ff6e254ea8ed7ee70ef47efc6a1cbe817fa55cd150.png) no-repeat center right;
  position: relative;
}

/* line 6005, app/assets/stylesheets/style.scss */
.ph-still-thinking .ph-process-btn .ph-btn {
  background: transparent;
  color: var(--ph-black-color);
  margin-top: 20px;
  border: 1px solid var(--ph-black-color);
}

/* line 6012, app/assets/stylesheets/style.scss */
.ph-still-thinking .ph-process-btn .ph-btn:hover {
  color: var(--ph-white-color);
}

/* line 6016, app/assets/stylesheets/style.scss */
.ph-still-heading h1, .ph-still-heading .h1 {
  position: relative;
  padding-left: 20px;
  z-index: 9;
}

/* line 6022, app/assets/stylesheets/style.scss */
.ph-still-heading h1:before, .ph-still-heading .h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 60px;
  background: var(--ph-white-color);
  margin: auto;
  bottom: 0;
  z-index: -1;
}

/* line 6035, app/assets/stylesheets/style.scss */
.ph-still-thinking h4, .ph-still-thinking .h4 {
  font-weight: 300;
}

/* line 6039, app/assets/stylesheets/style.scss */
.ph-still-thinking h6, .ph-still-thinking .h6 {
  font-size: 18px;
  font-weight: 400;
}

/* line 6044, app/assets/stylesheets/style.scss */
.ph-still-thinking p {
  color: var(--ph-black-color);
  line-height: 28px;
}

/* line 6049, app/assets/stylesheets/style.scss */
.ph-contact-indore p a {
  color: var(--ph-white-color);
}

/* line 6053, app/assets/stylesheets/style.scss */
.ph-contact-camino p a:hover {
  color: var(--ph-black-color);
}

/*contact end*/
/* line 6058, app/assets/stylesheets/style.scss */
.ph-thumbnail-sec {
  padding: 20px 0 10px;
}

@media screen and (max-width: 1199px) {
  /* line 6058, app/assets/stylesheets/style.scss */
  .ph-thumbnail-sec {
    display: none;
  }
}

/* line 6065, app/assets/stylesheets/style.scss */
.ph-thumbnail-box {
  display: flex;
  grid-gap: 10px;
  margin-bottom: 12px;
  align-items: center;
}

/* line 6076, app/assets/stylesheets/style.scss */
.ph-thumbnail-img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex: 33.33% 0 0;
  margin-right: 10px;
}

/* line 6082, app/assets/stylesheets/style.scss */
.ph-thumbnail-content h6, .ph-thumbnail-content .h6 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  color: var(--ph-darkgray-color);
}

/* line 6089, app/assets/stylesheets/style.scss */
.ph-thumbnail-content p {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 6094, app/assets/stylesheets/style.scss */
.ph-pgination-nav ul {
  justify-content: center;
}

/* line 6098, app/assets/stylesheets/style.scss */
.ph-pgination-nav .active > .page-link,
.ph-pgination-nav .page-link.active {
  background-color: var(--ph-main-color);
  border-color: var(--ph-main-color);
  color: var(--ph-white-color);
}

/* line 6105, app/assets/stylesheets/style.scss */
.ph-pgination-nav .page-link:focus {
  box-shadow: none;
  background: transparent;
}

/* line 6110, app/assets/stylesheets/style.scss */
.ph-pgination-nav .page-link {
  color: var(--ph-black-color);
}

/* line 6114, app/assets/stylesheets/style.scss */
.ph-blog-sidebar {
  position: sticky;
  top: 90px;
}

/* line 6119, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-search-bar input {
  border: 0;
}

/* line 6123, app/assets/stylesheets/style.scss */
.ph-newslatter-blogs .form-control {
  background: transparent;
}

/* line 6127, app/assets/stylesheets/style.scss */
.ph-newslatter-blogs {
  display: block;
}

/* line 6131, app/assets/stylesheets/style.scss */
.ph-newslatter-blogs .input-group-text {
  background: var(--ph-main-color);
  border: 0;
  border-radius: 0;
}

/* line 6137, app/assets/stylesheets/style.scss */
.ph-attach-file {
  height: auto;
  margin-top: 15px;
}

/* line 6142, app/assets/stylesheets/style.scss */
.ph-form-sec .ph-attach-file {
  margin-top: 0;
}

/* line 6146, app/assets/stylesheets/style.scss */
.ph-form-sec .ph-contact-msg {
  margin-bottom: 15px;
}

/* line 6150, app/assets/stylesheets/style.scss */
.ph-newslatter-blogs .input-group-text button {
  border: 0;
  background: var(--ph-main-color);
  color: var(--ph-white-color) !important;
}

/* line 6156, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-search-bar {
  display: flex;
  align-items: center;
  border: 1px solid var(--ph-filed-color);
  padding: 0px 15px 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: rgba(255, 255, 255, 0.24);
  justify-content: flex-end;
}

/* line 6174, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-search-bar .ph-search-icon {
  color: var(--ph-lightgray-color);
}

/* line 6178, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-side-widget .ph-title-widget {
  padding: 15px;
  border-bottom: 2px solid var(--ph-white-color);
}

/* line 6183, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-side-widget {
  margin: 0px 0 15px;
  border-radius: 4px;
  background: var(--ph-lightbgcolor);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* line 6193, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-side-widget li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--ph-filed-color);
  padding: 10px 15px;
}

/* line 6202, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-side-widget li:last-of-type {
  border-bottom: 0;
}

/* line 6206, app/assets/stylesheets/style.scss */
.ph-newletter-blog {
  background: url(/assets/newsletter-2984c5efefc83be44e70c882ab83c160c3fa885f733bbcf328301b3aaebd438a.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* line 6216, app/assets/stylesheets/style.scss */
.ph-newletter-blog .ph-newLatter-heading {
  padding: 15px;
  color: var(--ph-white-color);
  margin-bottom: 0;
  border-bottom: 1px solid;
}

/* line 6223, app/assets/stylesheets/style.scss */
.ph-newsLatter-content {
  padding: 15px 15px 30px;
}

/* line 6227, app/assets/stylesheets/style.scss */
.ph-newsLatter-content p {
  color: var(--ph-white-color);
  padding-bottom: 10px;
}

/* line 6232, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-newsLatter-content .ph-search-bar {
  padding-right: 0;
}

/* line 6236, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-newsLatter-content .ph-search-bar a {
  background: var(--ph-main-color);
  display: inline-block;
  padding: 13px;
  color: var(--ph-white-color);
}

/* line 6243, app/assets/stylesheets/style.scss */
.ph-blog-sidebar .ph-newsLatter-content .ph-search-bar input {
  color: var(--ph-white-color);
}

/* line 6247, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* line 6255, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog {
  margin-top: 15px;
}

/* line 6259, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li p {
  margin: 5px 0;
  font-size: 21px;
  color: var(--ph-white-color);
}

/* line 6265, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li a {
  color: var(--ph-white-color);
  font-size: 24px;
}

/* line 6270, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li h6, .ph-socialmedia-blog ul li .h6 {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ph-white-color);
}

/* line 6276, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li {
  padding: 10px;
}

/* line 6280, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li:nth-child(1) {
  background: #305b94;
  border-radius: 4px 0px 0px 4px;
}

/* line 6285, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li:nth-child(2) {
  background: #49abec;
}

/* line 6289, app/assets/stylesheets/style.scss */
.ph-socialmedia-blog ul li:nth-child(3) {
  background: #2867b2;
  border-radius: 0px 4px 4px 0px;
}

/* line 6294, app/assets/stylesheets/style.scss */
.ph-trending-blog {
  margin-top: 20px;
}

/* line 6298, app/assets/stylesheets/style.scss */
.ph-blog-details h6, .ph-blog-details .h6 {
  margin-bottom: 5px;
}

/* line 6302, app/assets/stylesheets/style.scss */
.ph-blog-details p {
  margin-bottom: 20px;
}

/* line 6306, app/assets/stylesheets/style.scss */
.ph-trending-blog h5, .ph-trending-blog .h5 {
  border-bottom: 1px solid var(--ph-lightgray-color);
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

/* line 6313, app/assets/stylesheets/style.scss */
.ph-add-blogs {
  padding: 20px 0;
}

/* line 6317, app/assets/stylesheets/style.scss */
.ph-add-blogs h4, .ph-add-blogs .h4 {
  margin-bottom: 20px;
}

/* line 6321, app/assets/stylesheets/style.scss */
.ph-viewall-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* line 6328, app/assets/stylesheets/style.scss */
.ph-viewall-blog h5, .ph-viewall-blog .h5 {
  margin-right: 10px;
}

/* line 6332, app/assets/stylesheets/style.scss */
.ph-topSocial-media {
  margin-bottom: 40px;
}

/* line 6336, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li {
  display: inline-block;
  margin-right: 5px;
}

/* line 6341, app/assets/stylesheets/style.scss */
.ph-topSocial-media p {
  font-size: 15px;
  margin-bottom: 10px;
}

/* line 6346, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li:last-child {
  margin-right: 0;
}

/* line 6350, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li a {
  padding: 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  color: var(--ph-white-color);
  border-radius: 4px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 30px;
  transition: all 0.5s;
}

/* line 6364, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li a:hover {
  transform: translateY(-5px);
}

/* line 6368, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li:nth-child(1) a {
  background: #1877f2;
}

/* line 6372, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li:nth-child(2) a {
  background: #2867b2;
}

/* line 6376, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li:nth-child(3) a {
  background: #1da1f2;
}

/* line 6380, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li:nth-child(4) a {
  background: #bd081c;
}

/* line 6384, app/assets/stylesheets/style.scss */
.ph-topSocial-media ul li:nth-child(5) a {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

/* Blog end */
/*Healthcare Industry start*/
/* line 6399, app/assets/stylesheets/style.scss */
.ph-healthcare-bg {
  background: url(/assets/healthcare-banner-56b851607c82a9433482b9128d5cb35b335ae240a1da0ae4f8608160620a36be.webp) no-repeat center center;
  background-size: cover;
}

/*Healthcare Industry end*/
/* food industry start*/
/* line 6406, app/assets/stylesheets/style.scss */
.ph-food-sec {
  background: url(/assets/food-banner-e08409d7d5406c1e97fbb47c80a6acb82d067ed5746e3a44c3e3f82a9f0ff9aa.webp) no-repeat top center;
  background-size: cover;
  position: relative;
}

/* line 6411, app/assets/stylesheets/style.scss */
.ph-food-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(45deg, black, #00000038);
}

/* line 6420, app/assets/stylesheets/style.scss */
.ph-food-box {
  text-align: center;
}

/* line 6424, app/assets/stylesheets/style.scss */
.ph-foodNav-tab .nav-pills .nav-link {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid var(--ph-white-color);
  color: var(--ph-white-color);
}

/* line 6434, app/assets/stylesheets/style.scss */
.ph-foodNav-tab .nav-pills {
  margin-bottom: 50px;
}

/* line 6438, app/assets/stylesheets/style.scss */
.ph-foodNav-tab .nav-pills li {
  padding: 0 10px;
}

/* line 6442, app/assets/stylesheets/style.scss */
.ph-foodNav-tab .nav-pills .nav-link.active,
.ph-foodNav-tab .nav-pills .show > .nav-link {
  color: var(--ph-black-color);
  background-color: var(--ph-white-color);
}

/* line 6448, app/assets/stylesheets/style.scss */
.ph-wireframe-img img {
  animation: zoominout 5s infinite;
  -webkit-animation: zoominout 5s infinite;
  padding: 10px 0 30px;
}

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* food industry end */
/* Rect js start */
/* line 6475, app/assets/stylesheets/style.scss */
.ph-rectjs-sec {
  background: url(/assets/reactjs-banner-24ecf02dc1e7b77ccaa68bcbf2c66743cff995dea15d310d1d84d732c36ffee9.webp) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 6481, app/assets/stylesheets/style.scss */
.ph-ror-sec {
  background: url(/assets/ror-header-e422a82fbf3d9482e37e50b09dd87faa8dc08144a55cf935eabb00f99882b764.png) no-repeat center center;
  background-size: cover;
}

/* line 6486, app/assets/stylesheets/style.scss */
.python-banner-sec {
  background: url(/assets/python-banner-6c59156a9869b8cffa3911f3a4aa404128a4df131c9e4ddf2efa810383e9ddda.jpg) no-repeat center center;
  background-size: cover;
}

/* line 6491, app/assets/stylesheets/style.scss */
.ph-reactNative-sec {
  background: url(/assets/react-native-banner-b05d35a8bc82fd6bb99594d78c04d5ffb1a849fad0477d2f1bfbef9ac9fa50b2.webp) no-repeat center center;
  background-size: cover;
}

/* line 6496, app/assets/stylesheets/style.scss */
.node-banner-sec {
  background: url(/assets/nodejs-banner-bded1b948ca57a7f2f4150526e26c65c9e3df30fe1c8a27c5b7424c63b819490.jpg) no-repeat center center;
  background-size: cover;
}

/* line 6501, app/assets/stylesheets/style.scss */
.ph-plan-box .ph-dreamProject-box li:before {
  background: none;
}

/* line 6505, app/assets/stylesheets/style.scss */
.ph-plan-box .ph-dreamProject-box li {
  text-align: center;
  display: inline-block;
}

/* line 6510, app/assets/stylesheets/style.scss */
.ph-plan-box .ph-dreamProject-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 30px 40px;
}

/* line 6517, app/assets/stylesheets/style.scss */
.ph-plan-box .ph-dreamProject-box li h6, .ph-plan-box .ph-dreamProject-box li .h6 {
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
}

/* line 6524, app/assets/stylesheets/style.scss */
.ph-whyHire-box {
  text-align: start;
  position: relative;
  transition: all 0.3s;
  padding: 20px;
}

/* line 6531, app/assets/stylesheets/style.scss */
.ph-whyHire-box:hover {
  transform: translateY(-8px);
}

/* line 6535, app/assets/stylesheets/style.scss */
.ph-whyHire-box h5, .ph-whyHire-box .h5 {
  color: var(--ph-black-color);
  margin-bottom: 5px;
}

/* line 6540, app/assets/stylesheets/style.scss */
.ph-whyHire-icon {
  display: flex;
  justify-content: space-between;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

/* line 6548, app/assets/stylesheets/style.scss */
.ph-whyHire-icon span h1, .ph-whyHire-icon span .h1 {
  margin-bottom: 0;
  color: var(--ph-filed-color);
}

/* line 6553, app/assets/stylesheets/style.scss */
.ph-dash-box {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 2px dashed var(--ph-darkgray-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 5px;
}

/* line 6565, app/assets/stylesheets/style.scss */
.ph-expertise-box {
  text-align: center;
  padding: 30px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 6574, app/assets/stylesheets/style.scss */
.ph-expertise-box:hover {
  transform: scale(1.05);
}

/* line 6578, app/assets/stylesheets/style.scss */
.ph-expertise-box p,
.ph-expertise-box h5,
.ph-expertise-box .h5 {
  color: var(--ph-white-color);
}

/* line 6583, app/assets/stylesheets/style.scss */
.ph-reactjs-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 6589, app/assets/stylesheets/style.scss */
.ph-reactjs-box ul li:nth-child(1) {
  animation: linear infinite alternate;
  animation-name: up;
  animation-duration: 2s;
}

/* line 6595, app/assets/stylesheets/style.scss */
.ph-reactjs-box ul li:nth-child(3) {
  animation: linear infinite alternate;
  animation-name: down;
  animation-duration: 2s;
}

/* line 6601, app/assets/stylesheets/style.scss */
.ph-reactjs-box ul li:nth-child(2) {
  padding: 20px 0;
  margin-left: 50px;
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 2s;
}

@keyframes run {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes up {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}

@keyframes down {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  }
}

/* Rect js end */
/* Casestudy Sec Start*/
/* line 6662, app/assets/stylesheets/style.scss */
.ph-casestudy-banner {
  background: url(/assets/casestudy-banner-3ea3e8fb6473082eba08671b05e8a93912f151f10fb16ec3ec5506e360755794.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0px;
}

/* line 6668, app/assets/stylesheets/style.scss */
.ph-casestudyImg-banner {
  background: url(/assets/case-study-banner-008a084c98669a11185b1d334b4127aa4a85ab16bd8daedc26f50728f4cd8193.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0px 80px;
}

/* line 6674, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-casestudy-content {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  max-width: 600px;
  margin: 0 auto;
  grid-gap: 15px;
  flex: 50%;
}

/* line 6684, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-casestudy-content li p {
  margin-top: 10px;
}

/* line 6688, app/assets/stylesheets/style.scss */
.ph-challeges-point ul li:nth-child(5n-2) {
  padding-bottom: 0;
}

/* line 6692, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-casestudy-content li {
  padding: 20px 10px 0;
}

/* line 6696, app/assets/stylesheets/style.scss */
.ph-OurTeam-content .ph-case-logo {
  padding-bottom: 30px;
}

/* line 6700, app/assets/stylesheets/style.scss */
.ph-ap-content ul li p {
  margin-bottom: 5px;
}

/* line 6704, app/assets/stylesheets/style.scss */
.ph-ap-content ul li {
  padding-bottom: 10px;
}

/* line 6708, app/assets/stylesheets/style.scss */
.ph-business-content ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 12px;
}

/* line 6714, app/assets/stylesheets/style.scss */
.ph-business-content ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  background: var(--ph-black-color);
  width: 5px;
  height: 5px;
  margin: 0 auto;
  bottom: 0;
  right: auto;
  border-radius: 50px;
}

/* line 6728, app/assets/stylesheets/style.scss */
.ph-challeges-point ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 30px;
}

/* line 6734, app/assets/stylesheets/style.scss */
.ph-challeges-point ul li span {
  font-weight: 500;
}

/* line 6738, app/assets/stylesheets/style.scss */
.ph-challeges-point ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--ph-darkgray-color);
  width: 5px;
  height: 5px;
  border-radius: 50px;
}

/* line 6749, app/assets/stylesheets/style.scss */
.ph-challenges-sec {
  background: url(/assets/challenges-banner-3d2e65c0722074327e03efd4e74eac830358caf6dfe16017f0cf7e7e634137b8.webp) no-repeat bottom center;
  padding-bottom: 160px;
  background-size: 100%;
}

/* line 6755, app/assets/stylesheets/style.scss */
.ph-agritech-bottom {
  background: url(/assets/agritech-paralex-2dd3e42ac300d357437636e9f4b5e137da5020b999a157e0f29d40b46a340176.webp) no-repeat bottom center;
  padding-bottom: 150px;
  background-size: 100%;
}

/* line 6761, app/assets/stylesheets/style.scss */
.ph-agritech-sec {
  background: url(/assets/agritech-bh-text-a78f4ada7a3fe88fbf74f68ea87d5cd109b7938417bd66be3bb945e8b747771d.webp) no-repeat right center;
}

/* line 6765, app/assets/stylesheets/style.scss */
.ph-logistics-bottom {
  background: url(/assets/logistics-banner-bottom-e0b81c7dd43c957fefb43cfe0efa008fc595287baf51a3ea5414599ef284324e.webp) no-repeat bottom center;
  background-size: 100%;
}

/* line 6770, app/assets/stylesheets/style.scss */
.ph-case-shadow {
  background: var(--ph-white-color);
  padding: 40px 40px 40px;
  box-shadow: 0px 20px 30px 0 #1a276c1a;
  border-radius: 0 0 8px 8px;
}

/* line 6777, app/assets/stylesheets/style.scss */
.ph-work-headline {
  color: var(--ph-secondary-color);
  margin-bottom: 5px;
}

/* line 6782, app/assets/stylesheets/style.scss */
.ph-resulto-content ul {
  margin-bottom: 50px;
  margin-top: 20px;
}

/* line 6787, app/assets/stylesheets/style.scss */
.ph-resulto-content ul li {
  display: inline-block;
  text-align: left;
  padding: 10px 24px;
}

/* line 6793, app/assets/stylesheets/style.scss */
.ph-resulto-content ul li h2, .ph-resulto-content ul li .h2 {
  margin-bottom: 0;
}

/* line 6797, app/assets/stylesheets/style.scss */
.ph-resulto-content ul li p {
  margin-bottom: 0;
}

/* line 6801, app/assets/stylesheets/style.scss */
.ph-outcome-insta h5, .ph-outcome-insta .h5 {
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}

/* line 6807, app/assets/stylesheets/style.scss */
.ph-outcome-insta h5:before, .ph-outcome-insta .h5:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 32px;
  width: 3px;
  background: var(--ph-main-color);
  bottom: 0;
  margin: auto;
}

/* line 6819, app/assets/stylesheets/style.scss */
.ph-outcome-insta p {
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 0;
}

/* line 6825, app/assets/stylesheets/style.scss */
.ph-outcome-insta {
  padding-bottom: 30px;
}

/* line 6829, app/assets/stylesheets/style.scss */
.ph-store-app a {
  display: inline-block;
  margin-right: 15px;
}

/* line 6834, app/assets/stylesheets/style.scss */
.ph-store-app a:last-child {
  margin-right: 0;
}

/* line 6838, app/assets/stylesheets/style.scss */
.ph-bigger-sec {
  background: url(/assets/business-banner-2a4b0c7f0509ca58a084b89445dcff8ff76b21f10ffa96b71dac882cb639df93.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}

/* line 6844, app/assets/stylesheets/style.scss */
.ph-otherwork-box {
  position: relative;
  background: var(--ph-white-color);
  margin-bottom: -30px;
  box-shadow: 0px 5px 20px -10px #060d3226;
}

/* line 6851, app/assets/stylesheets/style.scss */
.ph-otherwork-img img {
  padding: 25px;
}

/* line 6855, app/assets/stylesheets/style.scss */
.ph-otherinner-box {
  padding: 15px 30px;
}

/* line 6859, app/assets/stylesheets/style.scss */
.ph-portfood-box {
  position: relative;
  margin-bottom: 100px;
}

/* line 6864, app/assets/stylesheets/style.scss */
.ph-portfood-box:last-child {
  margin-bottom: 0;
}

/* line 6868, app/assets/stylesheets/style.scss */
.ph-portfood-box:before {
  content: "";
  position: absolute;
  background: var(--ph-secondary-color);
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 60%;
}

/* line 6880, app/assets/stylesheets/style.scss */
.ph-casestudy-edupark:before {
  background: #688ce9;
}

/* line 6884, app/assets/stylesheets/style.scss */
.ph-casestudy-stage:before {
  background: linear-gradient(163.24deg, #f8a926 23.19%, #b77b1ceb 73.11%);
  left: 0;
  right: auto;
}

/* line 6890, app/assets/stylesheets/style.scss */
.ph-otherWork-sec {
  padding-bottom: 100px;
}

/* line 6894, app/assets/stylesheets/style.scss */
.ph-otherwork-img {
  position: relative;
}

/* line 6898, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  text-align: center;
}

/* line 6905, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li {
  position: relative;
  height: calc(100% - 0px);
  padding: 20px 10px;
}

/* line 6911, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 20px;
  margin-top: 10px;
}

/* line 6918, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li:nth-child(1),
.ph-workProcess .ph-multi-box li:nth-child(3) {
  background: var(--ph-filed-color);
}

/* line 6923, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li:nth-child(2),
.ph-workProcess .ph-multi-box li:nth-child(4) {
  background: var(--ph-lightbgcolor);
}

/* line 6928, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li:nth-child(5) {
  background: var(--ph-main-color);
  cursor: pointer;
  transition: all 0.5s;
}

/* line 6934, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li:hover:nth-child(5) {
  background: var(--ph-darkgray-color);
}

/* line 6938, app/assets/stylesheets/style.scss */
.ph-workProcess .ph-multi-box li a {
  color: var(--ph-white-color);
  font-size: 18px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 6948, app/assets/stylesheets/style.scss */
.ph-testmonial-client {
  padding: 60px 40px 20px;
  box-shadow: -26px 10px 34px -19px #060c2b21;
  background: var(--ph-white-color);
  position: relative;
  right: 65px;
}

/* line 6956, app/assets/stylesheets/style.scss */
.ph-testmonial-client h5, .ph-testmonial-client .h5 {
  margin-bottom: 0;
}

/* line 6960, app/assets/stylesheets/style.scss */
.ph-quate span:first-child {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 6966, app/assets/stylesheets/style.scss */
.ph-quate span:last-child {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 6972, app/assets/stylesheets/style.scss */
.ph-count-digital ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
  grid-gap: 24px;
}

/* line 6982, app/assets/stylesheets/style.scss */
.ph-count-digital ul li h2, .ph-count-digital ul li .h2 {
  color: var(--ph-main-color);
  margin-bottom: 0;
}

/* line 6987, app/assets/stylesheets/style.scss */
.ph-count-digital ul li p {
  color: var(--ph-filed-color);
  margin-bottom: 0;
}

/* line 6992, app/assets/stylesheets/style.scss */
.ph-casestudy-sec {
  padding: 80px 0 80px;
}

/* line 6996, app/assets/stylesheets/style.scss */
.ph-resulto-content.case-study-ul li {
  text-align: center;
}

/* line 7000, app/assets/stylesheets/style.scss */
.ph-resulto-content.case-study-ul ul {
  display: flex;
  flex-wrap: nowrap;
}

/* line 7005, app/assets/stylesheets/style.scss */
.ph-new-bg-case:before {
  background: #3da6f2;
  left: 0;
  right: auto;
}

/* line 7011, app/assets/stylesheets/style.scss */
.ph-travel-casep p {
  padding-left: 30px;
}

/* line 7015, app/assets/stylesheets/style.scss */
.ph-case-shanti:before {
  content: "";
  position: absolute;
  background: url(/shanti-food-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 60%;
}

/* line 7029, app/assets/stylesheets/style.scss */
.ph-travel-express-bg:before {
  content: "";
  position: absolute;
  background: #020202;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 60%;
}

/* Casestudy Sec End*/
/* portfolio start */
/* line 7043, app/assets/stylesheets/style.scss */
.ph-portfolio-box {
  border-radius: 8px;
}

/* line 7046, app/assets/stylesheets/style.scss */
.ph-types-app a {
  display: inline-block;
  background: var(--ph-white-color);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  transition: all 0.3s;
}

/* line 7057, app/assets/stylesheets/style.scss */
.ph-types-app a:hover {
  box-shadow: inset 0 0 0 20px var(--ph-black-color);
  color: var(--ph-white-color);
}

/* line 7062, app/assets/stylesheets/style.scss */
.ph-types-app {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* portfolio end */
/* portfolio detail start*/
/* line 7071, app/assets/stylesheets/style.scss */
.ph-portfolio-banner {
  background: linear-gradient(45deg, #14de79, #6cf798);
  padding: 60px 0 60px;
}

/* line 7076, app/assets/stylesheets/style.scss */
.ph-aapbanner-img {
  text-align: flex-end;
}

/* line 7080, app/assets/stylesheets/style.scss */
.ph-appbanner-content h1, .ph-appbanner-content .h1 {
  color: var(--ph-white-color);
  padding: 20px 0 10px;
}

/* portfolio detail end */
/* edtech start*/
/* line 7087, app/assets/stylesheets/style.scss */
.ph-edtech-sec {
  background: url(/assets/edtech-banner-e49f3e7a270af43d96e34f5c10c7d0437bf8a4430c0cf25847196fb8eb269e36.webp) no-repeat right center;
  background-size: cover;
  padding: 80px 0 80px;
}

/* edtech end */
/* logistics start */
/* line 7095, app/assets/stylesheets/style.scss */
.ph-logistics-sec {
  background: url(/assets/logistics-banner-92c3b94aa93c9367180881d06f80e24992e540495af5bdce83acae1a042a8e06.webp) no-repeat right center;
  background-size: cover;
}

/* line 7099, app/assets/stylesheets/style.scss */
.ph-scroll-content .ph-corevalue-box {
  height: auto;
  margin-bottom: 24px;
}

/* line 7104, app/assets/stylesheets/style.scss */
.ph-scroll-content .ph-corevalue-box .ph-content-box-value ul {
  margin-top: 20px;
}

/* line 7108, app/assets/stylesheets/style.scss */
.ph-scroll-content .ph-corevalue-box .ph-content-box-value ul li {
  position: relative;
  padding: 5px 0px 5px 20px;
}

/* line 7113, app/assets/stylesheets/style.scss */
.ph-scroll-content .ph-corevalue-box .ph-content-box-value ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--ph-main-color);
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50px;
}

/* line 7126, app/assets/stylesheets/style.scss */
.ph-scroll-content {
  overflow: auto;
  max-height: 540px;
}

/* line 7131, app/assets/stylesheets/style.scss */
.ph-scroll-content::-webkit-scrollbar {
  width: 6px;
}

/* Track */
/* line 7136, app/assets/stylesheets/style.scss */
.ph-scroll-content::-webkit-scrollbar-track {
  background: var(--ph-filed-color);
}

/* Handle */
/* line 7141, app/assets/stylesheets/style.scss */
.ph-scroll-content::-webkit-scrollbar-thumb {
  background: var(--ph-lightgray-color);
}

/* Handle on hover */
/* line 7146, app/assets/stylesheets/style.scss */
.ph-scroll-content::-webkit-scrollbar-thumb:hover {
  background: var(--ph-darkgray-color);
}

/* logistics end */
/* Fintech start */
/* line 7153, app/assets/stylesheets/style.scss */
.ph-fintech-sec {
  background: url(/assets/fintech-banner-588d67e5dd3c318d84798c95b0d0cbe806c06f44a4241b2fad1cccee8c2db4b3.webp) no-repeat right center;
  background-size: cover;
}

/* line 7158, app/assets/stylesheets/style.scss */
.ph-fintech-point {
  position: relative;
  height: calc(100% - 12px);
  background: var(--ph-white-color);
  box-shadow: 1px 5px 12px 0 #050b2a18;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
}

/* line 7168, app/assets/stylesheets/style.scss */
.ph-fintech-point:hover {
  transform: translateY(-5px);
}

/* line 7172, app/assets/stylesheets/style.scss */
.ph-fintech-inner {
  background: #f3f5f983 url(/assets/financial-software-887d631f5106e4c551cf70a77764e17bffc83b51a0b18ba67c96763c92099424.webp) no-repeat right center;
}

/* Fintech end */
/* Entertainment Start */
/* line 7179, app/assets/stylesheets/style.scss */
.ph-entertainment-sec {
  background: url(/assets/entertainment-banner-8ceac807eac4f83b81023998c842dfcbdda7fd6e8d81f33bd9853cc82b125bd5.png) no-repeat right center;
  background-size: cover;
}

/* line 7184, app/assets/stylesheets/style.scss */
.ph-enterMedia-sec {
  background: url(/assets/media-entertainment-app-5970b93f37f984d30fa1c13c64775058240e5b3eef343e51b838aa73812543f6.webp) no-repeat right center;
}

/* Entertainment End */
/* Award Start */
/* line 7190, app/assets/stylesheets/style.scss */
.ph-isocertified-sec {
  background: url(/assets/map-award-bef94281af70fba6364a53db3a5c8b69ab686a26e29f6fa4409d0362739a0e96.svg) no-repeat left center;
}

/* line 7194, app/assets/stylesheets/style.scss */
.ph-iso-img {
  text-align: center;
}

/* line 7198, app/assets/stylesheets/style.scss */
.ph-iso-img img {
  margin: 5px;
  max-width: 160px;
}

/* line 7203, app/assets/stylesheets/style.scss */
.ph-topapp-sec {
  background: var(--ph-black-color);
  padding-bottom: 200px;
}

/* line 7208, app/assets/stylesheets/style.scss */
.ph-topapp-sec .ph-topapp-form h1, .ph-topapp-sec .ph-topapp-form .h1,
.ph-topapp-sec .ph-topapp-form p {
  color: var(--ph-white-color);
}

/* line 7213, app/assets/stylesheets/style.scss */
.ph-award-sec {
  padding: 0;
  margin-top: -120px;
  position: relative;
}

/* line 7219, app/assets/stylesheets/style.scss */
.ph-award-sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: var(--ph-main-color);
  z-index: -1;
}

/* line 7230, app/assets/stylesheets/style.scss */
.ph-award-startup {
  text-align: center;
  height: calc(100% - 12px);
  background: var(--ph-white-color);
  padding: 20px 40px;
  transition: all 0.5s;
  border-radius: 4px;
}

/* line 7239, app/assets/stylesheets/style.scss */
.ph-award-startup:hover {
  transform: translateY(-8px);
}

/* line 7243, app/assets/stylesheets/style.scss */
.ph-award-startup img {
  margin-bottom: 20px;
}

/* line 7247, app/assets/stylesheets/style.scss */
.ph-topdevloper-sec {
  background: var(--ph-main-color);
}

/* line 7251, app/assets/stylesheets/style.scss */
.ph-greatplace-box {
  text-align: center;
  box-shadow: 0px 10px 16px 0px RGB(13 20 61/5%);
  position: relative;
  height: calc(150px - 0px);
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  justify-content: center;
  transition: all 0.5s;
}

/* line 7263, app/assets/stylesheets/style.scss */
.ph-greatplace-box:hover {
  transform: scale(1.03);
}

/* Award End */
/* press relese start */
/* line 7269, app/assets/stylesheets/style.scss */
.ph-pressRelease-sec {
  background: url(/assets/press-release-banner-85fb91bb895c188e6268ad7da39b7ff5fcd51c5c652712ab9cd213cafb4e5401.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0 100px;
}

/* line 7275, app/assets/stylesheets/style.scss */
.ph-pressDetail-sec {
  background: url(/assets/press-detail-bg-18a53b7842cdbf129d0ca8fd8b0098668f488f08f0f77dac68b25fed8bef14fa.webp);
  background-size: cover;
  padding: 80px 0 100px;
}

/* line 7281, app/assets/stylesheets/style.scss */
.press-smart-city {
  background: url(/assets/press-smart-bg-f556117640fdc23fb7b12015e650bb3aa6ac80242f4fa700de65437adf3612f1.png);
  background-size: cover;
  padding: 60px 0 40px;
  margin-top: 40px;
}

/* line 7288, app/assets/stylesheets/style.scss */
.ph-press-cmmi-detail {
  background: url(/assets/press-cmmi-bg-15990276dc2521de9025f174d4a8117efad13c0544d9df170cc2be8675b64597.png);
  background-size: cover;
  padding: 50px 0 50px;
  margin-top: 40px;
}

/* line 7295, app/assets/stylesheets/style.scss */
.ph-asia-tech-detail {
  background: url(/assets/press-asia-tech-05d8fd45b5cf9016fa6f80b05f4dbd2a6748548e7d34c05f6928038391268bff.png);
  background-size: cover;
  padding: 60px 0 70px;
  margin-top: 40px;
}

/* line 7302, app/assets/stylesheets/style.scss */
.ph-india-soft-detail {
  background: url(/assets/press-cmmi-bg-15990276dc2521de9025f174d4a8117efad13c0544d9df170cc2be8675b64597.png);
  background-size: cover;
  padding: 60px 0 82px;
  margin-top: 40px;
}

/* line 7310, app/assets/stylesheets/style.scss */
.ph-press-release-journry {
  background: url(/assets/ph-press-release-journry-c09e28305b1fbfcdd2f9a5a4743ce61af35c9ac217f7de2294d460139c605447.png);
  background-size: cover;
  padding: 50px 0 50px;
  margin-top: 40px;
  background-repeat: no-repeat;
}

/* line 7318, app/assets/stylesheets/style.scss */
.ph-banner-journey img {
  max-width: 300px;
  width: 100%;
}

/* line 7323, app/assets/stylesheets/style.scss */
.ph-press-release-journry img {
  padding: 0;
  margin-bottom: 30px;
}

/* line 7328, app/assets/stylesheets/style.scss */
.press-smart-city h4, .press-smart-city .h4 {
  color: var(--bs-body-bg);
}

/* line 7332, app/assets/stylesheets/style.scss */
.ph-press-cmmi-detail h4, .ph-press-cmmi-detail .h4 {
  color: var(--ph-white-color);
}

/* line 7336, app/assets/stylesheets/style.scss */
.ph-asia-tech-detail h4, .ph-asia-tech-detail .h4 {
  color: var(--ph-white-color);
}

/* line 7340, app/assets/stylesheets/style.scss */
.ph-india-soft-detail h4, .ph-india-soft-detail .h4 {
  color: var(--ph-white-color);
}

/* line 7346, app/assets/stylesheets/style.scss */
.ph-experience-sec .ph-appimg-inner {
  position: absolute;
  bottom: 0;
  right: 5%;
  top: 0%;
  transform: translateY(50%);
}

/* line 7354, app/assets/stylesheets/style.scss */
.ph-custom-ecommerce-ph {
  background: var(--ph-secondary-color);
  transition: all 0.3s;
}

/* line 7359, app/assets/stylesheets/style.scss */
.ph-custom-ecommerce-ph p {
  color: var(--ph-white-color);
}

/* line 7363, app/assets/stylesheets/style.scss */
.ph-ecommerce-about {
  background: linear-gradient(263.81deg, #ff9d31 20.56%, #ffbb50 53.04%, #ffc55d 85.73%);
}

/* line 7372, app/assets/stylesheets/style.scss */
.ph-ecommerce-tab-sec {
  background: var(--ph-lightbgcolor);
}

/* line 7376, app/assets/stylesheets/style.scss */
.ph-design-feaure-box {
  background: var(--ph-white-color);
  padding: 25px;
  border-left: 4px solid var(--ph-darkgray-color);
  border-radius: 4px;
  box-shadow: 0 0 14px 0 #071f4214;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

/* line 7385, app/assets/stylesheets/style.scss */
.ph-design-feaure-box p {
  margin-bottom: 0;
}

/* line 7389, app/assets/stylesheets/style.scss */
.ph-ecommerce-tech .ph-Industries-box img {
  margin: 0;
}

/* line 7393, app/assets/stylesheets/style.scss */
.ph-ecommerce-why-ph {
  background: linear-gradient(263.81deg, #ff9d31 20.56%, #ffbb50 53.04%, #ffc55d 85.73%);
}

/* line 7402, app/assets/stylesheets/style.scss */
.ph-ecommerce-tab-button .ph-ecommerce-button-tab .nav-link {
  padding: 10px 20px;
}

/* line 7406, app/assets/stylesheets/style.scss */
.application-tab-ph .ph-casestudy-stage:before {
  background-color: var(--ph-white-color);
}

/* line 7410, app/assets/stylesheets/style.scss */
.application-tab-ph .ph-portfood-box:before {
  background: var(--ph-white-color);
}

/* line 7414, app/assets/stylesheets/style.scss */
.application-tab-ph .ph-otherwork-box {
  margin: 0;
}

/* line 7418, app/assets/stylesheets/style.scss */
.application-tab-ph .ph-portfood-box.ph-casestudy-stage {
  box-shadow: 8px 16px 32px rgba(92, 117, 182, 0.16);
}

/* line 7422, app/assets/stylesheets/style.scss */
.application-tab-ph .ph-portfood-box.ph-casestudy-edupark {
  box-shadow: 8px 16px 32px rgba(92, 117, 182, 0.16);
}

/* line 7426, app/assets/stylesheets/style.scss */
.ph-india-soft-box {
  box-shadow: 0px 2px 10px rgba(124, 136, 160, 0.2);
  border-radius: 4px;
  padding: 20px 20px 8px 20px;
  margin-bottom: 20px;
}

/* line 7433, app/assets/stylesheets/style.scss */
.ph-pree-visit a {
  color: var(--ph-main-color);
}

/* line 7437, app/assets/stylesheets/style.scss */
.ph-pree-visit {
  margin-top: 20px;
}

/* line 7441, app/assets/stylesheets/style.scss */
.ph-india-soft-botom h5, .ph-india-soft-botom .h5 {
  color: #202020;
  font-size: 16px;
}

/* line 7446, app/assets/stylesheets/style.scss */
.ph-india-soft-botom p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #505050;
}

/* line 7453, app/assets/stylesheets/style.scss */
.ph-india-soft-banner {
  background: url(/assets/india-banner-img-ca714aa4da227231eec96d0ce488db1ac37f0a9eec98f7bf9ca730c54dce0b82.png);
  background-size: cover;
  padding: 60px 0 86px;
  margin-top: 40px;
  background-repeat: no-repeat;
}

/* line 7461, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li:nth-child(1) {
  background: #1877f2;
  border-radius: 40px;
  border-color: #1877f2;
}

/* line 7467, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li:nth-child(2) {
  background: linear-gradient(180deg, #7d22b8 0%, #991f9d 21.45%, #a51d91 37.06%, #b51b82 54.97%, #c42969 67.37%, #c74b4e 80.22%, #d06a47 89.46%, #d98641 100%);
  border-radius: 40px;
  border-color: #1877f2;
}

/* line 7483, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li:nth-child(3) {
  background: #1da1f2;
  border-radius: 40px;
  border-color: #1877f2;
}

/* line 7489, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li:nth-child(4) {
  background: #2867b2;
  border-radius: 40px;
  border-color: #1877f2;
}

/* line 7495, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li a {
  color: var(--ph-lightbgcolor);
  border-color: var(--ph-lightbgcolor);
}

/* line 7500, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul li .nav-link span {
  background: var(--ph-lightbgcolor);
}

/* line 7504, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li:nth-child(1) span i {
  color: #1877f2;
  font-size: 40px;
}

/* line 7509, app/assets/stylesheets/style.scss */
.ph-social-qr-media ul.nav.ph-allcontact-form.nav-pills li a img {
  max-width: 35px;
  width: 100%;
  margin-right: 8px;
}

/* line 7516, app/assets/stylesheets/style.scss */
.ph-pivott-sec {
  background: linear-gradient(95.38deg, #00181b 0%, #117884 100%);
  padding: 60px 0 40px;
}

/* line 7521, app/assets/stylesheets/style.scss */
.ph-featureInner-content ul li {
  position: relative;
  padding-bottom: 15px;
  padding-left: 30px;
}

/* line 7527, app/assets/stylesheets/style.scss */
.ph-pivottContent-main {
  padding-bottom: 80px;
}

/* line 7531, app/assets/stylesheets/style.scss */
.ph-pivottContent-main:last-child {
  padding-bottom: 0;
}

/* line 7535, app/assets/stylesheets/style.scss */
.ph-featureInner-content ul li span {
  font-weight: 500;
  color: var(--ph-black-color);
}

/* line 7540, app/assets/stylesheets/style.scss */
.ph-featureInner-content ul li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  color: var(--ph-secondary-color);
  font-weight: 900;
  font-size: 18px;
}

/* line 7553, app/assets/stylesheets/style.scss */
.ph-valient-point p {
  position: relative;
  padding-left: 25px;
  padding-bottom: 5px;
}

/* line 7559, app/assets/stylesheets/style.scss */
.ph-valient-point p:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: var(--ph-secondary-color);
  font-weight: 900;
  font-size: 16px;
}

/* line 7570, app/assets/stylesheets/style.scss */
.ph-wirframe-box .ph-valient-point {
  text-align: left;
}

/* line 7574, app/assets/stylesheets/style.scss */
.ph-finddoctor-sec {
  background: linear-gradient(90.14deg, #972826 0.11%, #f28482 99.87%);
}

/* line 7578, app/assets/stylesheets/style.scss */
.ph-valient-sec {
  background: #120e1b;
}

/* line 7585, app/assets/stylesheets/style.scss */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
}

/* line 7593, app/assets/stylesheets/style.scss */
.modalconent {
  position: fixed;
  width: 100%;
  max-width: 400px;
  bottom: 20px;
  top: auto;
  left: 20px;
  border-radius: 15px;
  z-index: 999;
  animation: slide-in 1000ms;
}

/* line 7606, app/assets/stylesheets/style.scss */
.modal-event-button {
  position: absolute;
  background: var(--ph-red-color);
  font-size: 16px;
  max-width: 36px;
  border-radius: 50%;
  height: 36px;
  line-height: 30px;
  right: -15px;
  box-shadow: 0 0 10px 0px #0000003d;
  color: var(--ph-white-color);
  border: 2px solid var(--ph-white-color);
  width: 100%;
  padding: 0px;
  z-index: 9;
  top: -15px;
}

/* line 7623, app/assets/stylesheets/style.scss */
.modal-event-button i {
  font-size: 16px;
  line-height: 33px;
}

@keyframes slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

/* line 7638, app/assets/stylesheets/style.scss */
.ph-outsorce-project-india {
  background: url(/assets/blog-outsorce-india-340cdba58c92093a33d7e653f2de71c7fcbfac50dd7312d98ef7ff04bbe5c4e0.webp);
  background-size: cover;
  padding: 60px 0 50px;
  margin-top: 40px;
  background-repeat: no-repeat;
}

/* line 7646, app/assets/stylesheets/style.scss */
.ph-agritech-blog {
  background: url(/agritech-header.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 7653, app/assets/stylesheets/style.scss */
.ph-android-app {
  background: url(/assets/android-banner-7db972b2726f2a12f753e9d5913ae7abaeee91288ba7bdadfce38947e8a58e4b.webp) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 7658, app/assets/stylesheets/style.scss */
.ph-take-build-p p {
  color: var(--ph-white-color);
  margin: 0;
}

/* line 7662, app/assets/stylesheets/style.scss */
.ph-ph-get-start-sec {
  background: url(/assets/android-get-start-bg-814ffd49d5993e2b09861d3dc00db0af188449f2ed181d38743e52ff94a76881.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

/* line 7667, app/assets/stylesheets/style.scss */
.ph-madalIndiasoft-content img {
  border-radius: 5px;
  cursor: pointer;
  margin-top: -30px;
}

/* line 7675, app/assets/stylesheets/style.scss */
.home-event-modal {
  background: linear-gradient(90.35deg, #0166af 13.97%, #0189c4 84.34%);
  padding: 10px 20px 20px;
  border-radius: 16px;
  color: var(--ph-white-color);
  display: inline-block;
  cursor: pointer;
}

/* line 7683, app/assets/stylesheets/style.scss */
.home-event-modal h2, .home-event-modal .h2 {
  font-weight: 700;
  font-size: 24px;
}

/* line 7687, app/assets/stylesheets/style.scss */
.home-event-modal h2, .home-event-modal .h2,
.home-event-modal h4,
.home-event-modal .h4,
.home-event-modal h3,
.home-event-modal .h3 {
  margin: 0;
}

/* line 7692, app/assets/stylesheets/style.scss */
.home-event-modal h2 span, .home-event-modal .h2 span {
  color: var(--ph-main-color);
}

/* line 7695, app/assets/stylesheets/style.scss */
.ph-freeheading-uiiux {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

/* line 7700, app/assets/stylesheets/style.scss */
.ph-event-uiux h4, .ph-event-uiux .h4 {
  font-size: 20px;
}

/* line 7703, app/assets/stylesheets/style.scss */
.ph-event-uiux h4 span, .ph-event-uiux .h4 span {
  font-weight: 800;
  color: #0170b5;
  font-size: 30px;
}

/* line 7708, app/assets/stylesheets/style.scss */
.ph-event-uiux {
  max-width: 120px;
  background: var(--ph-white-color);
  color: var(--ph-main-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  max-height: 120px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px dashed #0e7ec2;
  margin-left: auto;
}

/* line 7727, app/assets/stylesheets/style.scss */
.ph-contentimg-box {
  background: url(/assets/press-release-bg-3762ce498448c77fd94b93b0ba8ea6881c54ac88fc22056bbafb5a46e55f64dc.webp) center center;
  background-size: cover;
  padding: 50px;
  margin: 24px 0;
  border-radius: 8px;
  box-shadow: 0px 10px 20px -10px #08103d1d;
}

/* line 7736, app/assets/stylesheets/style.scss */
.ph-press-img {
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border-radius: 80px;
  overflow: hidden;
  margin: 0 auto 15px;
}

/* line 7745, app/assets/stylesheets/style.scss */
.ph-pressDetail-img {
  text-align: center;
}

/* line 7749, app/assets/stylesheets/style.scss */
.ph-pressDetail-img h5, .ph-pressDetail-img .h5 {
  margin-bottom: 0;
  font-weight: 500;
}

/* line 7754, app/assets/stylesheets/style.scss */
.ph-pressDetail-content p:last-child {
  margin-bottom: 0;
}

/* line 7758, app/assets/stylesheets/style.scss */
.ph-pressDetail-img h6, .ph-pressDetail-img .h6 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
}

/* line 7764, app/assets/stylesheets/style.scss */
.ph-pressDetail-img h5 span, .ph-pressDetail-img .h5 span {
  color: var(--ph-main-color);
}

/* line 7768, app/assets/stylesheets/style.scss */
.ph-press_detail_box img {
  max-width: 60px;
  width: 100%;
  min-width: 65px;
  margin-right: 5px;
}

/* line 7775, app/assets/stylesheets/style.scss */
.ph-press_detail_box {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  box-shadow: 0px 2px 10px rgba(124, 136, 160, 0.2);
  background: var(--ph-white-color);
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 24px;
  position: relative;
  height: calc(100% - 24px);
}

/* line 7788, app/assets/stylesheets/style.scss */
.ph-press_detail_box p {
  margin-bottom: 0;
  font-size: 14px;
}

/* line 7793, app/assets/stylesheets/style.scss */
.ph-awardMain-logo {
  margin-top: 40px;
  margin-bottom: 10px;
}

/* line 7798, app/assets/stylesheets/style.scss */
.ph-pressDetail-gitex {
  background: url(/assets/gitex-banner-801764cc4c8b1fce8e9fb1481a26f3e30b1a45d11da448f62199331e115257c7.png) no-repeat center center;
  background-size: cover;
  padding: 50px 0 50px;
}

/* line 7803, app/assets/stylesheets/style.scss */
.ph-pressDetail-great-place {
  background: url(/assets/great-place-bg-94a65ca096714a4054cdea2df639916bf68445ffd79ec771611ae7cd15dc0e10.webp) no-repeat center center;
  background-size: cover;
  padding: 50px 0 50px;
}

/* line 7808, app/assets/stylesheets/style.scss */
.ph-block-chainfirms {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/743u6xy2klsjb31zo9296pourt9x) no-repeat center center;
  background-size: cover;
  padding: 50px 0 50px;
}

/* line 7814, app/assets/stylesheets/style.scss */
.ph-pressDetail-great-place h4, .ph-pressDetail-great-place .h4 {
  color: var(--ph-white-color);
}

/* line 7817, app/assets/stylesheets/style.scss */
.ph-pressDetail-great-place .pg-gitex-logo-right img {
  width: 100%;
  max-width: 155px;
}

/* line 7821, app/assets/stylesheets/style.scss */
.ph-pressDetail-gitex h4, .ph-pressDetail-gitex .h4 {
  color: var(--ph-white-color);
}

/* line 7825, app/assets/stylesheets/style.scss */
h1.ph-gitex-global, .ph-gitex-global.h1 {
  font-size: 61px;
  font-weight: 700;
  line-height: 70px;
  margin-top: 20px;
}

/* line 7832, app/assets/stylesheets/style.scss */
.pg-gitex-logo-right img {
  width: 100%;
  max-width: 300px;
}

/* line 7837, app/assets/stylesheets/style.scss */
.pg-gitex-logo-right {
  text-align: right;
}

/* press relese end */
/* mvp start */
/* line 7843, app/assets/stylesheets/style.scss */
.ph-mvp-form {
  background: var(--ph-white-color);
  border-radius: 14px;
}

/* mvp end */
/* event start */
/* line 7850, app/assets/stylesheets/style.scss */
.ph-eventplacelogo-icon img {
  max-height: 140px;
  text-align: center;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 7859, app/assets/stylesheets/style.scss */
.ph-event-banner {
  background: url(/assets/india-banner-img-ca714aa4da227231eec96d0ce488db1ac37f0a9eec98f7bf9ca730c54dce0b82.png) no-repeat center center;
  background-size: cover;
  padding: 70px 0 80px;
}

/* line 7865, app/assets/stylesheets/style.scss */
.ph-eventBanner-content h1, .ph-eventBanner-content .h1 {
  color: var(--ph-white-color);
}

/* line 7869, app/assets/stylesheets/style.scss */
.ph-eventBanner-content h4, .ph-eventBanner-content .h4 {
  color: var(--ph-main-color);
  padding-top: 30px;
}

/* line 7874, app/assets/stylesheets/style.scss */
.ph-eventBanner-content {
  text-align: center;
}

/* line 7878, app/assets/stylesheets/style.scss */
.ph-eventBanner-content h6, .ph-eventBanner-content .h6 {
  font-weight: 300;
  color: var(--ph-white-color);
}

/* event end */
/* business partner start */
/* line 7887, app/assets/stylesheets/style.scss */
.ph-business-partner {
  background: url(/assets/business-banner-2a4b0c7f0509ca58a084b89445dcff8ff76b21f10ffa96b71dac882cb639df93.webp) no-repeat center center;
  background-size: cover;
  padding: 70px 0 80px;
}

/* line 7893, app/assets/stylesheets/style.scss */
.ph-product-sec {
  background: url(/assets/banner-product-dev-6d85efe0c2e6a36199fa2d1381928014126cce1af76524a9665215967db1e94f.webp) no-repeat left center;
  background-size: cover;
}

/* line 7897, app/assets/stylesheets/style.scss */
.ph-ott-app-cta {
  background: linear-gradient(175deg, #322d81, #b91e69);
}

/* line 7903, app/assets/stylesheets/style.scss */
.ph-ott-video-sec-txt ul li p {
  margin-bottom: 35px;
}

/* business partner end*/
/* line 7911, app/assets/stylesheets/style.scss */
.ph-thankyou-sec {
  padding: 70px 0 120px;
}

/* line 7915, app/assets/stylesheets/style.scss */
.ph-notfound-sec {
  padding: 70px 0 80px;
}

/* line 7919, app/assets/stylesheets/style.scss */
.ph-internalservererror-sec {
  padding: 70px 0;
}

/* line 7923, app/assets/stylesheets/style.scss */
.ph-dreamProject-box {
  padding-left: 0;
}

/* line 7926, app/assets/stylesheets/style.scss */
.ph-good-firm {
  max-width: 140px;
}

/* line 7929, app/assets/stylesheets/style.scss */
.ph-event-heading {
  color: var(--ph-white-color);
  font-size: 18px;
  line-height: 40px;
}

/* Custom style End*/
/*footer sec start*/
/* line 7937, app/assets/stylesheets/style.scss */
.ph-social-icons li a svg {
  fill: #fff !important;
  transition: 0.3s;
}

/* line 7941, app/assets/stylesheets/style.scss */
.ph-social-icons li a svg:hover {
  fill: var(--ph-main-color) !important;
}

/* line 7944, app/assets/stylesheets/style.scss */
.ph-footer-logo img {
  max-width: 200px;
  margin-bottom: 20px;
}

/* line 7949, app/assets/stylesheets/style.scss */
.ph-footer-all {
  padding: 50px 0;
}

/* line 7953, app/assets/stylesheets/style.scss */
.ph-footer-content p span img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 7957, app/assets/stylesheets/style.scss */
.ph-footer-content p span {
  display: inline-block;
  margin-right: 10px;
}

/* line 7962, app/assets/stylesheets/style.scss */
.ph-footer-list {
  padding-top: 10px;
}

/* line 7966, app/assets/stylesheets/style.scss */
.ph-footer-main {
  background: var(--ph-black-color);
}

/* line 7970, app/assets/stylesheets/style.scss */
.ph-footer-content {
  padding-right: 80px;
}

/* line 7974, app/assets/stylesheets/style.scss */
.ph-footer-content p {
  display: flex;
  gap: 10px;
  grid-gap: 10px;
  font-size: 14px;
  color: var(--ph-white-color);
  align-items: center;
}

/* line 7987, app/assets/stylesheets/style.scss */
.ph-footer-list h4, .ph-footer-list .h4 {
  color: var(--ph-white-color);
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* line 7994, app/assets/stylesheets/style.scss */
.ph-footer-list ul li a {
  color: var(--ph-white-color);
  font-size: 14px;
  line-height: 36px;
  position: relative;
  padding-left: 12px;
  transition: all 0.3s;
}

/* line 8003, app/assets/stylesheets/style.scss */
.ph-footer-list ul li a:hover {
  color: var(--ph-main-color);
}

/* line 8007, app/assets/stylesheets/style.scss */
.ph-footer-list ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--ph-main-color);
  height: 4px;
  width: 4px;
  border-radius: 50px;
  margin: auto;
  transition: all 0.3s;
}

/* line 8021, app/assets/stylesheets/style.scss */
.ph-footer-list ul li a:hover:before {
  background: var(--ph-main-color);
}

/* line 8025, app/assets/stylesheets/style.scss */
.ph-copy-right {
  padding: 15px;
  text-align: center;
  background: #222;
}

/* line 8031, app/assets/stylesheets/style.scss */
.ph-copy-right p {
  font-size: 14px;
  color: var(--ph-filed-color);
  margin-bottom: 0;
}

/* line 8037, app/assets/stylesheets/style.scss */
.ph-contact-footer i {
  font-size: 18px;
  vertical-align: middle;
  color: var(--ph-main-color);
}

/* line 8043, app/assets/stylesheets/style.scss */
.ph-footer-content .ph-content-f {
  display: flex;
  align-items: center;
}

/* line 8048, app/assets/stylesheets/style.scss */
.ph-footer-content .ph-content-f {
  color: var(--ph-white-color);
}

/* line 8052, app/assets/stylesheets/style.scss */
.ph-footer-content .ph-content-f p:first-child {
  margin-right: 20px;
}

/* line 8056, app/assets/stylesheets/style.scss */
.ph-copy-right p {
  text-align: left;
}

/* line 8060, app/assets/stylesheets/style.scss */
.ph-copy-right .ph-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 8066, app/assets/stylesheets/style.scss */
.ph-copy-right .ph-social-icons li a {
  color: var(--ph-white-color);
  font-size: 20px;
  transition: all 0.3s;
}

/* line 8072, app/assets/stylesheets/style.scss */
.ph-copy-right .ph-social-icons li a:hover {
  color: var(--ph-main-color);
}

/* line 8076, app/assets/stylesheets/style.scss */
.ph-copy-right .ph-social-icons li {
  margin-left: 28px;
}

/* line 8080, app/assets/stylesheets/style.scss */
.ph-copy-right .ph-social-icons li:first-child {
  margin-left: 0;
}

/* footer sec start */
/* line 8085, app/assets/stylesheets/style.scss */
.ph-press-release-page .ph-blog-img img {
  width: 100%;
  height: 350px;
}

/* modal start */
/* line 8090, app/assets/stylesheets/style.scss */
.ph-hire-form {
  padding: 24px 12px;
}

/* line 8094, app/assets/stylesheets/style.scss */
.ph-hire-form input,
.ph-hire-form select,
.ph-hire-form textarea {
  margin-top: 15px;
}

/* line 8099, app/assets/stylesheets/style.scss */
.ph-hire-form input::-moz-placeholder {
  color: #505050;
}
.ph-hire-form input::placeholder {
  color: #505050;
}

/* line 8102, app/assets/stylesheets/style.scss */
.ph-hire-form textarea::-moz-placeholder {
  color: #505050;
}
.ph-hire-form textarea::placeholder {
  color: #505050;
}

/* line 8105, app/assets/stylesheets/style.scss */
.ph-modal-heading {
  text-align: center;
}

/* line 8109, app/assets/stylesheets/style.scss */
.ph-modal-heading p {
  font-size: 14px;
  text-transform: capitalize;
}

/* line 8114, app/assets/stylesheets/style.scss */
.ph-modal-heading h4, .ph-modal-heading .h4 {
  margin-bottom: 0;
}

/* line 8118, app/assets/stylesheets/style.scss */
.ph-close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 11px;
  border-radius: 50px;
  padding: 8px;
  color: var(--ph-darkgray-color);
  transition: all 0.3s;
  background-color: var(--ph-white-color);
  box-shadow: 0 0 10px 0 #060c2e45;
  opacity: 0.8;
}

/* line 8132, app/assets/stylesheets/style.scss */
.ph-portfolio-box img {
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

/* line 8139, app/assets/stylesheets/style.scss */
.ph_arrow_menu .ph_subMenu_list li a {
  font-size: 15px;
  padding: 5px 0px 8px 66px;
  position: relative;
}

@media screen and (max-width: 480px) {
  /* line 8139, app/assets/stylesheets/style.scss */
  .ph_arrow_menu .ph_subMenu_list li a {
    font-size: 14px;
  }
}

/* line 8148, app/assets/stylesheets/style.scss */
.ph_arrow_menu .ph_subMenu_list li:first-child {
  position: relative;
}

/* line 8151, app/assets/stylesheets/style.scss */
.ph_arrow_menu .ph_subMenu_list li:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 200px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0.23) 48.68%, #ffffff 100%);
}

/* line 8167, app/assets/stylesheets/style.scss */
.ph_arrow_menu .ph_subMenu_list li a:hover {
  color: var(--ph-main-color);
}

/* line 8171, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu a:hover {
  color: var(--ph-black-color);
}

/* line 8174, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu .ph_down_arrow {
  opacity: 1;
  transform: translateX(0px);
  font-size: 20px;
  margin-left: 5px;
}

/* line 8180, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu:hover .ph_down_arrow {
  transform: translateX(0px);
}

/* line 8184, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu i {
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s;
  vertical-align: middle;
}

/* line 8190, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu:hover .ph_menuText_title {
  transform: translateX(0px) !important;
}

/* line 8193, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu:hover span {
  transform: translateX(-4px);
  color: var(--ph-black-color);
  display: inline-block;
}

/* line 8198, app/assets/stylesheets/style.scss */
.ph_arrow_menu span {
  transform: translateX(0);
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}

/* line 8204, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu:hover i {
  opacity: 1;
  transform: translateX(5px);
  font-size: 20px;
  vertical-align: middle;
}

/* line 8210, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu em {
  display: inline-block;
  background: #f8a92633;
  border-radius: 50px;
  transition: all 1.5s;
  transform: rotate(0deg);
  position: relative;
  margin-right: 10px;
}

/* line 8219, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu em img {
  padding: 6px;
  max-width: 40px;
  width: 100%;
}

/* line 8224, app/assets/stylesheets/style.scss */
.ph_arrow_box .ph_arrow_menu:hover em {
  background-color: #f59520;
  background-image: linear-gradient(180deg, #f59520 0%, #fad066 100%);
  transform: rotate(360deg);
}

/* line 8230, app/assets/stylesheets/style.scss */
.ph_other_services {
  overflow: hidden !important;
}

@media screen and (max-width: 1199px) {
  /* line 8230, app/assets/stylesheets/style.scss */
  .ph_other_services {
    display: none;
  }
}

/* line 8235, app/assets/stylesheets/style.scss */
.ph_other_services .ph_resouces_menu {
  background: linear-gradient(100.75deg, #4e4c4d 14.25%, #000000 93.4%) !important;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}

/* line 8244, app/assets/stylesheets/style.scss */
.ph_other_services .ph_resouces_menu .ph_serviceSpeak_content h5, .ph_other_services .ph_resouces_menu .ph_serviceSpeak_content .h5 {
  color: #fff !important;
}

/* line 8247, app/assets/stylesheets/style.scss */
.ph_other_services .ph_resouces_menu .ph_serviceSpeak_content p {
  color: #fff !important;
  margin-bottom: 5px;
}

/* line 8251, app/assets/stylesheets/style.scss */
.ph_other_services .ph_resouces_menu .ph_serviceSpeak_content a {
  background-image: linear-gradient(to right, #f0910c 0%, #fcb654 51%, #f0910c 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 10px;
}

/* line 8268, app/assets/stylesheets/style.scss */
.ph_other_services .ph_resouces_menu .ph_serviceSpeak_content a:hover {
  background-position: right center;
  /* change the direction of the change here */
  text-decoration: none;
}

/* line 8276, app/assets/stylesheets/style.scss */
.ph_aboutBottom_sec {
  background: #f3f5f9;
}

@media screen and (max-width: 1199px) {
  /* line 8276, app/assets/stylesheets/style.scss */
  .ph_aboutBottom_sec {
    display: none;
  }
}

/* line 8282, app/assets/stylesheets/style.scss */
.ph_boxClient_logo {
  background: #f3f5f9;
  padding: 0px 0;
}

@media screen and (max-width: 1199px) {
  /* line 8282, app/assets/stylesheets/style.scss */
  .ph_boxClient_logo {
    display: none;
  }
}

/* line 8288, app/assets/stylesheets/style.scss */
.ph_boxClient_logo .ph-ourClient-logo {
  background: #f3f5f9 !important;
}

/* line 8292, app/assets/stylesheets/style.scss */
.ph_counter_menu {
  background: #f3f5f9;
  overflow: hidden;
  padding: 30px 0 25px;
}

@media screen and (max-width: 1199px) {
  /* line 8292, app/assets/stylesheets/style.scss */
  .ph_counter_menu {
    display: none;
  }
}

/* line 8300, app/assets/stylesheets/style.scss */
.ph_counter_menu .ph-why-choose-grid ul li {
  text-align: center;
  padding: 0;
  transition: all 0.5s;
  border: 0px solid transparent;
  border-radius: 0px;
}

/* line 8307, app/assets/stylesheets/style.scss */
.ph_counter_menu .ph-why-choose-grid ul li:hover {
  box-shadow: none;
  padding: 0;
  border: 0px solid var(--ph-filed-color);
  transform: translateY(0px);
}

/* line 8313, app/assets/stylesheets/style.scss */
.ph_Cta_resouce {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/bf0vvm6pfgexmgf5pr3aispb16yf) no-repeat center center;
  background-size: cover;
  flex: 4 4 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 40px;
}

/* line 8323, app/assets/stylesheets/style.scss */
.ph_Cta_resouce h2, .ph_Cta_resouce .h2 {
  flex: 2 2 0;
  color: #fff;
}

/* line 8327, app/assets/stylesheets/style.scss */
.ph_Cta_resouce .ph-getconnect-btn {
  flex: 1.5 1.5 0;
}

/* line 8331, app/assets/stylesheets/style.scss */
.ph_cmmi_five {
  padding: 30px 10px;
}

@media screen and (max-width: 1199px) {
  /* line 8331, app/assets/stylesheets/style.scss */
  .ph_cmmi_five {
    display: none;
  }
}

/* line 8336, app/assets/stylesheets/style.scss */
.ph_cmmi_five img {
  max-width: 200px;
  padding-top: 15px;
}

/* line 8341, app/assets/stylesheets/style.scss */
.ph_aboutMenu_first {
  padding: 30px 0 30px 30px;
}

@media screen and (max-width: 1199px) {
  /* line 8341, app/assets/stylesheets/style.scss */
  .ph_aboutMenu_first {
    padding: 0;
  }
}

/* line 8347, app/assets/stylesheets/style.scss */
.ph_about_img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 8351, app/assets/stylesheets/style.scss */
.ph_about_img img {
  max-width: 300px;
}

/* line 8355, app/assets/stylesheets/style.scss */
.ph_services_menu {
  padding: 30px 30px 30px;
}

@media screen and (max-width: 1199px) {
  /* line 8355, app/assets/stylesheets/style.scss */
  .ph_services_menu {
    padding: 0;
  }
}

/* line 8361, app/assets/stylesheets/style.scss */
.ph_about_content {
  padding: 45px 20px 20px;
  background: #f3f5f9;
}

@media screen and (max-width: 1199px) {
  /* line 8361, app/assets/stylesheets/style.scss */
  .ph_about_content {
    padding: 15px;
    display: none;
  }
}

/* line 8368, app/assets/stylesheets/style.scss */
.ph_about_content h2, .ph_about_content .h2 {
  font-size: 42px;
  line-height: 52px;
}

/* line 8372, app/assets/stylesheets/style.scss */
.ph_about_content h5, .ph_about_content .h5 {
  font-weight: 400;
  color: #020202;
  padding: 15px 0 10px;
}

/* line 8378, app/assets/stylesheets/style.scss */
.ph_other_services {
  display: flex;
  align-items: start;
}

@media screen and (max-width: 1199px) {
  /* line 8378, app/assets/stylesheets/style.scss */
  .ph_other_services {
    display: none;
  }
}

/* line 8384, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak {
  display: flex;
  gap: 10px;
  flex: 2 2 0;
  padding: 15px 20px;
  background: linear-gradient(271.32deg, #ffffff 2.48%, #f4f4f4 99.07%);
  position: relative;
}

/* line 8391, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 2.48%, #4e4c4d 99.07%);
}

/* line 8401, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak .ph_serviceSpeak_img {
  flex: 60px 0 0;
}

/* line 8404, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak .ph_serviceSpeak_content {
  flex: 1 1 0;
}

/* line 8406, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak .ph_serviceSpeak_content h5, .ph_other_services .ph_service_speak .ph_serviceSpeak_content .h5 {
  margin-bottom: 5px;
  font-size: 18.5px;
  color: #4e4c4d;
}

/* line 8411, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak .ph_serviceSpeak_content p {
  color: #4e4c4d;
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 8416, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak .ph_serviceSpeak_content a {
  background-image: linear-gradient(to right, #f0910c 0%, #fcb654 51%, #f0910c 100%);
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #222;
  padding: 4px 10px;
}

/* line 8433, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_speak .ph_serviceSpeak_content a:hover {
  background-position: right center;
  /* change the direction of the change here */
  text-decoration: none;
}

/* line 8440, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_contact {
  flex: 1.2 1.2 0;
  padding: 0 20px;
}

/* line 8443, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_contact h5, .ph_other_services .ph_service_contact .h5 {
  font-size: 18.5px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* line 8448, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_contact img {
  margin-right: 8px;
}

/* line 8451, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_contact p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 8455, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_contact p i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 8462, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_map {
  flex: 2 2 0;
  position: relative;
}

/* line 8465, app/assets/stylesheets/style.scss */
.ph_other_services .ph_service_map:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.5px;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 2.48%, #4e4c4d 99.07%);
}

/* modal end */
/* line 8480, app/assets/stylesheets/style.scss */
.ph_arrow_menu .ph_subMenu_list {
  position: absolute;
  opacity: 0 !important;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
  display: block;
  transform: translateY(-50px);
  background: var(--ph-white-color);
  width: 100%;
}

/* line 8490, app/assets/stylesheets/style.scss */
.ph_arrow_menu:hover .ph_subMenu_list {
  opacity: 1 !important;
  visibility: visible;
  display: block;
  padding-right: 0;
  transform: translateY(0px);
  background: var(--ph-white-color);
  z-index: 9;
  transition: all 0.3s;
}

/* Custom Responsive start */
@media (min-width: 1399px) {
  /* line 8503, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-ourService-content {
    padding: 30px;
  }
  /* line 8507, app/assets/stylesheets/style.scss */
  .ph-infrastructure-content {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  /* line 8513, app/assets/stylesheets/style.scss */
  .ph-main-menu > ul > li {
    display: inline-block;
    margin-right: 15px;
  }
  /* line 8519, app/assets/stylesheets/style.scss */
  .ph-main-header {
    padding: 0 50px;
  }
  /* line 8523, app/assets/stylesheets/style.scss */
  .ph-main-menu > ul > li:last-child {
    margin-right: 0;
  }
  /* line 8527, app/assets/stylesheets/style.scss */
  .ph-main-menu > ul > li > a {
    display: inline-block;
    padding: 26px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
  }
  /* line 8535, app/assets/stylesheets/style.scss */
  .ph-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    text-align: left;
    padding: 0px 0px;
    background: var(--ph-white-color);
    box-shadow: 0px 5px 10px 0px RGB(38 41 45/0.2);
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    width: max-content;
    width: -moz-max-content;
    width: -moz-fit-content;
    transform: translateY(5px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden !important;
  }
  /* line 8564, app/assets/stylesheets/style.scss */
  .ph-submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: 0.3s;
  }
  /* On click, show the submenu */
  /* line 8572, app/assets/stylesheets/style.scss */
  ul li.active > .ph-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.3s;
  }
  /* line 8579, app/assets/stylesheets/style.scss */
  .ph-submenu li a {
    padding: 12px 8px;
    display: block;
    font-size: 16px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  /* line 8579, app/assets/stylesheets/style.scss */
  .ph-submenu li a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  /* line 8589, app/assets/stylesheets/style.scss */
  .ph-submenu li {
    position: relative;
  }
  /* line 8593, app/assets/stylesheets/style.scss */
  .ph-submenu .ph-submenu {
    left: 100%;
    top: 0;
    margin-left: 12px;
  }
  /* line 8599, app/assets/stylesheets/style.scss */
  .ph-submenu li.ph-has-more-menu:hover:after {
    transform: rotate(-90deg);
    color: #fff;
  }
  /* line 8604, app/assets/stylesheets/style.scss */
  .ph-main-menu > ul > li.ph-has-more-menu {
    padding-right: 10px;
  }
  /* line 8608, app/assets/stylesheets/style.scss */
  li.ph-has-more-menu {
    margin-right: 12px;
  }
  /* line 8612, app/assets/stylesheets/style.scss */
  .ph-about-content {
    padding-left: 50px;
  }
  /* line 8616, app/assets/stylesheets/style.scss */
  .ph-process-in {
    grid-template-columns: repeat(7, 1fr);
  }
  /* line 8620, app/assets/stylesheets/style.scss */
  .ph-process-sec .ph-dedicated-process {
    grid-template-columns: repeat(5, 1fr);
  }
  /* line 8624, app/assets/stylesheets/style.scss */
  .ph-dedicated-process .ph-process-inner:last-child:before {
    background: none;
  }
}

@media (max-width: 1450px) {
  /* line 8630, app/assets/stylesheets/style.scss */
  .ph-infrastructure-content {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  /* line 8636, app/assets/stylesheets/style.scss */
  li:nth-child(2) .ph-submenu li {
    display: block !important;
  }
  /* line 8641, app/assets/stylesheets/style.scss */
  li:nth-child(2) .ph-submenu {
    margin-left: 0 !important;
  }
  /* line 8647, app/assets/stylesheets/style.scss */
  .ph-main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 90%;
    background: var(--ph-white-color);
    z-index: 999;
    overflow-y: auto;
    box-shadow: 0px 0px 20px 0px RGB(0 0 0/7%);
    text-align: left;
  }
  /* line 8660, app/assets/stylesheets/style.scss */
  .ph-main-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--ph-lightgray-color);
    position: relative;
  }
  /* line 8668, app/assets/stylesheets/style.scss */
  .ph-main-menu ul li a {
    padding: 10px 35px 10px 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 1199px) and (max-width: 480px) {
  /* line 8668, app/assets/stylesheets/style.scss */
  .ph-main-menu ul li a {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
  /* line 8676, app/assets/stylesheets/style.scss */
  .ph-main-menu ul li:last-child {
    border: none;
  }
  /* line 8680, app/assets/stylesheets/style.scss */
  .ph-menu-toggle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    max-width: 22px;
    margin-left: auto;
    position: relative;
    z-index: 99999;
  }
  /* line 8695, app/assets/stylesheets/style.scss */
  .ph-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--ph-black-color);
    margin-bottom: 4px;
    transition: 0.3s;
  }
  /* line 8708, app/assets/stylesheets/style.scss */
  .ph-menu-open .ph-menu-toggle span:nth-child(1) {
    transform: translate(1px, 6px) rotate(-48deg);
  }
  /* line 8712, app/assets/stylesheets/style.scss */
  .ph-menu-open .ph-menu-toggle span:nth-child(3) {
    transform: translate(1px, -6px) rotate(48deg);
  }
  /* line 8716, app/assets/stylesheets/style.scss */
  .ph-menu-open .ph-menu-toggle span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }
  /* line 8721, app/assets/stylesheets/style.scss */
  .ph-menu-open .ph-main-menu {
    left: 0;
  }
  /* line 8725, app/assets/stylesheets/style.scss */
  .ph-has-more-menu:after {
    margin: 0;
    top: 15px;
    right: 20px;
  }
  /* line 8731, app/assets/stylesheets/style.scss */
  .ph-submenu li:first-child {
    border-top: 1px solid var(--ph-lightgray-color);
  }
  /* line 8735, app/assets/stylesheets/style.scss */
  .ph-submenu {
    display: none;
  }
  /* line 8739, app/assets/stylesheets/style.scss */
  .ph-main-menu > ul > li > a.ph-btn {
    margin: 15px 20px;
  }
  /* line 8743, app/assets/stylesheets/style.scss */
  .ph-submenu li a {
    font-size: 14px;
  }
  /* line 8747, app/assets/stylesheets/style.scss */
  .ph-footer-content {
    padding-right: 0px;
  }
  /* line 8751, app/assets/stylesheets/style.scss */
  .ph-process-box {
    padding-right: 0px;
    margin-bottom: 25px;
  }
  /* line 8756, app/assets/stylesheets/style.scss */
  .ph-technologies-sec .ph-tech-nav {
    grid-gap: 20px 12px;
    justify-content: space-between;
  }
  /* line 8761, app/assets/stylesheets/style.scss */
  .ph-process-in {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 8765, app/assets/stylesheets/style.scss */
  .ph-infrastructure-content {
    padding: 20px;
  }
  /* line 8769, app/assets/stylesheets/style.scss */
  .ph-plan-box {
    padding: 15px 10px;
  }
  /* line 8773, app/assets/stylesheets/style.scss */
  .ph-plan-box .ph-dreamProject-box li {
    padding-left: 0;
  }
  /* line 8777, app/assets/stylesheets/style.scss */
  .ph-still-thinking.still-section-top {
    background: var(--ph-main-color);
  }
  /* line 8780, app/assets/stylesheets/style.scss */
  .ph_arrow_menu .ph_subMenu_list {
    padding-right: 0;
  }
  /* line 8783, app/assets/stylesheets/style.scss */
  .ph_arrow_menu .ph_subMenu_list li {
    border: 0 !important;
    padding-right: 0;
  }
  /* line 8787, app/assets/stylesheets/style.scss */
  .ph_arrow_menu .ph_subMenu_list {
    position: relative;
    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
    transform: translateY(-50px);
    background: var(--ph-white-color);
    width: 100%;
  }
  /* line 8798, app/assets/stylesheets/style.scss */
  .ph_arrow_menu:hover .ph_subMenu_list {
    opacity: 1 !important;
    visibility: visible;
    display: block;
    padding-right: 0;
    height: auto;
    transform: translateY(0px);
    background: var(--ph-white-color);
    z-index: 9;
  }
}

@media screen and (max-width: 991.5px) {
  /* line 8811, app/assets/stylesheets/style.scss */
  .ph-main-banner {
    padding: 50px 0 50px;
  }
  /* line 8815, app/assets/stylesheets/style.scss */
  .ph-banner-content h1, .ph-banner-content .h1 {
    font-size: 32px;
  }
  /* line 8819, app/assets/stylesheets/style.scss */
  .ph-banner-content p {
    font-size: 15px;
  }
  /* line 8823, app/assets/stylesheets/style.scss */
  .ph-video-content p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 8828, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-ourService-content {
    padding: 25px 15px;
  }
  /* line 8832, app/assets/stylesheets/style.scss */
  .ph-process-in {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 50px;
  }
  /* line 8837, app/assets/stylesheets/style.scss */
  .ph-process-in .ph-process-inner:nth-child(2),
.ph-process-in .ph-process-inner:nth-child(4),
.ph-process-in .ph-process-inner:nth-child(6) {
    margin-top: 0px;
  }
  /* line 8843, app/assets/stylesheets/style.scss */
  .ph-process-in .ph-process-inner:nth-child(1):before,
.ph-process-in .ph-process-inner:nth-child(3):before,
.ph-process-in .ph-process-inner:nth-child(5):before {
    opacity: 0;
    display: none;
  }
  /* line 8850, app/assets/stylesheets/style.scss */
  .ph-process-in .ph-process-inner:nth-child(2):before,
.ph-process-in .ph-process-inner:nth-child(4):before,
.ph-process-in .ph-process-inner:nth-child(6):before {
    opacity: 0;
    display: none;
  }
  /* line 8857, app/assets/stylesheets/style.scss */
  .ph-count-no {
    margin-bottom: 0px;
  }
  /* line 8861, app/assets/stylesheets/style.scss */
  .ph-map-address ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 8865, app/assets/stylesheets/style.scss */
  .ph-social-icon ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 15px;
    align-items: center;
  }
  /* line 8871, app/assets/stylesheets/style.scss */
  .ph-about-right img,
.ph-about-left img {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 8877, app/assets/stylesheets/style.scss */
  .technologies-sec {
    display: none;
  }
  /* line 8881, app/assets/stylesheets/style.scss */
  .ph-process-sec {
    padding-top: 20px;
  }
  /* line 8885, app/assets/stylesheets/style.scss */
  .ph-prices-box {
    padding: 12px;
  }
  /* line 8889, app/assets/stylesheets/style.scss */
  .ph-corevalue-box {
    padding: 10px;
  }
  /* line 8893, app/assets/stylesheets/style.scss */
  .ph-Industries-box p {
    font-size: 13px;
    line-height: 18px;
  }
  /* line 8898, app/assets/stylesheets/style.scss */
  .ph-health-bg {
    padding: 20px;
  }
  /* line 8901, app/assets/stylesheets/style.scss */
  .ph-contact-bg,
.ph-contact-bg:before {
    border-radius: 0;
  }
}

@media screen and (max-width: 767.5px) {
  /* line 8908, app/assets/stylesheets/style.scss */
  .ph-main-banner {
    padding: 50px 0 50px;
  }
  /* line 8912, app/assets/stylesheets/style.scss */
  .ph-banner-content h1, .ph-banner-content .h1 {
    font-size: 28px;
  }
  /* line 8916, app/assets/stylesheets/style.scss */
  .ph-banner-content p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  /* line 8921, app/assets/stylesheets/style.scss */
  .ph-banner-content {
    margin-bottom: 30px;
  }
  /* line 8925, app/assets/stylesheets/style.scss */
  .ph-video-box {
    margin-left: 0 !important;
  }
  /* line 8929, app/assets/stylesheets/style.scss */
  .ph-footer-all {
    padding: 30px 0;
  }
  /* line 8933, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-tab-nav .ph-row-tab {
    flex-direction: row !important;
    gap: 10px;
  }
  /* line 8938, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-tab-nav a {
    padding: 10px 12px;
    font-size: 14px;
    margin-right: 5px;
    background: var(--ph-lightbgcolor);
  }
  /* line 8945, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-tab-nav a:last-child {
    margin-right: 0;
  }
  /* line 8949, app/assets/stylesheets/style.scss */
  .ph-tab-nav {
    margin-bottom: 10px;
  }
  /* line 8953, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-tab-nav .nav-pills .nav-link.active::before {
    width: 0;
    padding: 0;
  }
  /* line 8958, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-tab-nav .nav-pills .nav-link.active,
.ph-our-service .nav-pills .show > .nav-link {
    background: var(--ph-main-color);
    padding: 10px 12px;
    color: var(--ph-white-color);
  }
  /* line 8965, app/assets/stylesheets/style.scss */
  .ph-why-choose-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 8969, app/assets/stylesheets/style.scss */
  .ph-get-qoute-s {
    margin-top: auto;
    padding: 10px 0;
  }
  /* line 8974, app/assets/stylesheets/style.scss */
  .ph-contact-details {
    padding: 30px 2px 15px;
  }
  /* line 8978, app/assets/stylesheets/style.scss */
  .ph-contact-form ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 8982, app/assets/stylesheets/style.scss */
  .ph-heading-title h1, .ph-heading-title .h1 {
    font-size: 24px;
  }
  /* line 8986, app/assets/stylesheets/style.scss */
  .ph-job-apply-form {
    margin-bottom: 15px;
  }
  /* line 8990, app/assets/stylesheets/style.scss */
  .ph-why-choose-grid ul li h2, .ph-why-choose-grid ul li .h2 {
    font-size: 24px;
  }
  /* line 8994, app/assets/stylesheets/style.scss */
  .ph-why-choose-grid ul li h3, .ph-why-choose-grid ul li .h3 {
    font-size: 14px;
  }
  /* line 8998, app/assets/stylesheets/style.scss */
  .ph-shadow-back {
    bottom: -20px;
  }
  /* line 9002, app/assets/stylesheets/style.scss */
  section {
    padding: 25px 0;
  }
  /* line 9006, app/assets/stylesheets/style.scss */
  .ph-technologies-sec .ph-tech-nav {
    gap: 20px;
  }
  /* line 9010, app/assets/stylesheets/style.scss */
  .ph-counter-icon i {
    font-size: 20px;
  }
  /* line 9014, app/assets/stylesheets/style.scss */
  .ph-software-box {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 15px;
  }
  /* line 9019, app/assets/stylesheets/style.scss */
  .ph-software-box .ph-software-inner:first-child,
.ph-software-box .ph-software-inner:last-child {
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(0px);
    padding: 20px;
  }
  /* line 9027, app/assets/stylesheets/style.scss */
  .ph-software-development-sec {
    padding-bottom: 50px;
  }
  /* line 9031, app/assets/stylesheets/style.scss */
  .ph-software-heading p {
    padding: 5px 0;
  }
  /* line 9035, app/assets/stylesheets/style.scss */
  .ph-testimonials.slider-thumbs .gallery-thumbs {
    margin: 20px auto 20px;
  }
  /* line 9039, app/assets/stylesheets/style.scss */
  .ph-testimonials.slider-thumbs .controls-rf .ctrl-circle {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  /* line 9045, app/assets/stylesheets/style.scss */
  .gallery-top .item {
    padding: 0 40px;
  }
  /* line 9049, app/assets/stylesheets/style.scss */
  .ph-process-in {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 50px;
  }
  /* line 9054, app/assets/stylesheets/style.scss */
  .ph-process-in .ph-process-inner:nth-child(2),
.ph-process-in .ph-process-inner:nth-child(4),
.ph-process-in .ph-process-inner:nth-child(6) {
    margin-top: 0px;
  }
  /* line 9060, app/assets/stylesheets/style.scss */
  .ph-process-sec {
    padding-top: 0;
  }
  /* line 9064, app/assets/stylesheets/style.scss */
  .ph-experience-sec .ph-appimg-inner {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateY(0);
  }
  /* line 9072, app/assets/stylesheets/style.scss */
  .ph-appimg-inner img {
    width: 100%;
  }
  /* line 9076, app/assets/stylesheets/style.scss */
  .ph-hireExp-sec {
    margin-top: 0;
  }
  /* line 9080, app/assets/stylesheets/style.scss */
  .ph-mobileApp-img {
    padding-bottom: 20px;
  }
  /* line 9084, app/assets/stylesheets/style.scss */
  .ph-mobileApp-img img {
    width: 100%;
  }
  /* line 9088, app/assets/stylesheets/style.scss */
  .ph-app-develop-sec {
    padding: 50px 0;
  }
  /* line 9092, app/assets/stylesheets/style.scss */
  .ph-mobile-app {
    margin-bottom: 0;
  }
  /* line 9096, app/assets/stylesheets/style.scss */
  .ph-our-innovative-sec {
    padding: 20px 0 50px;
  }
  /* line 9100, app/assets/stylesheets/style.scss */
  .ph-counter-map {
    padding: 50px 0 50px;
    background: var(--ph-lightbgcolor);
  }
  /* line 9105, app/assets/stylesheets/style.scss */
  .ph-ourClient-logo {
    margin-bottom: auto;
    margin-top: 0;
    z-index: 9;
    padding: 15px;
  }
  /* line 9112, app/assets/stylesheets/style.scss */
  .ph-ourClient-dedicated {
    margin-bottom: 0;
  }
  /* line 9116, app/assets/stylesheets/style.scss */
  .ph-client-shadow {
    bottom: -24px;
  }
  /* line 9120, app/assets/stylesheets/style.scss */
  .ph-shap-upDown {
    display: none;
  }
  /* line 9124, app/assets/stylesheets/style.scss */
  .ph-marquee {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 30px;
  }
  /* line 9129, app/assets/stylesheets/style.scss */
  .ph-map-address ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 9133, app/assets/stylesheets/style.scss */
  .ph-contact-map img {
    width: 100%;
  }
  /* line 9137, app/assets/stylesheets/style.scss */
  .ph-infrastructure-content {
    padding: 12px;
    margin: 0;
  }
  /* line 9142, app/assets/stylesheets/style.scss */
  .ph-team-block {
    gap: 12px;
  }
  /* line 9146, app/assets/stylesheets/style.scss */
  .ph-company-sec .ph-who-weare-nav .ph-tech-nav a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  /* line 9152, app/assets/stylesheets/style.scss */
  .ph-technologies-sec .ph-tech-nav {
    gap: 5px;
  }
  /* line 9156, app/assets/stylesheets/style.scss */
  .ph-about-img img {
    margin-bottom: 15px;
  }
  /* line 9160, app/assets/stylesheets/style.scss */
  .ph-all-answers ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 9164, app/assets/stylesheets/style.scss */
  .ph-business-img img {
    width: 100%;
  }
  /* line 9168, app/assets/stylesheets/style.scss */
  .ph-portfood-box:before {
    max-width: 100%;
  }
  /* line 9172, app/assets/stylesheets/style.scss */
  .ph-portfood-box {
    margin-bottom: 50px;
  }
  /* line 9176, app/assets/stylesheets/style.scss */
  .ph-great-p {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 9181, app/assets/stylesheets/style.scss */
  .ph-innery-content {
    padding-top: 0;
  }
  /* line 9185, app/assets/stylesheets/style.scss */
  .ph-com-stregth ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }
  /* line 9191, app/assets/stylesheets/style.scss */
  .ph-allcontact-form {
    grid-gap: 15px 15px;
  }
  /* line 9195, app/assets/stylesheets/style.scss */
  .ph-contact-form {
    padding: 24px 15px;
  }
  /* line 9199, app/assets/stylesheets/style.scss */
  .ph-check-box .form-check {
    margin-top: 15px;
  }
  /* line 9203, app/assets/stylesheets/style.scss */
  .ph-accordion-box .accordion-flush .accordion-item .accordion-button,
.ph-accordion-box
.accordion-flush
.accordion-item
.accordion-button.collapsed {
    font-size: 15px;
  }
  /* line 9211, app/assets/stylesheets/style.scss */
  .ph-iso-img {
    text-align: left;
  }
  /* line 9215, app/assets/stylesheets/style.scss */
  .ph-hireprice-box ul {
    margin-top: 0;
  }
  /* line 9219, app/assets/stylesheets/style.scss */
  .ph-fintech-point {
    padding: 12px;
  }
  /* line 9223, app/assets/stylesheets/style.scss */
  .ph-wirframe-box {
    text-align: center;
  }
  /* line 9227, app/assets/stylesheets/style.scss */
  .ph-expertise-box {
    padding: 10px;
  }
  /* line 9231, app/assets/stylesheets/style.scss */
  .ph-rectjs-sec {
    padding: 60px 0 50px;
  }
  /* line 9235, app/assets/stylesheets/style.scss */
  .ph-otherwork-img img {
    padding-top: 40px;
  }
  /* line 9239, app/assets/stylesheets/style.scss */
  .ph-business-img {
    margin-bottom: 10px;
  }
  /* line 9242, app/assets/stylesheets/style.scss */
  .ph-contact-details h3, .ph-contact-details .h3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 575px) and (max-width: 991.5px) {
  /* line 9248, app/assets/stylesheets/style.scss */
  .ph-team-block .ph-info-box .ph-name {
    font-size: 13px;
    margin-bottom: 0;
  }
  /* line 9253, app/assets/stylesheets/style.scss */
  .ph-team-block .ph-info-box {
    padding: 10px;
  }
  /* line 9257, app/assets/stylesheets/style.scss */
  .ph-team-block .ph-info-box .ph-designation {
    font-size: 12px;
  }
  /* line 9261, app/assets/stylesheets/style.scss */
  .ph-great-place {
    opacity: 0.2;
  }
  /* line 9265, app/assets/stylesheets/style.scss */
  .ph-process-in {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 9269, app/assets/stylesheets/style.scss */
  .ph-dedicated-process {
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  /* line 9275, app/assets/stylesheets/style.scss */
  .ph-getconnect-content {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 9280, app/assets/stylesheets/style.scss */
  .ph-team-block {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 9284, app/assets/stylesheets/style.scss */
  .ph-getconnect-btn {
    text-align: center;
  }
  /* line 9288, app/assets/stylesheets/style.scss */
  .ph-blog-text {
    padding: 0px 10px 10px;
  }
  /* line 9292, app/assets/stylesheets/style.scss */
  .ph-about-img img {
    margin-bottom: 20px;
  }
  /* line 9296, app/assets/stylesheets/style.scss */
  .ph-image-content {
    flex-wrap: wrap;
  }
  /* line 9300, app/assets/stylesheets/style.scss */
  .ph-our-service-content ul {
    margin-top: 20px;
  }
  /* line 9304, app/assets/stylesheets/style.scss */
  .ph-our-service-content ul li a {
    font-size: 16px;
  }
  /* line 9308, app/assets/stylesheets/style.scss */
  .ph-Technologies-list ul {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
  }
  /* line 9313, app/assets/stylesheets/style.scss */
  .ph-software-inner ul li h1, .ph-software-inner ul li .h1 {
    font-size: 24px;
  }
  /* line 9317, app/assets/stylesheets/style.scss */
  .ph-team-block {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 9321, app/assets/stylesheets/style.scss */
  .ph-contact-form {
    padding: 12px;
  }
  /* line 9325, app/assets/stylesheets/style.scss */
  .ph-years-img {
    margin-bottom: 15px;
  }
  /* line 9329, app/assets/stylesheets/style.scss */
  .ph-about-alllogo {
    margin-top: 20px;
  }
  /* line 9333, app/assets/stylesheets/style.scss */
  .ph-contact-details ul {
    margin-top: 20px;
  }
  /* line 9337, app/assets/stylesheets/style.scss */
  .ph-contact-details h4, .ph-contact-details .h4 {
    font-size: 24px;
  }
  /* line 9341, app/assets/stylesheets/style.scss */
  .ph-getconnect-sec {
    padding: 40px 0px;
  }
  /* line 9345, app/assets/stylesheets/style.scss */
  .ph-com-stregth ul li {
    margin-bottom: 15px;
  }
  /* line 9349, app/assets/stylesheets/style.scss */
  .ph-com-stregth p span {
    font-size: 18px;
    max-width: 70px;
    height: 70px;
  }
  /* line 9355, app/assets/stylesheets/style.scss */
  .ph-hire-form {
    padding: 24px;
  }
  /* line 9359, app/assets/stylesheets/style.scss */
  .ph-close-btn {
    font-size: 10px;
  }
  /* line 9363, app/assets/stylesheets/style.scss */
  .ph-process-btn .ph-btn {
    margin-top: 10px;
  }
  /* line 9367, app/assets/stylesheets/style.scss */
  .ph-copy-right p {
    text-align: center;
  }
  /* line 9371, app/assets/stylesheets/style.scss */
  .ph-copy-right {
    text-align: center;
  }
  /* line 9375, app/assets/stylesheets/style.scss */
  .ph-copy-right .ph-social-icons {
    justify-content: center;
  }
  /* line 9379, app/assets/stylesheets/style.scss */
  .ph-copy-right p {
    margin-bottom: 10px;
  }
  /* line 9383, app/assets/stylesheets/style.scss */
  .ph-copy-right .ph-social-icons li {
    margin-left: 18px;
  }
  /* line 9387, app/assets/stylesheets/style.scss */
  .ph-allcontact-form li {
    width: 100%;
    margin-bottom: 5px;
  }
  /* line 9392, app/assets/stylesheets/style.scss */
  .ph-allcontact-form li:last-child {
    margin-bottom: 20px;
  }
  /* line 9396, app/assets/stylesheets/style.scss */
  .ph-social-icon ul li {
    border: 0;
  }
  /* line 9400, app/assets/stylesheets/style.scss */
  .ph-hireprice-box ul {
    margin-top: 5px;
  }
  /* line 9404, app/assets/stylesheets/style.scss */
  .ph-our-service .ph-tab-nav .ph-row-tab {
    flex-direction: column !important;
    gap: 10px;
  }
  /* line 9409, app/assets/stylesheets/style.scss */
  .ph-great-p {
    margin-top: 15px;
  }
  /* line 9413, app/assets/stylesheets/style.scss */
  .ph-ourTeam-banner {
    padding: 50px 0;
  }
  /* line 9417, app/assets/stylesheets/style.scss */
  .ph-casestudy-sec {
    padding: 60px 0 40px;
  }
  /* line 9421, app/assets/stylesheets/style.scss */
  .ph-foodNav-tab .nav-pills li button {
    width: 100%;
    margin-bottom: 13px;
    text-align: left;
  }
  /* line 9427, app/assets/stylesheets/style.scss */
  .ph-case-shadow {
    padding: 15px;
  }
  /* line 9431, app/assets/stylesheets/style.scss */
  .ph-health-img {
    text-align: center;
    padding-top: 15px;
  }
  /* line 9436, app/assets/stylesheets/style.scss */
  .ph-expertise-box {
    padding: 12px;
  }
  /* line 9440, app/assets/stylesheets/style.scss */
  .ph-blog-sidebar {
    margin-top: 15px;
  }
  /* line 9444, app/assets/stylesheets/style.scss */
  .ph-count-digital ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 9448, app/assets/stylesheets/style.scss */
  .ph-otherWork-sec {
    padding-bottom: 50px;
  }
  /* line 9452, app/assets/stylesheets/style.scss */
  .ph-otherwork-img img {
    padding-top: 40px;
  }
  /* line 9456, app/assets/stylesheets/style.scss */
  .ph-workProcess .ph-multi-box li {
    padding: 12px 8px;
  }
  /* line 9460, app/assets/stylesheets/style.scss */
  .ph-still-thinking.still-section-top {
    background: var(--ph-main-color);
  }
}

@media screen and (max-width: 480px) {
  /* line 9466, app/assets/stylesheets/style.scss */
  .ph-email-details {
    margin-bottom: 15px;
  }
  /* line 9470, app/assets/stylesheets/style.scss */
  .ph-iso-img {
    display: flex;
  }
  /* line 9474, app/assets/stylesheets/style.scss */
  .ph-heading-title {
    margin-bottom: 15px;
  }
  /* line 9478, app/assets/stylesheets/style.scss */
  .ph-wireframe-inner {
    text-align: center;
  }
  /* line 9482, app/assets/stylesheets/style.scss */
  .ph-dedicated-content {
    padding: 12px;
  }
  /* line 9486, app/assets/stylesheets/style.scss */
  .ph-dedicated-content h1, .ph-dedicated-content .h1 {
    position: relative;
    z-index: 9;
  }
  /* line 9491, app/assets/stylesheets/style.scss */
  .ph-foodNav-tab .nav-pills li {
    width: 100%;
  }
  /* line 9495, app/assets/stylesheets/style.scss */
  .ph-scroll-content .ph-corevalue-box:last-child {
    margin-bottom: 0;
  }
  /* line 9499, app/assets/stylesheets/style.scss */
  .ph-otherinner-box {
    padding: 12px 5px;
  }
  /* line 9503, app/assets/stylesheets/style.scss */
  .ph-allcontact-form {
    margin-bottom: 15px !important;
  }
  /* line 9507, app/assets/stylesheets/style.scss */
  .ph-all-answers ul {
    gap: 20px;
  }
  /* line 9511, app/assets/stylesheets/style.scss */
  .ph-all-answers ul li h5, .ph-all-answers ul li .h5 {
    font-size: 16px;
  }
  /* line 9515, app/assets/stylesheets/style.scss */
  .ph-resulto-content.case-study-ul ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 9520, app/assets/stylesheets/style.scss */
  .pg-gitex-logo-right {
    text-align: left;
  }
  /* line 9523, app/assets/stylesheets/style.scss */
  .ph-taxi-booking-offer {
    margin-top: 20px;
  }
  /* line 9526, app/assets/stylesheets/style.scss */
  .ph-blog-title {
    font-size: 16px;
    line-height: 22px;
  }
  /* line 9530, app/assets/stylesheets/style.scss */
  .ph-blog-box p {
    font-size: 13px;
    line-height: 20px;
  }
  /* line 9534, app/assets/stylesheets/style.scss */
  .ph-small-heding {
    font-size: 13px;
  }
  /* line 9537, app/assets/stylesheets/style.scss */
  .ph-read-more {
    padding-bottom: 10px;
  }
  /* line 9540, app/assets/stylesheets/style.scss */
  .ph-testimonials .item p {
    font-size: 14px;
    line-height: 22px;
  }
  /* line 9544, app/assets/stylesheets/style.scss */
  .ph-ourClient-logo .swiper-slide {
    padding: 0 10px;
  }
}

/* line 9550, app/assets/stylesheets/style.scss */
.comvize_content_box {
  text-align: center;
  padding-bottom: 50px;
}

/* line 9553, app/assets/stylesheets/style.scss */
.comvize_content_box p {
  font-weight: 300;
}

/* line 9555, app/assets/stylesheets/style.scss */
.comvize_content_box p span {
  background: #fdeec8;
  color: #d66309;
  padding: 5px 15px;
  border-radius: 50px;
}

@media screen and (max-width: 480px) {
  /* line 9555, app/assets/stylesheets/style.scss */
  .comvize_content_box p span {
    font-size: 11px;
  }
}

/* line 9565, app/assets/stylesheets/style.scss */
.comvize_content_box h1, .comvize_content_box .h1 {
  font-size: calc(2vw + 18px);
  font-weight: 300;
}

/* line 9568, app/assets/stylesheets/style.scss */
.comvize_content_box h1 span, .comvize_content_box .h1 span {
  font-weight: 600;
  position: relative;
  color: var(--ph-main-color);
  display: inline-block;
}

/* line 9573, app/assets/stylesheets/style.scss */
.comvize_content_box h1 span:before, .comvize_content_box .h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/pshbrx91ju62c706ulb0dfy3rkd5) no-repeat bottom center;
}

@media screen and (max-width: 480px) {
  /* line 9573, app/assets/stylesheets/style.scss */
  .comvize_content_box h1 span:before, .comvize_content_box .h1 span:before {
    bottom: -8px;
  }
}

/* line 9590, app/assets/stylesheets/style.scss */
.comvize_content_box .comvize_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}

/* line 9597, app/assets/stylesheets/style.scss */
.comvize_content_box .comvize_btn .ph-btn {
  border: 1px solid var(--ph-main-color);
}

/* line 9600, app/assets/stylesheets/style.scss */
.comvize_content_box .comvize_btn .ph-btn:hover {
  color: var(--ph-main-color);
}

/* line 9605, app/assets/stylesheets/style.scss */
.comvize_content_box .ph-outline {
  background: none;
  border: 1px solid var(--ph-black-color);
  color: var(--ph-black-color);
}

/* line 9612, app/assets/stylesheets/style.scss */
.heading_title p {
  color: #515050;
  font-weight: 300;
}

/* line 9615, app/assets/stylesheets/style.scss */
.heading_title p span {
  background: #fdeec8;
  color: #d66309;
  padding: 5px 15px;
  border-radius: 50px;
}

/* line 9621, app/assets/stylesheets/style.scss */
.heading_title p b {
  font-weight: 600;
  color: var(--ph-darkgray-color);
}

/* line 9626, app/assets/stylesheets/style.scss */
.heading_title h2, .heading_title .h2 {
  font-weight: 300;
}

/* line 9628, app/assets/stylesheets/style.scss */
.heading_title h2 span, .heading_title .h2 span {
  font-weight: 600;
  color: var(--ph-main-color);
}

/* line 9635, app/assets/stylesheets/style.scss */
.achievments_sec .heading_title {
  text-align: center;
}

/* line 9637, app/assets/stylesheets/style.scss */
.achievments_sec .heading_title h2, .achievments_sec .heading_title .h2 {
  padding-bottom: 40px;
}

/* line 9640, app/assets/stylesheets/style.scss */
.achievments_sec .heading_title h3, .achievments_sec .heading_title .h3 {
  padding-top: 40px;
  font-size: 24px;
  font-weight: 300;
}

/* line 9646, app/assets/stylesheets/style.scss */
.achievments_sec ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  /* line 9646, app/assets/stylesheets/style.scss */
  .achievments_sec ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  /* line 9646, app/assets/stylesheets/style.scss */
  .achievments_sec ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  /* line 9646, app/assets/stylesheets/style.scss */
  .achievments_sec ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  /* line 9646, app/assets/stylesheets/style.scss */
  .achievments_sec ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 9662, app/assets/stylesheets/style.scss */
.achievments_sec ul li {
  border-radius: 120px;
  padding: 20px;
  text-align: center;
}

/* line 9666, app/assets/stylesheets/style.scss */
.achievments_sec ul li img {
  padding-bottom: 15px;
}

/* line 9670, app/assets/stylesheets/style.scss */
.achievments_sec ul li:nth-child(odd) {
  background: var(--ph-black-color);
}

/* line 9672, app/assets/stylesheets/style.scss */
.achievments_sec ul li:nth-child(odd) h5, .achievments_sec ul li:nth-child(odd) .h5 {
  color: var(--ph-main-color);
  font-size: 18px;
}

/* line 9676, app/assets/stylesheets/style.scss */
.achievments_sec ul li:nth-child(odd) h6, .achievments_sec ul li:nth-child(odd) .h6 {
  color: var(--ph-secondary-color);
  font-size: 20px;
}

/* line 9680, app/assets/stylesheets/style.scss */
.achievments_sec ul li:nth-child(odd) p {
  color: var(--ph-white-color);
  padding: 0 20px;
}

/* line 9685, app/assets/stylesheets/style.scss */
.achievments_sec ul li:nth-child(even) {
  background: var(--ph-white-color);
}

/* line 9692, app/assets/stylesheets/style.scss */
.process_flow_sec .heading_title {
  text-align: center;
  padding-bottom: 40px;
}

/* line 9695, app/assets/stylesheets/style.scss */
.process_flow_sec .heading_title h3, .process_flow_sec .heading_title .h3 {
  padding-top: 50px;
  font-weight: 300;
}

/* line 9701, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .show {
  background: #202020;
  color: var(--ph-white-color);
  transition: 0s;
}

/* line 9706, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .accordion-item {
  border: 1px solid #202020;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0s;
}

/* line 9712, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .accordion-item .accordion-body {
  border-top: 1px solid #717171;
  width: calc(100% - 30px);
  margin: auto;
  padding: 10px 0 15px;
  transition: 0s;
}

/* line 9718, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .accordion-item .accordion-body p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 9721, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .accordion-item .accordion-body p span {
  display: block;
  background: var(--ph-main-color);
  color: var(--ph-white-color);
  padding: 15px;
  border-radius: 10px;
}

/* line 9730, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .accordion-item .accordion-header {
  padding: 0;
}

/* line 9732, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-flush .accordion-item .accordion-header .accordion-button {
  padding: 0;
  background: none;
  padding: 15px;
}

/* line 9741, app/assets/stylesheets/style.scss */
.process_flow_sec .accordion-button:not(.collapsed) {
  background-color: #202020 !important;
  color: var(--ph-white-color) !important;
  transition: 0s;
}

/* line 9747, app/assets/stylesheets/style.scss */
.unique_selling_sec {
  background: linear-gradient(300.27deg, #333333 15.84%, #141414 104.3%);
}

/* line 9749, app/assets/stylesheets/style.scss */
.unique_selling_sec .unique_card {
  background: var(--ph-white-color);
  position: relative;
  height: calc(100% - 20px);
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 9760, app/assets/stylesheets/style.scss */
.unique_selling_sec .unique_card .unique_icon_card {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 9766, app/assets/stylesheets/style.scss */
.unique_selling_sec .unique_card .unique_icon_card span {
  font-size: 40px;
  font-weight: 200;
  color: #fac14f;
}

/* line 9772, app/assets/stylesheets/style.scss */
.unique_selling_sec .unique_card p {
  margin-bottom: 0;
}

/* line 9774, app/assets/stylesheets/style.scss */
.unique_selling_sec .unique_card p span {
  background: var(--ph-main-color);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
}

/* line 9785, app/assets/stylesheets/style.scss */
.unique_selling_sec .heading_title {
  color: var(--ph-white-color);
  text-align: center;
}

/* line 9788, app/assets/stylesheets/style.scss */
.unique_selling_sec .heading_title h3, .unique_selling_sec .heading_title .h3 {
  font-weight: 300;
  font-size: 24px;
}

/* line 9792, app/assets/stylesheets/style.scss */
.unique_selling_sec .heading_title h2, .unique_selling_sec .heading_title .h2 {
  padding-bottom: 20px;
}

/* line 9795, app/assets/stylesheets/style.scss */
.unique_selling_sec .heading_title .ph-btn {
  border: 1px solid var(--ph-main-color);
}

/* line 9797, app/assets/stylesheets/style.scss */
.unique_selling_sec .heading_title .ph-btn:hover {
  border: 1px solid var(--ph-white-color);
}

/* line 9802, app/assets/stylesheets/style.scss */
.unique_selling_sec .promise_heading {
  text-align: left;
}

/* line 9804, app/assets/stylesheets/style.scss */
.unique_selling_sec .promise_heading h2, .unique_selling_sec .promise_heading .h2 {
  color: var(--ph-white-color);
}

/* line 9807, app/assets/stylesheets/style.scss */
.unique_selling_sec .promise_heading p {
  color: var(--ph-white-color);
}

/* line 9813, app/assets/stylesheets/style.scss */
.challenges_sec .heading_title {
  text-align: center;
  padding-bottom: 40px;
}

/* line 9816, app/assets/stylesheets/style.scss */
.challenges_sec .heading_title h3, .challenges_sec .heading_title .h3 {
  font-weight: 300;
  font-size: 24px;
  padding-top: 40px;
}

/* line 9824, app/assets/stylesheets/style.scss */
.pricing_sec .heading_title {
  text-align: center;
}

/* line 9826, app/assets/stylesheets/style.scss */
.pricing_sec .heading_title h2, .pricing_sec .heading_title .h2 {
  padding-bottom: 40px;
}

/* line 9829, app/assets/stylesheets/style.scss */
.pricing_sec .heading_title h3, .pricing_sec .heading_title .h3 {
  font-size: 24px;
  font-weight: 300;
  padding-top: 40px;
}

/* line 9835, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content {
  background: var(--ph-white-color);
  height: calc(100% - 15px);
  margin-bottom: 30px;
  border-radius: 16px;
  padding: 24px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}

/* line 9849, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content h3, .pricing_sec .price_box_content .h3 {
  padding: 10px 0;
  color: var(--ph-main-color);
  border-top: 1px solid var(--ph-filed-color);
  border-bottom: 1px solid var(--ph-filed-color);
}

/* line 9855, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content h6, .pricing_sec .price_box_content .h6 {
  font-weight: 500;
  font-size: 20px;
}

/* line 9860, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content ul {
  padding: 5px 0 15px;
}

/* line 9862, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content ul li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  color: #515050;
  font-weight: 300;
}

/* line 9868, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content ul li span {
  color: var(--ph-main-color);
  font-weight: 500;
}

/* line 9872, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #515050bd;
  border-radius: 50px;
}

/* line 9884, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content .bottom_shift {
  background: linear-gradient(300.27deg, #333333 15.84%, #141414 104.3%);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 0;
}

/* line 9889, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content .bottom_shift p {
  color: var(--ph-white-color);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

/* line 9895, app/assets/stylesheets/style.scss */
.pricing_sec .price_box_content .bottom_shift p span {
  color: var(--ph-main-color);
}

/* line 9902, app/assets/stylesheets/style.scss */
.cta_comvize {
  background: var(--ph-secondary-color);
}

/* line 9904, app/assets/stylesheets/style.scss */
.cta_comvize .cta_inner_box {
  background: var(--ph-white-color);
  border-radius: 10px;
  padding: 80px;
}

@media screen and (max-width: 767px) {
  /* line 9904, app/assets/stylesheets/style.scss */
  .cta_comvize .cta_inner_box {
    padding: 20px;
  }
}

/* line 9911, app/assets/stylesheets/style.scss */
.cta_comvize .cta_inner_box .cta_btn {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

@media screen and (max-width: 480px) {
  /* line 9911, app/assets/stylesheets/style.scss */
  .cta_comvize .cta_inner_box .cta_btn {
    align-items: start;
  }
}

/* line 9919, app/assets/stylesheets/style.scss */
.cta_comvize .cta_inner_box .cta_btn .ph-btn {
  border: 1px solid var(--ph-main-color);
}

/* line 9922, app/assets/stylesheets/style.scss */
.cta_comvize .cta_inner_box .cta_btn .outline_cta_btn {
  border: 1px solid var(--ph-darkgray-color);
  background: transparent;
  color: var(--ph-darkgray-color);
  padding-left: 22px;
  padding-right: 22px;
}

/* line 9928, app/assets/stylesheets/style.scss */
.cta_comvize .cta_inner_box .cta_btn .outline_cta_btn:hover {
  border: 1px solid var(--ph-main-color);
  color: var(--ph-main-color);
}

/* line 9937, app/assets/stylesheets/style.scss */
.client_review_sec .heading_title {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  /* line 9937, app/assets/stylesheets/style.scss */
  .client_review_sec .heading_title {
    padding-bottom: 20px;
  }
}

/* line 9944, app/assets/stylesheets/style.scss */
.client_review_sec .bottom_space_review {
  padding-top: 50px;
}

/* line 9947, app/assets/stylesheets/style.scss */
.client_review_sec .review_card {
  background: var(--ph-white-color);
  padding: 24px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 15px;
}

/* line 9955, app/assets/stylesheets/style.scss */
.client_review_sec .review_card .user_review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 30px;
}

/* line 9962, app/assets/stylesheets/style.scss */
.client_review_sec .review_card .user_review span {
  color: var(--ph-secondary-color);
}

/* line 9965, app/assets/stylesheets/style.scss */
.client_review_sec .review_card .user_review h5, .client_review_sec .review_card .user_review .h5 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  color: var(--ph-darkgray-color);
}

/* line 9971, app/assets/stylesheets/style.scss */
.client_review_sec .review_card .user_review p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 9979, app/assets/stylesheets/style.scss */
.case1-section-area {
  position: relative;
  z-index: 1;
}

/* line 9983, app/assets/stylesheets/style.scss */
.case1-section-area .case-header-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 9983, app/assets/stylesheets/style.scss */
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 9983, app/assets/stylesheets/style.scss */
  .case1-section-area .case-header-area {
    margin-bottom: 30px;
  }
}

/* line 9997, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list {
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  /* line 9997, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study_1_list {
    flex-direction: column;
  }
}

/* line 10004, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
  flex: 0.5;
}

@media screen and (max-width: 480px) {
  /* line 10004, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 {
    min-height: 400px;
  }
}

/* line 10010, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 .cs_case_study_in {
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10010, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}

/* line 10021, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1.active {
  flex: 3 3 0;
}

/* line 10023, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}

/* line 10030, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1.active .cs_case_study_icon {
  transform: scale(0) rotate(360deg);
  transition-delay: 0.1s;
}

/* line 10036, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  transition: all 0.6s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* line 10036, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10036, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study_1_list > .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

/* line 10056, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1 {
  height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* line 10056, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study.cs_style_1 {
    height: 600px;
  }
}

/* line 10068, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
  color: var(--ph-white-color);
}

/* line 10077, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10077, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}

/* line 10088, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

/* line 10092, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center center !important;
}

/* line 10102, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* line 10102, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10102, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}

/* line 10118, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_thumb {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 10122, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb2 {
  background-image: url(https://protonshub-website.s3.us-east-2.amazonaws.com/wdr3cz5ywm0bhad2hts013la6kjf);
}

/* line 10125, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb3 {
  background-image: url(https://protonshub-website.s3.us-east-2.amazonaws.com/c4nlsx3s7aqe3b597c5pg7mudzhu);
}

/* line 10128, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb4 {
  background-image: url(https://protonshub-website.s3.us-east-2.amazonaws.com/sldg0pz639prj4pbdhhmc1kgrawz);
}

/* line 10131, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb5 {
  background-image: url(https://protonshub-website.s3.us-east-2.amazonaws.com/b4clzb5gviq5qc40bi7y3quvc8ax);
}

/* line 10134, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study_thumb.cs_case_study_thumb6 {
  background-image: url(https://protonshub-website.s3.us-east-2.amazonaws.com/n2avxzauaxglf889wcyv7oonxoov);
}

/* line 10139, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
  margin: 0 8px;
  border-radius: 5px;
  height: 475px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  /* line 10139, app/assets/stylesheets/style.scss */
  .case1-section-area .cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 0 24px;
  }
}

/* line 10150, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all 0.4s;
}

/* line 10155, app/assets/stylesheets/style.scss */
.case1-section-area .cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all 0.4s;
  opacity: 1;
}

/* line 10163, app/assets/stylesheets/style.scss */
.case1-section-area .content-area1 {
  position: absolute;
  transform: rotate(-90deg);
  width: 360px;
  height: auto;
  left: -120px;
  bottom: 190px;
  transition: all 0.4s;
  opacity: 1;
}

/* line 10173, app/assets/stylesheets/style.scss */
.case1-section-area .content-area1 a {
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  color: var(--ph-white-color);
  font-weight: 300;
  font-size: 21px;
}

/* line 10184, app/assets/stylesheets/style.scss */
.case1-section-area .content-area {
  position: absolute;
  z-index: 1;
  transition: all 0.4s;
  padding: 0 24px 24px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}

/* line 10193, app/assets/stylesheets/style.scss */
.case1-section-area .content-area a {
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 8px;
  color: var(--ph-white-color);
  font-size: 21px;
  font-weight: 300;
}

/* line 10204, app/assets/stylesheets/style.scss */
.case1-section-area .content-area p {
  color: var(--ph-white-color);
  transition: all 0.4s;
  font-weight: 300;
}

/* line 10211, app/assets/stylesheets/style.scss */
.scale_revenue_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/sqw5emezuao7x3a9l85177ilds3f) no-repeat center center;
  background-size: cover;
  padding: 50px 0 0;
}

/* line 10217, app/assets/stylesheets/style.scss */
.scale_revenue_sec .ph-heading-title h3, .scale_revenue_sec .ph-heading-title .h3 {
  color: #fff;
  font-weight: 400;
}

/* line 10220, app/assets/stylesheets/style.scss */
.scale_revenue_sec .ph-heading-title h3 span, .scale_revenue_sec .ph-heading-title .h3 span {
  position: relative;
  color: #75b94a;
}

/* line 10223, app/assets/stylesheets/style.scss */
.scale_revenue_sec .ph-heading-title h3 span:before, .scale_revenue_sec .ph-heading-title .h3 span:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/dbuagfz7ig0x37wzh4cfgug1mme2) no-repeat center bottom;
}

/* line 10236, app/assets/stylesheets/style.scss */
.scale_revenue_sec .scale_img_box {
  display: flex;
  justify-content: end;
}

/* line 10241, app/assets/stylesheets/style.scss */
.scale_revenue_sec .new_machine_calendar ul {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

/* line 10248, app/assets/stylesheets/style.scss */
.scale_revenue_sec .new_machine_calendar ul li a {
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  display: inline-block;
}

/* line 10254, app/assets/stylesheets/style.scss */
.scale_revenue_sec .new_machine_calendar ul li .time_webinar {
  display: flex !important;
  align-items: center;
  background: transparent;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff !important;
}

/* line 10261, app/assets/stylesheets/style.scss */
.scale_revenue_sec .new_machine_calendar ul li .time_webinar span {
  color: #fff !important;
}

/* line 10269, app/assets/stylesheets/style.scss */
.scale_revenue_sec .ph-chep-newwebinar span {
  background: #fdeec8;
  border-radius: 50px;
  border: 0;
}

/* line 10279, app/assets/stylesheets/style.scss */
.attend_sec .ph-heading-title p span {
  background: #fdeec8;
  border-radius: 50px;
  color: var(--ph-main-color);
  padding: 10px 15px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  /* line 10279, app/assets/stylesheets/style.scss */
  .attend_sec .ph-heading-title p span {
    margin-top: 15px;
  }
}

/* line 10290, app/assets/stylesheets/style.scss */
.attend_sec .ph-heading-title h3, .attend_sec .ph-heading-title .h3 {
  font-weight: 300;
  font-size: 24px;
  padding: 10px 0;
}

/* Taxt Page */
/* line 3, app/assets/stylesheets/custom.css */
.ph-taxiTop-bg {
  background: url(/assets/taxibanner-bg-bc76f8c7abec179b9f7638ee43cbbb4bb8e14e10ad07c25b7f8338aca2f534c5.webp);
  background-size: cover;
  padding: 50px 0px;
  background-repeat: no-repeat;
}

/* line 10, app/assets/stylesheets/custom.css */
.border_white .ph-btn:hover {
  border: 1px solid #fff;
}

/* line 14, app/assets/stylesheets/custom.css */
.ph-nft-step.ph-crapto-c .tab-content ul {
  grid-template-columns: repeat(3, 1fr);
}

/* line 18, app/assets/stylesheets/custom.css */
.ph_digital_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/itafjedixykb1l4juasnhwn8lhrz) no-repeat center center;
  background-size: cover;
  padding: 30px 0 0;
  margin-bottom: 50px;
}

/* line 26, app/assets/stylesheets/custom.css */
.nft_cta_bottom {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/mn9ge374nlrxmhwwub9g3jrb7n2g) no-repeat center center !important;
}

/* line 31, app/assets/stylesheets/custom.css */
.ph-nft-bg {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/4sb8jb84iplkufsvuso0x6ki37rb) no-repeat center center;
  background-size: cover;
  border: 0;
  position: relative;
  height: 180px;
}

/* line 40, app/assets/stylesheets/custom.css */
.ph-nft-box1:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/xghz8ex8qsczedsseva7727ibtou) no-repeat center center;
  background-size: cover;
}

/* line 52, app/assets/stylesheets/custom.css */
.ph-nft-box2:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/79jmoyg4s6vzk83h6gaql1pe8hv0) no-repeat center center;
  background-size: cover;
}

/* line 64, app/assets/stylesheets/custom.css */
.ph-nft-box3:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/seh99f20hrvz3k1683cynq6rsnnf) no-repeat center center;
  background-size: cover;
}

/* line 76, app/assets/stylesheets/custom.css */
.ph-nft-box4:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ti0lsxvr7q0u9r5jqt61eb9tbv78) no-repeat center center;
  background-size: cover;
}

/* line 88, app/assets/stylesheets/custom.css */
.ph-nft-box5:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/v7qv299uvc9zu3a4g2s1pwspnga5) no-repeat center center;
  background-size: cover;
}

/* line 100, app/assets/stylesheets/custom.css */
.ph-nft-box6:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/q399kjk0f4br4i19av05bg3qqp6n) no-repeat center center;
  background-size: cover;
}

/* line 112, app/assets/stylesheets/custom.css */
.ph-nft-box7:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/eu6a1vb5uvqq9pqjrhvlnngxr94u) no-repeat center center;
  background-size: cover;
}

/* line 124, app/assets/stylesheets/custom.css */
.list_mobile_app {
  padding: 10px 0 10px 25px;
}

/* line 128, app/assets/stylesheets/custom.css */
.list_mobile_app li {
  color: #fff;
  list-style: disc;
  line-height: 35px;
}

/* line 134, app/assets/stylesheets/custom.css */
.ph-shopify-spend h2, .ph-shopify-spend .h2,
.ph-shopify-spend p {
  color: #fff;
}

/* line 139, app/assets/stylesheets/custom.css */
.ph-plan-box .left-space {
  padding-left: 60px;
}

/* line 143, app/assets/stylesheets/custom.css */
.ph-portfolio-box {
  box-shadow: 4px 6px 8px 0px #00000040;
  position: relative;
}

/* line 149, app/assets/stylesheets/custom.css */
.ph-shopify-spend h2 span, .ph-shopify-spend .h2 span {
  color: var(--ph-secondary-color);
}

/* line 153, app/assets/stylesheets/custom.css */
.ph-shopify-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/v4iu5y3i91qws2ih4vo8bgqcjz5e) no-repeat center center;
  background-size: cover;
}

/* line 159, app/assets/stylesheets/custom.css */
.ph-shopify-content h1 span, .ph-shopify-content .h1 span {
  color: #75b94a;
}

/* line 163, app/assets/stylesheets/custom.css */
.project_shopify_sec .ph-shopify-content p {
  color: #fff;
}

/* line 167, app/assets/stylesheets/custom.css */
.count_project_no ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 30px;
  padding-left: 160px;
}

/* line 175, app/assets/stylesheets/custom.css */
.count_project_no ul li h2, .count_project_no ul li .h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}

/* line 181, app/assets/stylesheets/custom.css */
.count_project_no ul li h2 span, .count_project_no ul li .h2 span {
  color: #75b94a;
}

/* line 185, app/assets/stylesheets/custom.css */
.count_project_no ul li p {
  color: #fff;
}

/* line 189, app/assets/stylesheets/custom.css */
.list_shopify_c ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

/* line 195, app/assets/stylesheets/custom.css */
.list_shopify_c ul li div:first-child {
  flex: 50px 0 0;
}

/* line 199, app/assets/stylesheets/custom.css */
.list_shopify_c ul li p {
  border-bottom: 10px solid #d4d4d8;
  padding-bottom: 20px;
}

/* line 204, app/assets/stylesheets/custom.css */
.ph-shopify-btn .ph-btn:hover {
  border: 1px solid #fff;
}

/* line 208, app/assets/stylesheets/custom.css */
.ph-shopify-btn .ph-btn {
  background: #75b94a;
  border: 1px solid transparent;
}

/* line 213, app/assets/stylesheets/custom.css */
.project_shopify_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/v639jwrwsgggyytjjabn15qmccun) no-repeat center center;
  padding: 50px 0;
  background-size: cover;
}

/* new case study */
/* line 221, app/assets/stylesheets/custom.css */
.bg-light-yellow {
  background: #f7ebd5;
}

/* line 225, app/assets/stylesheets/custom.css */
.main_cash_sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/v4lcmwlr2s406ulyd81p65np8i1c);
  background-size: cover;
  background-position: center;
}

/* line 231, app/assets/stylesheets/custom.css */
.cs_new-accordion {
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  margin: 0px 0;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 241, app/assets/stylesheets/custom.css */
.cs_new-accordion-header {
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  /* arrow aur text ke beech space */
}

/* line 251, app/assets/stylesheets/custom.css */
.point_casestudy {
  padding-left: 20px;
}

/* line 254, app/assets/stylesheets/custom.css */
.point_casestudy ul {
  padding-left: 15px;
}

/* line 257, app/assets/stylesheets/custom.css */
.real_time_circle .circle_real_time {
  border: 3px solid var(--ph-main-color);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}

/* line 263, app/assets/stylesheets/custom.css */
.case_banner_contant h1, .case_banner_contant .h1,
.case_banner_contant p {
  color: var(--ph-white-color);
  margin-bottom: 30px;
}

/* line 269, app/assets/stylesheets/custom.css */
.real_time_circle img {
  margin: 20px 0;
}

/* line 272, app/assets/stylesheets/custom.css */
.point_casestudy ul li {
  list-style: disc;
  line-height: 36px;
  color: var(--ph-darkgray-color);
}

/* ai page */
/* line 279, app/assets/stylesheets/custom.css */
.project_vision ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* line 284, app/assets/stylesheets/custom.css */
.project_vision ul li {
  padding: 20px;
  border-radius: 30px 0;
}

/* line 288, app/assets/stylesheets/custom.css */
.project_vision ul li p {
  margin-bottom: 0;
}

/* line 291, app/assets/stylesheets/custom.css */
.project_vision ul li:nth-child(1) {
  background: #626c3b;
}

/* line 294, app/assets/stylesheets/custom.css */
.project_vision ul li:nth-child(2) {
  background: #83792e;
}

/* line 297, app/assets/stylesheets/custom.css */
.project_vision ul li:nth-child(3) {
  background: #e8af3b;
}

/* line 300, app/assets/stylesheets/custom.css */
.ready_review_sec {
  background: #1d1d1b;
}

/* line 303, app/assets/stylesheets/custom.css */
.ready_review_sec .ph-heading-title h2, .ready_review_sec .ph-heading-title .h2,
.ready_review_sec .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 307, app/assets/stylesheets/custom.css */
.grid_sys {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* line 313, app/assets/stylesheets/custom.css */
.grid_sys .user_journy {
  background: var(--ph-black-color);
  border-radius: 20px;
}

/* line 318, app/assets/stylesheets/custom.css */
.grid_sys .user_journy span {
  text-align: center;
  display: block;
  border-radius: 18px 18px 0 0;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 325, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(1) {
  border: 2px solid #626c3b;
}

/* line 328, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(1) span {
  background: #626c3b;
}

/* line 331, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(2) {
  border: 2px solid #83792e;
}

/* line 334, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(2) span {
  background: #83792e;
}

/* line 337, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(3) {
  border: 2px solid #e8af3b;
}

/* line 340, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(3) span {
  background: #e8af3b;
}

/* line 343, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(4) {
  border: 2px solid #cc914e;
}

/* line 346, app/assets/stylesheets/custom.css */
.grid_sys .user_journy:nth-child(4) span {
  background: #cc914e;
}

/* line 349, app/assets/stylesheets/custom.css */
.grid_sys .user_journy span img {
  width: 30px;
  height: 30px;
}

/* line 353, app/assets/stylesheets/custom.css */
.grid_sys .user_journy p,
.grid_sys .user_journy h5,
.grid_sys .user_journy .h5 {
  color: var(--ph-white-color);
}

/* line 358, app/assets/stylesheets/custom.css */
.grid_sys .user_journy ul li {
  list-style: disc;
  line-height: 26px;
  padding-bottom: 10px;
  color: var(--ph-white-color);
}

/* line 364, app/assets/stylesheets/custom.css */
.rbac_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* line 369, app/assets/stylesheets/custom.css */
.synergy_chain_box img {
  margin-bottom: 15px;
}

/* line 372, app/assets/stylesheets/custom.css */
.rbac_box ul li {
  padding: 20px;
  border-radius: 20px;
}

/* line 376, app/assets/stylesheets/custom.css */
.user_systam_aegis {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/4j0erh9s9hak5c73twx11rjzyt3p) no-repeat center center;
  background-size: cover;
  position: relative;
}

/* line 382, app/assets/stylesheets/custom.css */
.user_systam_aegis:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

/* line 391, app/assets/stylesheets/custom.css */
.user_systam_aegis h2, .user_systam_aegis .h2 {
  color: var(--ph-white-color);
}

/* line 394, app/assets/stylesheets/custom.css */
.rbac_box ul li p {
  margin-bottom: 0;
  color: var(--ph-white-color);
}

/* line 398, app/assets/stylesheets/custom.css */
.rbac_box ul li h5, .rbac_box ul li .h5 {
  color: var(--ph-white-color);
}

/* line 401, app/assets/stylesheets/custom.css */
.rbac_box ul li:nth-child(1) {
  background: #626c3b;
}

/* line 404, app/assets/stylesheets/custom.css */
.rbac_box ul li:nth-child(2) {
  background: #83792e;
}

/* line 407, app/assets/stylesheets/custom.css */
.rbac_box ul li:nth-child(3) {
  background: #e8af3b;
}

/* line 410, app/assets/stylesheets/custom.css */
.grid_sys .user_journy ul {
  padding-left: 20px;
}

/* line 413, app/assets/stylesheets/custom.css */
.naro_aligment_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-radius: 24px;
  border: 2px solid #7b8555;
  overflow: hidden;
}

/* line 421, app/assets/stylesheets/custom.css */
.naro_aligment_box ul li {
  padding: 24px;
}

/* line 424, app/assets/stylesheets/custom.css */
.naro_aligment_box ul li h5, .naro_aligment_box ul li .h5,
.naro_aligment_box ul li p {
  color: #000;
}

/* line 428, app/assets/stylesheets/custom.css */
.naro_aligment_box ul li:nth-child(1) {
  background: #e8af3b;
}

/* line 431, app/assets/stylesheets/custom.css */
.naro_aligment_box ul li:nth-child(2) {
  background: #f6ebd4;
}

/* line 434, app/assets/stylesheets/custom.css */
.naro_aligment_box ul li:nth-child(3) {
  background: #626c3b;
}

/* line 437, app/assets/stylesheets/custom.css */
.naro_aligment_box ul li:nth-child(3) p,
.naro_aligment_box ul li:nth-child(3) h5,
.naro_aligment_box ul li:nth-child(3) .h5 {
  color: var(--ph-white-color);
}

/* line 441, app/assets/stylesheets/custom.css */
.project_vision ul li h5, .project_vision ul li .h5,
.project_vision ul li p {
  color: var(--ph-white-color);
}

/* line 445, app/assets/stylesheets/custom.css */
.blockchain_sec_cs {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/gvvjfb8wjcnubjmon2car1ohgecy) center center;
  background-size: cover;
}

/* ai end */
/* line 452, app/assets/stylesheets/custom.css */
.cs_new-arrow {
  transition: transform 0.3s ease;
  font-size: 16px;
  color: #000000;
}

/* line 458, app/assets/stylesheets/custom.css */
.cs_new-accordion.active .cs_new-arrow {
  transform: rotate(90deg);
}

/* line 462, app/assets/stylesheets/custom.css */
.cs_new-accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* line 469, app/assets/stylesheets/custom.css */
.cs_new-accordion-content p {
  color: #555;
  margin-bottom: 0;
}

/* line 474, app/assets/stylesheets/custom.css */
.cs_new-accordion.active .cs_new-accordion-content {
  max-height: 200px;
  /* adjust as per content */
  padding: 0px 38px;
}

/* line 480, app/assets/stylesheets/custom.css */
.case_banner_top {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/2er4zo0gxcf7ja988j4faamrqbu2) center;
  background-size: cover;
  position: relative;
}

/* line 486, app/assets/stylesheets/custom.css */
.case_banner_top:before {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: #3a2f2f6e;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* line 500, app/assets/stylesheets/custom.css */
.case_banner_contant {
  position: relative;
  z-index: 99;
}

/* line 504, app/assets/stylesheets/custom.css */
.point_number_s {
  margin-top: 70px;
}

/* line 507, app/assets/stylesheets/custom.css */
.point_number_s ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  list-style: none;
  padding: 0;
}

/* line 514, app/assets/stylesheets/custom.css */
.deploy_specification_table {
  border: 1px solid #e4d9c4;
  border-radius: 20px;
  overflow: hidden;
}

/* line 519, app/assets/stylesheets/custom.css */
.deploy_specification_table table {
  margin-bottom: 0;
}

/* line 522, app/assets/stylesheets/custom.css */
.deploy_specification_table th,
.deploy_specification_table td {
  padding: 15px;
  border-color: #e4d9c4;
}

/* line 527, app/assets/stylesheets/custom.css */
.meet_ur_interviewr img {
  border-radius: 20px;
  margin-bottom: 20px;
}

/* line 532, app/assets/stylesheets/custom.css */
.custom-table tbody tr:nth-child(odd) {
  background-color: #ede2cd;
}

/* line 535, app/assets/stylesheets/custom.css */
.table_casestudy {
  color: var(--ph-white-color);
  border: 1px solid #eee;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}

/* line 543, app/assets/stylesheets/custom.css */
.table_casestudy table {
  margin-bottom: 0;
  border-radius: 20px;
  border-bottom: 0;
}

/* line 548, app/assets/stylesheets/custom.css */
.table_casestudy th,
.table_casestudy td {
  padding: 12px;
  color: var(--ph-white-color);
}

/* line 553, app/assets/stylesheets/custom.css */
.blockchain_sec_cs h2, .blockchain_sec_cs .h2,
.blockchain_sec_cs h3,
.blockchain_sec_cs .h3 {
  color: var(--ph-white-color);
  text-align: center;
  padding: 20px 0 50px;
}

/* line 559, app/assets/stylesheets/custom.css */
.ph_blockchain_opration {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/lqqskont4zwpoqj3nrry62ca9ft6) center center;
  background-size: cover;
  position: relative;
}

/* line 565, app/assets/stylesheets/custom.css */
.ph_blockchain_opration:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #00000036;
}

/* line 576, app/assets/stylesheets/custom.css */
.synergy_chain_box {
  background: #626c3b;
  position: relative;
  height: calc(100% - 20px);
  padding: 20px;
  border: 1px solid var(--ph-main-color);
  border-radius: 16px;
}

/* line 585, app/assets/stylesheets/custom.css */
.synergy_chain_box h5, .synergy_chain_box .h5,
.synergy_chain_box p {
  color: #fff;
}

/* line 589, app/assets/stylesheets/custom.css */
.ph_blockchain_opration h2, .ph_blockchain_opration .h2 {
  color: var(--ph-white-color);
}

/* line 592, app/assets/stylesheets/custom.css */
.interview_box {
  border: 3px solid var(--ph-main-color);
  margin: 0 0 30px;
  border-radius: 20px;
  padding: 30px;
}

/* line 598, app/assets/stylesheets/custom.css */
.interview_box h5, .interview_box .h5 {
  color: var(--ph-main-color);
}

/* line 601, app/assets/stylesheets/custom.css */
.point_number_s ul li {
  border-top: 10px solid var(--ph-main-color);
  padding: 30px;
  border-left: 2px solid var(--ph-main-color);
  border-right: 2px solid var(--ph-main-color);
  border-bottom: 2px solid var(--ph-main-color);
  border-radius: 8px 8px 20px 20px;
  position: relative;
}

/* line 610, app/assets/stylesheets/custom.css */
.point_number_s ul li span {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* bottom: 0; */
  display: flex;
  text-align: center;
  background: var(--ph-main-color);
  width: 50px;
  height: 50px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 600;
}

/* line 628, app/assets/stylesheets/custom.css */
.case_bg_top {
  background: #f7ebd5;
}

/* line 631, app/assets/stylesheets/custom.css */
.point_number_s ul li p {
  margin-bottom: 0;
}

/* end */
/* .ph-OurTeam-content {
  padding-bottom: 25px;
} */
@media screen and (max-width: 1450px) {
  /* line 643, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box ul li:before {
    margin-top: 142px !important;
  }
}

/* line 650, app/assets/stylesheets/custom.css */
.ph-nftsecond_sec {
  padding-top: 0;
  margin-top: -10px;
}

/* line 655, app/assets/stylesheets/custom.css */
.count_sec ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 30px;
}

/* line 662, app/assets/stylesheets/custom.css */
.count_sec ul li {
  box-shadow: 4px 8px 8px -5px #00000082;
  border-radius: 10px;
  padding: 40px 30px 20px;
  border-top: 10px solid var(--ph-black-color);
  transition: all 0.3s;
}

/* line 670, app/assets/stylesheets/custom.css */
.count_sec ul li:hover {
  border-top: 10px solid var(--ph-main-color);
  background: var(--ph-black-color);
}

/* line 675, app/assets/stylesheets/custom.css */
.count_sec ul li svg {
  fill: #555;
  margin-bottom: 15px;
}

/* line 680, app/assets/stylesheets/custom.css */
.count_sec ul li:hover svg,
.count_sec ul li:hover h5,
.count_sec ul li:hover .h5,
.count_sec ul li:hover p {
  fill: #fff;
  color: #fff;
}

/* line 687, app/assets/stylesheets/custom.css */
.ph-nft-box8:hover:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/xnsmh97woapeg7nsfqq2es7junhz) no-repeat center center;
  background-size: cover;
}

/* line 699, app/assets/stylesheets/custom.css */
.nft_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/xqc5wtl8isaniia4tatjrjhpnrjm) !important;
}

/* line 703, app/assets/stylesheets/custom.css */
.ph-crapto-c .tab-content ul li h5, .ph-crapto-c .tab-content ul li .h5 {
  margin-bottom: 0;
}

/* line 707, app/assets/stylesheets/custom.css */
.ph-nft-sec {
  padding: 40px 0 40px;
  background: var(--ph-black-color);
}

/* line 712, app/assets/stylesheets/custom.css */
.ph-taxt-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 718, app/assets/stylesheets/custom.css */
.ph-trust-tele {
  background: radial-gradient(#f693ea8a, #f693ea5c, #f693ea00, #9198e500);
}

/* line 722, app/assets/stylesheets/custom.css */
.ph-taxt-circle img {
  max-width: 40px;
  margin-right: 25px;
}

/* line 727, app/assets/stylesheets/custom.css */
.ph-taxt-circle h3, .ph-taxt-circle .h3 {
  font-weight: 700;
}

/* line 731, app/assets/stylesheets/custom.css */
.taxi-side-black {
  background: var(--ph-black-color);
  width: 100%;
  height: 8px;
}

/* line 737, app/assets/stylesheets/custom.css */
.taxi-side-yello {
  background: var(--ph-main-color);
  width: 100%;
  height: 8px;
}

/* line 743, app/assets/stylesheets/custom.css */
.ph-taxt-run marquee {
  margin-bottom: -5px;
}

/* line 747, app/assets/stylesheets/custom.css */
.ph-why-prefer-user {
  border: 1px solid #e6e6e6;
  margin-bottom: 23px;
  padding: 20px;
  border-radius: 20px;
}

/* line 754, app/assets/stylesheets/custom.css */
.ph-taxi-works {
  background: #1b223a;
}

/* line 758, app/assets/stylesheets/custom.css */
.ph-taxi-feature-box {
  padding: 20px;
  display: flex;
  border: 1px solid #e6e6e6;
  align-items: center;
  margin-bottom: 25px;
  transition: all 0.5s;
}

/* line 767, app/assets/stylesheets/custom.css */
.ph-taxi-feature-box img {
  max-width: 30px;
  margin-right: 20px;
}

/* line 772, app/assets/stylesheets/custom.css */
.ph-taxi-feature-box h5, .ph-taxi-feature-box .h5 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
}

/* line 778, app/assets/stylesheets/custom.css */
.ph-taxi-booking-sec {
  background: #1b223a;
  padding: 30px 40px;
  border-radius: 15px;
  transition: 0.5s;
  margin-bottom: 24px;
  height: 100%;
  position: relative;
}

/* line 788, app/assets/stylesheets/custom.css */
.ph-taxi-booking-sec h5, .ph-taxi-booking-sec .h5 {
  color: var(--ph-white-color);
}

/* line 792, app/assets/stylesheets/custom.css */
.ph-taxi-booking-sec p {
  color: #848daa;
}

/* line 796, app/assets/stylesheets/custom.css */
.ph-taxi-booking-ul li {
  color: var(--ph-white-color);
  line-height: 34px;
}

/* line 801, app/assets/stylesheets/custom.css */
.ph-taxi-booking-ul li img {
  margin-right: 15px;
}

/* line 805, app/assets/stylesheets/custom.css */
.ph-txt-benefits-demand i {
  color: var(--ph-white-color);
}

/* line 809, app/assets/stylesheets/custom.css */
.ph-taxi-booking-offer {
  background: var(--ph-main-color);
  padding: 30px 40px;
  border-radius: 15px;
  transition: 0.5s;
  position: relative;
  height: 100%;
}

/* line 818, app/assets/stylesheets/custom.css */
.ph-taxi-booking-offer h5, .ph-taxi-booking-offer .h5 {
  color: var(--ph-white-color);
}

/* line 822, app/assets/stylesheets/custom.css */
.ph-taxi-booking-offer p {
  color: var(--ph-white-color);
}

/* line 826, app/assets/stylesheets/custom.css */
.ph-taxi-booking-sec:hover {
  transform: translateY(-5px);
}

/* line 830, app/assets/stylesheets/custom.css */
.ph-taxi-booking-offer:hover {
  transform: translateY(-5px);
}

/* line 834, app/assets/stylesheets/custom.css */
.taxi-driven-sec {
  box-shadow: 2px 4px 44px #143e7c26;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--ph-white-color);
  transition: all 0.5s;
  height: calc(100% - 24px);
}

/* line 844, app/assets/stylesheets/custom.css */
.taxi-driven-sec h5, .taxi-driven-sec .h5 {
  margin-top: 15px;
}

/* line 848, app/assets/stylesheets/custom.css */
.ph-taxi-protonshub {
  background: #1b223a;
}

/* line 852, app/assets/stylesheets/custom.css */
.ph-taxi-works h1, .ph-taxi-works .h1 {
  color: var(--ph-white-color);
}

/* line 856, app/assets/stylesheets/custom.css */
.ph-taxi-works p {
  color: var(--ph-white-color);
  margin-bottom: 0;
}

/* line 861, app/assets/stylesheets/custom.css */
.ph-taxi-work-sec {
  text-align: right;
}

/* line 865, app/assets/stylesheets/custom.css */
.ph-taxi-work-sec h6, .ph-taxi-work-sec .h6 {
  color: var(--ph-white-color);
  font-size: 21px;
}

/* line 870, app/assets/stylesheets/custom.css */
.ph-taxi-work-right h6, .ph-taxi-work-right .h6 {
  color: var(--ph-white-color);
  font-size: 21px;
}

/* line 875, app/assets/stylesheets/custom.css */
.ph-taxi-works .ph-wireframe-inner {
  margin-bottom: 24px;
  padding: 20px 25px;
  display: flex;
  align-items: flex-start;
  border: 2px solid transparent;
  border-radius: 20px;
  background: linear-gradient(to right, #1b2239, #1b2239), linear-gradient(to right, #1b2239, #f8a926);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

/* line 888, app/assets/stylesheets/custom.css */
.ph-taxi-work-right .ph-wireframe-inner1 {
  background: linear-gradient(to left, #1b2239, #1b2239), linear-gradient(to left, #1b2239, #f8a926);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

/* line 895, app/assets/stylesheets/custom.css */
.ph-taxi-works .ph-wireframe-inner img,
.ph-taxi-works .ph-wireframe-inner1 img {
  max-width: 50px;
}

/* line 900, app/assets/stylesheets/custom.css */
.ph-taxi-protonshub .ph-taxt-add-sec {
  background: url(/assets/taxi-add-bg-694ebde80e111a2d318f82abc0a0e290079eb6e8ef2871c1439d25a2b8914673.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  padding: 25px 25px;
  padding-bottom: 0;
}

/* line 909, app/assets/stylesheets/custom.css */
.ph-taxi-protonshub .ph-taxt-add-sec h4 span, .ph-taxi-protonshub .ph-taxt-add-sec .h4 span {
  color: var(--ph-main-color);
}

/* line 913, app/assets/stylesheets/custom.css */
.ph-taxi-protonshub .ph-taxt-add-sec img {
  max-width: 200px;
  height: 200px;
  margin: auto;
  display: block;
}

/* line 920, app/assets/stylesheets/custom.css */
.ph-taxi-price-yellow {
  background: #fac83f6b;
}

/* line 924, app/assets/stylesheets/custom.css */
.ph-taxi-price-yellow h6, .ph-taxi-price-yellow .h6 {
  background: #fac83f4a;
  line-height: 50px;
  margin-top: 20px;
}

/* line 930, app/assets/stylesheets/custom.css */
.ph-taxi-price-gt {
  background: #3abb9829;
}

/* line 934, app/assets/stylesheets/custom.css */
.ph-taxi-price-gt h6, .ph-taxi-price-gt .h6 {
  background: #3abb9826;
  line-height: 50px;
  margin-top: 20px;
}

/* line 940, app/assets/stylesheets/custom.css */
.ph-taxi-price-gt ul li {
  line-height: 50px;
  border-bottom: 1px solid #ffffffcf;
}

/* line 945, app/assets/stylesheets/custom.css */
.ph-taxi-price-white ul li {
  line-height: 50px;
  border-bottom: 1px solid #ffffffcf;
  padding-left: 20px;
}

/* line 951, app/assets/stylesheets/custom.css */
.ph-taxi-price-yellow ul li {
  line-height: 50px;
  border-bottom: 1px solid #ffffffcf;
}

/* line 956, app/assets/stylesheets/custom.css */
.ph-taxi-price-white {
  background: #d9d9d940;
}

/* line 960, app/assets/stylesheets/custom.css */
.ph-taxi-price-white h6, .ph-taxi-price-white .h6 {
  background: #d9d9d94a;
  line-height: 50px;
  padding-left: 20px;
  margin-top: 20px;
}

/* line 967, app/assets/stylesheets/custom.css */
.ph-taxt-price-section img {
  max-width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  margin: auto;
  display: block;
}

/* line 976, app/assets/stylesheets/custom.css */
.ph-taxt-price-section .taxi-book-price {
  padding-top: 25px;
}

/* line 980, app/assets/stylesheets/custom.css */
.ph-taxi-price-white ul li i {
  float: right;
  margin-right: 20px;
  line-height: 40px;
  color: #9e9e9ec9;
}

/* line 987, app/assets/stylesheets/custom.css */
.ph-taxt-benefitstwo {
  margin-top: 50px;
}

/* line 991, app/assets/stylesheets/custom.css */
.taxi-driven-sec:hover {
  box-shadow: 0px 6px 16px 0px #0c05351f;
  transform: scale(1.01);
  border-color: var(--ph-filed-color);
}

/* line 997, app/assets/stylesheets/custom.css */
.ph-taxi-feature-box:hover {
  box-shadow: 0px 6px 16px 0px #0c05351f;
  transform: scale(1.01);
  border-color: var(--ph-filed-color);
}

/* line 1003, app/assets/stylesheets/custom.css */
.ph-why-prefer-user:hover {
  box-shadow: 0px 6px 16px 0px #0c05351f;
  transform: scale(1.01);
  border-color: var(--ph-filed-color);
}

/* line 1009, app/assets/stylesheets/custom.css */
.ph-taxi-feature .ph-taxi-booking-ul {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

/* line 1015, app/assets/stylesheets/custom.css */
.ph-txt-benefits-demand a {
  border: 1px solid var(--ph-white-color);
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 1028, app/assets/stylesheets/custom.css */
.ph-home-carousal-vid .carousel-indicators {
  display: none;
}

/* line 1032, app/assets/stylesheets/custom.css */
.ph-taxi-mobile-img {
  z-index: 9;
}

/* line 1036, app/assets/stylesheets/custom.css */
.ph-car-banner-top {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

/* line 1042, app/assets/stylesheets/custom.css */
.ph-taxiTop-bg .ph-carrers-search {
  margin-top: 30px;
}

/* line 1046, app/assets/stylesheets/custom.css */
.taxi-car-banner-sec {
  animation: box 22s linear infinite;
}

@keyframes box {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 360deg;
  }
}

/* line 1064, app/assets/stylesheets/custom.css */
.ph-taxi-baner-mobile {
  position: absolute;
  top: 0;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 250px;
}

/* line 1075, app/assets/stylesheets/custom.css */
.ph-blog-ulli ul li {
  list-style: disc;
  color: var(--ph-darkgray-color);
}

/* line 1080, app/assets/stylesheets/custom.css */
.ph-taxi-book-cta {
  padding-left: 150px;
  padding-right: 50px;
}

/* line 1085, app/assets/stylesheets/custom.css */
.ph-blog-ulli {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 1090, app/assets/stylesheets/custom.css */
.bgtaxi-color {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/nfnz7i4vyi38w3octigk5bmdzkqz) no-repeat center center;
  padding: 50px 0;
  background-size: cover;
}

/* line 1097, app/assets/stylesheets/custom.css */
.taxi-driven-sec img {
  max-height: 60px;
  max-width: 60px;
}

/* line 1102, app/assets/stylesheets/custom.css */
.ph-taxi-chose .ph-why-prefer-user img {
  margin-bottom: 15px;
}

/* line 1106, app/assets/stylesheets/custom.css */
.ph-taxi-chose .ph-why-prefer-user {
  transition: all 0.5s;
}

/* line 1110, app/assets/stylesheets/custom.css */
.ph-taxi-country ul {
  display: flex;
  justify-content: space-around;
}

/* Wireframe blog */
/* line 1116, app/assets/stylesheets/custom.css */
.ph-wireframe-blog {
  background: url(/wireframe-banner.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/* Telemedicine blog */
/* line 1124, app/assets/stylesheets/custom.css */
.ph-telemedicine-blog {
  background: url(/telemedicine-header1.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/* Apr 13 */
/* line 1132, app/assets/stylesheets/custom.css */
.ph-black-color {
  color: var(--ph-black-color);
}

/* line 1136, app/assets/stylesheets/custom.css */
.ph-black-color:hover {
  color: var(--ph-black-color);
}

/* ecoomarce page */
/* line 1141, app/assets/stylesheets/custom.css */
.ph-ecommarcecta-bg {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ogo5encdej4gq8gpvgg8oc0usd10) no-repeat center center;
  background-size: cover;
  padding: 50px 50px 0;
}

/* line 1148, app/assets/stylesheets/custom.css */
.ph-trading-app-cta.ph-ecommarce-ctabg {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/u08pfzm8bol76iyhz1tem3i1mn8q) no-repeat center center;
  padding: 40px 0;
}

/* line 1154, app/assets/stylesheets/custom.css */
.ph-trading-app-cta.ph-ecommarce-ctabg .ph-heading-title h2, .ph-trading-app-cta.ph-ecommarce-ctabg .ph-heading-title .h2 {
  color: #fff;
}

/* line 1158, app/assets/stylesheets/custom.css */
.ph-hirebg-ecoomarce .ph-heading-title h2, .ph-hirebg-ecoomarce .ph-heading-title .h2 {
  color: var(--ph-white-color);
  text-align: left;
}

/* line 1163, app/assets/stylesheets/custom.css */
.ph-ecommarce-banner {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ti6vqkm2865bjqbtmvqscblbr8e3) no-repeat center center;
  padding-bottom: 0;
  background-size: cover;
}

/* end */
/* ecommerce-blog */
/* line 1173, app/assets/stylesheets/custom.css */
.ph-taxiTop-bg .ph-black-color {
  color: var(--ph-black-color);
}

/* line 1177, app/assets/stylesheets/custom.css */
.ph-taxiTop-bg .ph-black-color:hover {
  color: var(--ph-black-color);
}

/* line 1181, app/assets/stylesheets/custom.css */
.ph-our-service .ph-our-service-content h3, .ph-our-service .ph-our-service-content .h3 {
  color: var(--ph-filed-color);
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 1188, app/assets/stylesheets/custom.css */
.ph-software-inner ul li h3, .ph-software-inner ul li .h3 {
  color: var(--ph-main-color);
  font-size: 2.5rem;
}

/* line 1193, app/assets/stylesheets/custom.css */
.ph-software-inner h3, .ph-software-inner .h3 {
  font-size: 22px;
}

/* line 1197, app/assets/stylesheets/custom.css */
.ph-color-white {
  color: var(--ph-white-color);
}

/* line 1201, app/assets/stylesheets/custom.css */
.ph-small-heding {
  font-size: 18px;
  color: var(--ph-darkgray-color);
}

/* ph-pnacademy-blog blog */
/* line 1208, app/assets/stylesheets/custom.css */
.ph-detailSub-banner {
  padding-top: 30px;
  text-align: center;
  background: var(--ph-lightbgcolor);
}

/* line 1214, app/assets/stylesheets/custom.css */
.ph-blog-detail-baner {
  margin-top: 100px;
  padding-bottom: 25px;
}

/* line 1219, app/assets/stylesheets/custom.css */
.ph-press-particpate {
  font-size: 20px;
  color: var(--ph-white-color);
  font-weight: 600;
}

/* home cookies modal */
/* line 1227, app/assets/stylesheets/custom.css */
.ph-home-cookie {
  width: 100%;
  background: var(--ph-white-color);
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 99;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;
  display: flex;
  border-top: 1px solid var(--ph-secondary-color);
}

/* line 1243, app/assets/stylesheets/custom.css */
.ph-home-cookie p {
  color: var(--ph-black-color);
  margin: 0;
}

/* line 1248, app/assets/stylesheets/custom.css */
.ph-home-cookie p a {
  color: var(--ph-secondary-color);
  text-decoration: underline;
}

/* line 1253, app/assets/stylesheets/custom.css */
.ph-home-cookie .ph-home-accept {
  background-color: var(--ph-secondary-color);
  color: var(--ph-white-color);
  border-radius: 32px;
  /* padding: 3px 23px; */
  padding: 8px 26px;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 500;
}

/* line 1264, app/assets/stylesheets/custom.css */
.ph-home-cookie .ph-reject-button {
  background-color: transparent;
  border: 2px solid var(--ph-secondary-color);
  color: var(--ph-secondary-color);
}

/* privacy policy */
/* line 1272, app/assets/stylesheets/custom.css */
.ph-privact-policy {
  background: url(/privacy-policy.webp) no-repeat center center;
  background-size: cover;
}

/* line 1277, app/assets/stylesheets/custom.css */
.cookiesHomeModal,
.cookiesHomeModal span {
  animation-duration: 2s;
  animation-fill-mode: both;
}

/* webinar page design */
/* line 1285, app/assets/stylesheets/custom.css */
.ph-ror-sec {
  background: url(/assets/automation-bnr-bg-a000d645c8d1fd907b3817908aae05fa815c46e9237065c6aa1f5f9162f70f5f.webp) no-repeat center center;
  background-size: cover;
}

/* line 1290, app/assets/stylesheets/custom.css */
.ph-webinar-gredient.ph-webinar-yellow ul li img {
  background: #f8a926;
}

/* line 1294, app/assets/stylesheets/custom.css */
.new-webinar {
  color: #f8a926 !important;
}

/* line 1298, app/assets/stylesheets/custom.css */
.ph-ai-webinar .table-container {
  overflow-x: auto;
}

/* line 1302, app/assets/stylesheets/custom.css */
.ph-ai-webinar .table-container table {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
}

/* line 1311, app/assets/stylesheets/custom.css */
.ph-ai-webinar .table-container thead {
  background-color: #000;
  color: #fff;
}

/* line 1316, app/assets/stylesheets/custom.css */
.ph-ai-webinar .table-container th,
.ph-ai-webinar .table-container td {
  padding: 15px;
  text-align: left;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: 400;
}

/* line 1325, app/assets/stylesheets/custom.css */
.ph-ai-webinar .table-container th {
  font-size: 1.2em;
  font-weight: 500;
}

/* line 1330, app/assets/stylesheets/custom.css */
.ph-ai-webinar .table-container tr:nth-child(even) {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  /* line 1335, app/assets/stylesheets/custom.css */
  .ph-ai-webinar .table-container th,
.ph-ai-webinar .table-container td {
    padding: 10px;
    font-size: 8px;
    line-height: 14px;
  }
  /* line 1342, app/assets/stylesheets/custom.css */
  .ph-ai-webinar .table-container th {
    font-size: 0.5em;
    line-height: 14px;
  }
}

/* line 1348, app/assets/stylesheets/custom.css */
.ph-chep-newwebinar span {
  border: 1px solid #f8a926;
  color: #f8a926;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* line 1357, app/assets/stylesheets/custom.css */
.hightlight_text {
  background: var(--ph-main-color);
  color: var(--ph-white-color) !important;
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  font-weight: 600;
}

/* line 1366, app/assets/stylesheets/custom.css */
.new_machine_calendar ul li a span {
  color: var(--ph-main-color);
  display: inline-block;
  margin-left: 10px;
}

/* line 1372, app/assets/stylesheets/custom.css */
.ph-machineMain-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/zh2lwrsmug3pvqwdumfa5i0zuz7t) no-repeat center center !important;
  background-size: cover !important;
}

/* line 1378, app/assets/stylesheets/custom.css */
.ph-ai-unlock-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ry4palo137jlggzfowsklgiui5b6) no-repeat center center !important;
  background-size: cover !important;
}

/* line 1384, app/assets/stylesheets/custom.css */
.unlock-webinar-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/cdvks1pv0v0itt1cuzimx83vi4f6) no-repeat right center;
  background-size: cover;
  padding: 60px;
  position: relative;
}

/* line 1392, app/assets/stylesheets/custom.css */
span.hosted-by {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(45deg, #f7b74d, #ea9912);
  border-radius: 0px 0px 0px 80px;
  padding: 13px 90px;
  font-size: 24px;
}

/* line 1402, app/assets/stylesheets/custom.css */
.unlock-webinar-sec .ph-powerd-head h4, .unlock-webinar-sec .ph-powerd-head .h4 {
  color: var(--ph-main-color);
  font-size: 40px;
}

/* line 1407, app/assets/stylesheets/custom.css */
.revenue-box h6, .revenue-box .h6 {
  font-weight: 400;
  font-size: 20px;
}

/* line 1412, app/assets/stylesheets/custom.css */
.revenue-box {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}

/* line 1417, app/assets/stylesheets/custom.css */
.revenue-box h5 img, .revenue-box .h5 img {
  padding-right: 10px;
}

/* line 1421, app/assets/stylesheets/custom.css */
.ph-webinar-free span {
  color: var(--ph-white-color);
}

/* line 1425, app/assets/stylesheets/custom.css */
.ph-webinar-free abbr {
  font-weight: 700;
  font-size: 22px;
  color: var(--ph-main-color);
}

/* line 1431, app/assets/stylesheets/custom.css */
.ph-webinar-date {
  background: var(--ph-main-color);
  padding-left: 0px;
  padding: 10px 10px 10px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

/* line 1440, app/assets/stylesheets/custom.css */
.ph-award-ned-design .swiper-slide {
  height: auto;
}

/* line 1444, app/assets/stylesheets/custom.css */
.pBlockChainColor h2, .pBlockChainColor .h2,
.pBlockChainColor p {
  color: #fff;
}

/* line 1449, app/assets/stylesheets/custom.css */
.ph-fifty-p {
  position: relative;
}

/* line 1453, app/assets/stylesheets/custom.css */
.ph-fifty-p:before {
  content: "";
  position: absolute;
  background: #4e4c4d;
  background-size: 50%;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
}

/* line 1464, app/assets/stylesheets/custom.css */
.liner_bg-blockchain {
  background: radial-gradient(at center, #cca8002b, #cca8003b, #cca80030, #cca80005, #c8a50000);
  position: relative;
  transition: 0.5s;
}

/* line 1477, app/assets/stylesheets/custom.css */
.liner_bg-blockchain:hover {
  background: radial-gradient(at center, #cca8002b, #cca8002b, #cca80036, #cca80029, #cca80000, #caa70100);
}

/* line 1489, app/assets/stylesheets/custom.css */
.last_cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/zb1uzsms28owu843on4jwikrb123) center center;
  background-size: cover;
  padding: 50px 0px 0 100px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 1498, app/assets/stylesheets/custom.css */
.block_chain_firm {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/21354pvyc0jz3zzfl1lmofyi9dxb) center center;
  background-size: cover;
  padding: 30px 60px 0;
  border-radius: 10px;
  overflow: hidden;
}

/* line 1507, app/assets/stylesheets/custom.css */
.ph-blocchain-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/m37a089rodr1s1oh4hu5v772rv0n);
  background-size: cover;
  padding: 50px 0 50px;
}

/* line 1513, app/assets/stylesheets/custom.css */
.ph-blockchain-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/xk2eht6udybbt636eedrpiauuo50);
  background-size: cover;
}

/* line 1518, app/assets/stylesheets/custom.css */
.ph-blockchain-cta .ph-heading-title h2, .ph-blockchain-cta .ph-heading-title .h2 {
  color: #fff;
}

/* line 1522, app/assets/stylesheets/custom.css */
.ph-webinar-date span {
  color: var(--ph-white-color);
  margin-left: 8px;
}

/* line 1527, app/assets/stylesheets/custom.css */
.ph-webinar-date abbr {
  color: #fff;
  font-weight: 700;
  background: #d18911;
  padding: 11px;
}

/* line 1534, app/assets/stylesheets/custom.css */
.ph-webinar_profile {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

/* line 1540, app/assets/stylesheets/custom.css */
.ph-webinar_profile img {
  max-width: 80px;
  margin-right: 10px;
  border-radius: 50%;
}

/* line 1546, app/assets/stylesheets/custom.css */
.ph-webinar-name h5, .ph-webinar-name .h5 {
  margin: 0;
  color: #fff;
}

/* line 1551, app/assets/stylesheets/custom.css */
.ph-webinar-name p {
  margin: 0;
  color: #fff;
}

/* line 1556, app/assets/stylesheets/custom.css */
.ph-webinar-over ul li {
  margin-top: 35px;
}

/* line 1560, app/assets/stylesheets/custom.css */
.ph-webinar-over ul li img {
  margin-right: 13px;
}

/* line 1564, app/assets/stylesheets/custom.css */
.ph-webinatr-date-calender h5, .ph-webinatr-date-calender .h5 {
  background: #f2f4f7;
  padding: 17px 20px;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18x;
}

/* line 1573, app/assets/stylesheets/custom.css */
.thankyou-button p.ph-btn.ph-contact-btn {
  background: #7fb72f;
}

/* line 1577, app/assets/stylesheets/custom.css */
.ph-webinatr-date-calender h5 i, .ph-webinatr-date-calender .h5 i {
  margin-right: 7px;
}

/* line 1581, app/assets/stylesheets/custom.css */
.ph-webinar-over-sec .ph-contact-form {
  /* box-shadow: 5px 0 15px 0 #0c133c26; */
  background: var(--ph-white-color);
  margin-top: -120px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

/* line 1589, app/assets/stylesheets/custom.css */
.ph-webinar-over-sec ul li {
  margin-bottom: 14px;
}

/* line 1593, app/assets/stylesheets/custom.css */
.ph-webinar-over-sec ul {
  display: block;
}

/* line 1597, app/assets/stylesheets/custom.css */
.ph-powerd-head h4, .ph-powerd-head .h4 {
  color: #fff;
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 600;
}

/* line 1604, app/assets/stylesheets/custom.css */
.ph-client-redesign {
  padding-top: 0;
  margin-top: -70px;
}

/* line 1609, app/assets/stylesheets/custom.css */
.ph-powerd-head p {
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
}

/* line 1616, app/assets/stylesheets/custom.css */
.ph-powerd-head p span {
  color: #f8a926;
}

/* line 1620, app/assets/stylesheets/custom.css */
.ph-powerd-head h5, .ph-powerd-head .h5 {
  color: #fff;
  color: #f8a926;
}

/* line 1625, app/assets/stylesheets/custom.css */
.ph-crapto-c .tab-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* line 1631, app/assets/stylesheets/custom.css */
.shadow-bottom {
  border-radius: 0px 20px 20px 20px;
  box-shadow: 10px 10px 16px 1px #10234424;
  padding: 0 0px 0 80px;
}

/* line 1637, app/assets/stylesheets/custom.css */
.shadow-bottom img {
  margin-top: -120px;
}

/* line 1641, app/assets/stylesheets/custom.css */
.c_cta_sec {
  padding-top: 100px;
}

/* line 1645, app/assets/stylesheets/custom.css */
.ph-crapto-c .tab-content ul li {
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}

/* line 1651, app/assets/stylesheets/custom.css */
.ph-currncy-banner {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/akdvtkpxljk9srf9t5jijrn4lkph) no-repeat center center !important;
  background-size: cover !important;
  padding: 40px 0px 40px !important;
}

/* line 1658, app/assets/stylesheets/custom.css */
.topbitcoin {
  position: absolute;
  top: -60px;
  left: 0px;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

/* line 1666, app/assets/stylesheets/custom.css */
.leftbitcoin {
  transform: translatey(20px);
  animation: float 3s ease-in-out infinite;
  position: relative;
  left: 20px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* line 1687, app/assets/stylesheets/custom.css */
.animated_spin .hello {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  margin-top: 50px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1715, app/assets/stylesheets/custom.css */
.ph-crapto-c .tab-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/7hp961t0u45bj7qf9syf5o2ay7gl) no-repeat center center;
  width: 24px;
  height: 24px;
}

/* line 1726, app/assets/stylesheets/custom.css */
.ph-crapto-c .ph-foodNav-tab .nav-pills .nav-link {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid #000000;
  color: #0e0b0b;
}

/* line 1736, app/assets/stylesheets/custom.css */
.ph-crapto-c .ph-foodNav-tab .nav-pills .nav-link.active,
.ph-crapto-c .ph-foodNav-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

/* line 1742, app/assets/stylesheets/custom.css */
.ph-crapto-c .nav-pills .nav-link {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 2px solid #000000;
  color: #0e0b0b;
}

/* line 1752, app/assets/stylesheets/custom.css */
.ph-powerd-head {
  padding-bottom: 70px;
}

/* line 1756, app/assets/stylesheets/custom.css */
.ph-border-arrow img {
  margin-top: -20px;
}

/* line 1760, app/assets/stylesheets/custom.css */
.ph-PowerdSpeaker-img {
  text-align: right;
  padding-top: 50px;
}

/* line 1765, app/assets/stylesheets/custom.css */
.ph-powerd-head p i {
  font-weight: 600;
}

/* line 1769, app/assets/stylesheets/custom.css */
.ph-powerd-speaker {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/9lp9arjl7clh9yrmhem657p9pcts) no-repeat center center;
  padding-bottom: 0;
  background-size: cover;
}

/* line 1776, app/assets/stylesheets/custom.css */
.ph-ai-powered-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/3eldojrh99yuxf7k74h3j42s4lco) no-repeat center center !important;
  background-size: cover !important;
}

/* line 1782, app/assets/stylesheets/custom.css */
.ph-webinarDate-align a span {
  display: block;
  color: #fff;
}

/* line 1787, app/assets/stylesheets/custom.css */
.ph-insurance-sec {
  padding-top: 50px;
  padding-bottom: 0;
}

/* line 1792, app/assets/stylesheets/custom.css */
.ph-build-insurance ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

/* line 1800, app/assets/stylesheets/custom.css */
.ph-build-insurance ul li {
  color: var(--ph-main-color);
  font-size: 28px;
  padding: 30px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(180deg, #505050 0%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  flex: 1 1 0;
  height: 100%;
  min-height: 240px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

/* line 1823, app/assets/stylesheets/custom.css */
.ph-build-insurance .right_arrow li:nth-child(1),
.ph-build-insurance .left_arrow li:nth-child(3) {
  background: none;
  padding: 0;
  flex: 0.5 0.5 0;
}

/* line 1830, app/assets/stylesheets/custom.css */
.ph-build-insurance .left_arrow li:hover:nth-child(1) {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/b3ezlrc3bd7l65gzfa8no6ybkmwq) no-repeat center center;
  background-size: cover;
  color: #fff;
}

/* line 1837, app/assets/stylesheets/custom.css */
.ph-build-insurance .left_arrow li:hover:nth-child(2) {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/1oomr0fp6ojo3ll4n2i2g9uskkcv) no-repeat center center;
  background-size: cover;
  color: #fff;
}

/* line 1844, app/assets/stylesheets/custom.css */
.ph-build-insurance .right_arrow li:hover:nth-child(2) {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/bnlh1yhyzqp2y8zhlsta2u4891do) no-repeat center center;
  background-size: cover;
  color: #fff;
}

/* line 1851, app/assets/stylesheets/custom.css */
.ph-build-insurance .right_arrow li:hover:nth-child(3) {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/5yg3y57g2461f562qc9nj856s42h) no-repeat center center;
  background-size: cover;
  color: #fff;
}

/* line 1858, app/assets/stylesheets/custom.css */
.insurance_space h5, .insurance_space .h5 {
  margin-bottom: 0;
}

/* line 1862, app/assets/stylesheets/custom.css */
.insurance_four_point li {
  box-shadow: 0 5px 12px 0 #0a142430;
  padding: 15px;
  border-radius: 4px;
  background: var(--ph-white-color);
}

/* line 1869, app/assets/stylesheets/custom.css */
.insurance_four_point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* line 1875, app/assets/stylesheets/custom.css */
.ph_insuranceimg_h .ph-uiux-icon {
  height: auto;
}

/* line 1879, app/assets/stylesheets/custom.css */
.mobile_point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}

/* line 1886, app/assets/stylesheets/custom.css */
.app_shadow1 {
  box-shadow: 0px 2px 10px 0px #7c88a033;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 4px;
  background: #202020;
  text-align: center;
  padding: 30px 20px;
}

/* line 1896, app/assets/stylesheets/custom.css */
.app_shadow1 h5, .app_shadow1 .h5,
.app_shadow1 p {
  color: #fff;
}

/* line 1901, app/assets/stylesheets/custom.css */
.ph-content-box-value .app_icon_c {
  border: 1px dashed #000;
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 50%;
}

/* line 1912, app/assets/stylesheets/custom.css */
.ph-content-box-value:hover .app_icon_c {
  border: 1px dashed #fff;
}

/* line 1916, app/assets/stylesheets/custom.css */
.ph-corevalue-box:hover .ph-content-box-value svg {
  fill: #020202;
}

/* line 1920, app/assets/stylesheets/custom.css */
.ph-corevalue-box:hover .ph-content-box-value:hover svg {
  fill: var(--ph-main-color);
}

/* line 1924, app/assets/stylesheets/custom.css */
.app_shadow1 img {
  margin-bottom: 15px;
}

/* line 1928, app/assets/stylesheets/custom.css */
.app_shadow {
  box-shadow: 0px 2px 10px 0px #7c88a033;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center;
}

/* line 1936, app/assets/stylesheets/custom.css */
.app_shadow img {
  margin-bottom: 15px;
}

/* line 1939, app/assets/stylesheets/custom.css */
.mobile_point ul li {
  position: relative;
  padding: 20px 20px 20px 40px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 4px 6px 8px 0px #00000040;
}

/* line 1947, app/assets/stylesheets/custom.css */
.mobile_point ul li:before {
  content: "\f058";
  position: absolute;
  left: 15px;
  top: 18px;
  font-family: "FontAwesome";
  color: var(--ph-secondary-color);
  bottom: 0;
  margin: auto;
}

/* line 1958, app/assets/stylesheets/custom.css */
.mobile_fcontent_box {
  padding-left: 80px;
}

/* line 1962, app/assets/stylesheets/custom.css */
.mobile_fimg_box {
  text-align: right;
}

/* line 1966, app/assets/stylesheets/custom.css */
.mobile_scontent_box {
  padding-right: 80px;
}

/* line 1970, app/assets/stylesheets/custom.css */
.app_hireapp_develop {
  /* background: image-url(/assets/hire_top_bg_mobileapp-6f841c82930f95a6cffc6bd6ed8397c45ebbbfcd86b3ab49e9b5383e246be9d0.png) no-repeat center center; */
  background-size: cover;
  padding: 50px 80px;
  border-radius: 10px;
  overflow: hidden;
}

/* line 1979, app/assets/stylesheets/custom.css */
.phInsuranceCta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/57jttbutl7aoqoame9fqekpk8pr9) no-repeat center center;
  background-size: cover;
  padding: 50px 100px;
  overflow: hidden;
  border-radius: 10px;
}

/* line 1988, app/assets/stylesheets/custom.css */
.mobile_app_cta {
  /* background: image-url(/assets/mobile_app_cta-c85a30b09a038ccc600a62c4a8162c8df45f91b3fa773013a8acd35ffc7f7517.jpg) no-repeat center center; */
}

/* line 1993, app/assets/stylesheets/custom.css */
.phInsuranceCta h2, .phInsuranceCta .h2 {
  color: #fff;
}

/* line 1997, app/assets/stylesheets/custom.css */
.ph-insurance-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/96xjbq3epvmake73exc7mgz4spvq) no-repeat center center;
  background-size: cover;
  padding: 50px 100px;
}

/* line 2004, app/assets/stylesheets/custom.css */
.ph-build-insurance .left_arrow li:nth-child(1) img,
.ph-build-insurance .left_arrow li:nth-child(2) img {
  display: none;
}

/* line 2009, app/assets/stylesheets/custom.css */
.ph-build-insurance .left_arrow li:hover:nth-child(1) img,
.ph-build-insurance .left_arrow li:hover:nth-child(2) img {
  display: block;
}

/* line 2014, app/assets/stylesheets/custom.css */
.ph-build-insurance .right_arrow li:nth-child(2) img,
.ph-build-insurance .right_arrow li:nth-child(3) img {
  display: none;
}

/* line 2019, app/assets/stylesheets/custom.css */
.ph-build-insurance .right_arrow li:hover:nth-child(2) img,
.ph-build-insurance .right_arrow li:hover:nth-child(3) img {
  display: block;
}

/* line 2024, app/assets/stylesheets/custom.css */
.ph-webinarDate-align {
  display: flex;
  align-items: center;
}

/* line 2029, app/assets/stylesheets/custom.css */
.ph-chep-webinar span {
  background: linear-gradient(89.59deg, #b949fc 3.63%, #fb7881 115.62%, #8a5ed2 241.79%);
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  color: var(--ph-white-color);
  text-align: center;
  margin-bottom: 30px;
}

/* line 2044, app/assets/stylesheets/custom.css */
.ph-gredient-color {
  background: linear-gradient(90deg, #b848ff 0%, #ff7b7b 58.2%, #4f4fff 108.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 2055, app/assets/stylesheets/custom.css */
.ph-gredient-bg .ph-btn {
  background: linear-gradient(90deg, #b949fc 3.3%, #fb7881 107.08%, #8a5ed2 167.86%);
}

/* line 2064, app/assets/stylesheets/custom.css */
.ph-webinar-gredient ul {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 2071, app/assets/stylesheets/custom.css */
.ph-hireprice-box.ph-space-point li {
  padding-bottom: 15px;
}

/* line 2075, app/assets/stylesheets/custom.css */
.ph-point-sec .ph-hireprice-box.ph-space-point li {
  padding-bottom: 10px;
}

/* line 2079, app/assets/stylesheets/custom.css */
.pb-bgimg-machine {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/fhfmkgrhbxb0e5inrahpb7esw2w0) no-repeat center center !important;
  background-size: cover !important;
}

/* line 2085, app/assets/stylesheets/custom.css */
.pb-bgimg-unlock {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ssxnmm5fcw2d3qmw2ky3rmu62lla) no-repeat center center !important;
  background-size: cover;
}

/* line 2091, app/assets/stylesheets/custom.css */
.ph-chep-newwebinar {
  position: relative;
  max-width: 180px;
}

/* line 2096, app/assets/stylesheets/custom.css */
.ph-chep-newwebinar img {
  position: absolute;
  right: 20px;
  top: -23px;
  max-width: 21px;
  width: 100%;
}

/* line 2104, app/assets/stylesheets/custom.css */
.ph-freeSpot-box {
  text-align: center;
  background: #f8a926;
  padding: 50px;
  border-radius: 8px;
  position: relative;
}

/* line 2112, app/assets/stylesheets/custom.css */
.ph-point-sec {
  padding-bottom: 150px;
}

/* line 2116, app/assets/stylesheets/custom.css */
.ph-seet-img {
  position: absolute;
  right: -50px;
  top: -50px;
}

/* line 2122, app/assets/stylesheets/custom.css */
.ph-reseve-sec {
  padding-top: 0;
  margin-top: -120px;
}

/* line 2127, app/assets/stylesheets/custom.css */
.ph-seet-img img {
  max-width: 300px;
}

/* line 2131, app/assets/stylesheets/custom.css */
.ph-freeSpot-box h2, .ph-freeSpot-box .h2 {
  color: #fff;
}

/* line 2135, app/assets/stylesheets/custom.css */
.ph-freeSpot-box p {
  color: #fff;
}

/* line 2139, app/assets/stylesheets/custom.css */
.ph-reserv-btn .ph-btn {
  border-radius: 4px;
}

/* line 2143, app/assets/stylesheets/custom.css */
.ph-hireprice-box.ph-space-point.ph-light-point li {
  font-weight: 400;
  color: #666;
}

/* line 2148, app/assets/stylesheets/custom.css */
.ph-hireprice-box.ph-space-point h2, .ph-hireprice-box.ph-space-point .h2 {
  margin-bottom: 30px;
  font-size: 28px;
}

/* line 2153, app/assets/stylesheets/custom.css */
.clutch_globel img {
  max-width: 350px;
  margin: 50px 0;
}

/* line 2158, app/assets/stylesheets/custom.css */
.cluth_logo img {
  max-width: 110px;
  height: auto;
  min-width: 110px;
  width: 100%;
}

/* line 2165, app/assets/stylesheets/custom.css */
.view_bold span {
  font-size: 20px;
  color: #020202;
}

/* line 2170, app/assets/stylesheets/custom.css */
.ph_clutch_globel_heading h2, .ph_clutch_globel_heading .h2 {
  color: var(--ph-white-color);
}

/* line 2174, app/assets/stylesheets/custom.css */
.ph-webinar-gredient ul li img {
  background: linear-gradient(90deg, #b949fc 3.3%, #fb7881 99.99%, #8a5ed2 100%);
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

/* line 2189, app/assets/stylesheets/custom.css */
.ph-webinar-gredient ul li a {
  color: var(--ph-white-color);
}

/* line 2193, app/assets/stylesheets/custom.css */
.ph-webinar-gredient {
  margin-top: 50px;
}

/* line 2197, app/assets/stylesheets/custom.css */
.ph-webinar-attemp .ph-inner-icon {
  background: var(--ph-white-color);
}

/* line 2201, app/assets/stylesheets/custom.css */
.ph-webinar-rgister {
  background: url(/assets/right-choice-7b5bf8610e7b2831980104f2737c6f21f03203477be153a0d487f10e638543d0.png) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}

/* line 2207, app/assets/stylesheets/custom.css */
.ph-webinar-benefits-sec .ph-prices-box h5, .ph-webinar-benefits-sec .ph-prices-box .h5 {
  margin-top: 20px;
}

/* line 2211, app/assets/stylesheets/custom.css */
.ph-webinar-title-bnr {
  margin-bottom: 10px;
}

/* line 2215, app/assets/stylesheets/custom.css */
.ph-webinar-title-bnr h1, .ph-webinar-title-bnr .h1 {
  font-size: 48px;
}

/* line 2219, app/assets/stylesheets/custom.css */
.ph-webinar-modal-form1 .ph-contact-field ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

/* line 2224, app/assets/stylesheets/custom.css */
.ph-get-qoute-sec .ph-contact-form {
  padding-right: 24px;
}

/* line 2228, app/assets/stylesheets/custom.css */
.webinar-attnd-w {
  min-width: 50px;
}

/* line 2232, app/assets/stylesheets/custom.css */
.ph-thankyou-redesign .ph-four-page h1 span, .ph-thankyou-redesign .ph-four-page .h1 span {
  color: var(--ph-main-color);
}

/* line 2236, app/assets/stylesheets/custom.css */
.ph-thankyou-redesign .ph-four-page h2, .ph-thankyou-redesign .ph-four-page .h2 {
  color: #7e7d7d;
  font-weight: 300;
  font-size: 24px;
}

/* line 2242, app/assets/stylesheets/custom.css */
.ph-thankyou-web-ico .ph-corevalue-box span {
  color: var(--ph-main-color);
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
}

/* line 2249, app/assets/stylesheets/custom.css */
.ph-webinar-over-sec ul li img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* home webinar bnr */
/* line 2257, app/assets/stylesheets/custom.css */
.ph-banner-webinar {
  padding: 30px 20px;
  border-radius: 0px 0px 16px 16px;
  margin: auto;
  background: repeating-linear-gradient(45deg, #f5f3f3, white 150px);
  background: repeating-linear-gradient(45deg, #f5f3f3, white 110px);
  position: relative;
}

/* line 2266, app/assets/stylesheets/custom.css */
.ph-webinar-uiux {
  background: var(--ph-secondary-color);
  text-align: center;
  color: var(--ph-white-color);
  border-radius: 16px 16px 0px 0px;
  padding: 20px 10px;
}

/* line 2274, app/assets/stylesheets/custom.css */
.ph-webinar-uiux h4, .ph-webinar-uiux .h4 {
  margin-bottom: 0;
}

/* line 2278, app/assets/stylesheets/custom.css */
.ph-banner-webinar .ph-webinar-join {
  width: 100%;
  max-width: 240px;
  text-align: left;
  margin: auto;
}

/* line 2285, app/assets/stylesheets/custom.css */
.ph-banner-webinar a.ph-btn.ph-webinar-hurry-btn {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 8px;
  margin-bottom: 25px;
  cursor: none;
}

/* line 2294, app/assets/stylesheets/custom.css */
.ph-banner-webinar a.ph-btn.ph-webinar-hurry-btn:hover {
  color: var(--ph-white-color);
}

/* line 2298, app/assets/stylesheets/custom.css */
.ph-banner-webinar .ph-webinar-book-btn {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 44px;
  /* color:var(--ph-black-color); */
  border-radius: 8px;
}

/* line 2306, app/assets/stylesheets/custom.css */
.ph-banner-webinar .ph-webinar-book-btn:hover {
  color: var(--ph-white-color);
}

/* line 2310, app/assets/stylesheets/custom.css */
.ph-home-webinar-date {
  background: #e0e0e0bf;
  border-radius: 40px;
  padding: 10px 0px;
  margin-top: 20px;
}

/* line 2317, app/assets/stylesheets/custom.css */
.ph-pioot-webinar-btn {
  border-radius: 30px;
  padding: 10px 20px;
}

/* line 2322, app/assets/stylesheets/custom.css */
.ph-banner-webinar h2, .ph-banner-webinar .h2 {
  color: #000;
  font-size: 18px;
  margin-top: 24px;
}

/* line 2328, app/assets/stylesheets/custom.css */
.ph-banner-webinar p abbr {
  font-weight: 500;
}

/* line 2332, app/assets/stylesheets/custom.css */
.mobile_content_box {
  margin-bottom: 30px;
}

/* line 2336, app/assets/stylesheets/custom.css */
.ph-price-color.ph-plan-box-white p {
  color: #222;
}

/* line 2340, app/assets/stylesheets/custom.css */
.ph-price-color.ph-plan-box-white h5, .ph-price-color.ph-plan-box-white .h5 {
  color: var(--ph-black-color);
}

/* .ph-prices-box h5 {
  color: var(--ph-main-color);
} */
/* line 2348, app/assets/stylesheets/custom.css */
.mobile_content_box h5, .mobile_content_box .h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

/* line 2354, app/assets/stylesheets/custom.css */
.ph-banner-webinar p {
  color: var(--ph-black-color);
  font-size: 18px;
  padding-bottom: 10px;
}

/* line 2360, app/assets/stylesheets/custom.css */
.ph-whatsaap-icon {
  font-size: 25px;
  position: relative;
  top: 3px;
}

/* Leading Web Development Company */
/* line 2367, app/assets/stylesheets/custom.css */
.ph-mobile-florida {
  align-items: center;
}

/* line 2371, app/assets/stylesheets/custom.css */
.ph-dedicated-dp-sec-florida {
  background: url(/assets/banner-product-dev-6d85efe0c2e6a36199fa2d1381928014126cce1af76524a9665215967db1e94f.webp) no-repeat center center;
  background-size: cover;
  position: relative;
}

/* web atlanta */
/* line 2379, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-box:hover {
  /* border-color:var(--ph-main-color); */
}

/* line 2383, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-box {
  border: 2px solid transparent;
  color: var(--ph-white-color);
}

/* line 2388, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-box:hover h4, .ph-atlanta-meet .ph-uiux-box:hover .h4 {
  /* color:var(--ph-main-color); */
}

/* line 2392, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-box p {
  color: var(--ph-white-color);
}

/* line 2396, app/assets/stylesheets/custom.css */
.ph-web-banner-atlanta {
  background: url(/assets/nodejs-banner-bded1b948ca57a7f2f4150526e26c65c9e3df30fe1c8a27c5b7424c63b819490.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/* line 2402, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-meet-box1 {
  background: #4b9efb;
}

/* line 2406, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-meet-box2 {
  background: #67ca72;
}

/* line 2410, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-meet-box3 {
  background: #ba4bf9;
}

/* line 2414, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-meet-box4 {
  background: #fd7070;
}

/* line 2418, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-meet-box5 {
  background: #5648f9;
}

/* line 2422, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-small-heding {
  color: var(--ph-white-color);
}

/* line 2426, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-icon {
  border-color: var(--ph-white-color);
}

/* line 2430, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-icon span {
  font-size: 36px;
}

/* line 2434, app/assets/stylesheets/custom.css */
.ph-word-atlanta .ph-corevalue-box:hover {
  /* background: var(--ph-main-color); */
  background: #0076ff;
}

/* line 2439, app/assets/stylesheets/custom.css */
.ph-stand-box {
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  padding-bottom: 50px;
  border-radius: 10px;
  /* border: 1px solid #e0e0e0; */
  transition: 0.3s;
  padding: 50px 30px 30px;
  margin-bottom: 80px;
  height: 80%;
  transition: 0.3s;
  border-top: 2px solid var(--ph-main-color);
  border-right: 2px solid var(--ph-main-color);
  border-left: 2px solid #0076ff;
  border-bottom: 2px solid #0076ff;
}

/* line 2457, app/assets/stylesheets/custom.css */
.ph-stand-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-color: #0076ff;
}

/* line 2464, app/assets/stylesheets/custom.css */
.ph-stand-box .icon {
  background-color: #fff;
  position: absolute;
  left: 30px;
  top: -50px;
  margin: auto;
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  border: 1px solid #bebebe;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

/* line 2489, app/assets/stylesheets/custom.css */
.ph-stand-box .icon i {
  line-height: 100px;
  font-size: 38px;
}

/* line 2494, app/assets/stylesheets/custom.css */
.ph-stand-box .icon img {
  max-width: 60px;
  margin-top: 20px;
}

/* line 2499, app/assets/stylesheets/custom.css */
.ph-atlanta-meet .ph-uiux-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* line 2503, app/assets/stylesheets/custom.css */
.ph-word-atlanta .ph-corevalue-box {
  text-align: left;
}

/* line 2507, app/assets/stylesheets/custom.css */
.ph-word-atlanta img {
  margin: auto;
  width: 100%;
  max-width: 300px;
}

/* line 2513, app/assets/stylesheets/custom.css */
.pj-icon-heading img {
  width: 100%;
  max-width: 35px;
  text-align: left;
  left: 0;
}

/* line 2520, app/assets/stylesheets/custom.css */
.ph-word-atlanta .row {
  align-items: center;
}

/* line 2524, app/assets/stylesheets/custom.css */
.ph-word-atlanta .ph-corevalue-box {
  background: transparent;
  box-shadow: unset;
}

/* line 2529, app/assets/stylesheets/custom.css */
.ph-hire-expert .ph-all-answers ul {
  grid-template-columns: repeat(4, 1fr);
}

/* line 2533, app/assets/stylesheets/custom.css */
.ph-atlanta-web-port .ph-otherwork-img img {
  width: 100%;
  max-width: 330px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 2540, app/assets/stylesheets/custom.css */
.ph-atlanta-word .ph-otherinner-box {
  box-shadow: 0 0 29px 0 RGB(7 16 63/10%);
}

/* line 2544, app/assets/stylesheets/custom.css */
.ph-atlanta-word .ph-casestudy-stage:before {
  background: linear-gradient(163.24deg, #313131 23.19%, #313131 73.11%);
}

/* line 2548, app/assets/stylesheets/custom.css */
.ph-atlanta-word .ph-casestudy-edupark:before {
  background: #bcd7fe;
}

/* line 2552, app/assets/stylesheets/custom.css */
.ph-atlanta-word .ph-travel-express-bg:before {
  background: #7300f9;
}

/* line 2556, app/assets/stylesheets/custom.css */
.ph-baner-ror-germany {
  background: url(/assets/ror-header-e422a82fbf3d9482e37e50b09dd87faa8dc08144a55cf935eabb00f99882b764.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}

/* line 2562, app/assets/stylesheets/custom.css */
.ph-germany-ror-i img {
  width: 100%;
  max-width: 280px;
}

/* line 2566, app/assets/stylesheets/custom.css */
.ph-dedicated-cta p {
  color: var(--ph-white-color);
}

/* line 2570, app/assets/stylesheets/custom.css */
.phTrialDeveloper h2, .phTrialDeveloper .h2 {
  color: #fff;
  padding-top: 25px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

/* line 2578, app/assets/stylesheets/custom.css */
.ph-engagement-box {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 0 16px 0 #14062f17;
  border-radius: 12px;
  padding: 25px 15px;
  background: var(--ph-white-color);
  transition: all 0.3s;
}

/* line 2588, app/assets/stylesheets/custom.css */
.ph-engagement-box h3, .ph-engagement-box .h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 20px;
  color: #020202;
}

/* line 2596, app/assets/stylesheets/custom.css */
.ph-engagement-box:hover {
  transform: translateY(-8px);
}

/* line 2600, app/assets/stylesheets/custom.css */
.ph-webMobile-bg {
  transition: 0.3s;
}

/* line 2604, app/assets/stylesheets/custom.css */
.ph-webMobile-bg:hover {
  transform: scale(1.03);
  background: var(--ph-black-color);
  color: var(--ph-white-color) !important;
}

/* line 2610, app/assets/stylesheets/custom.css */
.ph-webMobile-bg.ph-webMobile-bg:hover h5, .ph-webMobile-bg.ph-webMobile-bg:hover .h5,
.ph-webMobile-bg.ph-webMobile-bg:hover p {
  color: var(--ph-white-color) !important;
}

/* ror germany */
/* line 2617, app/assets/stylesheets/custom.css */
.ph-ror-form-germany .ph-contact-form input {
  background: var(--ph-white-color);
  box-shadow: 0 0 17px 0 #19093612;
}

/* line 2622, app/assets/stylesheets/custom.css */
.ph-ror-form-germany .ph-contact-form textarea {
  background: var(--ph-white-color);
  box-shadow: 0 0 17px 0 #19093612;
}

/* line 2627, app/assets/stylesheets/custom.css */
.ph-ror-form-germany .btn-germany-s .ph-contact-btn {
  background: var(--ph-main-color);
}

/* line 2631, app/assets/stylesheets/custom.css */
.ruby-b-1 {
  border: 0.5px solid #0000ff;
}

/* line 2635, app/assets/stylesheets/custom.css */
.cta-shopify-container {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/sre6t0ilvg2a1x70hh4iavxk83r1) center center no-repeat;
  padding: 80px;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

/* line 2644, app/assets/stylesheets/custom.css */
.cta-shopify-container h2, .cta-shopify-container .h2 {
  color: #fff;
}

/* line 2648, app/assets/stylesheets/custom.css */
.cta-shopify-container p {
  color: #fff;
}

/* line 2652, app/assets/stylesheets/custom.css */
.cta-shopify-container h2 span, .cta-shopify-container .h2 span {
  color: #75b94a;
}

/* line 2656, app/assets/stylesheets/custom.css */
.cta-shopify-container .ph-btn {
  background: #75b94a;
  border: 1px solid transparent;
}

/* line 2661, app/assets/stylesheets/custom.css */
.cta-shopify-container .ph-btn:hover {
  border: 1px solid #75b94a;
  color: #75b94a;
}

/* line 2666, app/assets/stylesheets/custom.css */
.gems-card {
  margin: 30px 0;
  display: flex;
  position: relative;
  padding: 20px 10px;
  border-radius: 10px;
  min-height: 85px;
  box-shadow: 0px 3px 10px #00000019;
}

/* line 2676, app/assets/stylesheets/custom.css */
.gems-card .top-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin-left: 15px;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
}

/* line 2686, app/assets/stylesheets/custom.css */
.gems-card .top-title h3, .gems-card .top-title .h3 {
  font-size: 20px;
  margin: 0 5px 5px 5px !important;
}

/* line 2691, app/assets/stylesheets/custom.css */
.ph-ror-germany-pro .ph-why-choose-grid ul {
  grid-template-columns: repeat(6, 1fr);
}

/* line 2695, app/assets/stylesheets/custom.css */
.ph-ror-germany-pro .ph-why-choose-grid ul li {
  background: var(--ph-white-color);
}

/* line 2699, app/assets/stylesheets/custom.css */
.ph-germany-d-1 {
  border-color: #d95cfe;
}

/* line 2703, app/assets/stylesheets/custom.css */
.ph-germany-d-2 {
  border-color: #ff0000;
}

/* line 2707, app/assets/stylesheets/custom.css */
.ph-germany-d-3 {
  border-color: #00b9ff;
}

/* line 2711, app/assets/stylesheets/custom.css */
.ph-ror-ulli .ph-all-answers ul li {
  border-bottom: 4px solid transparent;
}

/* line 2715, app/assets/stylesheets/custom.css */
.ph-ror-ulli .ph-all-answers ul li:hover {
  border-color: var(--ph-main-color);
}

/* line 2719, app/assets/stylesheets/custom.css */
.ph-ror-germany-btn a {
  box-shadow: 0 0 20px 0 RGB(19 29 88/6%);
  background: var(--ph-main-color);
  font-weight: 500;
}

/* california */
/* line 2727, app/assets/stylesheets/custom.css */
.ph-baner-california {
  background: url(/assets/californiaBanner-bbd6efc6f573ad71c81dd02f853c0ca5b14a861d9a2ae62c56743cb32bb0d483.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0px 0;
}

/* line 2733, app/assets/stylesheets/custom.css */
.ph-multi-box-4:hover h5, .ph-multi-box-4:hover .h5 {
  color: var(--ph-black-color);
}

/* line 2737, app/assets/stylesheets/custom.css */
.ph-multi-box-4:hover p {
  color: var(--ph-black-color);
}

/* line 2741, app/assets/stylesheets/custom.css */
.ph-multi-box-4 .ph-corevalue-box i {
  font-size: 38px;
  transition: transform 0.8s ease-in-out;
}

/* line 2747, app/assets/stylesheets/custom.css */
.ph-multi-box-4 .ph-corevalue-box:hover i {
  transform: rotate(360deg);
}

/* line 2752, app/assets/stylesheets/custom.css */
.ph-multi-box-4 .ph-corevalue-box {
  border-bottom: 4px solid transparent;
  transition: all 0.5s;
}

/* line 2757, app/assets/stylesheets/custom.css */
.ph-multi-box-4 .ph-corevalue-box:hover {
  border-color: var(--ph-main-color);
}

/* line 2761, app/assets/stylesheets/custom.css */
.ph-ror-californa-pro .ph-why-choose-grid ul {
  grid-template-columns: repeat(4, 1fr);
}

/* line 2765, app/assets/stylesheets/custom.css */
.ph-ror-californa-pro .ph-why-choose-grid ul li {
  background: var(--ph-white-color);
}

/* Virginia */
/* line 2771, app/assets/stylesheets/custom.css */
.ph-app-virginia-bnr {
  background: url(/assets/android-ph-dev-85a8826ca616ee592d044ef9706532e0a824eb9c8be1c4b08736bdbcf73bb6d7.webp) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
}

/* line 2777, app/assets/stylesheets/custom.css */
.ph-atlanta-word .ph-react-virginia:before {
  background: #00bcd4;
}

/* mobile app delhi */
/* line 2782, app/assets/stylesheets/custom.css */
.ph-app-delhi-bnr {
  background: url(/assets/delhibg-bnr-36f02b53ef417cf2f18e646d82552e202b710d7f700be3ef252017e35606a8fd.webp) no-repeat center center;
  /* background: var(--ph-darkgray-color); */
  background-size: cover;
  padding: 60px 0px;
}

/* line 2789, app/assets/stylesheets/custom.css */
.ph-mobile-delhi .gems-card {
  min-height: 135px;
}

/* line 2793, app/assets/stylesheets/custom.css */
.ph-mobile-delhi-sec .ph-content-box-value i {
  font-size: 36px;
}

/* home banner */
/* line 2799, app/assets/stylesheets/custom.css */
.ph-bnr-home-head {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px 14px;
}

/* line 2804, app/assets/stylesheets/custom.css */
.ph-bnr-home-head h4, .ph-bnr-home-head .h4 {
  margin: 0;
  font-size: 18px;
}

/* line 2809, app/assets/stylesheets/custom.css */
.ph-banner-webinar h3, .ph-banner-webinar .h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
}

/* line 2815, app/assets/stylesheets/custom.css */
.ph-banner-webinar h3 span, .ph-banner-webinar .h3 span {
  color: var(--ph-main-color);
}

/* line 2819, app/assets/stylesheets/custom.css */
.ph-banner-webinar h5, .ph-banner-webinar .h5 {
  font-size: 16px;
  margin: 0;
  line-height: 28px;
}

/* line 2825, app/assets/stylesheets/custom.css */
a.ph-webinar-regi.ph-pioot-webinar-btn {
  font-size: 18px;
  padding: 8px 22px;
  margin-top: 35px;
}

/* line 2831, app/assets/stylesheets/custom.css */
.ph-webinar-regi {
  background: var(--ph-main-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px 24px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 18px;
  display: inline-block;
  border: 2px solid var(--ph-main-color);
}

/* line 2842, app/assets/stylesheets/custom.css */
.ph-webinar-regi:hover {
  background: transparent;
  border-radius: 0;
}

/* Cese Study  LMS */
/* Casestudy Sec Start*/
/* line 2850, app/assets/stylesheets/custom.css */
.ph-casestudy-lsm {
  background: url(/assets/lms-bnr-05ebe5228267a46b3f01fdc72d3be53b05f5f8ff2a367f10ebca1ec9cfeedd21.png) no-repeat center center;
  background-size: cover;
  padding: 60px 0px 30px;
}

/* line 2856, app/assets/stylesheets/custom.css */
.ph-case-img img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 50px;
}

/* line 2862, app/assets/stylesheets/custom.css */
.ph-impact-lms-sec .ph-hireprice-box ul li span {
  font-weight: 500;
  color: #d3317d;
}

/* line 2867, app/assets/stylesheets/custom.css */
.ph-impact-lms-sec .ph-hireprice-box ul li {
  font-weight: 300;
  font-size: 16px;
}

/* line 2872, app/assets/stylesheets/custom.css */
.ph-point-sec .ph-hireprice-box ul li {
  font-size: 16px;
}

/* line 2876, app/assets/stylesheets/custom.css */
.ph-impact-lms-sec .ph-hireprice-box ul li:before {
  color: #d3317d;
}

/* line 2880, app/assets/stylesheets/custom.css */
.ph-impact-lms-sec {
  background: #fef2fb;
}

/* line 2884, app/assets/stylesheets/custom.css */
.ph-lms-result-list ul li {
  display: flex;
}

/* line 2888, app/assets/stylesheets/custom.css */
.ph-lms-increased {
  margin-left: 15px;
}

/* line 2892, app/assets/stylesheets/custom.css */
.ph-lms-result-list ul li h6, .ph-lms-result-list ul li .h6 {
  margin: 0;
}

/* line 2896, app/assets/stylesheets/custom.css */
.ph-lms-increased h6:after, .ph-lms-increased .h6:after {
  background: #f3f5f9;
}

/* line 2900, app/assets/stylesheets/custom.css */
.ph-case-img {
  text-align: end;
}

/* line 2904, app/assets/stylesheets/custom.css */
.ph-casestudy-lms-sys:before {
  background: #d755ca8c;
}

/* portfolio shekunj */
/* line 2910, app/assets/stylesheets/custom.css */
.ph-shekunj-banner-port {
  background: linear-gradient(90.75deg, #e2b3a5 17.41%, #db83b2 88.78%);
}

/* line 2914, app/assets/stylesheets/custom.css */
.ph-shekunj-banner-port .ph-banner-tiltle {
  color: #d3317d;
}

/* line 2918, app/assets/stylesheets/custom.css */
section.ph-pivott-sec.ph-valient-sec.ph-shekunj-banner-port h1 span, section.ph-pivott-sec.ph-valient-sec.ph-shekunj-banner-port .h1 span {
  color: #d3317d;
}

/* line 2922, app/assets/stylesheets/custom.css */
.ph-shekunj-banner-port .ph-btn,
.swal-button {
  background: #d3317d;
}

/* line 2927, app/assets/stylesheets/custom.css */
.ph-shekunj-module {
  background: rgba(211, 49, 125, 0.1);
}

/* line 2931, app/assets/stylesheets/custom.css */
.ph-shekunj-module-port {
  background: linear-gradient(90.75deg, #f2d1c7 17.41%, #e7bed4 88.78%);
}

/* line 2935, app/assets/stylesheets/custom.css */
.ph-shekunj-module-port .ph-featureInner-content ul li span {
  color: #d3317d;
}

/* line 2939, app/assets/stylesheets/custom.css */
.ph-shekunj-module-port .ph-featureInner-content ul li:before {
  color: #d3317d;
}

/* line 2943, app/assets/stylesheets/custom.css */
.ph-portfolio-page-img .ph-portfolio-box img {
  min-height: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 2948, app/assets/stylesheets/custom.css */
.ph-portfolio-carousal button.carousel-control-prev {
  background: #6b6969;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 40%;
}

/* line 2956, app/assets/stylesheets/custom.css */
.ph-portfolio-carousal button.carousel-control-next {
  background: #6b6969;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 40%;
}

/* blog modal */
/* line 2966, app/assets/stylesheets/custom.css */
.ph-blog-img-tusharji {
  width: 100%;
  max-width: 200px;
}

/* line 2971, app/assets/stylesheets/custom.css */
.ph-blog-img-cookies {
  display: flex;
  align-items: center;
}

/* line 2976, app/assets/stylesheets/custom.css */
.ph-blog-img-cookies {
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

/* line 2982, app/assets/stylesheets/custom.css */
.ph-blog-button-modal {
  display: flex;
  justify-content: end;
  gap: 15px;
}

/* line 2988, app/assets/stylesheets/custom.css */
.ph-blog-ciokies-modal {
  background: #eef4fd;
  padding: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

/* line 2997, app/assets/stylesheets/custom.css */
.ph-blog-name-cookies h4, .ph-blog-name-cookies .h4 {
  color: var(--ph-main-color);
  font-weight: 500;
}

/* line 3002, app/assets/stylesheets/custom.css */
.ph-blog-name-cookies p {
  margin: 0;
}

/* line 3006, app/assets/stylesheets/custom.css */
.ph-blog-name-cookies h3, .ph-blog-name-cookies .h3 {
  margin: 0;
}

/* line 3010, app/assets/stylesheets/custom.css */
.ph-blog-name-cookies {
  padding-top: 40px;
}

/* line 3014, app/assets/stylesheets/custom.css */
.ph-blog-close-mo {
  background: #ff0000;
}

/* line 3018, app/assets/stylesheets/custom.css */
.ph-shekunj-benefits-sec .ph-featureInner-content ul li span {
  font-weight: 600;
  color: #d3317d;
}

/* line 3023, app/assets/stylesheets/custom.css */
.ph-shekunj-benefits-sec .ph-featureInner-content ul li:before {
  color: #d3317d;
}

/* line 3027, app/assets/stylesheets/custom.css */
.ph-shekunj-banner-port .ph-shekunj-title-bnr h1, .ph-shekunj-banner-port .ph-shekunj-title-bnr .h1 {
  color: #000;
}

/* line 3031, app/assets/stylesheets/custom.css */
.ph-shekunj-banner-port .ph-shekunj-title-bnr p {
  color: #000;
}

/* line 3035, app/assets/stylesheets/custom.css */
.ph-portfolio-slide-img .ph-portfolio-box img {
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* scale-your-income-by */
/* line 3043, app/assets/stylesheets/custom.css */
.ph-best-in-dia {
  background: #202020;
}

/* line 3047, app/assets/stylesheets/custom.css */
.ph-best-in-dia .ph-heading-title {
  color: var(--ph-white-color);
}

/* line 3051, app/assets/stylesheets/custom.css */
.ph-best-in-dia .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 3055, app/assets/stylesheets/custom.css */
section.ph-best-in-dia .ph-blog-img a img {
  padding: 10px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 260px;
}

/* line 3062, app/assets/stylesheets/custom.css */
.ph-scale-inadia-bnr {
  background: url(/assets/scale-banner-bg-94f98bf3b632ca6b6b1feeba26ccf2fa5ebc78088829f289074ae54c05fe4686.webp) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 60px 0 60px;
}

/* fab hr */
/* line 3071, app/assets/stylesheets/custom.css */
.ph-baf-hr-banner {
  background: url(/assets/fabhr-bnrbg-f0b4987331a027d7b40d62ce7f0db3db0504477a63c0b6b26f80653a77d78fc1.png) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0 50px;
}

/* line 3078, app/assets/stylesheets/custom.css */
.ph-baf-hr-banner .ph-contact-form {
  background-color: var(--ph-white-color);
}

/* line 3082, app/assets/stylesheets/custom.css */
.ph-baf-hr-banner .ph-heading-title {
  text-align: left;
}

/* line 3086, app/assets/stylesheets/custom.css */
.pb-fabbht-why .ph-plan-content img {
  margin-bottom: 20px;
}

/* line 3090, app/assets/stylesheets/custom.css */
.ph-softwear-employee {
  background: url(/assets/hire-dedicated-f34324f568971c6583429bbe9507c8e67aae13d5ff353cdbafcbfa7b00774ad0.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
  padding-top: 15px;
}

/* line 3098, app/assets/stylesheets/custom.css */
.ph-bafhre-employee {
  text-align: end;
}

/* line 3102, app/assets/stylesheets/custom.css */
.ph-softwear-employee .ph-heading-title {
  color: var(--ph-white-color);
  text-align: left;
}

/* line 3107, app/assets/stylesheets/custom.css */
.ph-bafhre-employee img {
  width: 100%;
  max-width: 200px;
}

/* line 3112, app/assets/stylesheets/custom.css */
.ph-fab-trust-us {
  background: url(/assets/trustbg-main-d30f072abaed5cd49b8bcd0d55af4c9d973b7b0cca6e3c550a2bf3a2f8cebc79.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
  padding-bottom: 60px;
}

/* line 3120, app/assets/stylesheets/custom.css */
.ph-fabhr-trust-box {
  text-align: center;
  /* background: #ffffffc4; */
  background: url(/assets/fabhrbg-4247c1331a7ef86e9ec1627385197426898e5bf779bddce6bcbbfe27ddc66def.png) no-repeat center center;
  padding: 35px 8px;
  margin-bottom: 20px;
  align-items: center;
}

/* line 3129, app/assets/stylesheets/custom.css */
.ph-fab-trust-us .ph-fabhr-trust-box img {
  width: 100%;
  max-width: 130px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* educational-institutions */
/* line 3138, app/assets/stylesheets/custom.css */
.ph-educational-institude {
  background: url(/assets/educational-institutions-bnr-f795da8d8ad5b788898d70ddd2e03c96b4c001fdd73c4fe449715c580953672d.png) no-repeat center center;
  background-size: cover;
  padding: 120px 0px;
}

/* line 3144, app/assets/stylesheets/custom.css */
.ph-packed-b-x-sol .ph-portfolio-box {
  margin: 0;
  background-color: transparent;
  box-shadow: unset;
}

/* line 3150, app/assets/stylesheets/custom.css */
.ph-packed-b-x-sol .ph-blog-img {
  margin: 0;
}

/* line 3154, app/assets/stylesheets/custom.css */
.ph-education-industry {
  background: url(/assets/industry-bg-8bd194bdafbb4b392f10496e2b23193537f7559e0e047683119eddf4383d2c69.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}

/* line 3160, app/assets/stylesheets/custom.css */
.ph-washington-page-li ul li {
  font-size: 15px;
}

/* landing page washington */
/* line 3166, app/assets/stylesheets/custom.css */
.ph-washington-name-main h4, .ph-washington-name-main .h4 {
  color: var(--ph-white-color);
  position: absolute;
  text-align: center;
  margin: auto;
  display: block;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 999;
}

/* line 3178, app/assets/stylesheets/custom.css */
.ph-washington-industry-list-1 {
  position: relative;
  text-align: center;
}

/* line 3183, app/assets/stylesheets/custom.css */
.ph-washington-name-main img {
  border-radius: 5px;
  height: 300px;
  width: 100%;
}

/* line 3189, app/assets/stylesheets/custom.css */
.ph-washington-industry-list-1:after {
  content: "";
  position: absolute;
  background: #41303073;
  width: 100%;
  left: 0;
  height: 300px;
  border-radius: 5px;
  bottom: 0;
}

/* line 3200, app/assets/stylesheets/custom.css */
.ph-washington-industry-list-1:hover:after {
  opacity: 0;
}

/* line 3204, app/assets/stylesheets/custom.css */
.ph-on-demain-webinarli ul li {
  list-style: disc;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
}

/* line 3211, app/assets/stylesheets/custom.css */
.ph-on-demain-webinarli ul li:before {
  display: none;
}

/* line 3215, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand {
  background: url(/assets/webinar-on-demand-bnr-8238ac194bda694dfcbdd7e1d1e101e3dc57922b921f13bbbf970923ddbb9e9b.webp) no-repeat center center;
  background-size: cover;
}

/* line 3220, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand-box .ph-skill-team.ph-bg-bluelight {
  background: #386eda;
}

/* line 3224, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand-box .ph-skill-team.ph-bg-darkyellow {
  background: #d99629;
}

/* line 3228, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand-box .ph-skill-team.ph-bg-darkgreen {
  background: #5ea921;
}

/* line 3232, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand-box .ph-skill-team.ph-bg-skylight {
  background: #07bae2;
}

/* line 3236, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand-box .ph-inner-icon .ph-skill-team.ph-bg-darkbraun {
  background: #55534e;
}

/* line 3240, app/assets/stylesheets/custom.css */
.ph-webinar-on-demand-box .ph-skill-team.ph-bg-bluedark {
  background: #6183dd;
}

/* blog hover */
/* line 3246, app/assets/stylesheets/custom.css */
.ph-blog-main-sec .ph-blog-box:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 80px 0;
  border-color: transparent #f8a928 transparent transparent;
}

/* line 3260, app/assets/stylesheets/custom.css */
.ph-blog-bulletimg {
  margin: 0 !important;
  width: 8px;
  margin-right: 8px !important;
}

/* case-study-lms page css*/
/* line 3268, app/assets/stylesheets/custom.css */
.ph-case-study-count {
  /* border-bottom: 1px solid #ccc; */
  padding-top: 50px;
}

/* line 3273, app/assets/stylesheets/custom.css */
.ph-case-study-count:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  width: 320px;
}

/* line 3282, app/assets/stylesheets/custom.css */
.ph-team-invoise {
  background: var(--ph-black-color);
  padding-left: 80px;
  padding-bottom: 120px;
  padding-top: 70px;
}

/* line 3289, app/assets/stylesheets/custom.css */
.ph-team-invoise h2, .ph-team-invoise .h2 {
  color: var(--ph-white-color);
}

/* line 3293, app/assets/stylesheets/custom.css */
.ph-team-invoise p {
  color: var(--ph-white-color);
}

/* line 3297, app/assets/stylesheets/custom.css */
.ph-casestudy-new {
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

/* line 3302, app/assets/stylesheets/custom.css */
.ph-left-case {
  padding-left: 70px;
  padding-top: 99px;
}

/* line 3307, app/assets/stylesheets/custom.css */
.ph-case-study-title {
  margin-bottom: 50px;
}

/* line 3311, app/assets/stylesheets/custom.css */
.case-bussiness-reu {
  background: var(--ph-black-color);
  padding-bottom: 100px;
}

/* line 3316, app/assets/stylesheets/custom.css */
.case-bussiness-reu h2, .case-bussiness-reu .h2 {
  color: var(--ph-white-color);
}

/* line 3320, app/assets/stylesheets/custom.css */
.case-bussiness-reu p {
  color: var(--ph-white-color);
}

/* line 3324, app/assets/stylesheets/custom.css */
.ph-case-business-box ul li img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}

/* line 3330, app/assets/stylesheets/custom.css */
.ph-case-business-box ul li {
  margin-bottom: 10px;
}

/* line 3334, app/assets/stylesheets/custom.css */
.ph-case-business-box h4, .ph-case-business-box .h4 {
  margin-bottom: 25px;
}

/* line 3338, app/assets/stylesheets/custom.css */
.ph-case-business-box {
  border: 1px solid #ccc;
  padding: 30px 38px;
  bottom: 135px;
  background: #fff;
  margin-top: -140px;
}

/* line 3346, app/assets/stylesheets/custom.css */
.ph-case-study-faq-main h5, .ph-case-study-faq-main .h5 {
  color: var(--ph-main-color);
}

/* line 3350, app/assets/stylesheets/custom.css */
.ph-case-study-faq-main button span {
  color: var(--ph-main-color);
  font-size: 48px;
  margin-right: 26px;
}

/* line 3356, app/assets/stylesheets/custom.css */
.ph-case-study-faq-main .accordion-item {
  border: 1px solid #ccc !important;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

/* line 3363, app/assets/stylesheets/custom.css */
.ph-case-aftermath {
  background: var(--ph-black-color);
}

/* line 3367, app/assets/stylesheets/custom.css */
.ph-case-aftermath h2, .ph-case-aftermath .h2 {
  color: var(--ph-white-color);
}

/* line 3371, app/assets/stylesheets/custom.css */
.ph-case-aftermath ul li img {
  width: 100%;
  max-width: 35px;
  margin-right: 17px;
}

/* line 3377, app/assets/stylesheets/custom.css */
.ph-case-aftermath ul li {
  margin-bottom: 20px;
  color: var(--ph-white-color);
}

/* line 3382, app/assets/stylesheets/custom.css */
.ph-casestudy-slide .ph-blog-box {
  box-shadow: inherit;
  background: var(--ph-white-color);
  border: 1px solid #ccc;
  padding-top: 30px;
}

/* line 3389, app/assets/stylesheets/custom.css */
.ph-casestudy-slide .ph-blog-box h6, .ph-casestudy-slide .ph-blog-box .h6 {
  margin-top: 25px;
}

/* line 3393, app/assets/stylesheets/custom.css */
.ph-arrow-slide-top a img {
  width: 100%;
  max-width: 17px;
}

/* line 3398, app/assets/stylesheets/custom.css */
.ph-arrow-slide-top {
  text-align: right;
}

/* ui ux modal */
/* line 3404, app/assets/stylesheets/custom.css */
.ph-webinar-uiux h4, .ph-webinar-uiux .h4 {
  font-size: 18px;
  font-weight: 500;
}

/* line 3409, app/assets/stylesheets/custom.css */
.ph-ui-ux-days h3, .ph-ui-ux-days .h3 {
  font-weight: 300;
  font-size: 22px;
}

/* line 3414, app/assets/stylesheets/custom.css */
.ph-ui-ux-register-book {
  background: var(--ph-main-color);
  padding: 10px 50px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  box-shadow: 0 4px 10px 0 #09294236;
  font-size: 18px;
  text-transform: uppercase;
  height: 58px;
  line-height: 38px;
  border-radius: 50px;
  color: var(--ph-white-color);
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

/* line 3432, app/assets/stylesheets/custom.css */
.ph-ui-ux-register-book:hover {
  box-shadow: inset 0 0 0 1.7em var(--ph-black-color);
}

/* line 3436, app/assets/stylesheets/custom.css */
.ph-banner-webinar h4, .ph-banner-webinar .h4 {
  font-weight: 300;
}

/* product pages */
/* line 3442, app/assets/stylesheets/custom.css */
.ph-needssoftwear .ph-softwear-bg {
  background: var(--ph-black-color);
  padding: 65px 0px;
  border-radius: 8px;
}

/* line 3448, app/assets/stylesheets/custom.css */
.ph-cloud-service-bnr {
  background: url(/assets/cloud-banner-446790a186bca4a6e21bbd122ced88e6e1f72674f8af68298c96f5e6b99cc884.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 260px 0 200px;
}

/* line 3455, app/assets/stylesheets/custom.css */
span.ph-count-boxcloud {
  width: 30px;
  height: 30px;
  color: var(--ph-white-color);
  display: inline-block;
  background: var(--ph-black-color);
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  bottom: 5px;
}

/* line 3468, app/assets/stylesheets/custom.css */
.ph-salesforce-banner {
  background: url(/assets/cloudforce-bg-af528d52e3ef83266dfc8b4abf2797848ba95bf81b3e398d97c9d0a886e63b52.webp) no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
}

/* line 3474, app/assets/stylesheets/custom.css */
.ph-salesforce-banner .ph-contact-form {
  background: var(--ph-white-color);
}

/* line 3478, app/assets/stylesheets/custom.css */
.ph-salesforce-banner .ph-heading-title {
  text-align: left;
}

/* line 3482, app/assets/stylesheets/custom.css */
.ph-salesforce-banner .ph-heading-title {
  text-align: left;
}

/* line 3486, app/assets/stylesheets/custom.css */
.ph-salesforce-banner .ph-heading-title h1, .ph-salesforce-banner .ph-heading-title .h1 {
  color: var(--ph-white-color);
}

/* line 3490, app/assets/stylesheets/custom.css */
.ph-salesforce-banner .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 3494, app/assets/stylesheets/custom.css */
.ph-salesforce-banner .ph-contact-form p {
  color: var(--ph-black-color);
}

/* line 3498, app/assets/stylesheets/custom.css */
.ph-uiux-title h3, .ph-uiux-title .h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
  background: linear-gradient(135deg, #75b94a 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #f8a928 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 8s linear infinite;
}

@keyframes animate {
  to {
    background-position: 200%;
  }
}

/* Digital marketin page */
/* line 3524, app/assets/stylesheets/custom.css */
.ph-digital-marketing {
  background: url(/assets/banner-imgdigital-128d26d0c9ef1dc226446970b10d07e4f246cc1c962240121e4abcd715650e0d.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0 50px;
}

/* line 3530, app/assets/stylesheets/custom.css */
.ph-digital-marketing h1.ph-gitex-global-heading, .ph-digital-marketing .ph-gitex-global-heading.h1 {
  font-weight: 700;
}

/* line 3534, app/assets/stylesheets/custom.css */
.ph-testimonial-digital img {
  width: 100%;
  max-width: 80px;
}

/* line 3539, app/assets/stylesheets/custom.css */
.ph-testimonial-digital .bi.bi-star-fill {
  fill: var(--ph-main-color);
}

/* line 3543, app/assets/stylesheets/custom.css */
ul.ph-digital-tab-list li {
  color: var(--ph-white-color);
  list-style: disc;
}

/* line 3548, app/assets/stylesheets/custom.css */
.ph-gidital-collapse {
  display: none;
}

/* line 3552, app/assets/stylesheets/custom.css */
.ph-digital-logobnr img {
  animation: box 28s linear infinite;
}

/* Erp page */
/* line 3558, app/assets/stylesheets/custom.css */
.ph-erp-product-blog-page .ph-blog-img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  min-height: 215px !important;
}

/* line 3563, app/assets/stylesheets/custom.css */
.slidertaxi ul li img {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
}

/* tele */
/* line 3572, app/assets/stylesheets/custom.css */
.pg-logo-form-row ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 20px;
  justify-content: center;
}

/* line 3580, app/assets/stylesheets/custom.css */
.pg-logo-form-row ul li img {
  max-width: 94px;
  width: 100%;
}

/* line 3585, app/assets/stylesheets/custom.css */
.pg-logo-form-row ul li {
  text-align: center;
}

/* line 3589, app/assets/stylesheets/custom.css */
.ph-bottom-newcta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/b8cxpx93ljwfb0b502kb2sj6k8r7) no-repeat center center !important;
}

/* line 3594, app/assets/stylesheets/custom.css */
.ph-cta-fantacy {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/qc0reics1r5jtt7gg778nrvob3ut) no-repeat center center;
  background-size: cover;
  padding: 80px 80px;
}

/* line 3601, app/assets/stylesheets/custom.css */
.ph-cta-fantacy h2, .ph-cta-fantacy .h2 {
  color: #fff !important;
}

/* line 3605, app/assets/stylesheets/custom.css */
.FantasyApp .swiper-slide {
  height: auto !important;
}

/* line 3609, app/assets/stylesheets/custom.css */
.ph-fantcy-box .ph-uiux-box {
  text-align: left;
  padding: 20px;
}

/* line 3614, app/assets/stylesheets/custom.css */
.ph-fantcy-box .ph-uiux-box h4, .ph-fantcy-box .ph-uiux-box .h4 {
  font-size: 20px;
  font-weight: 500;
}

/* line 3619, app/assets/stylesheets/custom.css */
.ph-fantcy-box .ph-uiux-box .ph-whyHire-icon span h3, .ph-fantcy-box .ph-uiux-box .ph-whyHire-icon span .h3 {
  color: #f3f3f3;
}

/* line 3623, app/assets/stylesheets/custom.css */
.ph-circle-top.green-ph {
  background: #75b94a;
}

/* line 3627, app/assets/stylesheets/custom.css */
.ph-circle-bottom.green-ph {
  background: #75b94a;
}

/* line 3631, app/assets/stylesheets/custom.css */
.FantasyApp .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #f8a926;
  opacity: 1;
}

/* line 3641, app/assets/stylesheets/custom.css */
.FantasyApp .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f8a926;
}

/* line 3646, app/assets/stylesheets/custom.css */
.ph-fantacy-box {
  background: linear-gradient(135deg, #171717 15.35%, #682d89 84.66%);
  text-align: center;
  padding: 30px 20px;
  height: calc(100% - 30px);
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s;
  border-radius: 8px;
}

/* line 3657, app/assets/stylesheets/custom.css */
.ph-fantacy-box:hover {
  transform: scale(1.05);
  background: linear-gradient(144.79deg, #9e3939 28.85%, #001e31 83.47%);
}

/* line 3662, app/assets/stylesheets/custom.css */
.ph-fantacy-box h5, .ph-fantacy-box .h5,
.ph-fantacy-box p {
  color: #fff;
  font-weight: 400;
}

/* line 3668, app/assets/stylesheets/custom.css */
.ph-trusted-fantasy {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ryp6fd0zn2zmob5xfcf1bs61wxd1) no-repeat center center;
  background-size: cover;
  padding: 50px 0px 20px;
}

/* line 3675, app/assets/stylesheets/custom.css */
.ph-trust-tele img {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

/* line 3679, app/assets/stylesheets/custom.css */
.ph-sport-notch-top h4, .ph-sport-notch-top .h4 {
  color: #505050;
}

/* line 3683, app/assets/stylesheets/custom.css */
.ph-premium-get p {
  color: var(--ph-white-color);
}

/* line 3687, app/assets/stylesheets/custom.css */
.ph-sport-tab-text .ph-image-content p {
  color: var(--ph-white-color);
}

/* Tele */
/* line 3693, app/assets/stylesheets/custom.css */
.ph-trusted-telemedicine {
  background: url(/assets/telemedicine-bnr-bg-ca0e16184ab0b6d7cded4e62ab332abb948d508ed2ce7bbec28ea99e5d3674de.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0 50px;
}

/* line 3699, app/assets/stylesheets/custom.css */
li.ph-share-article-media a {
  padding: 2px !important;
}

/* line 3703, app/assets/stylesheets/custom.css */
.ph-taxi-iframe-figma iframe {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent !important;
}

/* line 3710, app/assets/stylesheets/custom.css */
.ph-taxi-iframe-figma {
  max-width: 100%;
  width: 400px;
  height: 800px;
  text-align: center;
  margin: auto;
  background-color: transparent !important;
}

/* line 3719, app/assets/stylesheets/custom.css */
.ph-food-delivery-demo {
  max-width: 100%;
  width: 400px;
  height: 800px;
  text-align: center;
  margin: auto;
  background-color: #fff !important;
}

/* line 3728, app/assets/stylesheets/custom.css */
.ph-food-delivery-demo iframe {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: transparent !important;
}

/* line 3735, app/assets/stylesheets/custom.css */
.ph-demo-food-section {
  height: 800px;
  overflow: hidden;
}

/* line 3740, app/assets/stylesheets/custom.css */
.progress_bar--progressBarCoverViewer--7mwpY {
  background-color: transparent !important;
  top: 0;
}

/* Dating app development company */
/* line 3747, app/assets/stylesheets/custom.css */
.ph-counter-dating .ph-why-choose-grid h3, .ph-counter-dating .ph-why-choose-grid .h3 {
  font-size: 16px;
}

/* line 3751, app/assets/stylesheets/custom.css */
.ph-counter-dating .ph-why-choose-grid h2, .ph-counter-dating .ph-why-choose-grid .h2 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 600;
}

/* line 3757, app/assets/stylesheets/custom.css */
.ph-dating-company {
  padding: 150px 0 50px;
  background: #ffe2e5;
  position: relative;
}

/* line 3763, app/assets/stylesheets/custom.css */
.ph-dating-content {
  background: #fef3f4;
}

/* line 3767, app/assets/stylesheets/custom.css */
.ph-dating-right {
  position: absolute;
  top: 90px;
}

/* line 3772, app/assets/stylesheets/custom.css */
.ph-dating-btn .ph-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
}

/* line 3781, app/assets/stylesheets/custom.css */
.ph-ott-process.ph-dating-process:after {
  margin-top: -234px !important;
}

/* line 3785, app/assets/stylesheets/custom.css */
.ph-ott-process.ph-dating-process {
  background: #fef3f4;
}

/* line 3789, app/assets/stylesheets/custom.css */
.ph-ott-process.ph-dating-process .ph-ott-development-box ul li:before {
  margin-top: 169px;
  z-index: 9;
}

/* line 3794, app/assets/stylesheets/custom.css */
.ph-uiux-dating .ph-uiux-box {
  margin-bottom: 60px;
}

/* line 3798, app/assets/stylesheets/custom.css */
.ph-dating-btn .ph-btn:hover {
  box-shadow: none;
  color: #222;
}

/* line 3803, app/assets/stylesheets/custom.css */
.dating-app-grid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-top: 50px;
}

/* line 3810, app/assets/stylesheets/custom.css */
.ph-custom-dating-sec {
  background: linear-gradient(to right, #434343, #000000);
  color: var(--ph-white-color);
}

/* line 3815, app/assets/stylesheets/custom.css */
.ph-custom-dating-sec p {
  color: var(--ph-white-color);
}

/* line 3819, app/assets/stylesheets/custom.css */
.uiux-wireframe-sec.dating-tabs {
  background: #ffdde1;
}

/* line 3823, app/assets/stylesheets/custom.css */
.dating-tabs h2, .dating-tabs .h2 {
  color: #222;
}

/* line 3827, app/assets/stylesheets/custom.css */
.dating-tabs .ph-foodNav-tab .nav-pills .nav-link.active {
  background: #222;
  color: #fff;
}

/* line 3832, app/assets/stylesheets/custom.css */
.dating-tabs .ph-foodNav-tab .nav-pills .nav-link {
  border: 2px solid #222;
  color: #222;
}

/* line 3837, app/assets/stylesheets/custom.css */
.dating-tabs p {
  color: #333;
}

/* line 3841, app/assets/stylesheets/custom.css */
.dating-tabs .ph-wireframe-inner h6, .dating-tabs .ph-wireframe-inner .h6 {
  color: #3f1a58;
}

/* line 3845, app/assets/stylesheets/custom.css */
.dating-tabs .ph-wireframe-inner p {
  color: #222;
}

/* line 3849, app/assets/stylesheets/custom.css */
.ph-dating-app-cta {
  background-image: url(https://protonshub-website.s3.us-east-2.amazonaws.com/6ca4zl63qgipq4rss1i73n6tjs3p);
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
  background-size: cover;
}

/* line 3857, app/assets/stylesheets/custom.css */
.ph-dream11-cta {
  /* background-image: url(/assets/dream11-cta-30f43ca9c05bf846b4874d2dc90353d1d9ad5b99851f5ac52ca9660c371aad0a.webp);
    background-position: center;
    background-repeat: no-repeat; */
  padding: 35px 20px;
  /* background-size: cover; */
  border-radius: 7px;
  background-image: linear-gradient(180deg, #d03232, #150b0b);
}

/* line 3867, app/assets/stylesheets/custom.css */
.ph-web-tab-agri .ph-image-content {
  display: block;
}

/* line 3871, app/assets/stylesheets/custom.css */
section.ph-dream11-cta h2 span, section.ph-dream11-cta .h2 span {
  color: #f23d27;
}

/* line 3875, app/assets/stylesheets/custom.css */
.ph-baf-hr-banner .ph-contact-form {
  border-radius: 6px;
}

/* line 3879, app/assets/stylesheets/custom.css */
.ph-footer-great img {
  max-width: 100px;
  width: 100%;
  margin-top: 10px;
}

/* line 3885, app/assets/stylesheets/custom.css */
.ph-blog-heading-txt {
  font-size: 1.25rem;
}

/* nov 20 */
/* line 3891, app/assets/stylesheets/custom.css */
.ph-header-logo-greate img {
  margin-right: 0;
  width: 100%;
  max-width: 75px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  top: 27px !important;
  position: relative;
  z-index: 9;
}

/* Nov 22 Ott app development */
/* line 3903, app/assets/stylesheets/custom.css */
.ph-ott-app-top {
  background: url(/assets/ottbgbnr-894d48c2e19b2333b3d34ad2dd68140501b921960e62204be111a06133b53803.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0 50px;
}

/* line 3909, app/assets/stylesheets/custom.css */
.ph-modal-compny-name input#project_company_name {
  margin: 0;
}

/* line 3913, app/assets/stylesheets/custom.css */
.ph-modal-compny-name .mb-3 {
  margin-bottom: 0 !important;
}

/* line 3917, app/assets/stylesheets/custom.css */
.ph-ott-count-sec .ph-count-digital ul li p {
  color: var(--ph-darkgray-color);
  margin-top: 10px;
}

/* line 3922, app/assets/stylesheets/custom.css */
.ph-ott-react-sec span i {
  font-size: 36px;
  color: var(--ph-black-color);
}

/* line 3927, app/assets/stylesheets/custom.css */
.ph-build-digital {
  background: url(/assets/build-bnr-ef383fde64ff961679598718e1a42855ffa1f8081e7a253b0deaaf116751b591.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0 100px;
}

/* line 3934, app/assets/stylesheets/custom.css */
.ph-build-digital .ph-contact-form {
  background-color: var(--ph-white-color);
}

/* .ph-build-digital .ph-heading-title {
  text-align: left;
} */
/* line 3942, app/assets/stylesheets/custom.css */
.ph-build-digital .ph-contact-form {
  border-radius: 6px;
}

/* line 3946, app/assets/stylesheets/custom.css */
.ph-build-video-icon {
  /* padding-left: 90px; */
}

/* line 3950, app/assets/stylesheets/custom.css */
.ph-buildvideoimg {
  position: absolute;
  left: 70px;
  width: 90px;
  margin-top: -62px;
}

/* line 3957, app/assets/stylesheets/custom.css */
.ph-build-video-icon2 {
  padding-right: 90px;
}

/* line 3961, app/assets/stylesheets/custom.css */
.ph-buildvideoimg2 {
  position: absolute;
  right: 70px;
  width: 64px;
  margin-top: 22px;
}

/* line 3968, app/assets/stylesheets/custom.css */
.ph-build-mobile-popular2 img {
  width: 100%;
  max-width: 670px;
  text-align: center;
  margin: auto;
  display: block;
}

/* build impact */
/* line 3978, app/assets/stylesheets/custom.css */
.ph-build-impact {
  background: var(--ph-black-color);
}

/* line 3982, app/assets/stylesheets/custom.css */
.ph-buld-impact-count ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

/* line 3988, app/assets/stylesheets/custom.css */
.ph-buld-impact-count ul li h2, .ph-buld-impact-count ul li .h2 {
  color: var(--ph-main-color);
}

/* line 3992, app/assets/stylesheets/custom.css */
.ph-buld-impact-count ul li p {
  color: var(--ph-main-color);
}

/* line 3996, app/assets/stylesheets/custom.css */
.ph-buld-impact-count ul li {
  border: 1px solid var(--ph-main-color);
  padding-top: 20px;
  border-radius: 10px;
}

/* line 4002, app/assets/stylesheets/custom.css */
.ph-build-year-number {
  box-shadow: 0 0 15px 0 #0c133c26;
  border-radius: 6px;
  vertical-align: middle;
  height: calc(100% - 0px);
  padding: 30px 15px;
  text-align: center;
}

/* line 4011, app/assets/stylesheets/custom.css */
.ph-build-year-number h2, .ph-build-year-number .h2 {
  margin-top: 20px;
}

/* line 4015, app/assets/stylesheets/custom.css */
.ph-build-year-number img {
  width: 100%;
  max-width: 45px;
}

/* line 4020, app/assets/stylesheets/custom.css */
.ph-build-small-enterprice {
  background: url(/assets/build-smallbg-2f32407f723c9a41264053fb10789f72e548a2458a4c166691eca65c7cad42d0.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

/* line 4029, app/assets/stylesheets/custom.css */
.ph-build-smalll-box {
  text-align: center;
  background: var(--ph-white-color);
  border-radius: 4px;
  /* height: calc(100% - 0px); */
  padding: 24px 15px;
  position: relative;
  margin-top: 20px;
}

/* line 4039, app/assets/stylesheets/custom.css */
.ph-build-smalll-box img {
  width: 100%;
  max-width: 35px;
  margin-bottom: 10px;
}

/* line 4045, app/assets/stylesheets/custom.css */
.ph-build-smalll-box h3, .ph-build-smalll-box .h3 {
  font-size: 16px;
}

/* line 4049, app/assets/stylesheets/custom.css */
.ph-build-small-enterprice .ph-heading-title {
  text-align: left;
}

/* line 4053, app/assets/stylesheets/custom.css */
.ph-media-covrage-build img {
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 4061, app/assets/stylesheets/custom.css */
.ph-build-great-place {
  color: var(--ph-main-color);
  margin-bottom: 10px;
  display: block;
}

/* line 4067, app/assets/stylesheets/custom.css */
.ph-build-freatlogo img {
  width: 100%;
  max-width: 145px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 4075, app/assets/stylesheets/custom.css */
.ph-ott-react-sec .ph-whyHire-box span img {
  width: 100%;
  max-width: 35px;
}

/* line 4080, app/assets/stylesheets/custom.css */
.ph-build-title-out-c {
  margin-top: 50px;
}

/* line 4084, app/assets/stylesheets/custom.css */
.ph-build-technology .ph-Industries-box img {
  width: 100%;
  max-width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 4090, app/assets/stylesheets/custom.css */
.ph-build-industry-top .ph-Industries-box img {
  width: 100%;
  max-width: 50px;
}

/* line 4095, app/assets/stylesheets/custom.css */
.ph-build-app-icon span img {
  width: 100%;
  max-width: 40px;
}

/* line 4100, app/assets/stylesheets/custom.css */
.ph-build-mobile-popular img {
  width: 100%;
  max-width: 670px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 4108, app/assets/stylesheets/custom.css */
.ph-ott-video-sec-txt ul li h3, .ph-ott-video-sec-txt ul li .h3 {
  font-size: 14px;
}

/* line 4112, app/assets/stylesheets/custom.css */
.ph-ott-react-sec .ph-uiux-box.ph-whyHire-box .ph-whyHire-icon span h3, .ph-ott-react-sec .ph-uiux-box.ph-whyHire-box .ph-whyHire-icon span .h3 {
  color: #eaeaea;
}

/* line 4116, app/assets/stylesheets/custom.css */
.ph-ott-count-sec .ph-count-digital ul li {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 21px 18px;
  transition: all 0.3s;
  box-shadow: 0 0 16px 0 RGB(25 6 58/5%);
}

/* line 4124, app/assets/stylesheets/custom.css */
.ph-ott-count-sec .ph-count-digital ul li:hover {
  transform: translateY(-8px);
}

/* line 4128, app/assets/stylesheets/custom.css */
.ph-service-mvp-page-title .ph-heading-title p {
  color: var(--ph-black-color);
}

/* line 4132, app/assets/stylesheets/custom.css */
.ph-service-mvp-page-title .ph-heading-title {
  text-align: center;
}

/* line 4136, app/assets/stylesheets/custom.css */
.ph-blog-details h2, .ph-blog-details .h2 {
  font-size: 1.25rem;
}

/* line 4140, app/assets/stylesheets/custom.css */
.ph-blog-details h3, .ph-blog-details .h3 {
  font-size: 1.1rem;
}

/* line 4144, app/assets/stylesheets/custom.css */
.ph-blog-details h4, .ph-blog-details .h4 {
  font-size: 16px;
}

/* line 4148, app/assets/stylesheets/custom.css */
.ph_clutch_2023_logo img {
  width: 100%;
  height: 100px;
  max-width: 100px;
}

/* line 4154, app/assets/stylesheets/custom.css */
.ph-bnr-logo-google {
  width: 80%;
}

/* line 4158, app/assets/stylesheets/custom.css */
.ph-bnr-logo-google ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}

/* line 4165, app/assets/stylesheets/custom.css */
.ph-bnr-logo-google ul li {
  padding: 20px 0px 20px 0px;
}

/* line 4169, app/assets/stylesheets/custom.css */
.ph-bnr-logo-google {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 4175, app/assets/stylesheets/custom.css */
.ph-selected-firms-logo img {
  height: 130px;
  max-width: 150px;
}

/* line 4180, app/assets/stylesheets/custom.css */
.ph-techbehemoths-logo img {
  height: 100px;
  max-width: 124px;
}

/* line 4185, app/assets/stylesheets/custom.css */
.ph-blog-unbold {
  font-weight: 500 !important;
}

/* .ph-award-winner{
    width: 100%;
    max-width: 30px;
} */
/* salesforce-development-services */
/* line 4195, app/assets/stylesheets/custom.css */
.ph-counter-dating {
  padding-top: 120px;
}

/* line 4199, app/assets/stylesheets/custom.css */
.ph-banner-salesforce {
  background: url(/assets/salesforce-bnr-bg-b47bda102d846a23dee381898dbbc5fa8aac708c85c0f0f2d16997af06d20294.webp) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 4205, app/assets/stylesheets/custom.css */
.ph-banner-salesforce img {
  margin-top: -145px;
}

/* line 4209, app/assets/stylesheets/custom.css */
.ph-banner-salesforce h1, .ph-banner-salesforce .h1 {
  background: -webkit-linear-gradient(45deg, #0036ff, #3fc5ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 4215, app/assets/stylesheets/custom.css */
.ph-saleshforce-blue {
  color: #32aaff;
}

/* line 4219, app/assets/stylesheets/custom.css */
.ph-saleshforce-tools .ph-saleshforce-service {
  border: 2px solid #00000040;
  padding-top: 0px;
  padding-bottom: 0;
  border-radius: 15px;
  border-bottom-color: transparent;
  background-color: var(--ph-white-color);
}

/* line 4229, app/assets/stylesheets/custom.css */
.ph-saleshforce-tools .ph-uiux-box {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  height: calc(100% - 13px);
}

/* line 4236, app/assets/stylesheets/custom.css */
.ph-saleshforce-service .ph-heading-title {
  margin-bottom: 10px;
}

/* line 4240, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-1 img {
  position: absolute;
  left: 0;
}

/* line 4245, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-1 {
  position: relative;
}

/* line 4249, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-2 img {
  position: absolute;
  right: 0;
}

/* line 4254, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-2 {
  position: relative;
}

/* line 4258, app/assets/stylesheets/custom.css */
.ph-saleshforce-service .ph-heading-title {
  margin-top: 20px;
}

/* line 4262, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-3 {
  position: relative;
}

/* line 4266, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-3 img {
  position: absolute;
  bottom: 10px;
}

/* line 4271, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-4 img {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/* line 4277, app/assets/stylesheets/custom.css */
.ph-saleshforce-curve-4 {
  position: relative;
}

/* line 4281, app/assets/stylesheets/custom.css */
.ph-saleshforce-technology .ph-hireprice-box ul li {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  max-height: 182px;
}

/* line 4288, app/assets/stylesheets/custom.css */
.ph-saleshforce-practice-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 40px;
}

/* line 4294, app/assets/stylesheets/custom.css */
.ph-saleshforce-practice-list ul li {
  display: flex;
  align-items: center;
}

/* line 4299, app/assets/stylesheets/custom.css */
.ph-saleshforce-practice-list ul li h3, .ph-saleshforce-practice-list ul li .h3 {
  margin-right: 10px;
  font-size: 50px;
  color: #a8a7a7;
}

/* line 4305, app/assets/stylesheets/custom.css */
.ph-saleshforce-practice-list ul li h5, .ph-saleshforce-practice-list ul li .h5 {
  font-size: 16px;
  margin-bottom: 0;
}

/* line 4310, app/assets/stylesheets/custom.css */
.ph-saleshforce-countmian {
  padding-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 1.1em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  text-align: center;
  border-radius: 5px;
}

/* line 4319, app/assets/stylesheets/custom.css */
.ph-saleshforce-tools .ph-uiux-box img {
  width: 100%;
  max-width: 60px;
  margin-bottom: 20px;
}

/* line 4325, app/assets/stylesheets/custom.css */
.ph-saleshforce-lock {
  position: relative;
}

/* line 4329, app/assets/stylesheets/custom.css */
.ph-saleshforce-lock img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
}

/* line 4337, app/assets/stylesheets/custom.css */
.ph-saleshforce-lock img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 100%;
  max-width: 200px;
  z-index: -1;
}

/* line 4348, app/assets/stylesheets/custom.css */
.ph-top-development-logo img {
  width: 100%;
  max-width: 120px;
}

/* line 4353, app/assets/stylesheets/custom.css */
.ph-saleshforce-wondering .ph-corevalue-box {
  border: 1px solid #e6e6e6;
}

/* ai-and-ml-development-services */
/* line 4358, app/assets/stylesheets/custom.css */
.ph-ai-ml-development .ph-ai-ml-bnr-left h1, .ph-ai-ml-development .ph-ai-ml-bnr-left .h1 {
  background-image: linear-gradient(to right, #00e5ff, #f8a928, #0000ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 4364, app/assets/stylesheets/custom.css */
.ph-ai-ml-development {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/trqrevu85i73ekgs6y64dhi0wipp) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 4371, app/assets/stylesheets/custom.css */
.ph-ai-ml-development .ph-ai-ml-bnr-box {
  text-align: center;
  border: 1px solid #b17bf6;
  border-radius: 2px;
  padding: 49px 0px 0px;
  margin-top: 20px;
}

/* line 4379, app/assets/stylesheets/custom.css */
.ph-ai-ml-cta-talk {
  background-image: url(/assets/cta-bg-511932c2f51fb0a0c1649f8df3caa3aa4fe56f74dbddcf3230c698c2c7d240cb.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
  background-size: cover;
}

/* line 4387, app/assets/stylesheets/custom.css */
.ph-ai-ml-industryimg img {
  width: 100%;
  max-width: 400px;
  text-align: center;
}

/* technology sec new*/
/* line 4395, app/assets/stylesheets/custom.css */
.ph-technology-icon p {
  margin-top: 8px;
}

/* line 4399, app/assets/stylesheets/custom.css */
.ph-technology-icon:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* line 4404, app/assets/stylesheets/custom.css */
.ph-technology-list-main ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  justify-content: center;
  align-items: center;
}

/* line 4412, app/assets/stylesheets/custom.css */
.ph-technology-list-main ul li img {
  max-width: 50px;
  text-align: center;
  margin-bottom: 15px;
}

/* line 4418, app/assets/stylesheets/custom.css */
.ph-technology-list-main ul li {
  text-align: center;
  border: 1px solid #eeebeb;
  border-radius: 8px;
  padding: 20px;
  height: calc(100% - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  overflow: hidden;
  background: var(--ph-white-color);
}

/* line 4433, app/assets/stylesheets/custom.css */
.ph-technology-list-main ul li:hover {
  transform: scale(1.04);
  box-shadow: 0 0 10px 0 #1304360e;
}

/* line 4438, app/assets/stylesheets/custom.css */
.ph-webinar-countmodal .ph-bnr-logo-google ul {
  grid-gap: 20px 20px;
}

/* line 4442, app/assets/stylesheets/custom.css */
.ph-technology-list-main ul li p {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 4447, app/assets/stylesheets/custom.css */
.ph-scroll-content::-webkit-scrollbar-track {
  background: var(--ph-main-color);
  border-radius: 6px;
}

/* line 4452, app/assets/stylesheets/custom.css */
.ph-scroll-content::-webkit-scrollbar-thumb {
  border-radius: 6px;
}

/* testimonial */
/* line 4457, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-img {
  text-align: center;
  margin: auto;
}

/* line 4462, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-box {
  display: block;
  text-align: center;
  background: var;
  /* box-shadow: 0px 5px 5px rgb(135 139 143 / 40%); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-top: 40px;
  padding-bottom: 0px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--ph-white-color);
  border: 3px solid var(--ph-white-color);
}

/* line 4477, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-img img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

/* line 4485, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-testimonial-sec h5, .ph-custom-testimonial .ph-testimonial-sec .h5 {
  color: #010d4c;
  font-size: 18px;
  font-weight: 500;
}

/* line 4491, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-testimonial-sec h5, .ph-custom-testimonial .ph-testimonial-sec .h5 {
  display: block;
  margin-top: 4px;
  margin-bottom: 25px;
  line-height: 24px;
}

/* line 4498, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-title-main span {
  /* color: var(--ph-main-color);
    text-decoration: underline;
    text-decoration-thickness: 4px; */
}

/* line 4504, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-small-heding {
  display: inline-block;
  line-height: 28px;
  border-radius: 15px;
  background: var(--ph-white-color);
  padding: 0 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--ph-main-color);
  margin-bottom: 20px;
  font-weight: 500;
}

/* line 4518, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-content p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 25px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* line 4529, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-box:hover {
  border-color: var(--ph-main-color);
  background-color: var(--ph-main-color);
}

/* line 4534, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-box:hover p {
  color: var(--ph-white-color);
}

/* line 4538, app/assets/stylesheets/custom.css */
.ph-custom-testimonial .ph-thumbnail-box:hover h5, .ph-custom-testimonial .ph-thumbnail-box:hover .h5 {
  color: var(--ph-white-color);
}

/* megamneu css */
/* li:nth-child(2) .ph-submenu li {
  max-width: 270px;
  min-width: 270px;
  display: inline-block;
}

li:nth-child(2) .ph-submenu {
  max-width: 550px;
  margin-left: -235px;
} */
/* line 4554, app/assets/stylesheets/custom.css */
.ph-food-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/y3qgi1q30wdm4q6i8ua22rgzwmm9) center center;
  background-size: cover;
  padding: 50px 0;
}

/* line 4561, app/assets/stylesheets/custom.css */
.ph-getfood-cta p {
  color: #fff;
}

/* line 4565, app/assets/stylesheets/custom.css */
.ph-food-cta h4, .ph-food-cta .h4 {
  color: #fff;
}

/* line 4569, app/assets/stylesheets/custom.css */
.ph-custom-testimonial {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/uht3ylfsl9wgb597m6krxzsnshnf) center center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  position: relative;
  padding: 70px 0 70px;
  overflow: hidden;
}

/* Award section */
/* line 4582, app/assets/stylesheets/custom.css */
.ph-award-sec-new .ph-award-logo {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: var(--ph-white-color);
  text-align: center;
  padding: 80px 0px 80px 0px;
  border-radius: 7px;
}

/* line 4591, app/assets/stylesheets/custom.css */
.ph-award-sec-new .ph-award-logo h5, .ph-award-sec-new .ph-award-logo .h5 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  color: #b8bcc3;
}

/* new */
/* line 4600, app/assets/stylesheets/custom.css */
.ph-award-ned-design .ph-award-section-img {
  background: var(--ph-white-color);
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 0px 16px 0px #32325d12;
  padding: 15px 0px 15px 0px;
  transition: all ease-in-out 0.4s;
  /* margin-bottom: 30px; */
}

/* line 4609, app/assets/stylesheets/custom.css */
.ph_hire_award.ph-award-ned-design .ph-award-section-img img {
  max-width: 80px;
  height: 80px;
}

/* line 4613, app/assets/stylesheets/custom.css */
.ph-award-ned-design .swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 4618, app/assets/stylesheets/custom.css */
.ph-award-ned-design .ph-award-section-img:hover {
  transform: scale(1.03);
}

/* line 4622, app/assets/stylesheets/custom.css */
.ph-award-ned-design .swiper-button-prev:after {
  font-size: 13px;
  color: #ccc;
}

/* line 4627, app/assets/stylesheets/custom.css */
.ph-award-ned-design .swiper-button-next:after {
  font-size: 13px;
  color: #ccc;
}

/* line 4632, app/assets/stylesheets/custom.css */
.ph-award-ned-design .swiper-button-prev {
  border: 1px solid #ccc;
  width: 42px;
  border-radius: 50%;
  height: 42px;
  /* top: 46%; */
}

/* line 4640, app/assets/stylesheets/custom.css */
.ph-award-ned-design .swiper-button-next {
  border: 1px solid #ddd;
  width: 42px;
  border-radius: 50%;
  height: 42px;
  /* top: 46%; */
}

/* line 4648, app/assets/stylesheets/custom.css */
.ph-award-ned-design .ph-award-section-img img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* new testimonail client */
/* line 4657, app/assets/stylesheets/custom.css */
.ph-testimonial-client {
  background: url(/assets/tttt-b3ea1602295039b4f851a41767bbd0ea758f4957866c373a59700e589be62d75.webp) no-repeat center center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  position: relative;
  padding: 70px 0 70px;
  overflow: hidden;
}

/* line 4667, app/assets/stylesheets/custom.css */
.ph-testimonial-client .swiper-slide {
  background: #fff;
  border-radius: 16px;
  padding: 0px 45px 20px 45px;
  height: auto;
}

/* line 4674, app/assets/stylesheets/custom.css */
.ph-testimonial-client .ph-testimonail-clientsec img {
  width: 100%;
  max-width: 130px;
  height: 130px;
  border-radius: 50%;
  /* margin-top: -60px; */
  z-index: 9999;
  margin-bottom: 20px;
  margin-top: -70px;
}

/* line 4685, app/assets/stylesheets/custom.css */
.ph-testimonial-client .swiper-wrapper {
  margin-top: 80px;
}

/* line 4689, app/assets/stylesheets/custom.css */
.ph-testimonial-client .swiper-button-prev:after {
  font-size: 13px;
  color: #333;
}

/* line 4694, app/assets/stylesheets/custom.css */
.ph-testimonial-client .swiper-button-next:after {
  font-size: 13px;
  color: #333;
}

/* line 4699, app/assets/stylesheets/custom.css */
.ph-testimonial-client .swiper-button-prev {
  border: 1px solid #ccc;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  left: 2px;
  top: 60%;
}

/* line 4708, app/assets/stylesheets/custom.css */
.ph-testimonial-client .swiper-button-next {
  border: 1px solid #ccc;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  right: 2px;
  top: 60%;
}

/* line 4717, app/assets/stylesheets/custom.css */
.ph-testimonial-client .ph-testimonaial-question {
  position: absolute;
  right: 50px;
  top: 67px;
  font-size: 35px;
  color: var(--ph-main-color);
}

/* line 4725, app/assets/stylesheets/custom.css */
.ph-dedicated-deve-rent i.fa-solid {
  color: var(--ph-main-color);
  font-size: 30px;
}

/* line 4730, app/assets/stylesheets/custom.css */
.ph-whatsapp-logo {
  position: absolute;
}

/* line 4734, app/assets/stylesheets/custom.css */
.ph-whatsapp-logo .ph-logo-chaticon {
  position: fixed;
  left: 25px;
  z-index: 9999;
  bottom: 20px;
}

/* line 4741, app/assets/stylesheets/custom.css */
.ph-whatsapp-logo .ph-logo-chaticon img {
  max-width: 45px;
  width: 100%;
  height: 45px;
}

/* Health c are mobile app devlopment */
/* line 4749, app/assets/stylesheets/custom.css */
.ph-healthcare-indu {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/cpo7dv6717kq7ustiudittco0l8j) no-repeat center center;
  background-size: cover;
  padding: 60px 0 150px;
}

@media screen and (max-width: 480px) {
  /* line 4749, app/assets/stylesheets/custom.css */
  .ph-healthcare-indu {
    padding: 25px 0px 80px;
  }
}

/* line 4760, app/assets/stylesheets/custom.css */
.ph-health-bnr-sli {
  margin-top: -55px;
}

/* line 4764, app/assets/stylesheets/custom.css */
.ph-healthcare-indu .ph-heading-title h2, .ph-healthcare-indu .ph-heading-title .h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 4769, app/assets/stylesheets/custom.css */
.ph-health-cta-blue {
  /* background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/v6meztck9r33auhcrxarau17hfiq) no-repeat center center; */
  background-size: cover;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: var(--ph-main-color); */
}

/* line 4778, app/assets/stylesheets/custom.css */
.ph-health-cta-blue .ph-health-cts-sec a {
  background: transparent;
  padding: 8px 8px 8px 8px;
  border-radius: 23px;
  text-align: center;
  margin: auto;
  color: var(--ph-main-color);
  display: table;
  border: 2px solid var(--ph-main-color);
}

/* line 4789, app/assets/stylesheets/custom.css */
.ph-health-cta-blue .ph-health-cts-sec a:hover {
  background-color: var(--ph-main-color);
  color: var(--ph-white-color);
  transition: 0.5s;
  border-radius: 0;
}

/* line 4796, app/assets/stylesheets/custom.css */
.ph-health-technology {
  padding-bottom: 0;
  background: var(--ph-black-color);
}

/* line 4801, app/assets/stylesheets/custom.css */
.ph-health-custom-tab ul {
  justify-content: space-around;
}

/* line 4805, app/assets/stylesheets/custom.css */
.ph-health-custom-tab ul {
  justify-content: space-around;
}

/* line 4809, app/assets/stylesheets/custom.css */
.ph-health-custom-tab ul li button {
  font-size: 18px;
}

/* line 4813, app/assets/stylesheets/custom.css */
section.ph-health-custom-tab ul li button {
  border-bottom: 3px solid #99999999 !important;
  border-left: 1px solid #999999 !important;
  background-color: var(--ph-white-color);
  border-radius: 0px !important;
  color: var(--ph-black-color);
  padding: 20px 20px 20px 20px;
}

/* line 4822, app/assets/stylesheets/custom.css */
section.ph-health-custom-tab ul li .active {
  border-color: var(--ph-main-color) !important;
  background-color: transparent !important;
  color: var(--ph-black-color) !important;
}

/* line 4828, app/assets/stylesheets/custom.css */
.ph-health-cta-cus {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/3mdazlhn36fjdlrug1appneu0wze) no-repeat center center;
  background-size: cover;
}

/* line 4834, app/assets/stylesheets/custom.css */
.mobile_app_casestudy {
  padding-bottom: 0;
}

/* line 4838, app/assets/stylesheets/custom.css */
.mobile_app_box {
  /* background: image-url(/assets/cashstudy_bg-a723e0486c8c4d99c4204a2d9304ce332c6413f0917fae5ed8834b331cb78947.jpg) no-repeat center center; */
  background-size: cover;
  padding: 50px;
}

/* line 4844, app/assets/stylesheets/custom.css */
.mobile_app_contentbox h2, .mobile_app_contentbox .h2,
.mobile_app_contentbox p {
  color: #fff;
}

/* line 4849, app/assets/stylesheets/custom.css */
.ph-health-bnr-sli .ph-ourClient-logo {
  border: 3px solid var(--ph-main-color);
}

/* line 4853, app/assets/stylesheets/custom.css */
.ph-health-cta-blue .ph-health-cts-sec a i {
  margin-left: 5px;
}

/* ticket-booking-app */
/* line 4859, app/assets/stylesheets/custom.css */
.ph-case-bnr {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ytkc3r09kt1afpim7vmu6oziocbn) no-repeat center center;
  background-size: cover;
  padding: 60px 0 150px;
  overflow: hidden;
}

/* line 4867, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-case-power {
  font-size: 42px;
  margin-top: 20px;
}

/* line 4872, app/assets/stylesheets/custom.css */
.ph-case-store ul li:first-child {
  margin-right: 20px;
}

/* line 4876, app/assets/stylesheets/custom.css */
.ph-case-store ul {
  display: flex;
}

/* line 4880, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-bnr-2nite img {
  /* position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 585px; */
}

/* line 4888, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-bnr-2nite {
  /* position: relative; */
}

/* line 4892, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-heading-title {
  margin-top: 50px;
}

/* line 4896, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-case-store {
  margin-bottom: 45px;
  margin-top: 30px;
}

/* line 4901, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-bnr-2nite img {
  /* position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 730px; */
}

/* line 4909, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-bnr-2nite {
  /* margin-right: -88px; */
}

/* line 4913, app/assets/stylesheets/custom.css */
.ph-case-store ul li a img {
  width: 100%;
  max-width: 138px;
}

/* line 4918, app/assets/stylesheets/custom.css */
.ph-industry-sec .ph-case-time-2nigt {
  border: 2px solid var(--ph-black-color);
  border-radius: 31px;
  padding: 8px 8px 8px 8px;
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin: auto;
  font-weight: 500;
  display: block;
}

/* line 4930, app/assets/stylesheets/custom.css */
.ph-industry-sec .ph-Industries-box {
  border: unset;
}

/* line 4934, app/assets/stylesheets/custom.css */
.ph-industry-sec .ph-case-time-2nigt img {
  width: 100%;
  margin-bottom: 0;
  max-width: 20px;
}

/* line 4940, app/assets/stylesheets/custom.css */
.ph-industry-sec .ph-Industries-box p {
  margin-bottom: 15px;
}

/* line 4944, app/assets/stylesheets/custom.css */
.ph-industry-sec .ph-bnr-2nightlogo img {
  width: 100%;
  max-width: 260px;
  text-align: center;
  margin-top: 20px;
}

/* line 4951, app/assets/stylesheets/custom.css */
.ph-2night-about {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/o436zdjxkwxnhgnxkoupz7xaadmz) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/* line 4958, app/assets/stylesheets/custom.css */
.ph-2night-about .ph-heading-title img {
  width: 100%;
  max-width: 150px;
}

/* line 4963, app/assets/stylesheets/custom.css */
.ph-2night-about .ph-heading-title {
  text-align: left;
}

/* line 4967, app/assets/stylesheets/custom.css */
.ph-2night-about .ph-heading-title h2, .ph-2night-about .ph-heading-title .h2 {
  text-align: left;
  color: var(--ph-white-color);
}

/* line 4972, app/assets/stylesheets/custom.css */
.ph-2night-about .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 4976, app/assets/stylesheets/custom.css */
.ph-2night-about .ph-about-2night-img img {
  width: 100%;
  max-width: 430px;
}

/* line 4981, app/assets/stylesheets/custom.css */
.ph-2night-technology .ph-Industries-box img {
  width: 100%;
  max-width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 4988, app/assets/stylesheets/custom.css */
.ph-case-client-bnr {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/smk7hnl33indtzv6w10p1wz9p7p9) no-repeat center center;
  background-size: cover;
  padding: 80px 0 150px;
}

/* line 4995, app/assets/stylesheets/custom.css */
.ph-case-client-bnr .ph-heading-title {
  text-align: left;
  color: var(--ph-white-color);
  margin-top: 40px;
  /* margin-bottom: 40px; */
}

/* line 5002, app/assets/stylesheets/custom.css */
.ph-case-client-bnr .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 5006, app/assets/stylesheets/custom.css */
.ph-case-client-bnr .ph-client-left img {
  margin-left: -75px;
}

/* line 5010, app/assets/stylesheets/custom.css */
.ph-2nigt-client-speach.ph-case-client-sec img {
  width: 100%;
  max-width: 20px;
}

/* line 5015, app/assets/stylesheets/custom.css */
.ph-2nigt-client-speach .ph-case-client-sec img {
  width: 100%;
  max-width: 20px;
}

/* line 5020, app/assets/stylesheets/custom.css */
.ph-2nigt-client-speach .ph-client-user img {
  width: 100%;
  max-width: 170px;
}

/* line 5025, app/assets/stylesheets/custom.css */
.ph-2nigt-client-speach .ph-2night-client-xtxt h6, .ph-2nigt-client-speach .ph-2night-client-xtxt .h6 {
  margin: 0;
}

/* line 5029, app/assets/stylesheets/custom.css */
.ph-2nigt-client-speach .ph-2night-client-xtxt p {
  font-size: 14px;
}

/* line 5033, app/assets/stylesheets/custom.css */
.ph-case-2nigt-form .ph-bg-formcase-b {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/8nmj9025sij8k48b3874934qou6c) no-repeat center center;
  background-size: cover;
  /* padding: 10px 0 10px; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 5042, app/assets/stylesheets/custom.css */
.ph-case-2nigt-form .ph-form-case-logo img {
  width: 100%;
  max-width: 90px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 5050, app/assets/stylesheets/custom.css */
.ph-case-2nigt-form .ph-contact-details h3:before, .ph-case-2nigt-form .ph-contact-details .h3:before {
  left: 0;
  right: 0;
}

/* line 5055, app/assets/stylesheets/custom.css */
.ph-2nig-development .ph-2nigtwork img {
  width: 100%;
  max-width: 130px;
  text-align: right;
}

/* Screen Casting Platform start */
/* line 5063, app/assets/stylesheets/custom.css */
.ph-case-datum-bnr .ph-engaging-bnr {
  text-align: center;
  background: #09061f;
  border-radius: 15px;
  color: var(--ph-white-color);
  padding: 86px 0px 190px 0px;
}

/* line 5071, app/assets/stylesheets/custom.css */
.ph-case-datum-bnr {
  margin-top: 40px;
}

/* line 5075, app/assets/stylesheets/custom.css */
.ph-case-datum-bnr .ph-engaging-bnr abbr {
  font-size: 42px;
  font-weight: 500;
  line-height: 56 px;
}

/* line 5081, app/assets/stylesheets/custom.css */
.ph-case-datum-bnr .ph-engaging-bnr h1, .ph-case-datum-bnr .ph-engaging-bnr .h1 {
  color: #1770ff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 52px;
}

/* line 5088, app/assets/stylesheets/custom.css */
.ph-screen-case img {
  margin-top: -200px;
}

/* line 5092, app/assets/stylesheets/custom.css */
.ph-case-datum-bnr .ph-case-left-patti {
  position: absolute;
  left: 40px;
  top: 300px;
}

/* line 5098, app/assets/stylesheets/custom.css */
.ph-screen-case .ph-case-left-tv {
  position: absolute;
  right: 40px;
}

/* line 5103, app/assets/stylesheets/custom.css */
.ph-case-datum-about {
  background-color: #09061f;
}

/* line 5107, app/assets/stylesheets/custom.css */
.ph-case-datum-about .ph-heading-title {
  text-align: left;
}

/* line 5111, app/assets/stylesheets/custom.css */
.ph-case-datum-about .ph-heading-title h2, .ph-case-datum-about .ph-heading-title .h2 {
  color: var(--ph-white-color);
}

/* line 5115, app/assets/stylesheets/custom.css */
.ph-case-datum-about .ph-heading-title p {
  color: var(--ph-white-color);
}

/* line 5119, app/assets/stylesheets/custom.css */
.ph-custom-more-mega-menu ul li:first-child a:after {
  content: "\f107";
  font-weight: 900;
  font-size: 10px;
  font-family: "Font Awesome 5 Free", "FontAwesome", "Font Awesome 5 Brands";
  transform: rotate(0deg);
  right: 10px;
  position: absolute;
}

/* line 5129, app/assets/stylesheets/custom.css */
.ph-custom-more-mega-menu ul li:first-child:hover a:after {
  transform: rotate(-90deg);
}

/* line 5133, app/assets/stylesheets/custom.css */
.ph-custom-mega-after-icon li:after {
  display: none;
}

/* line 5137, app/assets/stylesheets/custom.css */
.ph-custom-mega-after-icon li a:after {
  display: none;
}

/* line 5141, app/assets/stylesheets/custom.css */
.ph-custom-mega-after-icon {
  width: 100%;
}

/* line 5145, app/assets/stylesheets/custom.css */
.ph-health-technology .ph-blog-ulli {
  margin-bottom: 0px !important;
}

/* line 5149, app/assets/stylesheets/custom.css */
.ph-custom-more-mega-menu li.ph-has-more-menu {
  margin-right: 0;
}

/* line 5153, app/assets/stylesheets/custom.css */
.ph-submenu .ph-has-more-menu {
  margin-right: 0;
}

/* line 5157, app/assets/stylesheets/custom.css */
.ph-submenu .ph-has-more-menu:after {
  right: 10px;
}

/* line 5161, app/assets/stylesheets/custom.css */
.ph-custom-mega-after-icon {
  margin-top: 0px;
  margin-left: 0 !important;
  border: 0;
}

/* Ott page */
/* line 5169, app/assets/stylesheets/custom.css */
.ph-ott-banner {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/bjjn0l3ovvw4psepex9xg0rtcaw7) no-repeat center center;
  background-size: cover;
  padding: 50px 0 30px;
}

/* line 5176, app/assets/stylesheets/custom.css */
.ph-begin-us h5 span, .ph-begin-us .h5 span {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #99a1aa;
}

/* line 5183, app/assets/stylesheets/custom.css */
.ph-begin-us p {
  font-size: 14px;
}

/* line 5187, app/assets/stylesheets/custom.css */
.ph-begin-us {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

/* line 5193, app/assets/stylesheets/custom.css */
.ph-hireprice-box.ph-fantacy-appBox ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* line 5199, app/assets/stylesheets/custom.css */
.ph-hireprice-box ul li p {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  /* line 5204, app/assets/stylesheets/custom.css */
  .ph-take-build-p {
    text-align: center;
  }
}

/* line 5210, app/assets/stylesheets/custom.css */
.ph-trading-app-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/lbm5wzbh9o2oc0dfctegf5h4u4xi) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}

@media screen and (max-width: 480px) {
  /* line 5210, app/assets/stylesheets/custom.css */
  .ph-trading-app-cta {
    text-align: center;
  }
}

/* line 5221, app/assets/stylesheets/custom.css */
.ph-get-touch a {
  background: #eeab44;
  margin-top: 20px;
}

/* line 5226, app/assets/stylesheets/custom.css */
.ph-stockTrading-banner h1, .ph-stockTrading-banner .h1 {
  font-weight: 700;
  color: #5d4a24;
}

/* line 5231, app/assets/stylesheets/custom.css */
.ph-stockTrading-banner {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/00yd97a29wdgk5l2efeuw8edsngc) no-repeat center center;
  background-size: cover;
}

/* line 5237, app/assets/stylesheets/custom.css */
.ph-generativeai-cta .ph-heading-title h2, .ph-generativeai-cta .ph-heading-title .h2,
.ph-generativeai-cta .ph-heading-title p {
  color: #fff;
}

/* line 5242, app/assets/stylesheets/custom.css */
.ph-generativeai-cta {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/q9f9jd02yohaa7h73v0aphvgp8g7) no-repeat center center;
  background-size: cover;
}

/* line 5248, app/assets/stylesheets/custom.css */
.ph-generarkikai-banner {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/m76zx4hiad1rdd8hwxppyocvrtd3) no-repeat center center;
  background-size: cover;
  padding-bottom: 0;
}

/* line 5255, app/assets/stylesheets/custom.css */
.ph-ott-banner .ph-ott-bnr-button a {
  color: #fff;
  padding: 12px 35px 12px 35px;
  border-radius: 25px;
  background: linear-gradient(to bottom right, #00c67e, #4f9d00);
  margin-top: 40px;
  display: inline-block;
}

/* line 5264, app/assets/stylesheets/custom.css */
.ph-ott-count-sec .ph-ott-count-num img {
  width: 100%;
  max-width: 135px;
}

/* line 5269, app/assets/stylesheets/custom.css */
.ph-ott-count-sec .ph-ott-count-num h2, .ph-ott-count-sec .ph-ott-count-num .h2 {
  color: var(--ph-main-color);
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 5275, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-number-img {
  display: flex;
  align-items: center;
}

/* line 5280, app/assets/stylesheets/custom.css */
.ph-ott-process ul li .ph-ott-box-bullet p {
  margin: 0;
  font-size: 12px;
}

/* line 5285, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li {
  width: 100%;
  max-width: 350px;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 10px 10px 10px 20px;
}

/* line 5293, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul {
  display: flex;
  grid-gap: 30px;
  position: relative;
}

/* line 5299, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li .ph-ott-box-bullet p:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--ph-darkgray-color);
  display: block;
  position: absolute;
  margin-top: 10px;
  border-radius: 50%;
  margin-left: -10px;
}

/* line 5311, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:before {
  content: "";
  width: 3px;
  height: 50px;
  display: block;
  position: absolute;
  background: #d9d9d9;
  /* margin-top: 115px; */
  margin-left: 136px;
  z-index: -1;
  top: auto;
  bottom: -50px;
}

/*  */
/* line 5326, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li {
  width: 100%;
  max-width: 350px;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 10px 10px 10px 20px;
}

/* line 5334, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul {
  display: flex;
  grid-gap: 30px;
}

/* line 5339, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li .ph-ott-box-bullet p:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--ph-darkgray-color);
  display: block;
  position: absolute;
  margin-top: 10px;
  border-radius: 50%;
  margin-left: -10px;
}

/* line 5351, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li:before {
  content: "";
  width: 3px;
  height: 50px;
  display: block;
  position: absolute;
  background: #d9d9d9;
  margin-top: -62px;
  margin-left: 136px;
}

/* line 5362, app/assets/stylesheets/custom.css */
section.ph-ott-process .ph-ott-development-box2 {
  margin-top: 100px;
  margin-left: 130px;
}

/* line 5367, app/assets/stylesheets/custom.css */
.ph-ott-process:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #d9d9d9;
  display: block;
  position: absolute;
  margin-top: -180px;
}

/* line 5377, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-number-img p {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 5383, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:first-child {
  border-color: var(--ph-main-color);
}

/* line 5387, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:first-child span {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--ph-main-color);
  color: var(--ph-white-color);
  margin-right: 10px;
}

/* line 5396, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:nth-child(2) {
  border-color: #069803;
}

/* line 5400, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:nth-child(2) span {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #069803;
  color: var(--ph-white-color);
  margin-right: 10px;
}

/* line 5409, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:nth-child(3) {
  border-color: #b41010;
}

/* line 5413, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:nth-child(3) span {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b41010;
  color: var(--ph-white-color);
  margin-right: 10px;
}

/* line 5422, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li:first-child {
  border-color: #00c7bb;
}

/* line 5426, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li:first-child span {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00c7bb;
  color: var(--ph-white-color);
  margin-right: 10px;
}

/* line 5435, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li:nth-child(2) {
  border-color: #0090cd;
}

/* line 5439, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li:nth-child(2) span {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0090cd;
  color: var(--ph-white-color);
  margin-right: 10px;
}

/* line 5448, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 ul li:nth-child(3) {
  border-color: #8200d3;
}

/* line 5452, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box2 li:nth-child(3) span {
  font-size: 40px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8200d3;
  color: var(--ph-white-color);
  margin-right: 10px;
}

/*  */
/* line 5462, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:first-child:hover {
  border: 3px dashed var(--ph-main-color);
}

/* line 5466, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:nth-child(2):hover {
  border: 3px dashed #069803;
}

/* line 5470, app/assets/stylesheets/custom.css */
.ph-ott-process .ph-ott-development-box ul li:nth-child(3):hover {
  border: 3px dashed #b41010;
}

/* line 5474, app/assets/stylesheets/custom.css */
section.ph-ott-process .ph-ott-development-box2 ul li:first-child:hover {
  border: 3px dashed #00c7bb;
}

/* line 5478, app/assets/stylesheets/custom.css */
section.ph-ott-process .ph-ott-development-box2 ul li:nth-child(2):hover {
  border: 3px dashed #0090cd;
}

/* line 5482, app/assets/stylesheets/custom.css */
section.ph-ott-process .ph-ott-development-box2 ul li:nth-child(3):hover {
  border: 3px dashed #8200d3;
}

/* case study */
/* line 5488, app/assets/stylesheets/custom.css */
.ph-portfood-box.ph-case-study-main-2nite:before {
  background: #121212;
  left: 0;
}

/* line 5493, app/assets/stylesheets/custom.css */
.ph-case-study-main-2nite .ph-otherwork-img img {
  width: 100%;
  max-width: 400px;
}

/* line 5498, app/assets/stylesheets/custom.css */
.ph-casestudy-datumhome:before {
  background: #09061f;
}

/* line 5502, app/assets/stylesheets/custom.css */
.ph-java-technlogy-sec .ph-mobileApp-img img {
  width: 100%;
  max-width: 426px;
  text-align: center;
  margin: auto;
  display: block;
}

/* digital_payment_app */
/* line 5512, app/assets/stylesheets/custom.css */
.ph-digital-coins {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/a661nk6rn1gk0z4ygdqx8h0mxydk) no-repeat center center;
  background-size: cover;
  padding: 60px 0 150px;
}

/* line 5519, app/assets/stylesheets/custom.css */
.ph-case-bnr-leftimg img {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 40px;
}

/* line 5528, app/assets/stylesheets/custom.css */
.ph-digital-coins .ph-case-store {
  margin-bottom: 77px;
  margin-top: 100px;
}

/* line 5533, app/assets/stylesheets/custom.css */
.ph-cast-coin .ph-coin-box-img {
  background: #f3f5f9;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 5541, app/assets/stylesheets/custom.css */
.ph-cast-coin .ph-coin-box-img img {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 5548, app/assets/stylesheets/custom.css */
.ph-casestudy-coins:before {
  background: #172081;
  left: 0;
}

/* line 5553, app/assets/stylesheets/custom.css */
.ph-case-aplication-icon .ph-Industries-box img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 65px;
}

/* line 5559, app/assets/stylesheets/custom.css */
.ph-case-aplication-icon .ph-case-time-2nigt img {
  width: 20px;
  margin: 0;
}

/* line 5564, app/assets/stylesheets/custom.css */
.ph-digital-banner-case .ph-case-power {
  font-size: 42px;
  margin-top: 20px;
}

/* line 5569, app/assets/stylesheets/custom.css */
.ph-digital-banner-case h1 span, .ph-digital-banner-case .h1 span {
  font-weight: bolder;
}

/* line 5573, app/assets/stylesheets/custom.css */
.ph-case-payment-method {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/amu9kfae0g20nd4llamctql7u3mq) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/* line 5580, app/assets/stylesheets/custom.css */
.ph-payment-client-changes {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/zagnn83myxbgrhs2urc6656mtf8w) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/*  */
/* line 5588, app/assets/stylesheets/custom.css */
.ph-ai-development-usa {
  background-size: cover;
  padding: 60px 0 60px;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/mwmvhfnvjqekzups6a052wl8o155) no-repeat center center;
}

/* line 5595, app/assets/stylesheets/custom.css */
.ph-ai-usa-box .ph-uiux-box.ph-whyHire-box {
  border: 1px solid #067cbe3b !important;
  box-shadow: 0 2px 3px #067cbe2e;
  background: #067cbe0d !important;
}

/* line 5601, app/assets/stylesheets/custom.css */
.ph-ai-development-usa h1, .ph-ai-development-usa .h1 {
  background-image: linear-gradient(to right, #f8a928, #f8a928, #f8a928);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 5607, app/assets/stylesheets/custom.css */
.ph-image-title-cta {
  position: relative;
}

/* line 5611, app/assets/stylesheets/custom.css */
.ph-case-bnr .ph-bnr-2nite img {
  position: relative;
  bottom: 0px;
}

/* java page */
/* line 5618, app/assets/stylesheets/custom.css */
.ph-java-main-bnr {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/9719bzpz4i9397zql255gtv2kgva) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
  padding-bottom: 0;
}

/* line 5626, app/assets/stylesheets/custom.css */
.ph-javabnr-right img {
  width: 100%;
  max-width: 450px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 5634, app/assets/stylesheets/custom.css */
.ph-case-2night-bnr .ph-OurTeam-content {
  position: relative;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/9k466e6gj90tto457m46f0dkhxd8) no-repeat right center;
  margin-right: -220px;
}

/* Stage-case study */
/* line 5643, app/assets/stylesheets/custom.css */
.ph-case-study-stage-bnr .ph-engaging-bnr {
  text-align: center;
  background: #151515;
  border-radius: 15px;
  color: var(--ph-white-color);
  padding: 86px 0px 190px 0px;
}

/* line 5651, app/assets/stylesheets/custom.css */
.ph-case-study-stage-bnr .ph-engaging-bnr abbr {
  font-size: 52px;
  line-height: 60px;
  color: #e32d38;
  font-weight: 600;
}

/* line 5658, app/assets/stylesheets/custom.css */
.ph-case-study-stage-bnr .ph-engaging-bnr abbr span {
  color: var(--ph-white-color);
}

/* line 5662, app/assets/stylesheets/custom.css */
.ph-screen-case img {
  margin-top: -200px;
}

/* line 5666, app/assets/stylesheets/custom.css */
.ph-case-study-stage-bnr .ph-case-left-patti {
  position: absolute;
  left: 40px;
  top: 300px;
}

/* line 5672, app/assets/stylesheets/custom.css */
.ph-case-stage-about {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ffvxl8v0sq1dls1ssrhm6rnworev) no-repeat center center;
  background-size: cover;
  padding: 120px 0 60px;
}

/* line 5679, app/assets/stylesheets/custom.css */
.ph-case-stage-about .ph-heading-title {
  text-align: left;
}

/* line 5683, app/assets/stylesheets/custom.css */
.ph-case-stateg-caststudy {
  background: #151515;
  text-align: left;
}

/* line 5688, app/assets/stylesheets/custom.css */
.ph-case-stateg-caststudy .ph-heading-title {
  text-align: left;
}

/* line 5692, app/assets/stylesheets/custom.css */
.ph-2night-clint-design .ph-client-port-sec {
  /* position: relative;
    background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/gog5wvcatp5bxnmu56kwxyluyo5x) no-repeat left center; */
}

/* line 5697, app/assets/stylesheets/custom.css */
.ph-ai-blog-graphimg {
  text-align: center;
  margin: auto;
  display: block;
}

/* line 5703, app/assets/stylesheets/custom.css */
.ph-2night-clint-design .ph-client-port-sec {
  position: relative;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/trgyumshkajvp2py392jv2poet6c) no-repeat left center;
  left: 0;
  margin-left: -100px;
}

/* line 5711, app/assets/stylesheets/custom.css */
.ph-portfood-box:before {
  content: "";
  position: absolute;
  background: #151515;
  right: 0;
  top: 0;
  bottom: 0;
  /* left: auto; */
  width: 100%;
  max-width: 60%;
}

/* line 5723, app/assets/stylesheets/custom.css */
.ph-case-study-stage-bnr {
  margin-top: 70px;
}

/* home video css banner bg*/
/* line 5729, app/assets/stylesheets/custom.css */
.ph-main-banner .container {
  z-index: 9;
  position: relative;
}

/* line 5734, app/assets/stylesheets/custom.css */
.ph-main-banner .video-background-bnr video {
  -o-object-fit: cover;
     object-fit: cover;
}

/* authore new popup */
/* line 5740, app/assets/stylesheets/custom.css */
.ph-authore-popup .ph-authore-employess img {
  width: 100%;
  max-width: 250px;
  height: 250px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 5749, app/assets/stylesheets/custom.css */
.ph-authore-popup .ph-authore-social-media ul {
  display: flex;
}

/* line 5753, app/assets/stylesheets/custom.css */
.ph-authore-popup .ph-authore-social-media ul li a {
  background: var(--ph-main-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
  border-radius: 50%;
  display: inline-block;
  color: var(--ph-white-color);
  border: 2px solid var(--ph-main-color);
  box-shadow: 6px 7px 1px 0px #c8c0c03d;
}

/* line 5767, app/assets/stylesheets/custom.css */
.ph-authore-popup {
  /* border-top: 1px solid var(--ph-secondary-color); */
}

/* line 5771, app/assets/stylesheets/custom.css */
.ph-authore-popup .ph-authore-social-media ul li a:hover {
  background-color: var(--ph-white-color);
  color: var(--ph-main-color);
  transition-delay: 0.1s;
  box-shadow: 0px 0px 0px 0px var(--ph-white-color);
}

/* line 5778, app/assets/stylesheets/custom.css */
.ph-authore-details h4, .ph-authore-details .h4 {
  margin: 0;
}

/* Webinar page e-commerce */
/* line 5784, app/assets/stylesheets/custom.css */
.ph-future-ai-sec {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/klpg5qyqruggsl3uwetqy0d5lduh) no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px;
}

/* line 5791, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-top-btn {
  /* background: linear-gradient(to bottom, #7705BD 0%, #003BD3 100%); */
  background-color: var(--ph-main-color);
  display: inline-block;
  padding: 7px 18px;
  color: var(--ph-white-color);
  margin-bottom: 25px;
}

/* line 5800, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-webinar-ai-bnr-ul ul li a {
  color: var(--ph-white-color);
  font-size: 14px;
}

/* line 5805, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-webinar-ai-bnr-ul ul li {
  margin-bottom: 30px;
}

/* line 5809, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-webinar-ai-bnr-ul ul li img {
  margin-right: 10px;
  width: 100%;
  max-width: 35px;
}

/* line 5815, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-webinar-ai-bnr-ul {
  margin-top: 20px;
  display: inline-table;
}

/* line 5820, app/assets/stylesheets/custom.css */
.ph-webinar-speaker {
  background: #222222;
  padding-bottom: 100px;
}

/* line 5825, app/assets/stylesheets/custom.css */
.ph-webinar-speaker .ph-heading-title {
  color: var(--ph-white-color);
}

/* line 5829, app/assets/stylesheets/custom.css */
.ph-webinar-speaker .ph-heading-title li {
  color: var(--ph-white-color);
  padding-bottom: 5px;
}

/* line 5834, app/assets/stylesheets/custom.css */
.ph-webinar-speaker .ph-webinar-meet-title {
  background: var(--ph-main-color);
  display: inline-block;
  padding: 20px 100px;
  align-items: end;
  position: absolute;
  right: 0;
  margin-top: -60px;
  color: var(--ph-white-color);
  font-size: 28px;
  border-bottom-left-radius: 25px;
}

/* line 5847, app/assets/stylesheets/custom.css */
.ph-webinar-speaker .ph-webinar-speaker-detail {
  background: var(--ph-main-color);
  padding: 40px 26px 3px 17px;
  color: var(--ph-white-color);
  margin-top: -34px;
  z-index: 9;
  position: relative;
}

/* line 5856, app/assets/stylesheets/custom.css */
.ph-webinar-speaker .ph-webinar-speaker-detail h6, .ph-webinar-speaker .ph-webinar-speaker-detail .h6 {
  font-size: 14px;
  font-weight: 400;
}

/* line 5861, app/assets/stylesheets/custom.css */
.ph-webinar-speaker .ph-webinar-speaker-detail h5, .ph-webinar-speaker .ph-webinar-speaker-detail .h5 {
  margin: 0;
}

/* line 5865, app/assets/stylesheets/custom.css */
.ph-webinar-hosted-by-btn {
  background: var(--ph-white-color);
  display: inline-block;
  padding: 4px 17px;
  position: relative;
  z-index: 99;
  border-bottom-right-radius: 15px;
}

/* line 5874, app/assets/stylesheets/custom.css */
.ph-webinar-reservation .ph-webinar-reserve {
  background: linear-gradient(to bottom, #8bc34a 0%, #ffc107 100%);
  padding: 35px 40px 10px 24px;
  text-align: center;
  margin: auto;
  border-radius: 20px;
}

/* line 5882, app/assets/stylesheets/custom.css */
.ph-webinar-reserve .ph-getconnect-btn {
  text-align: center;
  margin-top: 40px;
}

/* line 5887, app/assets/stylesheets/custom.css */
.ph-webinar-reservation {
  padding-top: 0;
  margin-top: -50px;
}

/* line 5892, app/assets/stylesheets/custom.css */
.ph-webinar-ai-count div#countdown ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}

/* line 5899, app/assets/stylesheets/custom.css */
.ph-webinar-ai-count div#countdown ul li {
  width: 100%;
  max-width: 74px;
  min-width: 74px;
}

/* line 5905, app/assets/stylesheets/custom.css */
.ph-webinar-ai-count #countdown ul li span {
  color: #f2f5fd;
  display: block;
  border-radius: 6px;
  font-size: 32px;
  padding: 20px 0;
  background: var(--ph-black-color);
  font-weight: 600;
}

/* line 5915, app/assets/stylesheets/custom.css */
.ph-webinar-ai-count #countdown ul li p {
  color: #333;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
}

/* line 5924, app/assets/stylesheets/custom.css */
.ph-count-register-btn .ph-register-day-btn {
  background: var(--ph-main-color);
  color: #fff;
  padding: 10px 19px;
  border-radius: 23px;
  text-align: center;
  font-weight: 500;
  border: 2px solid var(--ph-main-color);
}

/* line 5934, app/assets/stylesheets/custom.css */
.ph-count-register-btn .ph-register-day-btn:hover {
  color: var(--ph-main-color);
  background: transparent;
}

/* line 5939, app/assets/stylesheets/custom.css */
.ph-count-register-btn {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 5945, app/assets/stylesheets/custom.css */
.ph-grid-modal {
  max-width: 300px;
  margin: auto;
  text-align: center;
}

/* 
.ph-grid-modal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 20px;
} */
/* line 5959, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-contact-field.ph-hire-form {
  background: var(--ph-white-color);
  border-radius: 10px;
}

/* line 5964, app/assets/stylesheets/custom.css */
.ph-future-ai-sec .ph-mvp-form {
  border-radius: 10px;
}

/* modal webinar home*/
/* 
.ph-modal-main-webinar h2 {
  color: var(--ph-main-color);
} */
/* line 5974, app/assets/stylesheets/custom.css */
.free-webinar-new span {
  display: inline-block;
  background: #f8a929;
  color: #fff;
  padding: 5px 10px 5px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px;
}

/* line 5984, app/assets/stylesheets/custom.css */
.free-webinar-new span:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #e10e0e;
  border-radius: 10px;
  z-index: 999;
  margin: auto;
  top: 0;
  border: 1px solid #fff;
  bottom: 0;
  left: 8px;
}

/* line 5999, app/assets/stylesheets/custom.css */
.ph-button-webinar-modal-sub a {
  background: var(--ph-main-color);
  padding: 15px 25px;
  border-radius: 6px;
  box-shadow: 0 4px 20px 0 #05173640;
  transition: all 0.3s;
}

/* line 6007, app/assets/stylesheets/custom.css */
.ph-button-webinar-modal-sub a:before {
  background: #222;
}

/* line 6011, app/assets/stylesheets/custom.css */
.ph-webinar-progile-modal img {
  border-radius: 10px;
}

/* line 6015, app/assets/stylesheets/custom.css */
.ph-button-webinar-modal-sub {
  margin-top: 30px;
  margin-bottom: 13px;
}

/* line 6020, app/assets/stylesheets/custom.css */
.ph-button-webinar-modal-sub a {
  color: var(--ph-white-color);
}

/* .ph-grid-modal .ph-border-count {
  position: relative;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #eee;
  margin-top: 24px;
  background: var(--ph-white-color);
} */
/* line 6032, app/assets/stylesheets/custom.css */
.ph-modal-main-webinar {
  text-align: center;
}

/* line 6036, app/assets/stylesheets/custom.css */
.ph-span-yellow span {
  color: var(--ph-main-color);
}

/* line 6040, app/assets/stylesheets/custom.css */
.ph-webinar-countmodal .modal-body button {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 11px;
  border-radius: 50px;
  padding: 8px;
  color: var(--ph-darkgray-color);
  transition: all 0.3s;
  background-color: var(--ph-white-color);
  box-shadow: 0 0 10px 0 #060c2e45;
  opacity: 0.8;
}

/* line 6054, app/assets/stylesheets/custom.css */
.ph-modal-main-webinar h2, .ph-modal-main-webinar .h2 {
  font-size: 18px;
  font-weight: 400;
}

/* line 6059, app/assets/stylesheets/custom.css */
.ph-modal-main-webinar h1, .ph-modal-main-webinar .h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  margin: 20px 0;
}

/* line 6067, app/assets/stylesheets/custom.css */
.ph-modal-logo ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
}

/* line 6074, app/assets/stylesheets/custom.css */
.ph-modal-logo ul li {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

/* line 6080, app/assets/stylesheets/custom.css */
.ph-webinar-countmodal .ph-bnr-logo-google ul li {
  padding: 0;
}

/* line 6084, app/assets/stylesheets/custom.css */
.ph-webinar-countmodal .modal-content {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ccc;
}

/* line 6090, app/assets/stylesheets/custom.css */
.ph-webinar-countmodal .modal-body {
  background: #f8f8f8;
  padding: 32px;
}

/* line 6095, app/assets/stylesheets/custom.css */
.ph-form-service-cta {
  background: url(/assets/our-team-banner.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0 50px;
}

/* line 6102, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-heading-cts-form p {
  color: var(--ph-white-color);
}

/* line 6106, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-heading-cts-form h2, .ph-form-service-cta .ph-heading-cts-form .h2 {
  color: var(--ph-white-color);
}

/* line 6110, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-contact-field ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 20px;
}

/* line 6116, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-contact-field ul li {
  margin-top: 15px;
}

/* line 6120, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-contact-field ul li input {
  color: var(--ph-white-color);
}

/* line 6124, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-contact-field ul li input::-moz-placeholder {
  color: var(--ph-white-color);
}
.ph-form-service-cta .ph-contact-field ul li input::placeholder {
  color: var(--ph-white-color);
}

/* line 6128, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-contact-msg textarea::-moz-placeholder {
  color: var(--ph-white-color);
}
.ph-form-service-cta .ph-contact-msg textarea::placeholder {
  color: var(--ph-white-color);
}

/* line 6132, app/assets/stylesheets/custom.css */
.ph-form-service-cta .ph-contact-msg textarea {
  color: var(--ph-white-color);
}

/* line 6136, app/assets/stylesheets/custom.css */
.ph-ai-webinar .ph-webinar-list-main ul {
  width: 50%;
  padding: 0px 20px 20px 20px;
}

/* line 6141, app/assets/stylesheets/custom.css */
.ph-webinar-list-main {
  display: flex;
  text-align: center;
}

/* line 6146, app/assets/stylesheets/custom.css */
.ph-webinat-ul-titlleft {
  background: var(--ph-black-color);
  padding: 20px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

/* line 6154, app/assets/stylesheets/custom.css */
.ph-webinar-list-main ul li {
  padding: 20px 20px 20px 20px;
  text-align: left;
}

/* line 6159, app/assets/stylesheets/custom.css */
.ph-webinat-ul-titlright {
  background: var(--ph-black-color);
  padding: 20px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

/* line 6167, app/assets/stylesheets/custom.css */
.ph-ai-webinar .ph-webinar-list-main ul {
  width: 50%;
  padding: 0px 0px 20px 0px;
}

/* line 6172, app/assets/stylesheets/custom.css */
.ph-webinar-list-main ul:first-child {
  border-right: 1px solid #ccc;
}

/* line 6176, app/assets/stylesheets/custom.css */
.ph-last-webinar-list {
  padding: 20px 20px 20px 20px;
  text-align: center;
  /* background: #ffc1077d; */
}

/* line 6182, app/assets/stylesheets/custom.css */
.ph-webinar-list-main {
  padding-top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* line 6187, app/assets/stylesheets/custom.css */
.ph-last-webinar-list p {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* case-study-service */
/* line 6196, app/assets/stylesheets/custom.css */
.ph-casestudy-service {
  background: url(/assets/our-team-banner.webp) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0 50px;
  /* margin-bottom:90px; */
}

/* line 6204, app/assets/stylesheets/custom.css */
.ph-service-case-study h2, .ph-service-case-study .h2 {
  color: var(--ph-secondary-color);
  font-size: 62px;
}

/* line 6209, app/assets/stylesheets/custom.css */
.ph-service-case-study p span {
  color: var(--ph-main-color);
}

/* line 6213, app/assets/stylesheets/custom.css */
.ph-service-case-study p {
  color: var(--ph-white-color);
}

/* line 6217, app/assets/stylesheets/custom.css */
.ph-casestudy-service .ph-software-inner ul li p {
  color: var(--ph-white-color);
}

/* line 6221, app/assets/stylesheets/custom.css */
.ph-casestudy-service .swiper-button-prev {
  border: 1px solid #6b5d5d;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  top: 60%;
}

/* line 6229, app/assets/stylesheets/custom.css */
.ph-casestudy-service .swiper-button-prev:after {
  font-size: 13px;
  color: #6b5d5d;
}

/* line 6234, app/assets/stylesheets/custom.css */
.ph-blog-service-sec .ph-heading-title {
  text-align: left;
}

/* indusrtey new design */
/* line 6239, app/assets/stylesheets/custom.css */
.ph-service-industry-box {
  width: 100%;
  max-width: 380px;
  /* align-items: center;
    justify-content: center; */
  margin-bottom: 50px;
  border: 1px solid #f3f5f9;
  padding: 20px 50px 20px 50px;
  display: inline-flex;
  text-align: center;
  border-radius: 7px;
  background-color: #f3f5f9;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* line 6254, app/assets/stylesheets/custom.css */
.ph-service-industry-box p {
  margin-bottom: 0;
  margin-left: 13px;
  font-size: 18px;
  font-weight: 400;
}

/* line 6261, app/assets/stylesheets/custom.css */
.ph-service-industry-box:hover {
  background-color: var(--ph-white-color);
}

/* CaseStudy  */
/* line 6267, app/assets/stylesheets/custom.css */
.ph-portfood-box.ph-case-study-main-setnow:before {
  background: #ffe1d2;
  left: 0;
}

/* line 6272, app/assets/stylesheets/custom.css */
.ph-case-setnow-bnr {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/ehyva0ecvioxuxkql8fs0crqflgv) no-repeat center center;
  background-size: cover;
  padding: 60px 0 150px;
  overflow: hidden;
}

/* line 6280, app/assets/stylesheets/custom.css */
.ph-case-setnow-bnr .ph-heading-title .ph-case-power span {
  color: var(--ph-main-color);
}

/* line 6284, app/assets/stylesheets/custom.css */
.ph-case-setnow-bnr .ph-case-bnr .ph-case-power {
  font-size: 30px;
}

/* line 6288, app/assets/stylesheets/custom.css */
.ph-case-setnow-bnr .ph-case-power {
  font-size: 30px;
  margin-top: 0;
}

/* line 6293, app/assets/stylesheets/custom.css */
.ph-case-setnow-bnr .ph-heading-title img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 40px;
}

/* line 6299, app/assets/stylesheets/custom.css */
.ph-case-setnow-bnr .ph-OurTeam-content {
  position: relative;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/vctdy4chk9ykikvlbtcqz0wuypan) no-repeat right center;
  margin-right: -220px;
}

/* line 6306, app/assets/stylesheets/custom.css */
.ph-setnow-about {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/puozkf8jrq6sgr22wuut9duomuti) no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px;
}

/* line 6313, app/assets/stylesheets/custom.css */
.ph-setnow-about .ph-heading-title {
  text-align: left;
}

/* line 6317, app/assets/stylesheets/custom.css */
.ph-setnow-about .ph-heading-title p {
  color: var(--ph-white-color);
  opacity: 0.8;
  padding-right: 30px;
}

/* line 6323, app/assets/stylesheets/custom.css */
.ph-setnow-about .ph-heading-title p span {
  color: #f7774b;
}

/* line 6327, app/assets/stylesheets/custom.css */
.ph-setnow-technology .ph-Industries-box {
  box-shadow: none;
}

/* line 6331, app/assets/stylesheets/custom.css */
.ph-setnow-about .ph-heading-title h2, .ph-setnow-about .ph-heading-title .h2 {
  color: var(--ph-white-color);
}

/* line 6335, app/assets/stylesheets/custom.css */
.ph-setnow-about .ph-heading-title h2 img, .ph-setnow-about .ph-heading-title .h2 img {
  width: 100%;
  max-width: 180px;
}

/* line 6340, app/assets/stylesheets/custom.css */
.ph-setnow-development {
  background: #ffe1d2;
}

/* line 6344, app/assets/stylesheets/custom.css */
.ph-setnoww-clint-design .ph-client-port-sec {
  position: relative;
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/dysagbeeqosqd56k89av9d1s3hkk) no-repeat left center;
  left: 0;
  margin-left: -100px;
}

/* line 6352, app/assets/stylesheets/custom.css */
.ph-setnoww-clint-design {
  background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/c48ebyer2w73bk563954fcqpgutb) no-repeat center center;
  background-size: cover;
  padding: 130px 0 150px;
}

/* line 6359, app/assets/stylesheets/custom.css */
.ph-setnoww-clint-design .ph-heading-title p {
  font-size: 14px;
}

/* line 6363, app/assets/stylesheets/custom.css */
.ph-ui-ux-image-logo img {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: auto;
  display: block;
}

/* line 6371, app/assets/stylesheets/custom.css */
.cookiesModal {
  animation-name: cookiesModal;
}

@keyframes cookiesModal {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  /* ott- page */
  /* line 6388, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box ul {
    display: block;
  }
  /* line 6392, app/assets/stylesheets/custom.css */
  .ph-seet-img img {
    opacity: 0.3;
  }
  /* line 6396, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box ul li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  /* line 6401, app/assets/stylesheets/custom.css */
  .ph-custom-mega-after-icon {
    margin-top: 0;
  }
  /* line 6405, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box2 ul {
    display: block;
  }
  /* line 6409, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box2 ul li {
    max-width: 100%;
    margin-bottom: 20px;
  }
  /* line 6414, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box2 ul li:before {
    display: none;
  }
  /* line 6418, app/assets/stylesheets/custom.css */
  .ph-ott-process:after {
    display: none;
  }
  /* line 6422, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box ul li:before {
    display: none;
  }
  /* line 6426, app/assets/stylesheets/custom.css */
  .ph-ott-process .ph-ott-development-box2 {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6431, app/assets/stylesheets/custom.css */
  .ph-case-2night-bnr .ph-OurTeam-content {
    background: transparent;
    margin-right: 0;
  }
  /* line 6436, app/assets/stylesheets/custom.css */
  .ph-2night-clint-design .ph-client-left {
    display: none;
  }
  /* line 6440, app/assets/stylesheets/custom.css */
  .ph-2night-clint-design .ph-client-port-sec {
    background: transparent;
    margin-left: 0;
  }
  /* line 6445, app/assets/stylesheets/custom.css */
  .ph-case-2nigt-form .ph-bg-formcase-b {
    border-top-right-radius: 10px;
  }
  /* home banner video */
  /* line 6450, app/assets/stylesheets/custom.css */
  .ph-main-banner {
    background: url(/assets/ph-main-banner-c5694bece11856d27ac1dce701d7d8c4d9de33de79164ff4c1b625b9c7ffb856.webp) no-repeat center center;
    /* object-fit: cover; */
    background-size: cover;
    position: relative;
    padding: 50px 0 70px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  /* .video-background-bnr {
    display: none;
  } */
  /* line 6464, app/assets/stylesheets/custom.css */
  .ph-webinar-countmodal .modal-dialog {
    margin: 0;
  }
  /* line 6468, app/assets/stylesheets/custom.css */
  .ph-webinar-list-main {
    display: block;
  }
  /* line 6472, app/assets/stylesheets/custom.css */
  .ph-ai-webinar .ph-webinar-list-main ul {
    width: 100%;
  }
  /* line 6476, app/assets/stylesheets/custom.css */
  .ph-case-setnow-bnr .ph-OurTeam-content {
    background: transparent;
  }
  /* line 6480, app/assets/stylesheets/custom.css */
  .ph-setnoww-clint-design .ph-client-port-sec {
    background: transparent;
  }
  /* line 6484, app/assets/stylesheets/custom.css */
  .ph-coin-box-img- {
    margin-top: 20px;
  }
  /* line 6488, app/assets/stylesheets/custom.css */
  .ph-setnoww-clint-design .ph-client-port-sec {
    margin-left: 0;
  }
  /* line 6492, app/assets/stylesheets/custom.css */
  .ph-case-setnow-bnr .ph-OurTeam-content {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 6498, app/assets/stylesheets/custom.css */
  .ph-technology-list-main ul {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 6502, app/assets/stylesheets/custom.css */
  .ph-dating-right {
    position: relative;
    top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 6509, app/assets/stylesheets/custom.css */
  .ph-technology-list-main ul {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 6513, app/assets/stylesheets/custom.css */
  .pg-logo-form-row ul {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 6517, app/assets/stylesheets/custom.css */
  .ph-dating-right {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 6524, app/assets/stylesheets/custom.css */
  .dating-app-grid ul,
.count_sec ul,
.ph-nft-step.ph-crapto-c .tab-content ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 6530, app/assets/stylesheets/custom.css */
  .ph-generarkikai-banner {
    padding: 120px 0 0;
  }
  /* line 6534, app/assets/stylesheets/custom.css */
  .ph-health-custom-tab ul {
    justify-content: start;
  }
  /* line 6538, app/assets/stylesheets/custom.css */
  .ph-health-custom-tab .nav-pills .nav-item {
    width: 100%;
  }
  /* line 6542, app/assets/stylesheets/custom.css */
  .ph-health-custom-tab .nav-pills .nav-item .nav-link {
    width: 100%;
    text-align: left;
  }
  /* line 6547, app/assets/stylesheets/custom.css */
  .cta-shopify-container .mobile_cta_s {
    justify-content: flex-start !important;
  }
  /* line 6551, app/assets/stylesheets/custom.css */
  .ph-shopify-sec img {
    padding-top: 30px;
  }
  /* line 6555, app/assets/stylesheets/custom.css */
  .count_project_no {
    padding-top: 30px;
  }
  /* line 6559, app/assets/stylesheets/custom.css */
  .project_shopify_sec {
    padding: 40px 0;
  }
  /* line 6563, app/assets/stylesheets/custom.css */
  .cta-shopify-container {
    padding: 20px 20px 30px;
  }
  /* line 6567, app/assets/stylesheets/custom.css */
  .count_project_no ul {
    padding-left: 0;
  }
  /* line 6571, app/assets/stylesheets/custom.css */
  .mobile_point {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  /* line 6576, app/assets/stylesheets/custom.css */
  .mobile_app_box {
    padding: 30px;
  }
  /* line 6580, app/assets/stylesheets/custom.css */
  .mobile_app_box img {
    margin-top: 20px;
  }
  /* line 6584, app/assets/stylesheets/custom.css */
  .app_hireapp_develop {
    padding: 30px;
  }
  /* line 6588, app/assets/stylesheets/custom.css */
  .app_hireapp_develop img {
    margin-top: 30px;
  }
  /* line 6592, app/assets/stylesheets/custom.css */
  .mobile_fcontent_box {
    padding-left: 0;
  }
  /* line 6596, app/assets/stylesheets/custom.css */
  .mobile_scontent_box {
    padding-right: 0;
  }
  /* line 6600, app/assets/stylesheets/custom.css */
  .mobile_simg_box {
    margin-top: 30px;
  }
  /* line 6604, app/assets/stylesheets/custom.css */
  .ph-getconnect-content {
    text-align: center !important;
  }
  /* line 6608, app/assets/stylesheets/custom.css */
  .mobile_img {
    text-align: center;
    margin-top: 30px;
  }
  /* line 6613, app/assets/stylesheets/custom.css */
  .ph-build-insurance ul {
    flex-wrap: wrap;
  }
  /* line 6617, app/assets/stylesheets/custom.css */
  .phInsuranceCta {
    padding: 50px 15px;
  }
  /* line 6621, app/assets/stylesheets/custom.css */
  .ph-insurance-sec {
    padding-top: 50px;
  }
  /* line 6625, app/assets/stylesheets/custom.css */
  .ph-insurance-cta {
    padding: 50px 15px;
  }
  /* line 6629, app/assets/stylesheets/custom.css */
  .ph-build-insurance ul li {
    flex: 100% 0 0;
  }
  /* line 6633, app/assets/stylesheets/custom.css */
  .insurance_four_point {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 6637, app/assets/stylesheets/custom.css */
  .topbitcoin,
.leftbitcoin {
    opacity: 0;
  }
  /* line 6642, app/assets/stylesheets/custom.css */
  .shadow-bottom img {
    margin-top: 0;
  }
  /* line 6646, app/assets/stylesheets/custom.css */
  .c_cta_sec {
    padding-top: 50px;
  }
  /* line 6650, app/assets/stylesheets/custom.css */
  .shadow-bottom {
    padding: 0;
  }
  /* line 6654, app/assets/stylesheets/custom.css */
  .block_chain_firm {
    padding: 30px 15px 0;
  }
  /* line 6658, app/assets/stylesheets/custom.css */
  .last_cta {
    padding: 30px 15px 0;
  }
  /* line 6662, app/assets/stylesheets/custom.css */
  .ph-dating-right {
    position: relative;
    top: 0;
  }
  /* line 6667, app/assets/stylesheets/custom.css */
  .ph-technology-list-main ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 6671, app/assets/stylesheets/custom.css */
  .ph-freeSpot-box {
    padding: 30px;
  }
  /* line 6675, app/assets/stylesheets/custom.css */
  .ph-PowerdSpeaker-img {
    padding-top: 0;
  }
  /* line 6679, app/assets/stylesheets/custom.css */
  .ph-powerd-head {
    padding-bottom: 20px;
  }
  /* line 6683, app/assets/stylesheets/custom.css */
  .ph-seet-img {
    position: relative;
    right: 0;
    top: 0;
  }
  /* line 6689, app/assets/stylesheets/custom.css */
  .unlock-webinar-sec {
    background: url(https://protonshub-website.s3.us-east-2.amazonaws.com/cdvks1pv0v0itt1cuzimx83vi4f6) no-repeat top center;
    padding: 60px 20px;
    background-size: cover;
  }
  /* line 6696, app/assets/stylesheets/custom.css */
  .unlock-webinar-sec .ph-powerd-head h4, .unlock-webinar-sec .ph-powerd-head .h4 {
    font-size: 30px;
  }
  /* line 6700, app/assets/stylesheets/custom.css */
  .ph-seet-img img {
    max-width: 100%;
    height: auto;
    opacity: 1;
  }
  /* line 6706, app/assets/stylesheets/custom.css */
  .ph-hireprice-box.ph-fantacy-appBox ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 6710, app/assets/stylesheets/custom.css */
  .pg-logo-form-row ul {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 480px) {
  /* line 6717, app/assets/stylesheets/custom.css */
  .ph-saleshforce-practice-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 6721, app/assets/stylesheets/custom.css */
  .ph-modal-main-webinar h1, .ph-modal-main-webinar .h1 {
    font-size: 18px;
    font-weight: 600;
  }
  /* line 6726, app/assets/stylesheets/custom.css */
  .ph-case-datum-bnr .ph-engaging-bnr h1, .ph-case-datum-bnr .ph-engaging-bnr .h1 {
    font-size: 32px;
    line-height: 42px;
  }
  /* line 6731, app/assets/stylesheets/custom.css */
  .bgtaxi-color {
    padding: 30px;
  }
  /* line 6735, app/assets/stylesheets/custom.css */
  .ph-webinar-countmodal .modal-body {
    padding: 20px;
  }
  /* line 6739, app/assets/stylesheets/custom.css */
  .ph-webinar-ai-count #countdown ul li span {
    font-size: 24px;
    padding: 15px 0;
  }
  /* line 6744, app/assets/stylesheets/custom.css */
  .ph-webinar-ai-count #countdown ul li p {
    font-size: 12px;
    margin-top: 3px;
  }
  /* line 6749, app/assets/stylesheets/custom.css */
  .ph-webinar-ai-count div#countdown ul li {
    max-width: 60px;
    min-width: 60px;
  }
  /* line 6754, app/assets/stylesheets/custom.css */
  .ph-taxi-book-cta {
    padding-left: 30px;
    padding-right: 10px;
  }
  /* line 6759, app/assets/stylesheets/custom.css */
  .ph-hireprice-box.ph-fantacy-appBox ul {
    gap: 15px;
  }
  /* line 6763, app/assets/stylesheets/custom.css */
  .ph-cta-fantacy {
    padding: 50px 20px;
  }
  /* line 6767, app/assets/stylesheets/custom.css */
  .ph-stockTrading-banner {
    padding-top: 50px;
  }
  /* line 6771, app/assets/stylesheets/custom.css */
  .ph-case-payment-method {
    padding-top: 50px;
  }
  /* line 6775, app/assets/stylesheets/custom.css */
  .ph-case-stage-about {
    padding-top: 50px;
  }
  /* line 6779, app/assets/stylesheets/custom.css */
  .ph-case-study-stage-bnr .ph-engaging-bnr {
    padding-top: 50px;
  }
  /* line 6783, app/assets/stylesheets/custom.css */
  .ph-case-datum-bnr .ph-engaging-bnr abbr {
    font-size: 21px;
    line-height: 32px;
  }
  /* line 6788, app/assets/stylesheets/custom.css */
  .ph-case-datum-bnr .ph-engaging-bnr {
    padding-top: 50px;
  }
  /* line 6792, app/assets/stylesheets/custom.css */
  .ph-digital-banner-case h1 span, .ph-digital-banner-case .h1 span {
    font-weight: 600;
  }
  /* line 6796, app/assets/stylesheets/custom.css */
  .ph-digital-coins .ph-case-store {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 6801, app/assets/stylesheets/custom.css */
  .ph-case-bnr-leftimg img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 6806, app/assets/stylesheets/custom.css */
  .ph-digital-banner-case .ph-case-power {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }
  /* line 6812, app/assets/stylesheets/custom.css */
  .ph-case-bnr .ph-heading-title {
    margin-top: 130px;
  }
  /* line 6816, app/assets/stylesheets/custom.css */
  .ph-case-bnr .ph-case-power {
    font-size: 32px;
    line-height: 42px;
  }
  /* line 6821, app/assets/stylesheets/custom.css */
  .ph-case-study-stage-bnr .ph-engaging-bnr abbr {
    font-size: 32px;
    line-height: 42px;
  }
  /* line 6826, app/assets/stylesheets/custom.css */
  .ph-stage-dev img {
    max-width: 180px;
    width: 100%;
  }
  /* line 6831, app/assets/stylesheets/custom.css */
  .ph-stage-screen img {
    max-width: 250px;
    width: 100%;
  }
  /* line 6836, app/assets/stylesheets/custom.css */
  .ph-software-inner ul li h3, .ph-software-inner ul li .h3 {
    font-size: 1.5rem;
  }
  /* .ph-grid-modal {
    grid-template-columns: repeat(1, 1fr);
  } */
  /* line 6844, app/assets/stylesheets/custom.css */
  .ph-modal-logo ul {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  /* line 6849, app/assets/stylesheets/custom.css */
  .ph-webinar-speaker .ph-webinar-meet-title {
    font-size: 21px;
    position: relative;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 6858, app/assets/stylesheets/custom.css */
  .ph-webinar-speaker {
    padding-top: 0;
  }
  /* line 6862, app/assets/stylesheets/custom.css */
  .ph-webinar-list-main ul li {
    padding: 10px 10px;
  }
  /* line 6866, app/assets/stylesheets/custom.css */
  .ph-last-webinar-list p {
    margin-bottom: 0;
  }
  /* line 6870, app/assets/stylesheets/custom.css */
  .ph-taxi-protonshub .ph-taxt-add-sec:before {
    content: "";
    background: #ffffff82;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  /* line 6882, app/assets/stylesheets/custom.css */
  .ph-taxi-work-sec .ph-wireframe-inner {
    text-align: right;
  }
  /* line 6886, app/assets/stylesheets/custom.css */
  .ph-taxi-work-right .ph-wireframe-inner {
    text-align: left;
  }
  /* line 6890, app/assets/stylesheets/custom.css */
  .ph-home-cookie {
    width: 100%;
    display: block;
  }
  /* line 6895, app/assets/stylesheets/custom.css */
  .ph-taxt-circle img {
    margin-right: 10px;
    max-width: 30px;
  }
  /* line 6900, app/assets/stylesheets/custom.css */
  .ph-taxi-protonshub .ph-taxt-add-sec h4 span,
.ph-taxi-protonshub .ph-taxt-add-sec .h4 span {
    color: #141413;
    font-weight: 900;
  }
  /* Webinar page */
  /* line 6907, app/assets/stylesheets/custom.css */
  .ph-webinar-over-sec .ph-contact-form {
    margin-top: 0;
  }
  /* line 6911, app/assets/stylesheets/custom.css */
  .ph-webinar-date {
    display: flex;
    padding: 0;
  }
  /* line 6916, app/assets/stylesheets/custom.css */
  .ph-webinar_profile {
    margin-bottom: 0;
  }
  /* line 6920, app/assets/stylesheets/custom.css */
  .ph-webinar-title-bnr h1, .ph-webinar-title-bnr .h1 {
    font-size: 30px;
  }
  /* line 6924, app/assets/stylesheets/custom.css */
  .ph-webinar-date span {
    margin-top: 10px;
  }
  /* line 6928, app/assets/stylesheets/custom.css */
  .ph-webinar-over-sec ul li {
    margin-bottom: 0px;
  }
  /* line 6932, app/assets/stylesheets/custom.css */
  .ph-madalIndiasoft-content img {
    border-radius: 5px;
    width: 100%;
    max-width: 10%;
    min-width: 90%;
    margin: auto;
    display: block;
  }
  /* line 6941, app/assets/stylesheets/custom.css */
  .modalconent {
    left: 0px;
  }
  /* line 6945, app/assets/stylesheets/custom.css */
  .modal-event-button {
    right: 5px;
  }
  /* line 6949, app/assets/stylesheets/custom.css */
  .ph-webinar-over-sec input {
    margin-bottom: 15px;
  }
  /* line 6953, app/assets/stylesheets/custom.css */
  .ph-banner-webinar {
    width: 100%;
  }
  /* line 6957, app/assets/stylesheets/custom.css */
  .ph-hire-expert .ph-all-answers ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 6961, app/assets/stylesheets/custom.css */
  .ph-ror-germany-pro .ph-why-choose-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 6965, app/assets/stylesheets/custom.css */
  .ph-germany-ror-i img {
    max-width: 120px;
    margin-top: 40px;
  }
  /* line 6970, app/assets/stylesheets/custom.css */
  .ph-ror-californa-pro .ph-why-choose-grid ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 6974, app/assets/stylesheets/custom.css */
  .ph-portfolio-carousal button.carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  /* line 6979, app/assets/stylesheets/custom.css */
  .ph-portfolio-carousal button.carousel-control-next {
    width: 30px;
    height: 30px;
  }
  /* line 6984, app/assets/stylesheets/custom.css */
  .ph-blog-ciokies-modal {
    text-align: center;
  }
  /* line 6988, app/assets/stylesheets/custom.css */
  .ph-blog-img-cookies {
    text-align: center;
    margin: auto;
    display: block;
  }
  /* line 6994, app/assets/stylesheets/custom.css */
  .ph-scale-inadia-bnr {
    padding: 50px 0 50px;
  }
  /* line 6998, app/assets/stylesheets/custom.css */
  .ph-washington-name-main img {
    height: 200px;
    margin-top: 20px;
  }
  /* line 7003, app/assets/stylesheets/custom.css */
  .ph-left-case {
    padding-left: 0px;
    /* padding-top: 99px; */
  }
  /* line 7008, app/assets/stylesheets/custom.css */
  .ph-team-invoise {
    padding-left: 30px;
  }
  /* top logo greate place */
  /* line 7013, app/assets/stylesheets/custom.css */
  .ph-header-logo-greate img {
    left: 20px;
  }
  /* line 7017, app/assets/stylesheets/custom.css */
  .ph-btn {
    font-size: 14px;
  }
  /* line 7021, app/assets/stylesheets/custom.css */
  .ph-buld-impact-count ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 7025, app/assets/stylesheets/custom.css */
  .ph-buildvideoimg {
    display: none;
  }
  /* line 7029, app/assets/stylesheets/custom.css */
  .ph-buildvideoimg2 {
    display: none;
  }
  /* line 7033, app/assets/stylesheets/custom.css */
  .ph-build-video-icon {
    padding-left: 0;
  }
  /* line 7037, app/assets/stylesheets/custom.css */
  .ph-build-video-icon2 {
    padding-right: 0;
  }
  /* line 7041, app/assets/stylesheets/custom.css */
  .ph-build-year-number {
    height: inherit;
    margin-top: 30px;
  }
  /* jan 09 */
  /* line 7047, app/assets/stylesheets/custom.css */
  .ph-banner-salesforce img {
    margin-top: 0;
  }
  /* line 7051, app/assets/stylesheets/custom.css */
  .ph-saleshforce-curve-1 {
    display: none;
  }
  /* line 7055, app/assets/stylesheets/custom.css */
  .ph-saleshforce-curve-2 {
    display: none;
  }
  /* line 7059, app/assets/stylesheets/custom.css */
  .ph-saleshforce-curve-3 {
    display: none;
  }
  /* line 7063, app/assets/stylesheets/custom.css */
  .ph-saleshforce-curve-4 {
    display: none;
  }
  /* line 7067, app/assets/stylesheets/custom.css */
  .ph-saleshforce-lock {
    display: none;
  }
  /* line 7071, app/assets/stylesheets/custom.css */
  .ph-case-bnr .ph-bnr-2nite img {
    display: none;
  }
  /* line 7075, app/assets/stylesheets/custom.css */
  .ph-case-client-bnr .ph-client-left img {
    margin-left: 0;
  }
  /* line 7079, app/assets/stylesheets/custom.css */
  .ph-case-datum-bnr .ph-case-left-patti {
    z-index: -9;
  }
}
