@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"),
    url("../fonts/SegoeUI.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI Light";
  src: local("Segoe UI Light"), url("../fonts/SegoeUI-Light.woff2") format("woff2"), url("../fonts/SegoeUI-Light.woff") format("woff"),
    url("../fonts/SegoeUI-Light.ttf") format("ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Segoe UI Semilight";
  src: local("Segoe UI Semilight"), url("../fonts/SegoeUI-Semilight.woff2") format("woff2"),
    url("../fonts/SegoeUI-Semilight.woff") format("woff"), url("../fonts/SegoeUI-Semilight.ttf") format("ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Segoe UI Semibold";
  src: local("Segoe UI Semibold"), url("../fonts/SegoeUI-Semibold.woff2") format("woff2"),
    url("../fonts/SegoeUI-Semibold.woff") format("woff"), url("../fonts/SegoeUI-Semibold.ttf") format("ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Segoe UI Bold";
  src: local("Segoe UI Bold"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"),
    url("../fonts/SegoeUI-Bold.ttf") format("ttf");
  font-weight: 600;
}
html {
  font-size: 15px;
}
@media (min-width: 576px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 19px;
  }
} /*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0078d4;
  --bs-indigo: #243a5e;
  --bs-purple: #8661c5;
  --bs-pink: #d59dff;
  --bs-red: #db2929;
  --bs-orange: #d83b01;
  --bs-yellow: #fef000;
  --bs-green: #107c10;
  --bs-teal: #008575;
  --bs-cyan: #50e6ff;
  --bs-white: #fff;
  --bs-gray: #d2d2d2;
  --bs-gray-dark: #505050;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #fefefe;
  --bs-gray-300: #f7f7f7;
  --bs-gray-400: #f2f2f2;
  --bs-gray-500: #e6e6e6;
  --bs-gray-600: #d2d2d2;
  --bs-gray-700: #737373;
  --bs-gray-800: #505050;
  --bs-gray-900: #2f2f2f;
  --bs-primary: #0078d4;
  --bs-secondary: #d2d2d2;
  --bs-success: #107c10;
  --bs-info: #50e6ff;
  --bs-warning: #fef000;
  --bs-danger: #db2929;
  --bs-light: #f2f2f2;
  --bs-dark: #2f2f2f;
  --bs-primary-rgb: 0, 120, 212;
  --bs-secondary-rgb: 210, 210, 210;
  --bs-success-rgb: 16, 124, 16;
  --bs-info-rgb: 80, 230, 255;
  --bs-warning-rgb: 254, 240, 0;
  --bs-danger-rgb: 219, 41, 41;
  --bs-light-rgb: 242, 242, 242;
  --bs-dark-rgb: 47, 47, 47;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 47, 47, 47;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Segoe UI, SegoeUI, "Segoe UI", "SegoeUI", sans-serif;
  --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: #2f2f2f;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
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);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.618rem;
  font-weight: 600;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: calc(1.54858rem + 3.58296vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4.2358rem;
  }
}
h2,
.h2 {
  font-size: calc(1.38679rem + 1.64151vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.21792rem;
  }
}
h3,
.h3 {
  font-size: calc(1.2868rem + 0.4416vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.618rem;
  }
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.618rem;
}
h6,
.h6 {
  font-size: 0.38195rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: 800;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #2f2f2f;
  text-decoration: underline;
}
a:hover {
  color: #262626;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d59dff;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.618rem;
  padding-bottom: 0.618rem;
  color: #d2d2d2;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.618rem;
  font-size: calc(1.2868rem + 0.4416vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.618rem;
  }
}
legend + * {
  clear: left;
}
::-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;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
iframe {
  border: 0;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.99992rem);
  padding-left: var(--bs-gutter-x, 0.99992rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.618rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
}
.table {
  --bs-table-bg: rgba(0, 0, 0, 0);
  --bs-table-accent-bg: rgba(0, 0, 0, 0);
  --bs-table-striped-color: #2f2f2f;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #2f2f2f;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #2f2f2f;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #2f2f2f;
  vertical-align: top;
  border-color: #d2d2d2;
}
.table > :not(caption) > * > * {
  padding: 0.618rem 0.618rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #2f2f2f;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 120, 212, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 120, 212, 0.25);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0078d4;
  border-color: #0078d4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0066b4;
  border-color: #0060aa;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0066b4;
  border-color: #0060aa;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 140, 218, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(38, 140, 218, 0.5);
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0060aa;
  border-color: #005a9f;
}
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 140, 218, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(38, 140, 218, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #0078d4;
  border-color: #0078d4;
}
.btn-link {
  font-weight: 400;
  color: #2f2f2f;
  text-decoration: underline;
}
.btn-link:hover {
  color: #262626;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #d2d2d2;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #2f2f2f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #2f2f2f;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #2a2a2a;
  background-color: #fefefe;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0078d4;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #e6e6e6;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  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) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #262626;
}
.nav-link.disabled {
  color: #d2d2d2;
  pointer-events: none;
  cursor: default;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-img-top {
  width: 100%;
}
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #2f2f2f;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #006cbf;
  background-color: #e6f2fb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006cbf'%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");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f2f2f'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80bcea;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 120, 212, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 120, 212, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #fefefe;
  border-radius: 0.25rem;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #2f2f2f;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #d2d2d2;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0078d4;
  border-color: #0078d4;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #2f2f2f;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.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;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.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%;
}
.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");
}
.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");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  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;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); /* rtl:ignore */
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); /* rtl:ignore */
  }
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.visually-hidden {
  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;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.position-relative {
  position: relative !important;
}
.border {
  border: 1px solid #d2d2d2 !important;
}
.w-100 {
  width: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.618rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-4 {
  margin-bottom: 1.618rem !important;
}
.mb-5 {
  margin-bottom: 2.61792rem !important;
}
.ms-n1 {
  margin-left: -0.38198rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-4 {
  padding: 1.618rem !important;
}
.p-5 {
  padding: 2.61792rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-4 {
  padding-right: 1.618rem !important;
  padding-left: 1.618rem !important;
}
.px-5 {
  padding-right: 2.61792rem !important;
  padding-left: 2.61792rem !important;
}
.pt-5 {
  padding-top: 2.61792rem !important;
}
.pe-4 {
  padding-right: 1.618rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-4 {
  padding-bottom: 1.618rem !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .mt-lg-5 {
    margin-top: 2.61792rem !important;
  }
  .me-lg-5 {
    margin-right: 2.61792rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .px-lg-6 {
    padding-right: 4.2358rem !important;
    padding-left: 4.2358rem !important;
  }
  .py-lg-5 {
    padding-top: 2.61792rem !important;
    padding-bottom: 2.61792rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 2.61792rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.2358rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.618rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.61792rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-6 {
    padding-left: 4.2358rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .pe-xl-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}
.slide-in-left-0 {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-left-1 {
  -webkit-animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s both;
  animation: slide-in-left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s both;
}
@media (prefers-reduced-motion) {
  .pagewrapper * {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes toss-up {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes toss-up {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pane-travel-1 {
  0% {
    width: 10%;
  }
  50% {
    width: 12%;
  }
  100% {
    width: 10%;
  }
}
@keyframes pane-travel-1 {
  0% {
    width: 10%;
  }
  50% {
    width: 12%;
  }
  100% {
    width: 10%;
  }
}
@-webkit-keyframes pane-travel-2 {
  0% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 40%;
  }
}
@keyframes pane-travel-2 {
  0% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 40%;
  }
}
@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  50% {
    -webkit-transform: scale(1.05) translateY(15px);
    transform: scale(1.05) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
  50% {
    -webkit-transform: scale(1.05) translateY(15px);
    transform: scale(1.05) translateY(15px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 84%;
    transform-origin: 50% 84%;
  }
}
@-webkit-keyframes button-pulse {
  0% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
}
@keyframes button-pulse {
  0% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
}
@-webkit-keyframes hover-expand {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes hover-expand {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes bg-pan-right {
  0% {
    background-position: 45% 50%;
  }
  100% {
    background-position: 30% 50%;
  }
}
@keyframes bg-pan-right {
  0% {
    background-position: 45% 50%;
  }
  100% {
    background-position: 30% 50%;
  }
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 16;
}
@media (min-width: 576px) {
  .carousel-control-next.selector {
    right: 3%;
  }
  .carousel-control-prev.selector {
    left: 3%;
  }
}
.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .carousel-indicators {
    margin-top: 1.5rem;
  }
}
.carousel-indicators li {
  display: inline-block;
  cursor: pointer;
  height: 10px !important;
  width: 10px !important;
  border: 1px #1b1b1b solid !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  margin-left: 10px;
  background-color: #fff;
}
.carousel-indicators li.active {
  background-color: #1b1b1b !important;
}
@media (min-width: 992px) {
  .carousel-indicators li {
    border: 1px #1b1b1b solid !important;
    background-color: #f7f7f7 !important;
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.15);
  }
  .carousel-indicators li.active {
    background-color: #1b1b1b !important;
  }
}
.flex-wrapper {
  background-color: #fff;
}
@media (min-width: 992px) {
  .rdx-carousel {
    background-color: #f7f7f7;
  }
}
.rdx-carousel {
  border: 1px #dddddd solid;
  overflow: hidden;
}
.carousel-control-next-icon {
  background-image: url("../images/carousel-arrows.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: -34px 0;
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
  outline: 0;
}
.carousel-control-prev-icon {
  background-image: url("../images/carousel-arrows.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  background-position: 0 0;
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
  outline: 0;
}
.carousel-control-next-desktop,
.carousel-control-prev-desktop {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  bottom: 0;
  margin-bottom: 1rem;
  z-index: 20;
  cursor: pointer;
}
.carousel-control-next-desktop {
  right: 2rem;
}
.carousel-control-prev-desktop {
  left: 2rem;
}
.flex-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .flex-wrapper {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 4rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: transparent;
  }
  .flex-wrapper.right {
    right: 0;
  }
  .flex-wrapper.left {
    left: 0;
  }
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 16;
}
@media screen and (min-width: 576px) {
  .carousel-control-next.selector {
    right: 3%;
  }
  .carousel-control-prev.selector {
    left: 3%;
  }
}
.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .carousel-indicators {
    margin-top: 1.5rem;
  }
}
.carousel-indicators li {
  display: inline-block;
  cursor: pointer;
  height: 10px;
  width: 10px;
  border: 1px #1b1b1b solid !important;
  border-radius: 5px;
  opacity: 1 !important;
  margin-left: 10px;
  background-color: #fff;
}
.carousel-indicators li.active {
  background-color: #1b1b1b !important;
}
@media screen and (min-width: 992px) {
  .carousel-indicators li {
    border: 1px #1b1b1b solid !important;
    background-color: #f7f7f7 !important;
    -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.15);
  }
  .carousel-indicators li.active {
    background-color: #1b1b1b !important;
  }
}
.flex-wrapper {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .rdx-carousel {
    background-color: #f7f7f7;
  }
}
.rdx-carousel {
  border: 1px #dddddd solid;
  overflow: hidden;
}
.carousel-control-next-icon {
  background-image: url("../images/carousel-arrows.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: -34px 0;
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
  outline: 0;
}
.carousel-control-prev-icon {
  background-image: url("../images/carousel-arrows.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
  background-position: 0 0;
  background-size: 68px 52px;
  width: 34px;
  height: 52px;
  outline: 0;
}
.carousel-control-next-desktop,
.carousel-control-prev-desktop {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  bottom: 0;
  margin-bottom: 1rem;
  z-index: 20;
  cursor: pointer;
}
.carousel-control-next-desktop {
  right: 2rem;
}
.carousel-control-prev-desktop {
  left: 2rem;
}
.flex-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .flex-wrapper {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 4rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: transparent;
  }
  .flex-wrapper.right {
    right: 0;
  }
  .flex-wrapper.left {
    left: 0;
  }
}
.arrow-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 3 / 2;
  background-color: transparent;
}
@supports not (aspect-ratio: 3/2) {
  .arrow-box::before {
    float: left;
    padding-top: 66.667%;
    content: "";
  }
  .arrow-box::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media (min-width: 992px) {
  .arrow-box {
    display: none;
  }
}
body {
  font-family: Segoe UI, SegoeUI;
  color: #2f2f2f;
  width: 100%;
  height: 100%;
  margin: 0;
}
#pagewrapper,
.pagewrapper {
  overflow: hidden !important;
}
.knockout,
.knockout * {
  color: #fff !important;
}
a,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
th,
strong,
.cta-copy,
.accordion-button {
  font-family: "Segoe UI Semibold", sans-serif;
  font-weight: 600;
}
*.regular {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}
h1,
.h1,
h2,
.h2 {
  letter-spacing: -0.025rem;
}
h3,
.h3,
h4,
.h4 {
  letter-spacing: -0.02rem;
}
p.h5 {
  font-size: 0.618rem;
  line-height: 1.5;
}
a,
a:active,
a:hover {
  text-decoration: none !important;
  cursor: pointer !important;
}
.fpo {
  color: #f70086 !important;
}
.bg-dark {
  background-color: #2f2f2f;
}
.table td,
.table th {
  border-top: none !important;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
a.btn-link {
  color: #0078d4;
}
.cta-copy,
.cta-copy:hover {
  position: relative;
  color: #0078d4 !important;
  cursor: pointer !important;
}
.cta-copy::after {
  margin-left: 0.5rem;
  position: relative;
  content: url("../images/circle-caret-blue.svg");
  right: 0;
  display: inline-block;
  -webkit-transition: margin-left 1s ease;
  transition: margin-left 1s ease;
}
.cta-copy.gray {
  color: #2f2f2f !important;
}
.cta-copy.gray::after {
  content: url("../images/circle-caret-gray.svg");
}
p.cta-copy::after,
a.cta-copy::after {
  top: 0.1rem;
  width: 1rem;
}
h3.cta-copy::after,
.cta-copy.h3::after,
h3 a.cta-copy::after,
.h3 a.cta-copy::after {
  top: 0.2rem;
  width: 1.5rem;
}
.chevron-wht::after {
  display: inline-block;
  position: relative;
  right: 0;
  margin-top: 0.075em;
  margin-left: 0.5em;
  width: 0.6rem;
  vertical-align: top;
  content: url("../images/chevron-KO.svg") !important;
}
p:last-child {
  margin-bottom: 0;
}
div.row > *:hover {
  -webkit-transition: hover-expand 0.75sec ease both !important;
  transition: hover-expand 0.75sec ease both !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  background: inherit !important;
  border: none !important;
  -webkit-appearance: none !important;
}
.accordion-button {
  padding: 1.2rem;
}
.accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.overlay {
  z-index: 50;
  position: relative;
}
@media (min-width: 992px) {
  .overlay {
    position: absolute;
    height: 100%;
  }
}
.overlay-background {
  z-index: 40;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ms-logo {
  height: 1.618rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
h3 sup,
.h3 sup {
  font-size: 0.8rem;
  top: -0.8em;
}
.overlay-left,
.overlay-right {
  z-index: 50;
  position: relative;
}
.overlay-left.herotext,
.overlay-right.herotext {
  position: absolute;
}
@media (min-width: 992px) {
  .overlay-left.herotext h1,
  .overlay-left.herotext .h1,
  .overlay-right.herotext h1,
  .overlay-right.herotext .h1 {
    font-size: 2.61792rem;
  }
}
@media (min-width: 992px) {
  .overlay-right {
    position: absolute;
    height: 100%;
    right: 0;
  }
  .overlay-left {
    position: absolute;
    height: 100%;
    left: 0;
  }
}
.overlay-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .overlay-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.overlay-background {
  z-index: 40;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hotspot:hover .hotspot__button,
.hotspot:active .hotspot__button {
  border-color: #ff774c;
}
.hotspot:hover .hotspot__button:after,
.hotspot:active .hotspot__button:after {
  background-color: #ff774c;
}
.hotspot--selected {
  z-index: 999;
}
.hotspot__button {
  height: 1.85rem;
  width: 1.85rem;
  padding: 0;
  border-radius: 100%;
  background-image: url("../images/hotspot.png");
  background-size: contain;
  background-color: #e5613b;
  background-position: center center;
  border: 2px solid #e5613b;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-animation: button-pulse 7s ease-in-out infinite;
  animation: button-pulse 7s ease-in-out infinite;
}
.card {
  width: 18rem;
}
.card-body {
  padding: 1.25rem;
}
h5.card-title,
.card-title.h5 {
  font-size: 1.25rem;
}
h3.card-text,
.card-text.h3 {
  font-size: 1.15rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card {
    width: 16rem;
  }
}
@media (min-width: 1400px) {
  .card {
    width: 19.5rem;
  }
}
.darkHeaderText {
  color: #050e3f;
}
.wink {
  margin-top: 15px;
  max-width: calc(1.54858rem + 1.8vw);
}
a.link,
a.btn-link,
a.btn-link:hover,
a.btn-link:active {
  color: #0078d4;
}
@media (min-width: 992px) {
  .col-lg-8 {
    width: 64%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
  .wink {
    margin-top: 10px;
    max-width: calc(1.54858rem + 1.6vw);
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .wink {
    margin-top: 2vw;
    max-width: calc(1.54858rem + 4vw);
  }
}
@media (width: 375px) {
  h1,
  .h1 {
    font-size: calc(1.54858rem + 2.8vw);
  }
  .wink {
    margin-top: 1.5vw;
  }
}
@media (max-width: 374px) {
  .wink {
    display: none;
  }
}
.icon-parade {
  max-height: 1.5rem;
  max-width: 85%;
}
.parade-more {
  font-family: "Segoe UI Bold";
  margin-bottom: 0 !important;
  margin-left: 0.5rem;
  font-weight: 700;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.mw-100 {
  max-width: 100% !important;
}
.blended-bg {
  position: relative;
  background-image: url("../images/ET-BG.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .blended-bg {
    min-height: 450px;
  }
}
.et-meatball {
  position: relative;
  max-width: 6.853rem;
}
@media (min-width: 992px) {
  .et-meatball {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 11.09rem;
  }
}

@media (min-width: 992px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }

  .b-module-wrapper-copy {
    position: absolute;
    left: 30px;
    top: 110px;
    max-width: 500px;
  }

  .b-module-wrapper-copy__title {
    font-size: 40px;
  }

  .b-module-wrapper-copy__text {
    font-size: larger;
    line-height: normal;
    padding-top: 20px;
  }
}
