@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined";

/* node_modules/@okta/okta-signin-widget/dist/css/okta-sign-in.min.css */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word;
}
.qtip-content,
.qtip-titlebar {
  position: relative;
  overflow: hidden;
}
.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal 700 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
.qtip-default {
  border: 1px solid #f1d031;
  background-color: #ffffa3;
  color: #555;
}
.qtip-default .qtip-titlebar {
  background-color: #ffef93;
}
.qtip-default .qtip-icon {
  border-color: #ccc;
  background: #f1f1f1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #aaa;
  color: #111;
}
/*! Light tooltip style */
.qtip-light {
  background-color: #fff;
  border-color: #e2e2e2;
  color: #454545;
}
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}
/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}
.qtip-dark .qtip-icon {
  border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
/*! Cream tooltip style */
.qtip-cream {
  background-color: #fbf7aa;
  border-color: #f9e98e;
  color: #a27d35;
}
.qtip-cream .qtip-titlebar {
  background-color: #f0de7d;
}
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}
/*! Red tooltip style */
.qtip-red {
  background-color: #f78b83;
  border-color: #d95252;
  color: #912323;
}
.qtip-red .qtip-titlebar {
  background-color: #f06d65;
}
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}
.qtip-red .qtip-icon,
.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #d95252;
}
/*! Green tooltip style */
.qtip-green {
  background-color: #caed9e;
  border-color: #90d93f;
  color: #3f6219;
}
.qtip-green .qtip-titlebar {
  background-color: #b0de78;
}
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}
/*! Blue tooltip style */
.qtip-blue {
  background-color: #e5f6fe;
  border-color: #add9ed;
  color: #5e99bd;
}
.qtip-blue .qtip-titlebar {
  background-color: #d0e9f5;
}
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
}
.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border: 0 solid transparent;
  background: #4a4a4a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #000));
  background-image: -webkit-linear-gradient(top, #4a4a4a, #000);
  background-image: -moz-linear-gradient(top, #4a4a4a 0, #000 100%);
  background-image: -ms-linear-gradient(top, #4a4a4a 0, #000 100%);
  background-image: -o-linear-gradient(top, #4a4a4a 0, #000 100%);
}
.qtip-youtube .qtip-titlebar {
  background-color: #4a4a4a;
  background-color: transparent;
}
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon {
  border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, .7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-content,
.qtip-jtools .qtip-titlebar {
  background: transparent;
  color: #fff;
  border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon {
  border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
  background-color: #d9d9c2;
  color: #111;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar {
  background-color: #87876a;
  color: #fff;
  border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}
.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, .87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: Lucida Grande, sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000;
}
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-tipped {
  border: 3px solid #959fa9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9f9f9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3a79b8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
  background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
  background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #fbfbfb;
  color: #555;
}
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon {
  background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  -webkit-filter: none;
  filter: none;
  -ms-filter: none;
}
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}
.qtip .qtip-tip,
x:-o-prefocus {
  visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#qtip-overlay.blurs {
  cursor: pointer;
}
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.qtipmodal-ie6fix {
  position: absolute !important;
}
@font-face {
  font-family: montserrat-okta;
  src: url("./media/montserrat-okta-light-webfont.eot");
  src:
    url("./media/montserrat-okta-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-okta-light-webfont.woff") format("woff"),
    url("./media/montserrat-okta-light-webfont.ttf") format("truetype"),
    url("./media/montserrat-okta-light-webfont.svg#Montserrat-Light") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: montserrat-okta;
  src: url("./media/montserrat-okta-regular-webfont.eot");
  src:
    url("./media/montserrat-okta-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/montserrat-okta-regular-webfont.woff") format("woff"),
    url("./media/montserrat-okta-regular-webfont.ttf") format("truetype"),
    url("./media/montserrat-okta-regular-webfont.svg#Montserrat-SemiBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: okticon;
  src: url("./media/okticon.eot");
  src:
    url("./media/okticon.eot?#iefix") format("embedded-opentype"),
    url("./media/okticon.woff") format("woff"),
    url("./media/okticon.ttf") format("truetype"),
    url("./media/okticon.svg#okticon") format("svg");
  font-weight: 400;
  font-style: normal;
}
.wf-loading {
  visibility: hidden;
}
.wf-loading .ajax-include-feedback-content {
  visibility: hidden !important;
}
.wf-active {
  visibility: visible;
}
.float-r {
  float: right !important;
}
.clearfix {
  display: block;
}
.clearfix:after,
.clearfix:before {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}
.hide {
  display: none;
}
#okta-sign-in {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #f9f9f9;
  color: #6e6e78;
  position: relative;
  overflow: auto;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: auto;
  margin: 100px auto 8px;
  width: 400px;
  min-width: 300px;
}
#okta-sign-in:focus {
  outline: none;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in {
    margin-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width:400px) {
  #okta-sign-in {
    width: 100%;
  }
}
@media only screen and (max-height:750px) {
  #okta-sign-in {
    margin-top: 0;
  }
}
#okta-sign-in.no-beacon .auth-content {
  padding-top: 20px;
}
#okta-sign-in.no-beacon .auth-header {
  padding-bottom: 30px;
}
.auth .content {
  min-height: 100%;
  min-width: 300px;
  display: inline-block;
  width: 100%;
}
.auth .content:after {
  content: "";
  display: block;
  height: 30px;
}
.auth .footer {
  background-color: #fff;
  min-width: 300px;
  position: absolute;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  overflow: hidden;
}
.auth .footer .footer-container {
  padding: 9px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width:560px) {
  .auth .footer .footer-container {
    width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:400px) {
  .auth .footer .footer-container {
    width: 100%;
  }
}
.auth .footer a {
  color: #6e6e78;
}
.auth .footer a:active,
.auth .footer a:link,
.auth .footer a:visited {
  text-decoration: none;
  color: #6e6e78;
}
.auth .footer a:focus,
.auth .footer a:hover {
  text-decoration: underline;
  color: #6e6e78;
}
.auth .footer .copyright {
  float: left;
}
.auth .footer .privacy-policy {
  float: right;
}
.lt-ie8 .beacon-container {
  left: 50%;
  margin-left: -42px;
}
.lt-ie9 .input-fix input[name=phoneNumber] {
  border: 1px solid #8c8c96;
}
.lt-ie9 .auth {
  max-height: 500px;
  overflow: auto;
}
.lt-ie9 .footer {
  position: fixed;
  bottom: 0;
}
.lt-ie9 .auth-beacon-border {
  bottom: -2px;
  left: -2px;
  right: -2px;
  top: -2px;
}
.lt-ie9 #copyright a {
  text-decoration: none;
}
.lt-ie9 #copyright a:hover {
  cursor: pointer;
  color: red;
}
.lt-ie9 .beacon-blank {
  display: none;
}
.login-bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
}
.okta-container .applogin-banner {
  position: relative;
  margin-bottom: 10px;
  min-width: 300px;
}
.okta-container .applogin-banner .applogin-background {
  background-color: #fff;
  opacity: .9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 2px 1px hsla(0, 0%, 68.6%, .3);
}
.okta-container .applogin-banner .applogin-container {
  position: relative;
  width: 400px;
  min-width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width:400px) {
  .okta-container .applogin-banner .applogin-container {
    width: 100%;
  }
}
@media only screen and (max-height:750px) {
  .okta-container .applogin-banner .applogin-container {
    padding: 10px 0;
  }
}
@media only screen and (max-height:660px) {
  .okta-container .applogin-banner .applogin-container {
    padding: 5px 0;
  }
}
.okta-container .applogin-banner .applogin-container h1 {
  font-size: 24px;
  font-weight: lighter;
  line-height: 26px;
}
@media only screen and (max-height:660px) {
  .okta-container .applogin-banner .applogin-container p {
    display: none;
  }
}
.okta-container .applogin-banner .applogin-app-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.okta-container .applogin-banner .applogin-app-logo img {
  max-height: 26px;
}
#okta-sign-in {
}
#okta-sign-in [class*="-16"],
#okta-sign-in [class^="-16"] {
  vertical-align: top;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#okta-sign-in [class*="-16"]:after,
#okta-sign-in [class*="-16"]:before,
#okta-sign-in [class^="-16"]:after,
#okta-sign-in [class^="-16"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-family: okticon;
  font-size: 16px;
  font-smoothing: antialiased;
  font-style: normal !important;
  font-weight: 300 !important;
  position: absolute;
  speak: none;
  text-indent: 0;
  white-space: normal;
}
#okta-sign-in [class*="-13"]:after,
#okta-sign-in [class*="-13"]:before,
#okta-sign-in [class*="-14"]:after,
#okta-sign-in [class*="-14"]:before,
#okta-sign-in [class^="-13"]:after,
#okta-sign-in [class^="-13"]:before,
#okta-sign-in [class^="-14"]:after,
#okta-sign-in [class^="-14"]:before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 14px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in [class*="-24"],
#okta-sign-in [class^="-24"] {
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#okta-sign-in [class*="-24"]:after,
#okta-sign-in [class*="-24"]:before,
#okta-sign-in [class^="-24"]:after,
#okta-sign-in [class^="-24"]:before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 24px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in [class*="-48"],
#okta-sign-in [class^="-48"] {
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#okta-sign-in [class*="-48"]:after,
#okta-sign-in [class*="-48"]:before,
#okta-sign-in [class^="-48"]:after,
#okta-sign-in [class^="-48"]:before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 48px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in [class*="-32"],
#okta-sign-in [class^="-32"] {
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#okta-sign-in [class*="-32"]:after,
#okta-sign-in [class*="-32"]:before,
#okta-sign-in [class^="-32"]:after,
#okta-sign-in [class^="-32"]:before {
  position: absolute;
  font-size: 32px;
}
#okta-sign-in .dismiss-icon,
#okta-sign-in [class*="-32"]:after,
#okta-sign-in [class*="-32"]:before,
#okta-sign-in [class^="-32"]:after,
#okta-sign-in [class^="-32"]:before {
  display: block;
  white-space: normal;
  text-indent: 0;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in .dismiss-icon {
  position: relative;
  font-size: 16px;
}
#okta-sign-in .admin-banner .dismiss-icon:before {
  content: "\e04f";
  color: #fff;
}
#okta-sign-in .dismiss-icon:before {
  content: "\e04f";
  color: #8c8c96;
}
#okta-sign-in .dismiss-icon:hover:before {
  content: "\e04f";
  color: #5e5e5e;
}
#okta-sign-in #hide-getting-started.dismiss-icon {
  float: none;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}
#okta-sign-in #hide-getting-started.dismiss-icon:hover {
  text-decoration: none;
}
#okta-sign-in #getting-started-shortcut .dismiss-icon {
  content: "\e04f";
  color: #b0d244;
}
#okta-sign-in #getting-started-shortcut .dismiss-icon:hover {
  content: "\e04f";
  color: #8c8c96;
}
#okta-sign-in #hide-getting-started-shortcut {
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-decoration: none;
  position: absolute;
  right: 15px;
  text-align: center;
  font-size: 16px;
}
#okta-sign-in #hide-getting-started-shortcut:before {
  content: "\e04f";
  color: #b0d244;
}
#okta-sign-in #hide-getting-started-shortcut:hover:before {
  content: "\e04f";
  text-decoration: none;
  color: #cfeb76;
}
#okta-sign-in .oktamainlogo:before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  vertical-align: top;
  top: -7px;
  font-size: 66px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  content: "\e06e";
  color: #fff;
}
#okta-sign-in .oktaicon:before {
  content: "\e06c";
  color: #007cc0;
}
#okta-sign-in .oktaicon:after,
#okta-sign-in .oktaicon:before {
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  vertical-align: top;
  top: -10px;
  font-size: 80px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in .oktaicon:after {
  content: "\e06d";
  color: #000;
}
#okta-sign-in .person-add-16:before {
  color: #5e5e5e;
  content: "\e00d";
}
#okta-sign-in .person-add-16:after {
  color: #007cc0;
  content: "\e001";
}
#okta-sign-in .app-add-16:before {
  color: #5e5e5e;
  content: "\e043";
}
#okta-sign-in .app-add-16:after {
  color: #007cc0;
  content: "\e001";
}
#okta-sign-in .app-add-16-gray:before {
  color: #5e5e5e;
  content: "\e043";
}
#okta-sign-in .app-add-16-gray:after {
  color: #5e5e5e;
  content: "\e001";
}
#okta-sign-in .app-refresh-16:before {
  color: #5e5e5e;
  content: "\e047";
}
#okta-sign-in .app-refresh-16:after {
  color: #007cc0;
  content: "\e008";
}
#okta-sign-in .app-remove-16:before {
  color: #5e5e5e;
  content: "\e044";
}
#okta-sign-in .app-remove-16:after {
  color: #e34843;
  content: "\e009";
}
#okta-sign-in .person-import-16:before {
  color: #5e5e5e;
  content: "\e010";
}
#okta-sign-in .person-import-16:after {
  color: #5e5e5e;
  content: "\e005";
}
#okta-sign-in .person-import-16-green:before {
  color: #5e5e5e;
  content: "\e010";
}
#okta-sign-in .person-import-16-green:after {
  color: #4cbf9c;
  content: "\e005";
}
#okta-sign-in .admin-add-16:before {
  color: #5e5e5e;
  content: "\e012";
}
#okta-sign-in .admin-add-16:after {
  color: #007cc0;
  content: "\e001";
}
#okta-sign-in .logo-upload-16:before {
  content: "\e016";
  color: #5e5e5e;
}
#okta-sign-in .logo-upload-16:after {
  content: "\e00b";
  color: #007cc0;
}
#okta-sign-in .person-activate-16:before {
  content: "\e00f";
  color: #5e5e5e;
}
#okta-sign-in .person-activate-16:after {
  content: "\e000";
  color: #007cc0;
}
#okta-sign-in .person-suspend-16:before {
  content: "\e093";
  color: #5e5e5e;
}
#okta-sign-in .person-suspend-16:after {
  content: "\e091";
  color: #007cc0;
}
#okta-sign-in .person-unsuspend-16:before {
  content: "\e095";
  color: #5e5e5e;
}
#okta-sign-in .person-unsuspend-16:after {
  content: "\e092";
  color: #007cc0;
}
#okta-sign-in .app-assign-16:before {
  content: "\e046";
  color: #5e5e5e;
}
#okta-sign-in .app-assign-16:after {
  content: "\e002";
  color: #007cc0;
}
#okta-sign-in .app-unassign-16:before {
  content: "\e045";
  color: #5e5e5e;
}
#okta-sign-in .app-unassign-16:after {
  content: "\e00a";
  color: #007cc0;
}
#okta-sign-in .person-deactivate-16:before {
  content: "\e00e";
  color: #5e5e5e;
}
#okta-sign-in .person-deactivate-16:after {
  content: "\e009";
  color: #007cc0;
}
#okta-sign-in .arrow-left-16:before {
  color: #007cc0;
}
#okta-sign-in .arrow-left-16-gray:before,
#okta-sign-in .arrow-left-16:before {
  content: "\e02c";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .arrow-left-16-gray:before {
  color: #5e5e5e;
}
#okta-sign-in .arrow-right-16:before {
  content: "\e02c";
  color: #007cc0;
}
#okta-sign-in .arrow-down-16:before {
  content: "\e02c";
  color: #007cc0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#okta-sign-in .arrow-up-16:before {
  content: "\e02c";
  color: #007cc0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#okta-sign-in .form-help-16:before {
  content: "\e054";
  color: #8c8c96;
}
#okta-sign-in .password-reset-16:before {
  content: "\e034";
  color: #5e5e5e;
}
#okta-sign-in .password-reset-16:after {
  content: "\e035";
  color: #007cc0;
}
#okta-sign-in .support-16:before {
  content: "\e015";
  color: #5e5e5e;
}
#okta-sign-in .status-16:before {
  content: "\e05b";
  color: #5e5e5e;
}
#okta-sign-in .help-16:before {
  content: "\e054";
  color: #666;
}
#okta-sign-in .help-14:before {
  content: "\e054";
  color: #f1d10d;
  font-size: 14px;
}
#okta-sign-in .help-13:before {
  content: "\e054";
  color: #8c8c96;
  font-size: 14px;
}
#okta-sign-in .feedback-16:before {
  content: "\e02f";
  color: #5e5e5e;
}
#okta-sign-in .suggest-feature-16:before {
  content: "\e062";
  color: #5e5e5e;
}
#okta-sign-in .light-bulb-16:before {
  content: "\e062";
  color: #fff;
}
#okta-sign-in .report-bug-16:before {
  content: "\e05c";
  color: #5e5e5e;
}
#okta-sign-in .person-16-blue:before {
  content: "\e00c";
  color: #007cc0;
}
#okta-sign-in .confirm-16:before {
  content: "\e030";
  color: #5e5e5e;
}
#okta-sign-in .confirm-16-small:before {
  content: "\e031";
  color: #5e5e5e;
}
#okta-sign-in .confirm-16-small-disabled:before {
  content: "\e031";
  color: #8c8c96;
}
#okta-sign-in .confirm-16-disabled:before {
  content: "\e030";
  color: #8c8c96;
}
#okta-sign-in .confirm-16-blue:before {
  content: "\e030";
  color: #007cc0;
}
#okta-sign-in .confirm-16-green:before {
  content: "\e030";
  color: #4cbf9c;
}
#okta-sign-in .visibility-16:before {
  content: "\e022";
  color: #8c8c96;
}
#okta-sign-in .visibility-off-16:before {
  content: "\e0c3";
  color: #8c8c96;
}
#okta-sign-in .person-16-gray:before {
  content: "\e00c";
  color: #5e5e5e;
}
#okta-sign-in .cancel-16-small:before,
#okta-sign-in .cancel-16:before {
  content: "\e02b";
  color: #5e5e5e;
}
#okta-sign-in .cancel-16-disabled:before,
#okta-sign-in .cancel-16-small-disabled:before {
  content: "\e02b";
  color: #8c8c96;
}
#okta-sign-in .cancel-16-blue:before {
  content: "\e02b";
  color: #007cc0;
}
#okta-sign-in .cancel-16-light-gray:before {
  content: "\e02b";
  color: #8c8c96;
}
#okta-sign-in .cancel-16-small-red:before {
  content: "\e02b";
  color: #e34843;
}
#okta-sign-in .checkbox-16:before {
  content: "\e032";
  color: #5e5e5e;
  content: "\e033";
  color: #007cc0;
}
#okta-sign-in .message-16:before {
  content: "\e02f";
  color: #5e5e5e;
}
#okta-sign-in .activate-on-green-16:before {
  content: "\e02d";
  color: #4cbf9c;
}
#okta-sign-in .deactivate-16:before {
  content: "\e02d";
  color: #5e5e5e;
}
#okta-sign-in .deactivate-off-red-16:before {
  content: "\e02d";
  color: #e34843;
}
#okta-sign-in .delete-16:before {
  content: "\e04e";
  color: #e34843;
}
#okta-sign-in .delete-16-gray:before {
  content: "\e04e";
  color: #5e5e5e;
}
#okta-sign-in .app-16-blue:before {
  content: "\e042";
  color: #007cc0;
}
#okta-sign-in .edit-16:before {
  content: "\e040";
  color: #5e5e5e;
}
#okta-sign-in .edit-16-disabled:before {
  content: "\e040";
  color: #8c8c96;
}
#okta-sign-in .edit-16-blue:before {
  content: "\e040";
  color: #007cc0;
}
#okta-sign-in .edit-16-white:before {
  content: "\e040";
  color: #fff;
}
#okta-sign-in .credentials-16:before {
  content: "\e03c";
  color: #5e5e5e;
}
#okta-sign-in .launch-16:before {
  content: "\e06f";
  color: #5e5e5e;
}
#okta-sign-in .app-16-gray:before {
  content: "\e042";
  color: #5e5e5e;
}
#okta-sign-in .prev-16:before {
  content: "\e020";
}
#okta-sign-in .prev-13:before,
#okta-sign-in .prev-16:before {
  color: #5e5e5e;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .prev-13:before {
  content: "\e01f";
}
#okta-sign-in .next-16:before {
  content: "\e020";
  color: #5e5e5e;
}
#okta-sign-in .next-13:before {
  content: "\e01f";
  color: #5e5e5e;
  font-size: 16px;
}
#okta-sign-in .org-settings-16:before {
  content: "\e025";
  color: #5e5e5e;
}
#okta-sign-in .org-settings-16:after {
  content: "\e026";
  color: #5e5e5e;
}
#okta-sign-in .settings-white-16:before {
  content: "\e025";
  color: #fff;
}
#okta-sign-in .settings-white-16:after {
  content: "\e026";
  color: #fff;
}
#okta-sign-in .remove-16:before {
  content: "\e052";
  color: #5e5e5e;
}
#okta-sign-in .remove-16-color:before {
  content: "\e052";
  color: #e34843;
}
#okta-sign-in .remove-16-disabled:before {
  content: "\e052";
  color: #8c8c96;
}
#okta-sign-in .remove-16-red:before {
  content: "\e052";
  color: #e34843;
}
#okta-sign-in .clear-input-16:before {
  content: "\e02b";
  color: #5e5e5e;
}
#okta-sign-in .reports-16:before {
  content: "\e048";
  color: #5e5e5e;
}
#okta-sign-in .reports-16:after {
  content: "\e049";
  color: #007cc0;
}
#okta-sign-in .add-16:before {
  content: "\e050";
  color: #5e5e5e;
}
#okta-sign-in .add-16-color:before {
  content: "\e050";
  color: #4cbf9c;
}
#okta-sign-in .add-16-disabled:before {
  content: "\e050";
  color: #8c8c96;
}
#okta-sign-in .add-16-white:before {
  content: "\e050";
  color: #fff;
}
#okta-sign-in .add-16-thin:before {
  content: "\e03a";
  color: #007cc0;
}
#okta-sign-in .expand-l-16-gray:before {
  content: "\e056";
  color: #5e5e5e;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .expand-r-16-gray:before {
  content: "\e056";
  color: #5e5e5e;
}
#okta-sign-in .collapse-16-gray:before {
  content: "\e056";
  color: #5e5e5e;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#okta-sign-in .icon-ios-16:before {
  content: "\e088";
  color: #5e5e5e;
}
#okta-sign-in .icon-android-16:before {
  content: "\e085";
  color: #92bf43;
}
#okta-sign-in .icon-windows-16:before {
  content: "\e08f";
  color: #00abef;
}
#okta-sign-in .icon-osx-16:before {
  content: "\e08e";
  color: #5e5e5e;
}
#okta-sign-in .expand-l-gray .icon:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .collapse-gray .icon:before,
#okta-sign-in .expand-l-gray .icon:before,
#okta-sign-in .expand-r-gray .icon:before {
  content: "\e056";
  color: #8c8c96;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in .collapse-gray .icon:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#okta-sign-in .collapse-16-up-gray:before {
  content: "\e056";
  color: #5e5e5e;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#okta-sign-in .expand-l-16-blue:before {
  content: "\e056";
  color: #007cc0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .expand-r-16-blue:before {
  content: "\e056";
  color: #007cc0;
}
#okta-sign-in .collapse-16-blue:before {
  content: "\e056";
  color: #007cc0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#okta-sign-in .info-16-white:before,
#okta-sign-in .info-16:before {
  content: "\e053";
  color: #fff;
}
#okta-sign-in .info-16-gray:before {
  content: "\e053";
  color: #5e5e5e;
}
#okta-sign-in .warning-16:before {
  content: "\e058";
  color: #fff;
}
#okta-sign-in .warning-16-yellow:before {
  content: "\e058";
  color: #f1d10d;
}
#okta-sign-in .error-16:before {
  content: "\e055";
  color: #fff;
}
#okta-sign-in .error-16-red:before,
#okta-sign-in .error-16-small:before {
  content: "\e055";
  color: #e34843;
}
#okta-sign-in .success-16:before {
  content: "\e051";
  color: #fff;
}
#okta-sign-in .success-16-green:before {
  content: "\e051";
  color: #4cbf9c;
}
#okta-sign-in .success-16-gray:before {
  content: "\e051";
  color: #e0e0e0;
}
#okta-sign-in .directory-add-16:before {
  content: "\e027";
  color: #5e5e5e;
}
#okta-sign-in .directory-add-16:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .directory-remove-16:before {
  content: "\e029";
  color: #5e5e5e;
}
#okta-sign-in .directory-remove-16:after {
  content: "\e009";
  color: #007cc0;
}
#okta-sign-in .directory-16:before {
  content: "\e028";
  color: #5e5e5e;
}
#okta-sign-in .directory-16-light-gray:before {
  content: "\e028";
  color: #8c8c96;
}
#okta-sign-in .token-add-16:before {
  content: "\e03b";
  color: #5e5e5e;
}
#okta-sign-in .token-add-16:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .user-provisioning-16:before {
  content: "\e011";
  color: #8c8c96;
}
#okta-sign-in .user-provisioning-16:after {
  content: "\e007";
  color: #8c8c96;
}
#okta-sign-in .user-provisioning-16-green:before,
#okta-sign-in .user-provisioning-16.active:before {
  content: "\e011";
  color: #5e5e5e;
}
#okta-sign-in .user-provisioning-16-green:after,
#okta-sign-in .user-provisioning-16.active:after {
  content: "\e007";
  color: #4cbf9c;
}
#okta-sign-in .user-deprovisioning-16:before {
  content: "\e013";
  color: #5e5e5e;
}
#okta-sign-in .user-deprovisioning-16:after {
  content: "\e003";
  color: #007cc0;
}
#okta-sign-in .import-users-16:before {
  content: "\e010";
  color: #8c8c96;
}
#okta-sign-in .import-users-16:after {
  content: "\e005";
  color: #8c8c96;
}
#okta-sign-in .import-users-16-green.active:before,
#okta-sign-in .import-users-16-green:before {
  content: "\e010";
  color: #5e5e5e;
}
#okta-sign-in .import-users-16-green.active:after,
#okta-sign-in .import-users-16-green:after {
  content: "\e005";
  color: #4cbf9c;
}
#okta-sign-in .password-sync-16:before {
  content: "\e034";
  color: #8c8c96;
}
#okta-sign-in .password-sync-16:after {
  content: "\e035";
  color: #8c8c96;
}
#okta-sign-in .password-sync-16-green.active:before,
#okta-sign-in .password-sync-16-green:before {
  content: "\e034";
  color: #5e5e5e;
}
#okta-sign-in .password-sync-16-green.active:after,
#okta-sign-in .password-sync-16-green:after {
  content: "\e035";
  color: #4cbf9c;
}
#okta-sign-in .user-deactivation-16:before {
  content: "\e00f";
  color: #8c8c96;
}
#okta-sign-in .user-deactivation-16:after {
  content: "\e000";
  color: #8c8c96;
}
#okta-sign-in .user-deactivation-16-green.active:before,
#okta-sign-in .user-deactivation-16-green:before {
  content: "\e00f";
  color: #5e5e5e;
}
#okta-sign-in .user-deactivation-16-green.active:after,
#okta-sign-in .user-deactivation-16-green:after {
  content: "\e000";
  color: #4cbf9c;
}
#okta-sign-in .swa-16:before {
  content: "\e03d";
  color: #8c8c96;
}
#okta-sign-in .swa-16:after {
  content: "\e002";
  color: #8c8c96;
}
#okta-sign-in .swa-16-green.active:before,
#okta-sign-in .swa-16-green:before {
  content: "\e03d";
  color: #5e5e5e;
}
#okta-sign-in .swa-16-green.active:after,
#okta-sign-in .swa-16-green:after {
  content: "\e002";
  color: #4cbf9c;
}
#okta-sign-in .advanced-sso-16:before {
  content: "\e017";
  color: #8c8c96;
}
#okta-sign-in .advanced-sso-16:after {
  content: "\e018";
  color: #8c8c96;
}
#okta-sign-in .advanced-sso-16-green.active:before,
#okta-sign-in .advanced-sso-16-green:before {
  content: "\e017";
  color: #4cbf9c;
}
#okta-sign-in .advanced-sso-16-green.active:after,
#okta-sign-in .advanced-sso-16-green:after {
  content: "\e018";
  color: #5e5e5e;
}
#okta-sign-in .advanced-sso-16-blue:before {
  content: "\e017";
  color: #007cc0;
}
#okta-sign-in .advanced-sso-16-blue:after {
  content: "\e018";
  color: #5e5e5e;
}
#okta-sign-in .bookmark-16:before {
  content: "\e02a";
  color: #8c8c96;
}
#okta-sign-in .bookmark-16-green.active:before,
#okta-sign-in .bookmark-16-green:before {
  content: "\e02a";
  color: #4cbf9c;
}
#okta-sign-in .run-16:before {
  content: "\e04b";
  color: #007cc0;
}
#okta-sign-in .run-16-gray:before {
  content: "\e04b";
  color: #5e5e5e;
}
#okta-sign-in .run-16-white:before {
  content: "\e04b";
  color: #fff;
}
#okta-sign-in .download-16:before {
  content: "\e03f";
  color: #007cc0;
}
#okta-sign-in .group-16:before {
  content: "\e019";
  color: #5e5e5e;
}
#okta-sign-in .group-add-16:before {
  content: "\e01a";
  color: #5e5e5e;
}
#okta-sign-in .group-add-16:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .group-remove-16:before {
  content: "\e01d";
  color: #5e5e5e;
}
#okta-sign-in .group-remove-16:after {
  content: "\e00a";
  color: #007cc0;
}
#okta-sign-in .group-member-add-16:before {
  content: "\e00d";
  color: #5e5e5e;
}
#okta-sign-in .group-member-add-16:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .group-member-remove-16:before {
  content: "\e00e";
  color: #5e5e5e;
}
#okta-sign-in .group-member-remove-16:after {
  content: "\e009";
  color: #007cc0;
}
#okta-sign-in .config-16:before {
  content: "\e024";
  color: #5e5e5e;
}
#okta-sign-in .group-override-16:before {
  content: "\e01e";
  color: #5e5e5e;
}
#okta-sign-in .group-override-16:after {
  content: "\e006";
  color: #007cc0;
}
#okta-sign-in .search-add-16:before {
  content: "\e050";
  color: #8c8c96;
}
#okta-sign-in .search-green-add-16:before {
  content: "\e050";
  color: #4cbf9c;
}
#okta-sign-in .magnifying-glass-16:before {
  content: "\e041";
  color: #8c8c96;
}
#okta-sign-in .location-16:before {
  content: "\e039";
  color: #5e5e5e;
}
#okta-sign-in .time-16:before {
  content: "\e057";
  color: #5e5e5e;
}
#okta-sign-in .time-alt-16:before {
  content: "\e082";
  color: #8c8c96;
}
#okta-sign-in .calendar-16:before {
  content: "\e083";
  color: #8c8c96;
}
#okta-sign-in .people-16:before {
  content: "\e019";
  color: #5e5e5e;
}
#okta-sign-in .conversation-16:before {
  content: "\e023";
  color: #5e5e5e;
}
#okta-sign-in .conversation-16-white:before {
  content: "\e023";
  color: #fff;
}
#okta-sign-in .megaphone-16:before {
  content: "\e065";
  color: #5e5e5e;
}
#okta-sign-in .active-sync-16:before {
  content: "\e01c";
  color: #5e5e5e;
}
#okta-sign-in .active-sync-16:after {
  content: "\e007";
  color: #4cbf9c;
}
#okta-sign-in .active-sync-16-reverse:before {
  content: "\e01c";
  color: #fff;
}
#okta-sign-in .active-sync-16-reverse:after {
  content: "\e007";
  color: #4cbf9c;
}
#okta-sign-in .inactive-sync-16:before {
  content: "\e01c";
  color: #8c8c96;
}
#okta-sign-in .inactive-sync-16:after {
  content: "\e007";
  color: #8c8c96;
}
#okta-sign-in .error-sync-16:before {
  content: "\e01c";
  color: #5e5e5e;
}
#okta-sign-in .error-sync-16:after {
  content: "\e007";
  color: #e34843;
}
#okta-sign-in .tasks-16-pending:before {
  content: "\e032";
  color: #5e5e5e;
}
#okta-sign-in .tasks-16-pending:after {
  content: "\e033";
  color: #f1d10d;
}
#okta-sign-in .password-reset-16-red:before {
  content: "\e034";
  color: #5e5e5e;
}
#okta-sign-in .password-reset-16-red:after {
  content: "\e035";
  color: #e34843;
}
#okta-sign-in .person-activate-16-yellow:before {
  content: "\e00f";
  color: #5e5e5e;
}
#okta-sign-in .person-activate-16-yellow:after {
  content: "\e000";
  color: #f1d10d;
}
#okta-sign-in .person-import-16-yellow:before {
  content: "\e010";
  color: #5e5e5e;
}
#okta-sign-in .person-import-16-yellow:after {
  content: "\e005";
  color: #f1d10d;
}
#okta-sign-in .apps-16-red:before {
  content: "\e042";
  color: #e34843;
}
#okta-sign-in .code-brackets-16:before {
  content: "\e038";
  color: #5e5e5e;
}
#okta-sign-in .refresh-16:before {
  content: "\e03e";
  color: #5e5e5e;
}
#okta-sign-in .refresh-16-blue:before {
  content: "\e03e";
  color: #007cc0;
}
#okta-sign-in .refresh-16-white:before {
  content: "\e03e";
  color: #fff;
}
#okta-sign-in .back-16:before {
  content: "\e02c";
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .filter-16:before {
  content: "\e04a";
  color: #5e5e5e;
}
#okta-sign-in .filter-16-reverse:before {
  content: "\e04a";
  color: #fff;
}
#okta-sign-in .clone-16:before {
  content: "\e036";
  color: #5e5e5e;
}
#okta-sign-in .clone-16:after {
  content: "\e037";
  color: #007cc0;
}
#okta-sign-in .duo-push-16:before,
#okta-sign-in .okta-push-16:before {
  content: "\e051";
  color: #5e5e5e;
}
#okta-sign-in .duo-sms-16:before {
  content: "\e02e";
  color: #5e5e5e;
}
#okta-sign-in .duo-call-16:before {
  content: "\e021";
  color: #5e5e5e;
}
#okta-sign-in .factory-reset-16:before {
  content: "\e04c";
  color: #5e5e5e;
}
#okta-sign-in .no-16:before {
  content: "\e04d";
  color: #5e5e5e;
}
#okta-sign-in .expression-16:before {
  content: "\e068";
  color: #007cc0;
}
#okta-sign-in .omm-enrolling-16:before {
  content: "\e05a";
  color: #4cbf9c;
}
#okta-sign-in .remote-lock-16:before {
  content: "\e05d";
  color: #5e5e5e;
}
#okta-sign-in .asterisk-16:before {
  content: "\e071";
  color: #007cc0;
  font-size: 12px;
}
#okta-sign-in .asterisk-16-white:before {
  content: "\e071";
  color: #fff;
}
#okta-sign-in .configure-16:before {
  content: "\e076";
  color: #5e5e5e;
}
#okta-sign-in .instructions-16:before {
  content: "\e064";
  color: #fff;
}
#okta-sign-in .tombstone-16:before {
  content: "\e084";
  color: #5e5e5e;
}
#okta-sign-in .send-16:before {
  content: "\e094";
  color: #5e5e5e;
}
#okta-sign-in .add:before {
  content: "\e050";
}
#okta-sign-in .add:before,
#okta-sign-in .success-icon:before {
  color: #4cbf9c;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-size: 16px;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in .success-icon:before {
  content: "\e051";
}
#okta-sign-in .person-add-24:before {
  content: "\e00d";
  color: #5e5e5e;
}
#okta-sign-in .person-add-24:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .app-add-24:before {
  content: "\e043";
  color: #5e5e5e;
}
#okta-sign-in .app-add-24:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .app-add-24-gray:before {
  content: "\e043";
  color: #5e5e5e;
}
#okta-sign-in .app-add-24-gray:after {
  content: "\e001";
  color: #5e5e5e;
}
#okta-sign-in .app-refresh-24:before {
  content: "\e047";
  color: #5e5e5e;
}
#okta-sign-in .app-refresh-24:after {
  content: "\e008";
  color: #007cc0;
}
#okta-sign-in .person-import-24:before {
  content: "\e010";
  color: #5e5e5e;
}
#okta-sign-in .person-import-24:after {
  content: "\e005";
  color: #007cc0;
}
#okta-sign-in .person-import-24-yellow:before {
  content: "\e010";
  color: #5e5e5e;
}
#okta-sign-in .person-import-24-yellow:after {
  content: "\e005";
  color: #f1d10d;
}
#okta-sign-in .admin-add-24:before {
  content: "\e012";
  color: #5e5e5e;
}
#okta-sign-in .admin-add-24:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .logo-upload-24:before {
  content: "\e016";
  color: #5e5e5e;
}
#okta-sign-in .logo-upload-24:after {
  content: "\e00b";
  color: #007cc0;
}
#okta-sign-in .person-activate-24:before {
  content: "\e00f";
  color: #5e5e5e;
}
#okta-sign-in .person-activate-24:after {
  content: "\e000";
  color: #007cc0;
}
#okta-sign-in .person-activate-24-yellow:before {
  content: "\e00f";
  color: #5e5e5e;
}
#okta-sign-in .person-activate-24-yellow:after {
  content: "\e000";
  color: #f1d10d;
}
#okta-sign-in .person-edit-24:before {
  content: "\e066";
  color: #5e5e5e;
}
#okta-sign-in .person-edit-24:after {
  content: "\e004";
  color: #007cc0;
}
#okta-sign-in .app-assign-24:before {
  content: "\e046";
  color: #5e5e5e;
}
#okta-sign-in .app-assign-24:after {
  content: "\e002";
  color: #007cc0;
}
#okta-sign-in .apps-24:before {
  content: "\e042";
  color: #5e5e5e;
}
#okta-sign-in .apps-24-green:before {
  content: "\e042";
  color: #4cbf9c;
}
#okta-sign-in .apps-24-red:before {
  content: "\e042";
  color: #e34843;
}
#okta-sign-in .app-unassign-24:before {
  content: "\e045";
  color: #5e5e5e;
}
#okta-sign-in .app-unassign-24:after {
  content: "\e00a";
  color: #007cc0;
}
#okta-sign-in .app-unassign-24-yellow:before {
  content: "\e045";
  color: #5e5e5e;
}
#okta-sign-in .app-unassign-24-yellow:after {
  content: "\e00a";
  color: #f1d10d;
}
#okta-sign-in .person-deactivate-24:before {
  content: "\e00e";
  color: #5e5e5e;
}
#okta-sign-in .person-deactivate-24:after {
  content: "\e009";
  color: #007cc0;
}
#okta-sign-in .password-reset-24:before {
  content: "\e034";
  color: #5e5e5e;
}
#okta-sign-in .password-reset-24:after {
  content: "\e035";
  color: #007cc0;
}
#okta-sign-in .password-reset-24-red:before {
  content: "\e034";
  color: #5e5e5e;
}
#okta-sign-in .password-reset-24-red:after {
  content: "\e035";
  color: #e34843;
}
#okta-sign-in .feedback-24:before {
  content: "\e02f";
  color: #5e5e5e;
}
#okta-sign-in .person-24:before {
  content: "\e00c";
  color: #5e5e5e;
}
#okta-sign-in .person-24-green:before {
  content: "\e00c";
  color: #4cbf9c;
}
#okta-sign-in .person-24-red:before {
  content: "\e00c";
  color: #e34843;
}
#okta-sign-in .people-24:before {
  content: "\e019";
  color: #5e5e5e;
}
#okta-sign-in .instructions-24:before {
  content: "\e064";
  color: #fff;
}
#okta-sign-in .plugin-required-24:before {
  content: "\e063";
  color: #5e5e5e;
}
#okta-sign-in .info-24:before {
  content: "\e053";
  color: #fff;
}
#okta-sign-in .warning-24:before {
  content: "\e058";
  color: #fff;
}
#okta-sign-in .warning-24-yellow:before {
  content: "\e058";
  color: #f1d10d;
}
#okta-sign-in .error-24:before {
  content: "\e055";
  color: #fff;
}
#okta-sign-in .error-24-red:before {
  content: "\e055";
  color: #e34843;
}
#okta-sign-in .success-24:before {
  content: "\e051";
  color: #fff;
}
#okta-sign-in .success-24-green:before {
  content: "\e051";
  color: #4cbf9c;
}
#okta-sign-in .directory-add-24:before {
  content: "\e027";
  color: #5e5e5e;
}
#okta-sign-in .directory-add-24:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .directory-remove-24:before {
  content: "\e029";
  color: #5e5e5e;
}
#okta-sign-in .directory-remove-24:after {
  content: "\e009";
  color: #007cc0;
}
#okta-sign-in .directory-24:before {
  content: "\e028";
  color: #5e5e5e;
}
#okta-sign-in .directory-24-green:before {
  content: "\e028";
  color: #4cbf9c;
}
#okta-sign-in .directory-24-red:before {
  content: "\e028";
  color: #e34843;
}
#okta-sign-in .preview-24:before {
  content: "\e022";
  color: #e34843;
}
#okta-sign-in .token-add-24:before {
  content: "\e03b";
  color: #5e5e5e;
}
#okta-sign-in .token-add-24:after {
  content: "\e002";
  color: #007cc0;
}
#okta-sign-in .group-24:before {
  content: "\e019";
  color: #5e5e5e;
}
#okta-sign-in .group-add-24:before {
  content: "\e01a";
  color: #5e5e5e;
}
#okta-sign-in .group-add-24:after {
  content: "\e001";
  color: #007cc0;
}
#okta-sign-in .settings-24:before {
  content: "\e025";
  color: #5e5e5e;
}
#okta-sign-in .settings-24:after {
  content: "\e026";
  color: #5e5e5e;
}
#okta-sign-in .reports-24:before {
  content: "\e048";
  color: #5e5e5e;
}
#okta-sign-in .reports-24:after {
  content: "\e049";
  color: #007cc0;
}
#okta-sign-in .security-24:before {
  content: "\e05d";
  color: #5e5e5e;
}
#okta-sign-in .dashboard-24:before {
  content: "\e05e";
  color: #5e5e5e;
}
#okta-sign-in .dashboard-24:after {
  content: "\e05f";
  color: #007cc0;
}
#okta-sign-in .tasks-notepad-24:before {
  content: "\e060";
  color: #5e5e5e;
}
#okta-sign-in .tasks-notepad-24:after {
  content: "\e061";
  color: #007cc0;
}
#okta-sign-in .profile-sync-24:before {
  content: "\e067";
  color: #5e5e5e;
}
#okta-sign-in .profile-sync-24:after {
  content: "\e004";
  color: #007cc0;
}
#okta-sign-in .light-bulb-24:before {
  content: "\e062";
  color: #fff;
}
#okta-sign-in .warning-important-24:before {
  content: "\e058";
  color: #fff;
}
#okta-sign-in .download-24:before {
  content: "\e03f";
  color: #5e5e5e;
}
#okta-sign-in .icon-devices-24:before {
  content: "\e069";
  color: #5e5e5e;
}
#okta-sign-in .icon-laptop-32:before {
  content: "\e08d";
  color: #5e5e5e;
}
#okta-sign-in .icon-iphone-32:before {
  content: "\e08c";
  color: #5e5e5e;
}
#okta-sign-in .icon-ipad-32:before {
  content: "\e08b";
  color: #5e5e5e;
}
#okta-sign-in .icon-ipod-touch-32:before,
#okta-sign-in .icon-unknown-32:before {
  content: "\e08c";
  color: #5e5e5e;
}
#okta-sign-in .icon-android-phone-32:before {
  content: "\e086";
  color: #5e5e5e;
}
#okta-sign-in .icon-android-tab-32:before {
  content: "\e087";
  color: #5e5e5e;
}
#okta-sign-in .teach-48:before {
  content: "\e074";
  color: #fff;
}
#okta-sign-in #universal-directory-profiles .data-list-empty-img {
  background-image: none;
  top: 0;
  left: 0;
  position: relative;
  margin-left: 0;
}
#okta-sign-in #universal-directory-profiles .data-list-empty-img:before {
  content: "\e067";
  top: -95px;
}
#okta-sign-in #universal-directory-profiles .data-list-empty-img:after,
#okta-sign-in #universal-directory-profiles .data-list-empty-img:before {
  color: #8c8c96;
  font-size: 100px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  margin-left: 345px;
}
#okta-sign-in #universal-directory-profiles .data-list-empty-img:after {
  content: "\e004";
  top: -98px;
}
#okta-sign-in [class*=-light]:after,
#okta-sign-in [class*=-light]:before,
#okta-sign-in [class^=-light]:after,
#okta-sign-in [class^=-light]:before {
  font-size: 14px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in .green-light:before {
  content: "\e072";
  color: #4cbf9c;
}
#okta-sign-in .yellow-light:before {
  content: "\e072";
  color: #f1d10d;
}
#okta-sign-in .red-light:before {
  content: "\e072";
  color: #e34843;
}
#okta-sign-in .gray-light:before {
  content: "\e072";
  color: #8c8c96;
  font-size: 14px;
  display: block;
  position: absolute;
  white-space: normal;
  text-indent: 0;
  font-family: okticon;
  font-weight: 300 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
#okta-sign-in .legend-light:before {
  color: #f9f9f9;
  content: "\e072";
}
#okta-sign-in .legend-light:after {
  color: #5e5e5e;
  content: "\e073";
}
#okta-sign-in .link-button.button-error .icon.info-16-gray:before,
#okta-sign-in .link-button.button-primary .icon.active-sync-16:after,
#okta-sign-in .link-button.button-primary .icon.active-sync-16:before {
  color: #fff;
}
#okta-sign-in .single-click-edit-controls .icon.cancel-16-small:before {
  font-size: 12px;
  left: 2px;
}
#okta-sign-in .search-box .clear-input-16:before {
  font-size: 12px;
}
#okta-sign-in .facebook-square-16:before {
  color: #3b5998;
  content: "\e077";
}
#okta-sign-in .facebook-16:before {
  color: #3b5998;
  content: "\e078";
}
#okta-sign-in .google-square-16:before {
  color: #dd4b39;
  content: "\e079";
}
#okta-sign-in .google-16:before {
  color: #dd4b39;
  content: "\e07f";
}
#okta-sign-in .twitter-square-16:before {
  color: #5e5e5e;
  content: "\e07c";
}
#okta-sign-in .twitter-16:before {
  color: #5e5e5e;
  content: "\e07b";
}
#okta-sign-in .linkedin-square-16:before {
  color: #5e5e5e;
  content: "\e07e";
}
#okta-sign-in .linkedin-16:before {
  color: #5e5e5e;
  content: "\e07d";
}
#okta-sign-in .openid-16:before {
  color: #5e5e5e;
  content: "\e07a";
}
#okta-sign-in a,
#okta-sign-in abbr,
#okta-sign-in acronym,
#okta-sign-in address,
#okta-sign-in applet,
#okta-sign-in b,
#okta-sign-in big,
#okta-sign-in blockquote,
#okta-sign-in body,
#okta-sign-in caption,
#okta-sign-in center,
#okta-sign-in cite,
#okta-sign-in code,
#okta-sign-in dd,
#okta-sign-in del,
#okta-sign-in dfn,
#okta-sign-in div,
#okta-sign-in dl,
#okta-sign-in dt,
#okta-sign-in em,
#okta-sign-in fieldset,
#okta-sign-in form,
#okta-sign-in h1,
#okta-sign-in h2,
#okta-sign-in h3,
#okta-sign-in h4,
#okta-sign-in h5,
#okta-sign-in h6,
#okta-sign-in html,
#okta-sign-in i,
#okta-sign-in iframe,
#okta-sign-in img,
#okta-sign-in ins,
#okta-sign-in kbd,
#okta-sign-in label,
#okta-sign-in legend,
#okta-sign-in li,
#okta-sign-in object,
#okta-sign-in ol,
#okta-sign-in p,
#okta-sign-in pre,
#okta-sign-in q,
#okta-sign-in s,
#okta-sign-in samp,
#okta-sign-in small,
#okta-sign-in span,
#okta-sign-in strike,
#okta-sign-in strong,
#okta-sign-in sub,
#okta-sign-in sup,
#okta-sign-in table,
#okta-sign-in tbody,
#okta-sign-in td,
#okta-sign-in tfoot,
#okta-sign-in th,
#okta-sign-in thead,
#okta-sign-in tr,
#okta-sign-in tt,
#okta-sign-in u,
#okta-sign-in ul,
#okta-sign-in var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}
#okta-sign-in body {
  line-height: 1;
}
#okta-sign-in ol,
#okta-sign-in ul {
  list-style: none;
}
#okta-sign-in blockquote,
#okta-sign-in q {
  quotes: none;
}
#okta-sign-in blockquote:after,
#okta-sign-in blockquote:before,
#okta-sign-in q:after,
#okta-sign-in q:before {
  content: "";
  content: none;
}
#okta-sign-in :focus {
  outline: 0;
}
#okta-sign-in ins {
  text-decoration: none;
}
#okta-sign-in del {
  text-decoration: line-through;
}
#okta-sign-in table {
  border-collapse: collapse;
  border-spacing: 0;
}
#okta-sign-in input[type=hidden] {
  display: none !important;
}
#okta-sign-in input[type=checkbox],
#okta-sign-in input[type=radio] {
  border: 0 !important;
  margin: 0;
  padding: 0;
}
#okta-sign-in .dropdown {
  background: #fff;
  border-radius: 4px;
}
#okta-sign-in .dropdown .options {
  position: relative;
}
#okta-sign-in .dropdown .option-selected {
  display: block;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
#okta-sign-in .dropdown .option-selected:hover {
  cursor: pointer;
}
#okta-sign-in .dropdown .option-selected span.more-options {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  height: 30px;
  width: 30px;
}
#okta-sign-in .dropdown .option-selected:hover span.more-options {
  display: block;
}
#okta-sign-in .dropdown .options {
  display: none;
}
#okta-sign-in .dropdown .options-wrap {
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 4;
  background: #fff;
  border: 1px solid #bbb;
  width: 417px;
  box-shadow: 0 2px 0 hsla(0, 0%, 62.7%, .2);
}
#okta-sign-in .dropdown .options li.option {
  padding: 5px;
  display: block;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  position: relative;
}
#okta-sign-in .dropdown .options li.option:last-child {
  border-bottom: none;
}
#okta-sign-in .dropdown .options li.error {
  padding: 10px 5px 10px 25px;
  background: url("./media/error-01.png") 5px 8px no-repeat !important;
  background-color: #fff2f2 !important;
}
#okta-sign-in .dropdown .options li.error:hover {
  background-color: #fce5e6 !important;
  cursor: pointer;
}
#okta-sign-in .dropdown .options li.option:hover {
  background: #f9f9f9;
  cursor: pointer;
}
#okta-sign-in .dropdown .options li.option:focus-within {
  background: #f9f9f9;
}
#okta-sign-in .dropdown.more-actions .option-selected {
  float: none !important;
  position: relative;
  padding: 0 22px 0 8px !important;
  overflow: hidden;
  color: #333;
  white-space: nowrap;
}
#okta-sign-in .page-links .dropdown.more-actions .option-selected {
  margin: 0 !important;
}
#okta-sign-in .dropdown.more-actions .option-selected span.icon-dm {
  position: absolute;
  height: 6px;
  width: 9px;
  margin: 0;
  top: 12px;
  right: 6px;
}
#okta-sign-in .dropdown.more-actions .button-primary.option-selected span.icon-dm {
  background: url("./media/drop-menu-s-white.png") no-repeat scroll 0 0 transparent;
}
#okta-sign-in .dropdown.more-actions .options-wrap {
  border-style: solid;
  width: 200px;
  left: -100px;
  margin: 0;
}
#okta-sign-in #add-idp-dropdown.more-actions .options-wrap {
  left: 0;
}
#okta-sign-in #idp-container .btnCol .dropdown.more-actions .options-wrap {
  left: -95px;
}
#okta-sign-in .dropdown.more-actions .options {
  position: absolute;
  z-index: 5;
}
#okta-sign-in .dropdown.more-actions .options .option {
  padding: 0;
}
#okta-sign-in .dropdown.more-actions .option a {
  color: #2f3f4a;
  font-size: 13px;
  padding: 10px 5px 10px 30px;
  display: block;
  line-height: 16px;
}
#okta-sign-in .dropdown.more-actions .option a:focus,
#okta-sign-in .dropdown.more-actions .option a:hover {
  text-decoration: none;
}
#okta-sign-in .dropdown.more-actions .option a .icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 9px;
  left: 8px;
}
#okta-sign-in .dropdown-edit {
  background: transparent;
}
#okta-sign-in .dropdown-edit .option-selected {
  width: 300px;
  margin: 0;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
#okta-sign-in #customize-user-account-dropdown .option-selected.dropdown-disabled,
#okta-sign-in #customize-user-account-dropdown .option-selected.dropdown-disabled:hover {
  background: transparent !important;
  box-shadow: none;
  cursor: default;
  opacity: .5;
  border-color: #bbb #bbb #b1b1b1;
}
#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled .dropdown-selected-text {
  color: #888;
}
#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled .icon-dm {
  opacity: .4;
  filter: Alpha(Opacity=40);
}
#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled span:hover {
  cursor: default;
}
#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled:active,
#okta-sign-in .dropdown-edit .option-selected.dropdown-disabled:hover {
  background: url("./media/okta-buttons-sprite-001.png") repeat-x scroll 0 0 #eaeaea !important;
}
#okta-sign-in .dropdown.dropdown-edit .options-wrap {
  left: 0;
  width: 330px;
}
#okta-sign-in .dropdown.dropdown-edit .option .option-link {
  padding: 6px 8px;
}
#okta-sign-in .dropdown-edit-button {
  width: 55px;
  margin: 0 !important;
  border-radius: 0 4px 4px 0;
  border-left-color: #bbb !important;
}
#okta-sign-in .option-subtitle {
  color: #a7a7a7;
  font-weight: 400;
}
#okta-sign-in p.option-subtitle {
  margin-top: 3px;
}
#okta-sign-in .off-screen {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}
#okta-sign-in #more-actions-dropdown.more-actions .options-wrap {
  left: -142px;
}
#okta-sign-in #people-more-actions-dropdown.more-actions .options-wrap {
  left: 10px;
}
#okta-sign-in #import-people-dropdown.more-actions .options-wrap {
  left: -150px;
  width: 280px;
}
#okta-sign-in #add-directory-dropdown.more-actions .options-wrap {
  left: 0;
  width: 240px;
}
#okta-sign-in #download-agent-dropdown.more-actions .options-wrap {
  left: 0;
}
#okta-sign-in .chzn-container {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  zoom: 1;
}
#okta-sign-in .chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #888;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .15);
  -moz-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .15);
  box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
#okta-sign-in .chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
#okta-sign-in .chzn-container-single .chzn-single {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 8px;
  text-decoration: none;
}
#okta-sign-in .chzn-container-single .chzn-single:hover {
  border: 1px solid #888;
}
#okta-sign-in .chzn-container-single .chzn-default {
  color: #999;
}
#okta-sign-in .chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}
#okta-sign-in .chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("./media/chosen-sprite.png") -42px 1px no-repeat;
}
#okta-sign-in .chzn-container-single.chzn-disabled .chzn-single abbr:hover,
#okta-sign-in .chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
#okta-sign-in .chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  height: 100%;
  width: 18px;
}
#okta-sign-in .chzn-container-single .chzn-single div b {
  background: url("./media/chosen-sprite.png") no-repeat 0 2px;
  display: block;
  width: 100%;
  height: 100%;
}
#okta-sign-in .chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
#okta-sign-in .chzn-container-single .chzn-search input {
  background: #fff url("./media/chosen-sprite.png") no-repeat 100% -20px;
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
#okta-sign-in .chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#okta-sign-in .chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
#okta-sign-in .chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
#okta-sign-in .chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4", endColorstr = "#eeeeee", GradientType = 0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image:
    linear-gradient(
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eee);
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333;
  border: 1px solid #aaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4", endColorstr = "#eeeeee", GradientType = 0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image:
    linear-gradient(
      180deg,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eee);
  color: #666;
  border: 1px solid #ccc;
  padding-right: 5px;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("./media/chosen-sprite.png") -42px 1px no-repeat;
}
#okta-sign-in .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close,
#okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
#okta-sign-in .chzn-container .chzn-results {
  margin: 3px 0 4px;
  max-height: 240px;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#okta-sign-in .chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
#okta-sign-in .chzn-container .chzn-results li {
  display: none;
  line-height: 16px;
  padding: 7px 8px;
  margin: 0;
  list-style: none;
  border: solid #fff;
  border-width: 0 0 1px;
}
#okta-sign-in .chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
#okta-sign-in .chzn-container .chzn-results .highlighted {
  background: #f9f9f9;
}
#okta-sign-in .chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
#okta-sign-in .chzn-container .chzn-results .highlighted em {
  background: transparent;
}
#okta-sign-in .chzn-container .chzn-results .no-results {
  background: #fff;
  display: list-item;
}
#okta-sign-in .chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: 700;
}
#okta-sign-in .chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
#okta-sign-in .chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
#okta-sign-in .chzn-container .chzn-results-scroll {
  background: #fff;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
#okta-sign-in .chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
#okta-sign-in .chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
#okta-sign-in .chzn-container .chzn-results-scroll-down span {
  background: url("./media/chosen-sprite.png") no-repeat -4px -3px;
}
#okta-sign-in .chzn-container .chzn-results-scroll-up span {
  background: url("./media/chosen-sprite.png") no-repeat -22px -3px;
}
#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #888;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: inset 0 1px 0 #fff;
  background: #fff;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#okta-sign-in .chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  -moz-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  border: 1px solid #888;
}
#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
#okta-sign-in .chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border: 1px solid #5897fb;
}
#okta-sign-in .chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
#okta-sign-in .chzn-disabled {
  cursor: default;
  opacity: .5 !important;
}
#okta-sign-in .chzn-disabled .chzn-choices .search-choice .search-choice-close,
#okta-sign-in .chzn-disabled .chzn-single {
  cursor: default;
}
#okta-sign-in .chzn-rtl {
  text-align: right;
}
#okta-sign-in .chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
#okta-sign-in .chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
#okta-sign-in .chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
#okta-sign-in .chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
#okta-sign-in .chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
#okta-sign-in .chzn-rtl .chzn-choices li {
  float: right;
}
#okta-sign-in .chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
#okta-sign-in .chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
#okta-sign-in .chzn-rtl .chzn-search {
  left: 9999px;
}
#okta-sign-in .chzn-rtl.chzn-with-drop .chzn-search {
  left: 0;
}
#okta-sign-in .chzn-rtl .chzn-drop {
  left: 9999px;
}
#okta-sign-in .chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
#okta-sign-in .chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
#okta-sign-in .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
#okta-sign-in .chzn-rtl .chzn-search input {
  background: #fff url("./media/chosen-sprite.png") no-repeat -30px -20px;
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
#okta-sign-in .chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
#okta-sign-in .chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  #okta-sign-in .chzn-container-single .chzn-search input,
  #okta-sign-in .chzn-container-single .chzn-single abbr,
  #okta-sign-in .chzn-container-single .chzn-single div b,
  #okta-sign-in .chzn-container .chzn-results-scroll-down span,
  #okta-sign-in .chzn-container .chzn-results-scroll-up span,
  #okta-sign-in .chzn-rtl .chzn-search input {
    background-image: url("./media/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop,
#okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop {
  position: relative;
  top: -35px;
  z-index: 0;
  min-height: 36px;
  margin-bottom: -35px;
  overflow: hidden;
  left: 0;
  border: none;
}
#okta-sign-in .chzn-container.chzn-container-single-nosearch .chzn-single,
#okta-sign-in .chzn-container.chzn-container-single .chzn-single {
  z-index: 1;
}
#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search,
#okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search {
  position: relative;
  left: 0;
}
#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search input[type=text],
#okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search input[type=text] {
  border: none;
  caret-color: transparent;
  background-color: transparent;
}
#okta-sign-in .chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search:after,
#okta-sign-in .chzn-container.chzn-container-single.closed .chzn-drop .chzn-search:after {
  background: none;
}
#okta-sign-in .o-form-fieldset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#okta-sign-in .o-form-fieldset {
  height: auto;
  word-wrap: break-word;
  display: inline-block;
  margin-bottom: 15px;
}
#okta-sign-in .o-form-fieldset:last-child {
  margin-bottom: 0;
}
#okta-sign-in * html .o-form-fieldset {
  height: 1%;
}
#okta-sign-in .o-form-fieldset {
  display: block;
}
#okta-sign-in .o-form-input,
#okta-sign-in .o-form-label {
  float: left;
}
#okta-sign-in .o-form-label {
  width: 38%;
  font-weight: 700;
  padding: 7px 10px 7px 0;
  line-height: 16px;
  color: #5e5e5e;
  box-sizing: border-box;
}
#okta-sign-in .o-form-label a.icon-16 {
  display: inline;
  margin-left: 6px;
  top: -1px;
}
#okta-sign-in .o-form-input {
  width: 62%;
}
#okta-sign-in .o-form-input .o-form-input-group + .link-button,
#okta-sign-in .o-form-input .o-form-input-group + .o-form-input-group {
  margin-top: 15px;
}
#okta-sign-in .o-form-input .array-inputs-button {
  clear: both;
}
#okta-sign-in .o-form-input .o-form-input-group-controls {
  width: 100%;
}
#okta-sign-in .o-form .input-fix {
  height: 30px;
}
#okta-sign-in .o-form .input-fix input[type=number],
#okta-sign-in .o-form .input-fix input[type=password],
#okta-sign-in .o-form .input-fix input[type=tel],
#okta-sign-in .o-form .input-fix input[type=text],
#okta-sign-in .o-form .input-fix input[type=textbox] {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 6px 8px;
  line-height: 16px;
  border: none;
  background: transparent;
  box-sizing: border-box;
}
#okta-sign-in .o-form .input-fix input.password-with-toggle {
  padding-right: 35px;
}
#okta-sign-in .o-form .input-fix .password-toggle .eyeicon {
  right: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 6px 8px;
  cursor: pointer;
}
#okta-sign-in .o-form .input-fix .password-toggle .button-hide {
  display: none;
}
#okta-sign-in .o-form .input-fix input[type=number] {
  border: none;
}
#okta-sign-in .o-form .input-fix,
#okta-sign-in .o-form .textarea-fix {
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
}
#okta-sign-in .o-form .textarea-fix textarea {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 6px 8px;
  line-height: 16px;
  box-sizing: border-box;
  min-height: 30px;
  max-width: 100% !important;
}
#okta-sign-in .o-form select {
  width: 62%;
  margin-top: 6px;
}
#okta-sign-in .o-form-wide select {
  width: 100%;
}
#okta-sign-in .o-form-label-attached .o-form-label {
  background-color: #e2e2e2;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #c8c8c8;
  border-right-width: 0;
  font-weight: 400;
  padding: 6px 10px;
  width: auto;
}
#okta-sign-in .o-form-label-attached .chzn-single,
#okta-sign-in .o-form-label-attached .input-fix,
#okta-sign-in .o-form-label-attached .input[type=text],
#okta-sign-in .o-form-label-attached .textarea-fix {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#okta-sign-in .o-form-label-attached .link-button.option-selected {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
#okta-sign-in .data-list-toolbar .o-form-label-attached .o-form-label {
  background: transparent;
}
#okta-sign-in .o-form-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#okta-sign-in .o-form-input-group .link-button,
#okta-sign-in .o-form-input-group .o-form-control,
#okta-sign-in .o-form-input-group .o-form-label-inline {
  display: table-cell;
  float: none;
  border-radius: 0;
  white-space: nowrap;
}
#okta-sign-in .o-form-input-group .link-button input[type=number],
#okta-sign-in .o-form-input-group .o-form-control input[type=number],
#okta-sign-in .o-form-input-group .o-form-label-inline input[type=number] {
  padding-bottom: 0;
}
#okta-sign-in .o-form-input-group :first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#okta-sign-in .o-form-input-group :last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-left-width: 0;
  border-right-width: 1px;
}
#okta-sign-in .o-form-input-group .link-button:first-child,
#okta-sign-in .o-form-input-group .o-form-label-inline:first-child {
  border-right-width: 0;
}
#okta-sign-in .o-form-input-group .o-form-control:last-child {
  border-left-width: 1px;
}
#okta-sign-in .o-form-input-group .o-form-control + .o-form-control {
  margin: 0;
}
#okta-sign-in .o-form-input-group .link-button {
  box-shadow: none;
  padding: 0 16px;
}
#okta-sign-in .o-form-input-group .link-button-icon.icon-only {
  padding: 0 8px;
}
#okta-sign-in .o-form-input-group .link-button-icon span.icon {
  top: 5px;
}
#okta-sign-in .o-form-input-group .o-form-control .chzn-single {
  box-shadow: none;
}
#okta-sign-in .o-form-input-group select:first-child + .o-form-control.chzn-container .chzn-single {
  border-bottom-right-radius: 0;
  border-right-width: 0;
  border-top-right-radius: 0;
}
#okta-sign-in .o-form-input-group .o-form-control:last-child .chzn-single {
  border-bottom-left-radius: 0;
  border-left-width: 0;
  border-top-left-radius: 0;
}
#okta-sign-in .o-form-input-group .o-form-control.chzn-container-active.chzn-with-drop:last-child .chzn-single {
  border-left-width: 1px;
  margin-left: -1px;
}
#okta-sign-in .o-form-input-group .o-form-control.chzn-container-active.chzn-with-drop:last-child .chzn-drop {
  border-left-width: 1px;
  border-top-right-radius: 0;
  left: -1px;
  width: 101%;
}
#okta-sign-in .o-form-input-group select:first-child + .o-form-control.chzn-container-active.chzn-with-drop .chzn-single {
  border-right-width: 1px;
  margin-right: -1px;
}
#okta-sign-in .o-form-input-group select:first-child + .o-form-control.chzn-container-active.chzn-with-drop .chzn-drop {
  border-left-width: 1px;
  right: -1px;
  width: 101%;
}
#okta-sign-in .o-form-label-inline {
  padding: 6px 10px;
  color: #1d1d21;
  background-color: #f2f2f2;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #8c8c96;
  border-right-width: 0;
  font-weight: 400;
}
#okta-sign-in .o-form-input-group.o-form-input-group-2 .o-form-control {
  width: 50%;
}
#okta-sign-in .o-form-input-group.o-form-input-group-2 .o-form-label-inline {
  border-left-width: 0;
}
#okta-sign-in .o-form-control + .o-form-control {
  margin-top: 20px;
}
#okta-sign-in .o-form-multi-input-2 .o-form-control,
#okta-sign-in .o-form-multi-input-3 .o-form-control,
#okta-sign-in .o-form-multi-input-4 .o-form-control,
#okta-sign-in .o-form-multi-input .o-form-control {
  box-sizing: border-box;
}
#okta-sign-in .o-form-multi-input-2 .o-form-control,
#okta-sign-in .o-form-multi-input-3 .o-form-control,
#okta-sign-in .o-form-multi-input-4 .o-form-control {
  margin-top: 0;
}
#okta-sign-in .o-form-multi-input-2 .o-form-control,
#okta-sign-in .o-form-multi-input-2 .o-form-input-group {
  width: 49%;
}
#okta-sign-in .o-form-multi-input-2 .o-form-input-group,
#okta-sign-in .o-form-multi-input-3 .o-form-input-group,
#okta-sign-in .o-form-multi-input-4 .o-form-input-group {
  float: left;
}
#okta-sign-in .o-form-multi-input-3 .o-form-control,
#okta-sign-in .o-form-multi-input-3 .o-form-input-group {
  width: 32%;
}
#okta-sign-in .o-form-multi-input-2 .o-form-control + .o-form-control,
#okta-sign-in .o-form-multi-input-3 .o-form-control + .o-form-control {
  margin-left: 2%;
}
#okta-sign-in .o-form-multi-input-2 .o-form-input-group,
#okta-sign-in .o-form-multi-input-3 .o-form-input-group {
  margin-top: 0 !important;
}
#okta-sign-in .o-form-multi-input-2 .chzn-done + .o-form-control,
#okta-sign-in .o-form-multi-input-2 .o-form-control + .o-form-control,
#okta-sign-in .o-form-multi-input-3 .chzn-done + .o-form-control,
#okta-sign-in .o-form-multi-input-3 .o-form-control + .o-form-control,
#okta-sign-in .o-form-multi-input-group-2 .o-form-control:not(:first-child),
#okta-sign-in .o-form-multi-input-group-2 .o-form-input-group:not(:first-child),
#okta-sign-in .o-form-multi-input-group-3 .o-form-control:not(:first-child),
#okta-sign-in .o-form-multi-input-group-3 .o-form-input-group:not(:first-child) {
  margin-left: 2%;
}
#okta-sign-in .o-form-select {
  width: 100%;
  display: inline-block;
  float: left;
}
#okta-sign-in .o-form-multi-input-2 .o-form-select .chzn-container,
#okta-sign-in .o-form-multi-input-3 .o-form-select .chzn-container {
  width: 100% !important;
}
#okta-sign-in .o-form-multi-input-2 .chzn-container {
  width: 49% !important;
}
#okta-sign-in .o-form-multi-input-3 .chzn-container {
  width: 32% !important;
}
#okta-sign-in .o-form-wide .chzn-container {
  width: 100% !important;
}
#okta-sign-in .text-select .input-fix {
  width: 84%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#okta-sign-in .chzn-container-single.text-select .chzn-single {
  width: 16%;
  height: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #bbb #bbb #b1b1b1;
  cursor: pointer;
  box-sizing: border-box;
}
#okta-sign-in .text-select.chzn-with-drop input[type=text] {
  border-color: #888;
  border-bottom-left-radius: 0;
  box-shadow: inset 0 -1px 0 0 #aaa;
}
#okta-sign-in .custom-checkbox,
#okta-sign-in .custom-radio {
  position: relative;
  clear: both;
}
#okta-sign-in .custom-checkbox input,
#okta-sign-in .custom-radio input {
  opacity: 0;
  filter: Alpha(Opacity=0);
  position: absolute;
  left: 0;
  top: 7px;
  margin: 0;
}
#okta-sign-in .custom-checkbox label,
#okta-sign-in .custom-radio label {
  display: block;
  position: relative;
  line-height: 16px;
  margin: 0;
  padding: 7px 10px 7px 24px;
  cursor: pointer;
}
#okta-sign-in .custom-checkbox label {
  background: url("./media/checkbox-01.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx) {
  #okta-sign-in .custom-checkbox label {
    background: url("./media/checkbox-01@2x.png") no-repeat;
    background-size: 50px 1155px;
  }
}
#okta-sign-in .custom-radio label {
  background: url("./media/radiobutton-01.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx) {
  #okta-sign-in .custom-radio label {
    background: url("./media/radiobutton-01@2x.png") no-repeat;
    background-size: 50px 820px;
  }
}
#okta-sign-in .custom-checkbox + .o-form-explain,
#okta-sign-in .custom-checkbox + input + .o-form-explain,
#okta-sign-in .custom-radio + .o-form-explain,
#okta-sign-in .custom-radio + input + .o-form-explain {
  padding-top: 0;
}
#okta-sign-in .o-form-input kbd {
  box-shadow: inset 0 1px 1px hsla(0, 0%, 58.8%, .16);
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 3px;
  border: 1px solid #cacaca;
}
#okta-sign-in .o-form-button-bar,
#okta-sign-in .o-form-toolbar,
#okta-sign-in .o-form-toolbar.ui-tabs {
  background: #f2f2f2;
  padding: 16px;
  box-shadow: 0 1px 1px hsla(0, 0%, 68.6%, .16);
  border-color: #dadada #ddd;
  border-style: solid;
  border-width: 1px;
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  text-align: right;
}
#okta-sign-in .o-form-button-bar .button + .button,
#okta-sign-in .o-form-toolbar .button + .button,
#okta-sign-in .o-form-toolbar.ui-tabs .button + .button {
  margin-left: 10px;
}
#okta-sign-in .o-form-button-bar-no-border {
  border-width: 1px 0 0;
}
#okta-sign-in .o-form-toolbar.ui-tabs {
  margin: 0;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav {
  border-bottom: 0;
  border-top: 0;
  padding: 0;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li a {
  margin: 0;
  padding: 0 14px;
  border: 1px solid #d1d1d1;
  border-right-width: 0;
  color: #2f3f4a;
  background: #fbfbfb;
  display: block;
  float: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li + li {
  margin-left: 0;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li:first-child a {
  border-radius: 3px 0 0 3px;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li:last-child > a {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active a {
  border-right-width: 1px;
  padding-right: 19px;
  color: #fff;
  border-color: #1b90c5;
  background-color: #46b3e9;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active:last-child > a {
  border-right-color: #1b90c5;
}
#okta-sign-in .o-form-toolbar.ui-tabs .o-form-pillbar.ui-tabs-nav li.ui-state-active + li > a {
  border-left-width: 0;
  padding-left: 21px;
}
#okta-sign-in .o-form-pillbar.ui-tabs-nav > .ui-corner-top {
  background: transparent;
  border-top: none;
}
#okta-sign-in .o-form-pillbar.ui-tabs-nav li + li {
  margin-left: 0;
}
#okta-sign-in .o-form-title-bar {
  padding: 0 20px;
  line-height: 44px;
  font-size: 17px;
  font-weight: 400;
  background: #f2f2f2;
  color: #5e5e5e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: solid #ddd;
  border-width: 1px 1px 0;
  margin: 0;
  position: relative;
}
#okta-sign-in .o-form-toggle {
  position: absolute;
  right: 8px;
  top: 8px;
}
#okta-sign-in .o-form-toggle a {
  display: block;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  width: 60px;
}
#okta-sign-in .data-list .o-form-title-bar {
  padding: 0;
  margin: 0 0 15px;
  color: #5e5e5e;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
#okta-sign-in .data-list .o-form-toggle {
  right: 0;
}
#okta-sign-in .o-form-head {
  color: #46b090;
  font-size: 14px;
  text-transform: uppercase;
}
#okta-sign-in .o-form-head,
#okta-sign-in .o-form-subhead {
  line-height: 30px;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 200;
}
#okta-sign-in .o-form-subhead {
  color: #a7a7a7;
  font-size: 15px;
}
#okta-sign-in .o-form-explain + .o-form-head,
#okta-sign-in .o-form-fieldset + .o-form-head,
#okta-sign-in .o-form-separator {
  border-top: 1px solid #e3e3e3;
  margin-top: 30px;
  padding-top: 30px;
}
#okta-sign-in .o-form-explain + .o-form-fieldset {
  margin-top: 20px;
}
#okta-sign-in .o-form-explain {
  color: #a7a7a7;
  font-weight: 400;
}
#okta-sign-in .o-form-explain + .o-form-explain {
  margin-top: 0;
}
#okta-sign-in .o-form-input .o-form-explain {
  clear: both;
  line-height: 18px;
  padding: 8px 0 6px;
}
#okta-sign-in .o-form-explain.o-form-input-error {
  color: #d93934;
  padding-left: 18px;
  position: relative;
  display: none;
  word-break: break-all;
}
#okta-sign-in .o-form-has-errors .o-form-explain.o-form-input-error {
  display: block;
}
#okta-sign-in .o-form-input-error .icon-16 {
  left: -2px;
  position: absolute !important;
  top: 7px;
}
#okta-sign-in .o-form-tooltip.icon-only {
  margin-left: 4px;
  vertical-align: top;
}
#okta-sign-in .o-form-theme {
  padding: 30px;
  background: #f9f9f9;
  box-shadow: 0 1px 1px hsla(0, 0%, 68.6%, .16);
  border: 1px solid;
  border-color: #ddd #ddd #d2d2d2;
  border-radius: 4px;
}
#okta-sign-in .o-form-theme-no-border {
  border: none;
  border-radius: 0;
}
#okta-sign-in .o-form-has-title-bar,
#okta-sign-in .o-form-title-bar + .o-form-theme {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#okta-sign-in .o-form-has-button-bar {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#okta-sign-in .simplemodal-wrap .o-form-wrap {
  padding: 30px;
}
#okta-sign-in .simplemodal-container .o-form-button-bar,
#okta-sign-in .simplemodal-wrap .o-form-button-bar {
  border-radius: 0;
  margin-top: 0;
  border-left-width: 0;
  border-right-width: 0;
}
#okta-sign-in .simplemodal-container .o-form-toolbar,
#okta-sign-in .simplemodal-wrap .o-form-toolbar {
  border-radius: 0;
  border-width: 0 1px 1px;
}
#okta-sign-in .simplemodal-container .o-form-content,
#okta-sign-in .simplemodal-wrap .o-form-content {
  overflow: auto;
}
#okta-sign-in .simplemodal-wrap .o-form-content {
  box-sizing: border-box;
}
#okta-sign-in .simplemodal-container .o-form-theme,
#okta-sign-in .simplemodal-wrap .o-form-content.o-form-theme {
  border-width: 0 1px;
  border-color: #ddd;
  border-radius: 0;
  padding: 30px;
}
#okta-sign-in .o-form-3-4 .o-form-label {
  width: 25%;
}
#okta-sign-in .o-form-3-4 .o-form-input {
  width: 75%;
}
#okta-sign-in .o-form .o-form-focus {
  border: 1px solid #888;
  box-shadow: 0 1px 1px #fff;
}
#okta-sign-in .o-form-read-mode.o-form-input,
#okta-sign-in .o-form-read-mode .o-form-input {
  padding: 7px 10px 7px 0;
  line-height: 16px;
  box-sizing: border-box;
  word-wrap: break-word;
}
#okta-sign-in .o-form-read-mode.custom-checkbox:first-child,
#okta-sign-in .o-form-read-mode .custom-checkbox:first-child,
#okta-sign-in .o-form-read-mode.custom-radio:first-child,
#okta-sign-in .o-form-read-mode .custom-radio:first-child {
  margin-top: -8px;
}
#okta-sign-in .o-form-edit-mode .o-form-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#okta-sign-in .custom-checkbox label,
#okta-sign-in .custom-radio label {
  background-position: -16px -13px;
}
#okta-sign-in .custom-checkbox label.focus,
#okta-sign-in .custom-checkbox label.hover,
#okta-sign-in .custom-radio label.focus,
#okta-sign-in .custom-radio label.hover {
  background-position: -16px -113px;
}
#okta-sign-in .custom-checkbox label.checked,
#okta-sign-in .custom-radio label.checked {
  background-position: -16px -213px;
}
#okta-sign-in .custom-checkbox label.checked.focus,
#okta-sign-in .custom-checkbox label.checked.hover {
  background-position: -16px -313px;
}
#okta-sign-in .o-form-label-top .o-form-input,
#okta-sign-in .o-form-label-top .o-form-label {
  width: 100%;
}
#okta-sign-in .o-form-label-top .o-form-read-mode.o-form-input,
#okta-sign-in .o-form-read-mode .o-form-label-top .o-form-input {
  padding-left: 0;
  padding-right: 0;
}
#okta-sign-in .o-form-read-mode.custom-checkbox label,
#okta-sign-in .o-form-read-mode .custom-checkbox label {
  background-position: -16px -413px !important;
}
#okta-sign-in .o-form-read-mode.custom-radio label,
#okta-sign-in .o-form-read-mode .custom-radio label {
  background-position: -16px -313px !important;
}
#okta-sign-in .o-form-read-mode.custom-checkbox label.focus,
#okta-sign-in .o-form-read-mode .custom-checkbox label.focus,
#okta-sign-in .o-form-read-mode.custom-checkbox label.hover,
#okta-sign-in .o-form-read-mode .custom-checkbox label.hover {
  background-position: -16px -513px !important;
  cursor: text !important;
}
#okta-sign-in .o-form-read-mode.custom-radio label.focus,
#okta-sign-in .o-form-read-mode .custom-radio label.focus,
#okta-sign-in .o-form-read-mode.custom-radio label.hover,
#okta-sign-in .o-form-read-mode .custom-radio label.hover {
  background-position: -16px -413px !important;
  cursor: text;
}
#okta-sign-in .o-form-read-mode.custom-checkbox label.checked,
#okta-sign-in .o-form-read-mode .custom-checkbox label.checked {
  background-position: -16px -613px !important;
}
#okta-sign-in .o-form-read-mode.custom-radio label.checked,
#okta-sign-in .o-form-read-mode .custom-radio label.checked {
  background-position: -16px -513px !important;
}
#okta-sign-in .o-form-read-mode.custom-checkbox label.checked.focus,
#okta-sign-in .o-form-read-mode .custom-checkbox label.checked.focus,
#okta-sign-in .o-form-read-mode.custom-checkbox label.checked.hover,
#okta-sign-in .o-form-read-mode .custom-checkbox label.checked.hover {
  background-position: -16px -713px;
  cursor: text;
}
#okta-sign-in .o-form-read-mode .group-picker-wrap .as-selections {
  border-width: 0;
  box-shadow: none;
  background: transparent;
}
#okta-sign-in .two_col_left .o-form-title-bar,
#okta-sign-in .two_col_right .o-form-title-bar {
  font-size: 17px;
  padding-left: 20px;
  padding-right: 12px;
}
#okta-sign-in .two_col_left .o-form-read-mode .o-form-content,
#okta-sign-in .two_col_right .o-form-read-mode .o-form-content {
  padding: 30px 31px;
}
#okta-sign-in .two_col_left .o-form-read-mode .o-form-theme,
#okta-sign-in .two_col_right .o-form-read-mode .o-form-theme {
  background: none;
  border-width: 0;
  box-shadow: none;
}
#okta-sign-in .two_col_left .o-form-read-mode .o-form-explain,
#okta-sign-in .two_col_right .o-form-read-mode .o-form-explain {
  background: #f9f9f9;
  padding: 15px;
  margin: -30px -31px 20px;
  border: 1px solid #ddd;
}
#okta-sign-in .two_col_left .o-form-edit-mode .o-form-explain,
#okta-sign-in .two_col_right .o-form-edit-mode .o-form-explain {
  padding: 15px;
  margin: -30px -30px 20px;
  border: 0;
  border-bottom: 1px solid #ddd;
}
#okta-sign-in .o-form-disabled,
#okta-sign-in .o-form-saving .o-form-input > :not(.o-form-disabled) {
  opacity: .4;
  pointer-events: none;
  display: block;
}
#okta-sign-in .o-form-saving .o-form-content {
  overflow: hidden;
}
#okta-sign-in .o-form-saving .o-form-content * {
  cursor: default !important;
}
#okta-sign-in .o-form-disabled.custom-checkbox label,
#okta-sign-in .o-form-disabled .custom-checkbox label,
#okta-sign-in .o-form-disabled.custom-radio label,
#okta-sign-in .o-form-disabled .custom-radio label {
  background-position: -16px -13px;
}
#okta-sign-in .o-form-disabled.custom-checkbox label.checked,
#okta-sign-in .o-form-disabled .custom-checkbox label.checked,
#okta-sign-in .o-form-disabled.custom-checkbox label.checked.hover,
#okta-sign-in .o-form-disabled.custom-radio label.checked,
#okta-sign-in .o-form-disabled.custom-radio label.checked.hover {
  background-position: -16px -213px;
}
#okta-sign-in .o-form-disabled.custom-radio label.checked,
#okta-sign-in .o-form-disabled .custom-radio label.checked {
  background-position: -16px -713px;
}
#okta-sign-in .o-form-has-errors.chzn-container-single .chzn-single,
#okta-sign-in .o-form-has-errors.input-fix,
#okta-sign-in .o-form-has-errors.link-button,
#okta-sign-in .o-form-has-errors.textarea-fix {
  border-color: #d93934;
}
#okta-sign-in .o-form-has-errors .link-button:hover,
#okta-sign-in .o-form-has-errors .o-form-control.o-form-focus {
  border-color: #888;
}
#okta-sign-in .o-form-has-errors .custom-radio label {
  background-position: -16px -613px;
}
#okta-sign-in .o-form-has-errors .custom-checkbox label {
  background-position: -16px -813px;
}
#okta-sign-in .o-form-has-errors .custom-checkbox label.focus,
#okta-sign-in .o-form-has-errors .custom-checkbox label.hover,
#okta-sign-in .o-form-has-errors .custom-radio label.focus,
#okta-sign-in .o-form-has-errors .custom-radio label.hover {
  background-position: -16px -113px;
}
#okta-sign-in .o-form-has-errors .custom-checkbox label.checked {
  background-position: -16px -913px;
}
#okta-sign-in .o-form-has-errors .custom-radio label.checked {
  background-position: -16px -713px;
}
#okta-sign-in .o-form-has-errors .o-form-input-group .o-form-control .chzn-single {
  border-color: #bbb #bbb #b1b1b1;
}
#okta-sign-in .o-form-has-errors .o-form-input-group .chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #888;
}
#okta-sign-in .o-form-has-errors .chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  -moz-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  border: 1px solid #888;
}
#okta-sign-in .o-form-has-errors .infobox-error {
  display: block !important;
  margin-bottom: 15px;
}
#okta-sign-in .o-form .infobox-error + form .o-form-focus {
  border-color: #888 !important;
}
#okta-sign-in .data-list-inline-form .o-form-head {
  color: #444;
  font-size: 16px;
  margin: 0;
}
#okta-sign-in .data-list-inline-form .o-form-button-bar {
  border-width: 1px 0 0;
  margin: 5px -30px -20px;
}
#okta-sign-in .o-form-content > .o-form-explain {
  margin-bottom: 20px;
}
#okta-sign-in .infobox {
  word-break: break-word;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  position: relative;
  min-height: 18px;
  padding: 12px 18px 12px 48px !important;
}
#okta-sign-in .infobox:before {
  width: 36px;
}
#okta-sign-in .infobox.infobox-no-icon {
  padding-left: 24px !important;
}
#okta-sign-in .infobox.infobox-no-icon :before {
  display: none;
}
#okta-sign-in .infobox > .icon {
  position: absolute;
  top: 13px;
  left: 9px;
}
#okta-sign-in .infobox ul {
  margin-right: 0;
  margin-left: 27px;
}
#okta-sign-in .infobox + .infobox,
#okta-sign-in .infobox + h2 {
  margin-top: 18px;
}
#okta-sign-in .infobox .two_col_left {
  width: 80%;
}
#okta-sign-in .infobox .two_col_right {
  width: 19%;
  margin-left: 1%;
  padding-left: 0;
}
#okta-sign-in .infobox .two_col_right .button-primary {
  width: 100% !important;
  float: right;
  box-sizing: border-box;
}
#okta-sign-in .infobox[style="display:none;"] + .infobox,
#okta-sign-in .infobox[style="display: none;"] + .infobox {
  margin-top: 0;
}
#okta-sign-in .infobox h2,
#okta-sign-in .infobox h2 *,
#okta-sign-in .infobox h3,
#okta-sign-in .infobox h3 * {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}
#okta-sign-in .infobox h2 span,
#okta-sign-in .infobox h3 span {
  color: #5e5e5e;
}
#okta-sign-in .infobox h2 + *,
#okta-sign-in .infobox h3 + *,
#okta-sign-in .infobox li + *,
#okta-sign-in .infobox ol + *,
#okta-sign-in .infobox p + *,
#okta-sign-in .infobox ul + * {
  margin-top: 9px;
}
#okta-sign-in .infobox,
#okta-sign-in .infobox-md {
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fbfbfb;
}
#okta-sign-in .infobox-compact:before,
#okta-sign-in .infobox-md:before,
#okta-sign-in .infobox:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  content: "";
}
#okta-sign-in .infobox-md {
  min-height: 18px;
  padding: 24px 24px 24px 70px !important;
}
#okta-sign-in .infobox-md h2,
#okta-sign-in .infobox-md h3 {
  font-size: 15px;
}
#okta-sign-in .infobox-md h2 *,
#okta-sign-in .infobox-md h3 * {
  margin: 0;
  line-height: 18px;
}
#okta-sign-in .infobox-md:before {
  width: 48px;
}
#okta-sign-in .infobox-md > .icon {
  top: 20px;
  left: 11px;
}
#okta-sign-in .infobox-md + .button-bar.button-bar-attached {
  width: auto;
  padding-left: 60px;
  float: none;
}
#okta-sign-in .infobox-md + .button-bar.button-bar-attached.button-bar-l-height {
  line-height: 32px;
}
#okta-sign-in .infobox-compact {
  min-height: 16px;
  padding: 9px 9px 9px 40px !important;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
}
#okta-sign-in .infobox-compact li,
#okta-sign-in .infobox-compact p {
  line-height: 16px;
}
#okta-sign-in .infobox-compact h2 + *,
#okta-sign-in .infobox-compact h3 + *,
#okta-sign-in .infobox-compact li + *,
#okta-sign-in .infobox-compact ol + *,
#okta-sign-in .infobox-compact p + *,
#okta-sign-in .infobox-compact ul + * {
  margin-top: 5px;
}
#okta-sign-in .infobox-compact:before {
  width: 30px;
}
#okta-sign-in .infobox-compact + p {
  margin-top: 9px;
}
#okta-sign-in .infobox-compact > .icon {
  top: 9px;
  left: 6px;
}
#okta-sign-in .infobox-xl {
  min-height: 18px;
  padding: 26px 36px 26px 108px !important;
}
#okta-sign-in .infobox-xl:before {
  width: 84px;
}
#okta-sign-in .infobox-xl > .icon {
  top: 22px;
  left: 18px;
}
#okta-sign-in .infobox-xl p,
#okta-sign-in .infobox-xl ul {
  width: 75%;
  margin-top: 20px;
}
#okta-sign-in .infobox-xl li,
#okta-sign-in .infobox-xl p {
  font-size: 14px;
  line-height: 20px;
}
#okta-sign-in .infobox-xl h2,
#okta-sign-in .infobox-xl h3 {
  font-size: 18px;
}
#okta-sign-in .infobox-xl h2 *,
#okta-sign-in .infobox-xl h3 * {
  margin: 0;
  line-height: 18px;
}
#okta-sign-in .infobox-teach h2,
#okta-sign-in .infobox-teach h3 {
  color: #835ab1;
  font-weight: 200;
}
#okta-sign-in .infobox-teach.infobox-dismiss .button-teach {
  margin-top: 20px;
  float: right;
}
#okta-sign-in .infobox-dismiss {
  padding-right: 30px;
}
#okta-sign-in .infobox-dismiss-link {
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #5e5e5e;
  line-height: 14px;
  cursor: pointer;
}
#okta-sign-in .infobox-dismiss-link:hover {
  text-decoration: none;
}
#okta-sign-in .help-wrap .infobox.infobox-dismiss .infobox-dismiss-link {
  top: 0;
  right: 0;
}
#okta-sign-in .infobox-dismiss-hide {
  display: none !important;
}
#okta-sign-in .infobox-confirm {
  position: absolute !important;
  top: 20px;
  left: 50%;
  width: 240px;
  margin-left: -154px;
  box-shadow: 0 2px 0 hsla(0, 0%, 62.7%, .1);
  z-index: 10;
}
#okta-sign-in .infobox-confirm-fixed {
  position: fixed !important;
  top: 106px;
}
#okta-sign-in .infobox-confirm-fixed .infobox-dismiss-link {
  top: 14px;
  right: 14px;
}
#okta-sign-in .infobox:before {
  background-color: #007cc0;
}
#okta-sign-in .help-wrap .infobox.infobox-success:before,
#okta-sign-in .infobox-success:before,
#okta-sign-in .infobox.infobox-subtle.infobox-success:before {
  background-color: #4cbf9c;
}
#okta-sign-in .help-wrap .infobox.infobox-warning:before,
#okta-sign-in .infobox-warning:before,
#okta-sign-in .infobox.infobox-subtle.infobox-warning:before {
  background-color: #f1d10d;
}
#okta-sign-in .help-wrap .infobox.infobox-error:before,
#okta-sign-in .infobox-error:before,
#okta-sign-in .infobox.infobox-subtle.infobox-error:before {
  background-color: #e34843;
}
#okta-sign-in .help-wrap .infobox.infobox-teach:before,
#okta-sign-in .help-wrap .infobox.infobox-tip:before,
#okta-sign-in .infobox-teach:before,
#okta-sign-in .infobox-tip:before,
#okta-sign-in .infobox.infobox-subtle.infobox-teach:before,
#okta-sign-in .infobox.infobox-subtle.infobox-tip:before {
  background-color: #835ab1;
}
#okta-sign-in .infobox-warning .icon.processing-16 {
  width: 16px;
  height: 16px;
  background: url("./media/ajax-loader-processing-16.gif") no-repeat 0 0 transparent;
}
#okta-sign-in .infobox-warning .icon.processing-24 {
  width: 24px;
  height: 24px;
  background: url("./media/ajax-loader-processing-24.gif") no-repeat 0 0 transparent;
}
#okta-sign-in .infobox-error .icon.processing-16 {
  width: 16px;
  height: 16px;
  background: url("./media/error-01.png") no-repeat 0 0 transparent;
}
#okta-sign-in .infobox + .button-bar,
#okta-sign-in .infobox + .button-bar-small {
  border-top: 0;
}
#okta-sign-in .infobox-no-border + .button-bar,
#okta-sign-in .infobox-no-border + .button-bar-small {
  border-top: 1px solid #dadada;
}
#okta-sign-in .infobox-no-border {
  border: none !important;
}
#okta-sign-in .infobox-text {
  padding: 0;
}
#okta-sign-in .infobox-header {
  font-weight: 700;
}
#okta-sign-in .infobox-divider {
  border-bottom: 1px dotted #ddd;
}
#okta-sign-in .ajax-form-editor .infobox,
#okta-sign-in .edit-form .infobox,
#okta-sign-in .form-content-wrap .infobox,
#okta-sign-in .m-form .infobox,
#okta-sign-in .o-form .infobox,
#okta-sign-in .read-only-form .infobox,
#okta-sign-in .v-form .infobox {
  background-color: #fff;
}
#okta-sign-in .help-wrap .infobox,
#okta-sign-in .infobox.infobox-subtle {
  padding: 0 0 0 18px !important;
  border: 0;
  background: transparent;
}
#okta-sign-in .help-wrap .infobox:before,
#okta-sign-in .infobox.infobox-subtle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  border-radius: 0;
  background-color: #007cc0;
  content: "";
}
#okta-sign-in .help-wrap .infobox .icon,
#okta-sign-in .infobox.infobox-subtle .icon {
  display: none;
}
#okta-sign-in a,
#okta-sign-in a:active,
#okta-sign-in a:focus,
#okta-sign-in a:hover,
#okta-sign-in a:link,
#okta-sign-in a:visited {
  color: #6e6e78;
}
#okta-sign-in h1 {
  color: #5e5e5e;
}
#okta-sign-in h2,
#okta-sign-in h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
#okta-sign-in h3 {
  margin-bottom: 2px;
}
#okta-sign-in .text-align-c {
  text-align: center;
}
#okta-sign-in .auth-account {
  line-height: 18px;
  padding: 6px 0;
}
#okta-sign-in .auth-content {
  padding: 60px 42px 20px;
  -moz-transition: padding-top .4s;
  -webkit-transition: padding-top .4s;
  transition: padding-top .4s;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .auth-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:350px) {
  #okta-sign-in .auth-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#okta-sign-in .auth-content .auth-content-inner {
  position: relative;
}
#okta-sign-in .auth-content .help-links li {
  margin-top: 15px;
}
#okta-sign-in .no-beacon .auth-content {
  padding-top: 20px;
}
#okta-sign-in .auth-idp {
  background-color: #f9f9f9;
  border-radius: 0 0 3px 3px;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
}
#okta-sign-in .auth-idp-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  color: #888;
  float: left;
  margin-right: 155px;
}
#okta-sign-in .auth-divider {
  background-color: #a7a7a7;
  height: 1px;
  margin-bottom: 25px;
  text-align: center;
}
#okta-sign-in .auth-divider .auth-divider-text {
  background-color: #fff;
  position: relative;
  top: -.5em;
  padding: 0 15px;
}
#okta-sign-in .animation-container-overflow {
  overflow: hidden;
}
#okta-sign-in .transition-from-right {
  position: absolute;
  width: 316px;
  top: 0;
  left: 200px;
  opacity: 0;
}
#okta-sign-in .transition-from-left {
  position: absolute;
  width: 316px;
  top: 0;
  left: -200px;
  opacity: 0;
}
#okta-sign-in .o-form-head {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  text-transform: none;
}
#okta-sign-in .o-form-head + .o-form-explain {
  margin-bottom: 20px;
  text-align: center;
}
#okta-sign-in .o-form-button-bar {
  background: transparent;
  border: none;
  padding: 0 0 25px;
  border-radius: 0;
  box-shadow: none;
}
#okta-sign-in .o-form-button-bar .button {
  display: block;
  width: 100%;
  height: 50px;
}
#okta-sign-in .o-form-button-bar .button-success {
  position: absolute;
  text-align: center;
}
#okta-sign-in .o-form-theme {
  background: transparent;
  box-shadow: none;
  padding: 0 0 14px;
  border-radius: 0;
  border: none;
}
#okta-sign-in .o-form .o-form-fieldset:last-child {
  margin-bottom: 15px;
}
#okta-sign-in .o-form .o-form-fieldset.margin-btm-0 {
  margin-bottom: 0;
}
#okta-sign-in .o-form .o-form-label,
#okta-sign-in .o-form input,
#okta-sign-in .o-form label,
#okta-sign-in .o-form textarea {
  font-size: 14px;
}
#okta-sign-in .o-form .o-form-label {
  font-weight: 400;
}
#okta-sign-in .o-form .o-form-label-inline + .input-fix input[type=text] {
  line-height: 27px;
}
#okta-sign-in .o-form .input-fix,
#okta-sign-in .o-form .textarea-fix {
  height: 40px;
  border: 1px solid #8c8c96;
  display: inline-block;
  float: left;
}
#okta-sign-in .o-form .input-fix input[disabled],
#okta-sign-in .o-form .input-fix input[readonly],
#okta-sign-in .o-form .textarea-fix input[disabled],
#okta-sign-in .o-form .textarea-fix input[readonly] {
  background: #f4f4f4;
  color: #6e6e78;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}
#okta-sign-in .o-form .input-fix input,
#okta-sign-in .o-form .textarea-fix input {
  padding: 8px;
  line-height: 22px;
  font-size: 14px;
  border: none;
  background: none;
  box-shadow: none;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input,
  #okta-sign-in .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input,
  #okta-sign-in .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input,
  #okta-sign-in .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  #okta-sign-in .o-form .input-fix input,
  #okta-sign-in .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input,
  #okta-sign-in .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  #okta-sign-in .o-form .input-fix input,
  #okta-sign-in .o-form .textarea-fix input {
    font-size: 15px;
  }
}
#okta-sign-in .o-form .input-fix input::-webkit-input-placeholder,
#okta-sign-in .o-form .textarea-fix input::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: 0;
}
#okta-sign-in .o-form .input-fix input::-moz-placeholder,
#okta-sign-in .o-form .textarea-fix input::-moz-placeholder {
  font-size: 14px;
}
#okta-sign-in .o-form .input-fix input:-ms-input-placeholder,
#okta-sign-in .o-form .textarea-fix input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 27px;
}
#okta-sign-in .o-form .input-fix input:-webkit-autofill,
#okta-sign-in .o-form .textarea-fix input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  border-radius: 3px;
}
#okta-sign-in .o-form .input-fix input[type=password],
#okta-sign-in .o-form .textarea-fix input[type=password] {
  font-size: 14px;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input[type=password],
  #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input[type=password],
  #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input[type=password],
  #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  #okta-sign-in .o-form .input-fix input[type=password],
  #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  #okta-sign-in .o-form .input-fix input[type=password],
  #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  #okta-sign-in .o-form .input-fix input[type=password],
  #okta-sign-in .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
#okta-sign-in .o-form .input-fix .placeholder,
#okta-sign-in .o-form .textarea-fix .placeholder {
  color: #aaa;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .chzn-container-single .chzn-search input,
  #okta-sign-in .o-form select,
  #okta-sign-in .o-form select:focus {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .chzn-container-single .chzn-search input,
  #okta-sign-in .o-form select,
  #okta-sign-in .o-form select:focus {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in .o-form .chzn-container-single .chzn-search input,
  #okta-sign-in .o-form select,
  #okta-sign-in .o-form select:focus {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  #okta-sign-in .o-form .chzn-container-single .chzn-search input,
  #okta-sign-in .o-form select,
  #okta-sign-in .o-form select:focus {
    font-size: 15px;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  #okta-sign-in .o-form .chzn-container-single .chzn-search input,
  #okta-sign-in .o-form select,
  #okta-sign-in .o-form select:focus {
    font-size: 15px;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  #okta-sign-in .o-form .chzn-container-single .chzn-search input,
  #okta-sign-in .o-form select,
  #okta-sign-in .o-form select:focus {
    font-size: 15px;
  }
}
#okta-sign-in .o-form .custom-checkbox label {
  font-size: 13px;
}
#okta-sign-in .o-form .o-form-input input[name=nextPassCode],
#okta-sign-in .o-form .o-form-input input[name=passCode] {
  font-family:
    Anonymous Pro,
    Andale Mono,
    Courier New,
    Courier,
    serif;
  font-size: 17px;
  letter-spacing: 1px;
}
#okta-sign-in .o-form .o-form-input .o-form-control {
  position: relative;
}
#okta-sign-in .o-form .o-form-input .input-icon,
#okta-sign-in .o-form .o-form-input .input-tooltip {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
#okta-sign-in .o-form .o-form-input .input-icon + input,
#okta-sign-in .o-form .o-form-input .input-icon + input + input,
#okta-sign-in .o-form .o-form-input .input-tooltip + input,
#okta-sign-in .o-form .o-form-input .input-tooltip + input + input {
  padding-right: 30px;
}
#okta-sign-in .o-form .o-form-input .input-icon {
  left: 10px;
  opacity: .25;
}
#okta-sign-in .o-form .o-form-input .input-icon + input,
#okta-sign-in .o-form .o-form-input .input-icon + input + input {
  padding-left: 30px;
}
#okta-sign-in .o-form .o-form-input .input-tooltip {
  right: 10px;
  opacity: .5;
}
#okta-sign-in .o-form-input-group .o-form-control {
  display: table-cell;
  float: none;
  white-space: nowrap;
}
#okta-sign-in .form-divider {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
  padding-top: 5px;
  clear: both;
}
#okta-sign-in .chzn-container-single .chzn-single {
  border: 1px solid #8c8c96;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
}
#okta-sign-in .chzn-container-single .chzn-single div b {
  background-position: 0 6px;
}
#okta-sign-in .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -17px 7px;
}
#okta-sign-in .custom-checkbox label {
  background-image: url("./media/checkbox-sign-in-widget.png");
}
#okta-sign-in .custom-checkbox label.focus {
  background-position: -16px -1013px;
}
#okta-sign-in .custom-checkbox label.focus:before {
  background-position: -16px -1020px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx) {
  #okta-sign-in .custom-checkbox label {
    background-image: url("./media/checkbox-sign-in-widget@2x.png");
    background-size: 50px 1155px;
  }
}
#okta-sign-in .infobox.icon-16 > .icon {
  position: absolute;
}
#okta-sign-in .contact-support .infobox,
#okta-sign-in .infobox.icon-16 {
  margin-bottom: 15px;
}
#okta-sign-in .infobox > .icon {
  line-height: 16px;
}
#okta-sign-in .qtip {
  font-size: 14px;
  line-height: 1.2;
}
#okta-sign-in .qtip-custom .qtip-titlebar {
  background-color: transparent;
  border: 0;
  font-weight: 400;
}
#okta-sign-in .qtip-title {
  word-break: break-all;
}
#okta-sign-in .security-image-qtip.qtip-custom {
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 8px 5px;
}
#okta-sign-in .security-image-qtip.qtip-custom canvas {
  margin-top: 2px;
}
#okta-sign-in .security-image-qtip.qtip-custom .qtip-icon {
  background: transparent url("./media/tooltip_close.png") no-repeat 50%;
  border: none;
  color: transparent;
  right: 2px;
  top: 4px;
  text-decoration: none;
}
#okta-sign-in .security-image-qtip.qtip-custom .qtip-icon:hover {
  opacity: .5;
}
#okta-sign-in .qtip-custom {
  background-color: #4d4d4d;
  border-color: #303030;
  color: #f3f3f3;
  padding: 5px 8px 8px;
}
#okta-sign-in .qtip-custom.qtip-pos-bl {
  border-radius: 4px 4px 4px 0;
}
#okta-sign-in .qtip-custom.qtip-pos-br {
  border-radius: 4px 4px 0;
}
#okta-sign-in .qtip-custom .qtip-content {
  color: #f3f3f3;
}
#okta-sign-in .qtip-custom .qtip-titlebar {
  background-color: #404040;
}
#okta-sign-in .qtip-custom .qtip-icon {
  border-color: #444;
}
#okta-sign-in .qtip-custom .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
#okta-sign-in .qtip-custom .qtip-content ul {
  list-style: disc;
}
#okta-sign-in .qtip-custom .qtip-content ul > li {
  color: #69882a;
  font-size: 20px;
}
#okta-sign-in .qtip-custom .qtip-content ul > li span {
  color: #f3f3f3;
  font-size: 12px;
  vertical-align: middle;
}
#okta-sign-in .mfa-verify-totp-inline .inline-input {
  width: 212px;
  float: left;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .mfa-verify-totp-inline .inline-input {
    width: 180px;
  }
}
@media only screen and (max-width:400px) {
  #okta-sign-in .mfa-verify-totp-inline .inline-input {
    width: 100%;
  }
}
@media only screen and (max-width:400px) {
  #okta-sign-in .mfa-verify-totp-inline .inline-totp-verify {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .mfa-verify-totp-inline a.button {
  float: right;
  padding-left: 25px;
  padding-right: 25px;
}
#okta-sign-in .mfa-verify-totp-inline a.link-button {
  display: block;
  text-align: center;
}
#okta-sign-in .mfa-verify-passcode .link-button {
  float: right;
  margin-top: 30px;
}
#okta-sign-in .mfa-verify-passcode .auth-passcode {
  float: left;
  width: 170px;
}
@media only screen and (max-width:400px) {
  #okta-sign-in .mfa-verify-passcode .auth-passcode {
    width: 100%;
  }
}
#okta-sign-in .duo-form iframe {
  height: 400px;
  width: 100%;
}
#okta-sign-in .factor-verify-magiclink .o-form-button-bar {
  display: none;
}
#okta-sign-in .factor-verify-magiclink .email-request-button {
  width: 100%;
}
#okta-sign-in .mfa-verify-email .resend-email-infobox {
  margin-bottom: 15px;
}
#okta-sign-in .mfa-verify-email .resend-email-infobox .infobox-warning p span {
  margin-right: .25rem;
}
#okta-sign-in .mfa-verify-email .mask-email {
  font-weight: 600;
}
#okta-sign-in .mfa-verify-email .resend-email-btn {
  color: #0074b3;
}
#okta-sign-in .mfa-verify-email .mfa-email-sent-content {
  margin-bottom: 15px;
}
#okta-sign-in .number-challenge-view {
  display: none;
  text-align: center;
}
#okta-sign-in .number-challenge-view .phone {
  margin: 20px 0;
}
#okta-sign-in .number-challenge-view .phone .phone--body {
  display: inline-block;
  border-radius: 6px;
  padding: 14px 3px 0;
  margin: 0 auto;
  background: #666;
}
#okta-sign-in .number-challenge-view .phone .phone--screen {
  min-width: 50px;
  padding: 20px 0;
  background: #e5edfb;
}
#okta-sign-in .number-challenge-view .phone .phone--number {
  padding: 10px;
  font-size: 25px;
  color: #1662dd;
}
#okta-sign-in .number-challenge-view .phone .phone--home-button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 3px auto;
  background: #fff;
}
#okta-sign-in .number-challenge-view .challenge-number {
  font-weight: 700;
}
#okta-sign-in .forgot-password-call-enabled .mobile-recovery-hint,
#okta-sign-in .forgot-password-call-enabled .sms-hint,
#okta-sign-in .forgot-password-sms-enabled .mobile-recovery-hint,
#okta-sign-in .forgot-password-sms-enabled .sms-hint {
  font-size: 13px;
  padding-bottom: 10px;
  position: relative;
  top: -5px;
}
#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container,
#okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container {
  overflow: hidden;
}
#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container .button,
#okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container .button {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-bottom: 15px;
}
#okta-sign-in .forgot-password-call-enabled .o-form-fieldset-container .button + .button-primary,
#okta-sign-in .forgot-password-sms-enabled .o-form-fieldset-container .button + .button-primary {
  margin-left: 0;
}
@media only screen and (max-width:400px) {
  #okta-sign-in .recovery-challenge .enroll-sms-phone-send {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .recovery-challenge .o-form-fieldset-container {
  display: flex;
  flex-direction: row-reverse;
}
#okta-sign-in .recovery-challenge .sms-request-button {
  margin-left: 5px;
}
#okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone {
  width: 178px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone {
    width: 150px;
  }
}
@media only screen and (max-width:400px) {
  #okta-sign-in .recovery-challenge .o-form-fieldset.enroll-sms-phone {
    width: 100%;
  }
}
#okta-sign-in .recovery-challenge .o-form-button-bar {
  padding-bottom: 15px;
}
#okta-sign-in .recovery-challenge .send-email-link {
  display: inline-block;
  font-size: 13px;
  padding-bottom: 25px;
  text-align: center;
  width: 100%;
}
#okta-sign-in .button,
#okta-sign-in .button.link-button {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
#okta-sign-in .button-link {
  color: #0074b3;
  background: none;
  border: none;
  cursor: pointer;
}
#okta-sign-in .button-link:focus,
#okta-sign-in .button-link:hover {
  text-decoration: underline;
}
#okta-sign-in .button-secondary.link-button,
#okta-sign-in .button-wide,
#okta-sign-in .button-wide.button-primary,
#okta-sign-in .default-custom-button.link-button,
#okta-sign-in .piv-button.link-button,
#okta-sign-in .social-auth-button.link-button {
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
}
#okta-sign-in .icon-button {
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
}
#okta-sign-in .icon-button .icon {
  display: inline-block;
  position: relative;
  top: 4px;
  opacity: .25;
}
#okta-sign-in .icon-button:hover .icon {
  opacity: .5;
}
#okta-sign-in .call-request-button.link-button,
#okta-sign-in .sms-request-button.link-button {
  text-align: center;
  width: 140px;
  padding-left: 6px;
  padding-right: 6px;
  white-space: normal;
  overflow: visible;
  line-height: 1;
  padding-top: 12px;
}
@media only screen and (max-width:400px) {
  #okta-sign-in .call-request-button.link-button,
  #okta-sign-in .sms-request-button.link-button {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .email-request-button {
  text-align: center;
  width: 130px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width:400px) {
  #okta-sign-in .email-request-button {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .social-auth-button.link-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 50px;
  margin-top: 15px;
  padding-left: 90px;
  padding-right: 40px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#okta-sign-in .social-auth-button.link-button:last-of-type {
  margin-bottom: 25px;
}
#okta-sign-in .social-auth-button.link-button:active,
#okta-sign-in .social-auth-button.link-button:focus,
#okta-sign-in .social-auth-button.link-button:hover,
#okta-sign-in .social-auth-button.link-button:visited {
  text-decoration: none;
}
#okta-sign-in .button .okta-verify-authenticator,
#okta-sign-in .button .okta-webauthn-authenticator {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: middle;
  display: inline-block;
  margin: 0 .83em 0 0;
}
#okta-sign-in .default-custom-button.link-button {
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 50px;
  margin-top: 15px;
  text-align: center;
}
#okta-sign-in .default-custom-button.link-button:last-of-type {
  margin-bottom: 25px;
}
#okta-sign-in .default-custom-button.link-button:active,
#okta-sign-in .default-custom-button.link-button:focus,
#okta-sign-in .default-custom-button.link-button:hover,
#okta-sign-in .default-custom-button.link-button:visited {
  text-decoration: none;
}
#okta-sign-in .button-secondary.link-button {
  color: #1662dd;
  border: 1px solid #1662dd;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}
#okta-sign-in .button-secondary.link-button:last-of-type {
  margin-bottom: 25px;
}
#okta-sign-in .button-secondary.link-button:active,
#okta-sign-in .button-secondary.link-button:focus,
#okta-sign-in .button-secondary.link-button:hover {
  color: #124a94;
  border-color: #124a94;
  background-color: #e5edfb;
}
#okta-sign-in .button-secondary.link-button:active,
#okta-sign-in .button-secondary.link-button:focus,
#okta-sign-in .button-secondary.link-button:hover,
#okta-sign-in .button-secondary.link-button:visited {
  text-decoration: none;
}
#okta-sign-in .piv-button.link-button {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 50px;
  margin-top: 15px;
  text-align: center;
}
#okta-sign-in .piv-button.link-button:last-of-type {
  margin-bottom: 25px;
}
#okta-sign-in .piv-button.link-button:active,
#okta-sign-in .piv-button.link-button:focus,
#okta-sign-in .piv-button.link-button:hover,
#okta-sign-in .piv-button.link-button:visited {
  text-decoration: none;
}
#okta-sign-in .social-auth-facebook-button {
  background-color: #fbfbfb;
  background:
    url("./media/facebook_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-facebook-button:active,
#okta-sign-in .social-auth-facebook-button:focus,
#okta-sign-in .social-auth-facebook-button:hover {
  background:
    url("./media/facebook_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-facebook-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-google-button {
  background-color: #fbfbfb;
  background:
    url("./media/google_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-google-button:active,
#okta-sign-in .social-auth-google-button:focus,
#okta-sign-in .social-auth-google-button:hover {
  background:
    url("./media/google_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-google-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-apple-button {
  background-color: #fbfbfb;
  background:
    url("./media/apple_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-apple-button:active,
#okta-sign-in .social-auth-apple-button:focus,
#okta-sign-in .social-auth-apple-button:hover {
  background:
    url("./media/apple_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-apple-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-linkedin-button {
  background-color: #fbfbfb;
  background:
    url("./media/linkedin_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-linkedin-button:active,
#okta-sign-in .social-auth-linkedin-button:focus,
#okta-sign-in .social-auth-linkedin-button:hover {
  background:
    url("./media/linkedin_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-linkedin-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-microsoft-button {
  background-color: #fbfbfb;
  background:
    url("./media/microsoft_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-microsoft-button:active,
#okta-sign-in .social-auth-microsoft-button:focus,
#okta-sign-in .social-auth-microsoft-button:hover {
  background:
    url("./media/microsoft_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-microsoft-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-general-idp-button {
  background-color: #fbfbfb;
  background:
    url("./media/default_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-general-idp-button:active,
#okta-sign-in .social-auth-general-idp-button:focus,
#okta-sign-in .social-auth-general-idp-button:hover {
  background:
    url("./media/default_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-general-idp-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .default-custom-button {
  background-color: #ff5f73;
  border: 1px solid #d6001a;
}
#okta-sign-in .default-custom-button:active,
#okta-sign-in .default-custom-button:focus,
#okta-sign-in .default-custom-button:hover {
  background-color: #ff6e80;
}
#okta-sign-in .piv-button.link-button {
  color: #1662dd;
  border: 2px solid #1662dd;
  background-color: #fff;
}
#okta-sign-in .piv-button.link-button:active,
#okta-sign-in .piv-button.link-button:focus,
#okta-sign-in .piv-button.link-button:hover {
  color: #124a94;
  border-color: #124a94;
  background-color: #e5edfb;
}
#okta-sign-in .social-auth-github-button {
  background-color: #fbfbfb;
  background:
    url("./media/github_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-github-button:active,
#okta-sign-in .social-auth-github-button:focus,
#okta-sign-in .social-auth-github-button:hover {
  background:
    url("./media/github_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-github-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-gitlab-button {
  background-color: #fbfbfb;
  background:
    url("./media/gitlab_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-gitlab-button:active,
#okta-sign-in .social-auth-gitlab-button:focus,
#okta-sign-in .social-auth-gitlab-button:hover {
  background:
    url("./media/gitlab_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-gitlab-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-yahoo-button {
  background-color: #fbfbfb;
  background:
    url("./media/yahoo_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-yahoo-button:active,
#okta-sign-in .social-auth-yahoo-button:focus,
#okta-sign-in .social-auth-yahoo-button:hover {
  background:
    url("./media/yahoo_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-yahoo-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-line-button {
  background-color: #fbfbfb;
  background:
    url("./media/line_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-line-button:active,
#okta-sign-in .social-auth-line-button:focus,
#okta-sign-in .social-auth-line-button:hover {
  background:
    url("./media/line_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-line-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-paypal-button {
  background-color: #fbfbfb;
  background:
    url("./media/paypal_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-paypal-button:active,
#okta-sign-in .social-auth-paypal-button:focus,
#okta-sign-in .social-auth-paypal-button:hover {
  background:
    url("./media/paypal_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-paypal-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-paypal_sandbox-button {
  background-color: #fbfbfb;
  background:
    url("./media/paypal_sandbox_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-paypal_sandbox-button:active,
#okta-sign-in .social-auth-paypal_sandbox-button:focus,
#okta-sign-in .social-auth-paypal_sandbox-button:hover {
  background:
    url("./media/paypal_sandbox_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-paypal_sandbox-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-salesforce-button {
  background-color: #fbfbfb;
  background:
    url("./media/salesforce_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-salesforce-button:active,
#okta-sign-in .social-auth-salesforce-button:focus,
#okta-sign-in .social-auth-salesforce-button:hover {
  background:
    url("./media/salesforce_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-salesforce-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-amazon-button {
  background-color: #fbfbfb;
  background:
    url("./media/amazon_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-amazon-button:active,
#okta-sign-in .social-auth-amazon-button:focus,
#okta-sign-in .social-auth-amazon-button:hover {
  background:
    url("./media/amazon_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-amazon-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-yahoojp-button {
  background-color: #fbfbfb;
  background:
    url("./media/yahoojp_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-yahoojp-button:active,
#okta-sign-in .social-auth-yahoojp-button:focus,
#okta-sign-in .social-auth-yahoojp-button:hover {
  background:
    url("./media/yahoojp_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-yahoojp-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-discord-button {
  background-color: #fbfbfb;
  background:
    url("./media/discord_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-discord-button:active,
#okta-sign-in .social-auth-discord-button:focus,
#okta-sign-in .social-auth-discord-button:hover {
  background:
    url("./media/discord_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-discord-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-adobe-button {
  background-color: #fbfbfb;
  background:
    url("./media/adobe_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-adobe-button:active,
#okta-sign-in .social-auth-adobe-button:focus,
#okta-sign-in .social-auth-adobe-button:hover {
  background:
    url("./media/adobe_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-adobe-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-orcid-button {
  background-color: #fbfbfb;
  background:
    url("./media/orcid_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-orcid-button:active,
#okta-sign-in .social-auth-orcid-button:focus,
#okta-sign-in .social-auth-orcid-button:hover {
  background:
    url("./media/orcid_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-orcid-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-spotify-button {
  background-color: #fbfbfb;
  background:
    url("./media/spotify_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-spotify-button:active,
#okta-sign-in .social-auth-spotify-button:focus,
#okta-sign-in .social-auth-spotify-button:hover {
  background:
    url("./media/spotify_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-spotify-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-xero-button {
  background-color: #fbfbfb;
  background:
    url("./media/xero_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-xero-button:active,
#okta-sign-in .social-auth-xero-button:focus,
#okta-sign-in .social-auth-xero-button:hover {
  background:
    url("./media/xero_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-xero-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .social-auth-quickbooks-button {
  background-color: #fbfbfb;
  background:
    url("./media/quickbooks_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fbfbfb 0);
  border: 1px solid #c3c3c3;
}
#okta-sign-in .social-auth-quickbooks-button:active,
#okta-sign-in .social-auth-quickbooks-button:focus,
#okta-sign-in .social-auth-quickbooks-button:hover {
  background:
    url("./media/quickbooks_logo.png") no-repeat 12px/24px,
    linear-gradient(
      90deg,
      #fff 50px,
      #fff 0);
}
#okta-sign-in .social-auth-quickbooks-button.link-button {
  color: #1d1d21;
}
#okta-sign-in .admin-consent-required .custom-logo,
#okta-sign-in .admin-consent-required .default-logo {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#okta-sign-in .admin-consent-required .detail-row {
  padding-bottom: 15px;
}
#okta-sign-in .admin-consent-required .consent-title {
  text-align: center;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
}
#okta-sign-in .admin-consent-required .consent-title span {
  padding-left: 10px;
}
#okta-sign-in .admin-consent-required .consent-title b {
  font-weight: 700;
}
#okta-sign-in .admin-consent-required .consent-title .issuer {
  margin-top: 10px;
  font-size: 13px;
}
#okta-sign-in .admin-consent-required .consent-title .issuer span {
  padding: 5px 15px;
  border: 1px solid #8c8c96;
  border-radius: 15px;
}
#okta-sign-in .admin-consent-required .scope-group {
  margin-top: 15px;
  cursor: default;
}
#okta-sign-in .admin-consent-required .scope-group h3 {
  display: inline-block;
  font-size: 16px;
  width: 95%;
}
#okta-sign-in .admin-consent-required .scope-group .icon {
  display: inline-block;
}
#okta-sign-in .admin-consent-required .scope-group .scope-item {
  display: none;
  width: 100%;
  padding-top: 5px;
}
#okta-sign-in .admin-consent-required .scope-group .scope-item .scope-item-text {
  display: inline-block;
  word-wrap: break-word;
}
#okta-sign-in .admin-consent-required .scope-group .scope-item .scope-item-tooltip.icon {
  display: inline-block;
  margin-left: 5px;
  top: -3px;
}
#okta-sign-in .admin-consent-required .scope-group.scope-group--is-expanded .scope-item {
  display: block;
}
#okta-sign-in .admin-consent-required .scope-group .caret {
  transition: transform .4s cubic-bezier(.23, 1, .32, 1), -webkit-transform .4s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#okta-sign-in .admin-consent-required .scope-group .caret .path {
  fill: #5e5e5e;
}
#okta-sign-in .admin-consent-required .scope-group .caret.caret--is-rotated {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#okta-sign-in .admin-consent-required .o-form-button-bar {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
}
#okta-sign-in .admin-consent-required .o-form-button-bar input {
  width: 140px;
}
#okta-sign-in .consent-required .scope-list,
#okta-sign-in .consent-required .title-text,
#okta-sign-in .granular-consent .scope-list,
#okta-sign-in .granular-consent .title-text {
  color: #1d1d21;
}
#okta-sign-in .consent-required .custom-logo,
#okta-sign-in .consent-required .default-logo,
#okta-sign-in .granular-consent .custom-logo,
#okta-sign-in .granular-consent .default-logo {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
#okta-sign-in .consent-required .detail-row,
#okta-sign-in .granular-consent .detail-row {
  padding-bottom: 25px;
}
#okta-sign-in .consent-required .detail-row:last-child,
#okta-sign-in .granular-consent .detail-row:last-child {
  padding-bottom: 11px;
}
#okta-sign-in .consent-required .consent-title,
#okta-sign-in .granular-consent .consent-title {
  text-align: center;
  word-wrap: break-word;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#okta-sign-in .consent-required .consent-title span,
#okta-sign-in .granular-consent .consent-title span {
  padding-left: 10px;
}
#okta-sign-in .consent-required .consent-title b,
#okta-sign-in .granular-consent .consent-title b {
  font-weight: 700;
}
#okta-sign-in .consent-required .scope-item,
#okta-sign-in .granular-consent .scope-item {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
#okta-sign-in .consent-required .scope-item .scope-item-text,
#okta-sign-in .granular-consent .scope-item .scope-item-text {
  float: left;
  width: 85%;
  word-wrap: break-word;
}
#okta-sign-in .consent-required .scope-item .scope-item-tooltip,
#okta-sign-in .granular-consent .scope-item .scope-item-tooltip {
  float: right;
  margin-right: 16px;
}
#okta-sign-in .consent-required .consent-description p,
#okta-sign-in .granular-consent .consent-description p {
  color: #6e6e78;
}
#okta-sign-in .consent-required .consent-footer,
#okta-sign-in .granular-consent .consent-footer {
  text-align: center;
}
#okta-sign-in .consent-required .consent-footer a,
#okta-sign-in .granular-consent .consent-footer a {
  color: #007cc0;
}
#okta-sign-in .consent-required .o-form-button-bar,
#okta-sign-in .granular-consent .o-form-button-bar {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
}
#okta-sign-in .consent-required .o-form-button-bar input,
#okta-sign-in .granular-consent .o-form-button-bar input {
  width: 140px;
}
#okta-sign-in .consent-required .o-form-button-bar .button-primary,
#okta-sign-in .granular-consent .o-form-button-bar .button-primary {
  color: #1d1d21;
  background-color: #fbfbfb;
  background: -o-linear-gradient(top, #fbfbfb 0, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0, #f8f8f8 100%);
  background: linear-gradient(#fbfbfb, #f8f8f8);
  border-color: #c3c3c3 #c3c3c3 #bbb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
}
#okta-sign-in .consent-required .o-form-button-bar .button-primary:active,
#okta-sign-in .consent-required .o-form-button-bar .button-primary:focus,
#okta-sign-in .consent-required .o-form-button-bar .button-primary:hover,
#okta-sign-in .granular-consent .o-form-button-bar .button-primary:active,
#okta-sign-in .granular-consent .o-form-button-bar .button-primary:focus,
#okta-sign-in .granular-consent .o-form-button-bar .button-primary:hover {
  background-color: #fff;
  background: -o-linear-gradient(top, #fff 0, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #fff 0, #fcfcfc 100%);
  background-image: linear-gradient(#fff, #fcfcfc);
  border-color: #b2b2b2 #b2b2b2 #afafaf;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}
#okta-sign-in .consent-required .o-form-button-bar .button-primary:focus,
#okta-sign-in .granular-consent .o-form-button-bar .button-primary:focus {
  box-shadow: 0 0 8px #51cbee;
  border-color: #0074b3;
}
#okta-sign-in .granular-consent .consent-title {
  font-size: 14px;
  flex-direction: column;
}
#okta-sign-in .granular-consent .consent-title b {
  font-size: 16px;
}
#okta-sign-in .granular-consent .consent-title span {
  padding-left: 0;
}
#okta-sign-in .granular-consent b {
  font-weight: 700;
}
#okta-sign-in .granular-consent .custom-checkbox label {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
#okta-sign-in .granular-consent .custom-checkbox.o-form-read-mode {
  margin-top: 0;
}
#okta-sign-in .granular-consent .o-form-input div {
  width: 100%;
}
#okta-sign-in .granular-consent .consent-description,
#okta-sign-in .granular-consent .o-form-fieldset {
  margin-bottom: 6px;
}
#okta-sign-in .auth-header {
  padding: 30px 90px 75px;
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 10;
  -moz-transition: padding-bottom .4s;
  -webkit-transition: padding-bottom .4s;
  transition: padding-bottom .4s;
}
#okta-sign-in .auth-org-logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  max-height: 40px;
}
#okta-sign-in .beacon-container {
  position: absolute;
  bottom: -42px;
  right: 0;
  left: 0;
  margin: auto;
  width: 85px;
  height: 85px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#okta-sign-in .beacon-container.beacon-small {
  height: 20px;
  width: 20px;
  bottom: -10px;
}
#okta-sign-in .beacon-container.beacon-small .beacon-blank {
  width: 50px;
  left: -20px;
}
#okta-sign-in .beacon-blank {
  background-image: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#okta-sign-in .radial-progress-bar {
  position: absolute;
  clip: rect(0, 96px, 96px, 48px);
  bottom: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
}
#okta-sign-in .radial-progress-bar .circle {
  z-index: 10;
  width: 91px;
  height: 91px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  position: absolute;
  clip: rect(0, 48px, 96px, 0);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
#okta-sign-in .auth-beacon {
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-clip: content-box;
  color: #fff;
  box-shadow: 0 0 0 15px;
}
#okta-sign-in .undefined-user {
  background-image: url("./media/default.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in .undefined-user {
    background-image: url("./media/default@2x.png");
  }
}
#okta-sign-in .new-user {
  background-image: url("./media/unknown-device.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in .new-user {
    background-image: url("./media/unknown-device@2x.png");
  }
}
#okta-sign-in .auth-beacon-border {
  position: absolute;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
  bottom: -5px;
  left: -5px;
  right: -5px;
  top: -5px;
}
#okta-sign-in .beacon-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #007dc1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s linear infinite;
  animation: load8 1.1s linear infinite;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
#okta-sign-in .auth-beacon-factor {
  background-size: 100% auto;
  cursor: pointer;
}
#okta-sign-in .factors-dropdown-wrap {
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -11px;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .bg-helper {
  color: #fff;
  box-shadow: 10px 0 0 0;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .link-button {
  height: 22px;
  padding: 0 !important;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions span.icon-dm {
  top: 9px;
  background: url("./media/drop-menu-s.png") no-repeat scroll 0 0 transparent;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  background-color: #fff;
  background-clip: padding-box;
  overflow: auto;
  max-height: 306px;
  width: 320px;
  left: -212px;
  top: 38px;
  border-radius: 3px;
}
@media only screen and (max-width:325px) {
  #okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap {
    width: 280px;
    left: -192px;
  }
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .options-wrap:after {
  display: none;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .option a {
  line-height: 30px;
  padding-left: 50px;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .option a .icon {
  width: 30px;
  height: 30px;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title {
  text-align: center;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title:hover {
  background: transparent;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .dropdown-list-title a {
  padding-left: 5px;
  cursor: default;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option {
  border-bottom: none;
  padding-left: 50px;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option a {
  padding-left: 36px;
}
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option + .option:not(.suboption),
#okta-sign-in .factors-dropdown-wrap .dropdown.more-actions .suboption.option + .suboption.option a {
  border-top: 1px solid #eaeaea;
}
#okta-sign-in .mfa-call-30,
#okta-sign-in .mfa-custom-factor-30,
#okta-sign-in .mfa-duo-30,
#okta-sign-in .mfa-email-30,
#okta-sign-in .mfa-google-auth-30,
#okta-sign-in .mfa-hotp-30,
#okta-sign-in .mfa-okta-verify-30,
#okta-sign-in .mfa-onprem-30,
#okta-sign-in .mfa-password-30,
#okta-sign-in .mfa-question-30,
#okta-sign-in .mfa-rsa-30,
#okta-sign-in .mfa-sms-30,
#okta-sign-in .mfa-symantec-30,
#okta-sign-in .mfa-u2f-30,
#okta-sign-in .mfa-webauthn-30,
#okta-sign-in .mfa-windows-hello-30,
#okta-sign-in .mfa-yubikey-30 {
  height: 30px;
  width: 30px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#okta-sign-in .auth-footer {
  font-size: 13px;
}
#okta-sign-in .auth-footer .js-factor-page-custom-link {
  display: block;
}
#okta-sign-in .auth-footer .goto {
  float: right;
}
#okta-sign-in .auth-footer .dot-separator {
  font-weight: 700;
}
#okta-sign-in .auth-footer.footer-back-link {
  margin-top: .75em;
}
#okta-sign-in .enroll-choices .okta-form-subtitle > span b {
  font-weight: 700;
}
#okta-sign-in .enroll-factor-list {
  margin-bottom: 30px;
}
#okta-sign-in .enroll-factor-list .list-subtitle {
  float: right;
}
#okta-sign-in .enroll-factor-list .list-title {
  padding-bottom: 20px;
}
#okta-sign-in .enroll-required-factor-list .enroll-factor-row-min {
  margin-bottom: 30px;
}
#okta-sign-in .enroll-required-factor-list .enroll-factor-row-min .enroll-factor-icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
}
#okta-sign-in .enroll-factor-row {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#okta-sign-in .enroll-factor-row .enroll-factor-description {
  width: 100%;
  overflow: hidden;
}
#okta-sign-in .enroll-factor-row .enroll-factor-label {
  display: flex;
  justify-content: space-between;
}
#okta-sign-in .enroll-factor-row .enroll-factor-button {
  padding-top: 10px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .enroll-factor-row .enroll-factor-button {
    width: 100%;
    margin-top: 10px;
  }
}
#okta-sign-in .enroll-factor-row .enroll-factor-button .button {
  margin-top: 0;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .enroll-factor-row .enroll-factor-button .button {
    width: 100%;
    text-align: center;
  }
}
#okta-sign-in .enroll-factor-row .enroll-factor-icon-container {
  align-self: flex-start;
  margin-right: 20px;
}
#okta-sign-in .enroll-factor-row .enroll-factor-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 38px 38px;
}
#okta-sign-in .enroll-factor-row .success-16-gray,
#okta-sign-in .enroll-factor-row .success-16-green {
  width: 20px;
  height: 20px;
  line-height: 24px;
  flex-shrink: 0;
}
#okta-sign-in .enroll-factor-row .success-16-gray:before,
#okta-sign-in .enroll-factor-row .success-16-green:before {
  font-size: 20px;
}
#okta-sign-in .enroll-factor-row .factor-cardinality {
  color: #6e6e78;
}
#okta-sign-in .enroll-factor-row-min {
  margin-bottom: 10px;
}
#okta-sign-in .enroll-factor-row-min .enroll-factor-button,
#okta-sign-in .enroll-factor-row-min p {
  display: none;
}
#okta-sign-in .enroll-yubikey .yubikey-demo {
  background: url("./media/yubikeyDemo.png") no-repeat 50%;
  background-size: contain;
  width: 100%;
  min-height: 102px;
  margin-bottom: 20px;
}
#okta-sign-in .login-timeout-warning {
  bottom: 10px;
}
#okta-sign-in .enroll-sms .enroll-sms-phone {
  width: 170px;
  float: left;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .enroll-sms .enroll-sms-phone {
    width: 165px;
  }
}
@media only screen and (max-width:400px) {
  #okta-sign-in .enroll-sms .enroll-sms-phone {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .enroll-sms .chzn-drop > .chzn-search > input {
  display: none;
}
#okta-sign-in .enroll-sms .chzn-with-drop > .chzn-drop > .chzn-search > input {
  display: inline-block;
}
#okta-sign-in .enroll-sms .sms-request-button {
  float: right;
  width: 140px;
  margin-top: 0;
  white-space: normal;
  overflow: visible;
  line-height: 1;
  padding: 12px 0 0;
}
@media only screen and (max-width:400px) {
  #okta-sign-in .enroll-sms .sms-request-button {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .enroll-activate-email .resend-email-infobox,
#okta-sign-in .enroll-email .o-form-content.o-form-theme {
  margin-bottom: 15px;
}
#okta-sign-in .enroll-activate-email .resend-email-infobox .infobox-warning p span {
  margin-right: .25rem;
}
#okta-sign-in .enroll-activate-email .mask-email {
  font-weight: 600;
}
#okta-sign-in .enroll-activate-email .resend-email-btn {
  color: #0074b3;
}
#okta-sign-in .enroll-activate-email .enroll-activate-email-content {
  margin-bottom: 15px;
}
#okta-sign-in .enroll-call .enroll-call-phone {
  width: 196px;
  float: left;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .enroll-call .enroll-call-phone {
    width: 165px;
  }
}
@media only screen and (max-width:400px) {
  #okta-sign-in .enroll-call .enroll-call-phone {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .enroll-call .enroll-call-extension {
  float: right;
  width: 111px;
  margin-top: 0;
  padding: 0;
}
@media only screen and (max-width:400px) {
  #okta-sign-in .enroll-call .enroll-call-extension {
    width: 100%;
    margin-bottom: 15px;
  }
}
#okta-sign-in .enroll-call .call-request-button {
  width: 100%;
  text-align: center;
}
#okta-sign-in .enroll-u2f .u2f-instructions ol,
#okta-sign-in .enroll-webauthn .u2f-instructions ol {
  list-style: decimal;
  margin-left: 15px;
}
#okta-sign-in .enroll-u2f .u2f-instructions ol li,
#okta-sign-in .enroll-webauthn .u2f-instructions ol li {
  margin-bottom: 15px;
}
#okta-sign-in .enroll-windows-hello .o-form-fieldset-container > .okta-form-subtitle,
#okta-sign-in .verify-windows-hello .o-form-fieldset-container > .okta-form-subtitle {
  margin-top: 15px;
  margin-bottom: 20px;
}
#okta-sign-in .enroll-windows-hello .okta-infobox-error b,
#okta-sign-in .verify-windows-hello .okta-infobox-error b {
  font-weight: 700;
}
#okta-sign-in .enroll-windows-hello .okta-waiting-spinner,
#okta-sign-in .verify-windows-hello .okta-waiting-spinner {
  margin-top: 20px;
  margin-bottom: 20px;
}
#okta-sign-in .enroll-webauthn .webauthn-edge-text p b {
  font-weight: 700;
}
#okta-sign-in .enroll-totp .okta-form-subtitle.o-form-explain {
  text-align: left;
}
#okta-sign-in .enroll-totp .o-form-label {
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
}
#okta-sign-in .enroll-totp .o-form-label legend {
  font-weight: 400;
  color: #777;
}
#okta-sign-in .app-logo {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-right: 15px;
  float: left;
}
#okta-sign-in .okta-verify-download-icon {
  background-image: url("./media/oktaVerify_ico@1x.png");
  background-size: 38px 38px;
}
#okta-sign-in .google-auth-38 {
  background-image: url("./media/googleAuth_38x38.png");
}
#okta-sign-in .app-download-instructions {
  margin-bottom: 15px;
}
#okta-sign-in .app-download-instructions .instructions-title {
  text-align: center;
  margin-bottom: 15px;
}
#okta-sign-in .barcode-scan .o-form-content {
  margin-bottom: 15px;
}
#okta-sign-in .scan-instructions .scan-instructions-details-wrapper {
  width: 100%;
  margin-right: -150px;
  float: left;
}
#okta-sign-in .scan-instructions .scan-instructions-details {
  padding-right: 150px;
}
#okta-sign-in .scan-instructions .scan-instructions-qrcode-wrapper {
  float: right;
  text-align: center;
}
#okta-sign-in .scan-instructions .qrcode-image {
  width: 140px;
  height: 140px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#okta-sign-in .scan-instructions .qrcode-wrap {
  position: relative;
}
#okta-sign-in .scan-instructions .qrcode-success {
  background: url("./media/checkmark.png") no-repeat 50%;
}
#okta-sign-in .scan-instructions .qrcode-error {
  background: url("./media/scanerror.png") no-repeat 50%;
}
#okta-sign-in .scan-instructions .qrcode-error,
#okta-sign-in .scan-instructions .qrcode-success {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  background-color: transparent;
  background-color: hsla(0, 0%, 100%, .6);
}
#okta-sign-in .scan-instructions .refresh-qrcode {
  display: none;
}
#okta-sign-in .scan-instructions.qrcode-expired .qrcode-error {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}
#okta-sign-in .scan-instructions.qrcode-expired .manual-setup {
  display: none;
}
#okta-sign-in .scan-instructions.qrcode-expired .refresh-qrcode {
  display: inline-block;
}
#okta-sign-in .scan-instructions.qrcode-success .qrcode-success {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1;
}
#okta-sign-in .scan-instructions.qrcode-success .manual-setup,
#okta-sign-in .scan-instructions.qrcode-success .refresh-qrcode {
  display: none;
}
#okta-sign-in .enroll-manual-push .secret-key-instructions .shared-key,
#okta-sign-in .enroll-manual-totp .secret-key-instructions .shared-key {
  text-align: center;
  font-size: 16px;
  color: #1d1d21;
  padding: 5px 0;
}
#okta-sign-in .enroll-manual-push .secret-key-instructions .shared-key:focus,
#okta-sign-in .enroll-manual-totp .secret-key-instructions .shared-key:focus {
  box-shadow: 0 0 8px #51cbee;
  border-color: #0074b3;
}
#okta-sign-in [name=sharedSecret] {
  text-align: center;
  cursor: text;
  opacity: 1;
}
#okta-sign-in .enroll-activation-link-sent p {
  text-align: center;
}
#okta-sign-in .enroll-activation-link-sent .auth-footer {
  margin-top: 15px;
}
#okta-sign-in .verify-webauthn-form .okta-waiting-spinner {
  display: none;
}
#okta-sign-in .enroll-u2f-form .o-form-fieldset-container p,
#okta-sign-in .enroll-webauthn-form .o-form-fieldset-container p,
#okta-sign-in .verify-u2f-form .o-form-fieldset-container p,
#okta-sign-in .verify-webauthn-form .o-form-fieldset-container p {
  margin-bottom: 15px;
  text-align: center;
}
#okta-sign-in .enroll-u2f-form .o-form-content > .o-form-error-container,
#okta-sign-in .enroll-webauthn-form .o-form-content > .o-form-error-container,
#okta-sign-in .verify-u2f-form .o-form-content > .o-form-error-container,
#okta-sign-in .verify-webauthn-form .o-form-content > .o-form-error-container {
  margin-bottom: 20px;
}
#okta-sign-in .enroll-u2f-form .okta-waiting-spinner,
#okta-sign-in .enroll-webauthn-form .okta-waiting-spinner,
#okta-sign-in .verify-u2f-form .okta-waiting-spinner,
#okta-sign-in .verify-webauthn-form .okta-waiting-spinner {
  margin-top: 20px;
  margin-bottom: 20px;
}
#okta-sign-in .enroll-u2f-form .u2f-devices-images,
#okta-sign-in .enroll-webauthn-form .u2f-devices-images,
#okta-sign-in .verify-u2f-form .u2f-devices-images,
#okta-sign-in .verify-webauthn-form .u2f-devices-images {
  display: inline-block;
}
#okta-sign-in .enroll-u2f-form .u2f-devices-images .u2f-usb,
#okta-sign-in .enroll-webauthn-form .u2f-devices-images .u2f-usb,
#okta-sign-in .verify-u2f-form .u2f-devices-images .u2f-usb,
#okta-sign-in .verify-webauthn-form .u2f-devices-images .u2f-usb {
  background: url("./media/u2f_usb.png") no-repeat 50%;
  height: 109px;
  width: 148px;
  margin-right: 15px;
  float: left;
}
#okta-sign-in .enroll-u2f-form .u2f-devices-images .u2f-bluetooth,
#okta-sign-in .enroll-webauthn-form .u2f-devices-images .u2f-bluetooth,
#okta-sign-in .verify-u2f-form .u2f-devices-images .u2f-bluetooth,
#okta-sign-in .verify-webauthn-form .u2f-devices-images .u2f-bluetooth {
  background: url("./media/u2f_bluetooth.png") no-repeat 50%;
  height: 109px;
  width: 148px;
  float: left;
}
#okta-sign-in .okta-waiting-spinner {
  background: url("./media/sign-on-widget-spinner.gif") no-repeat 50%;
  height: 18px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx) {
  #okta-sign-in .device-type-input .custom-radio label {
    background-size: auto;
  }
}
#okta-sign-in .registration-container {
  margin-top: 30px;
}
#okta-sign-in .registration-container .content-container {
  padding: 30px 0;
  -moz-transition: padding-top .4s;
  -webkit-transition: padding-top .4s;
  transition: padding-top .4s;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
#okta-sign-in .registration-container .registration-label,
#okta-sign-in .registration-container .registration-link {
  display: inline-block;
}
#okta-sign-in .registration-container .registration-label {
  margin-right: 10px;
}
#okta-sign-in .registration-container .registration-link {
  color: #007dc1;
}
#okta-sign-in .registration .o-form-fieldset-container .required-fields-label {
  color: #6e6e78;
}
#okta-sign-in .registration .subschema {
  margin-bottom: 15px;
}
#okta-sign-in .registration .subschema p {
  padding: 5px 20px;
  position: relative;
}
#okta-sign-in .registration .subschema p.default-schema {
  display: none;
}
#okta-sign-in .registration .subschema p span {
  position: absolute;
  left: -2px;
}
#okta-sign-in .registration .subschema .subschema-satisfied,
#okta-sign-in .registration .subschema .subschema-unsatisfied {
  color: #6e6e78;
}
#okta-sign-in .registration .subschema .subschema-error {
  color: #e34843;
}
#okta-sign-in .registration .subschema .subschema-error span.error-16-small {
  display: block;
}
#okta-sign-in .registration-complete {
  margin-top: 20px;
}
#okta-sign-in .registration-complete .container {
  margin-bottom: 30px;
}
#okta-sign-in .registration-complete .title {
  color: #46b090;
  text-align: center;
  margin: 15px 0;
  font-size: 15px;
}
#okta-sign-in .registration-complete .desc {
  text-align: center;
}
#okta-sign-in .registration-complete .back-btn {
  margin-top: 15px;
}
#okta-sign-in .registration-complete .title-icon {
  position: absolute;
  display: block;
  top: -10px;
  left: 45%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #46b090;
}
#okta-sign-in .registration-complete .title-icon:before {
  color: #fff;
  left: 4px;
}
#okta-sign-in .password-requirements--header {
  padding-bottom: 10px;
}
#okta-sign-in .password-requirements--list {
  list-style: initial;
  padding-left: 20px;
  padding-bottom: 10px;
}
#okta-sign-in .password-requirements--list-item {
  line-height: 21px;
}
#okta-sign-in .siw-main-view .infobox-error,
#okta-sign-in .siw-main-view .infobox-warning {
  display: block;
  margin-bottom: 15px;
}
#okta-sign-in .siw-main-view .okta-form-subtitle {
  margin: 25px 0 10px;
  text-align: left;
}
#okta-sign-in .siw-main-view .siw-main-body .o-form-content {
  overflow: unset;
}
#okta-sign-in .siw-main-view .siw-main-body .ion-messages-container {
  text-align: center;
  margin-bottom: 1rem;
}
#okta-sign-in .siw-main-view .siw-main-body .ion-messages-container > * {
  margin-top: 1rem;
}
#okta-sign-in .siw-main-view .siw-main-body .o-form-content .o-form-label {
  padding-right: 0;
}
#okta-sign-in .siw-main-view .siw-main-body .o-form-content .o-form-label .o-form-explain {
  float: right;
}
#okta-sign-in .siw-main-view .siw-main-body .identifier-container {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  position: relative;
  top: -5px;
  margin-bottom: 15px;
}
#okta-sign-in .siw-main-view .siw-main-body .identifier {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#okta-sign-in .siw-main-view .siw-main-body .identifier-container:before {
  content: url("./media/user-icon.svg");
  vertical-align: -20%;
  padding-right: 4px;
}
#okta-sign-in .siw-main-view .custom-checkbox {
  width: -webkit-max-content;
  width: max-content;
}
#okta-sign-in .siw-main-view .custom-checkbox label {
  line-height: inherit;
}
#okta-sign-in .siw-main-view .o-form-explain.o-form-input-error {
  word-break: normal;
}
#okta-sign-in .siw-main-footer .auth-footer {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
#okta-sign-in .siw-main-footer .auth-footer .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .3rem 0;
  word-wrap: break-word;
}
#okta-sign-in .siw-main-footer .auth-footer .help-description .ov-enrollment-info {
  list-style: decimal;
  margin: 15px 0 15px 15px;
}
#okta-sign-in .siw-main-footer .auth-footer.side-by-side-links {
  display: flex;
  flex-direction: row;
}
#okta-sign-in .siw-main-footer .auth-footer.side-by-side-links .link {
  flex-basis: 50%;
}
#okta-sign-in .siw-main-footer .auth-footer.side-by-side-links .link.js-skip-setup {
  order: 2;
  text-align: right;
  color: #007cc0;
}
#okta-sign-in .siw-main-footer .footer-info {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
}
#okta-sign-in .siw-main-footer .footer-info .signup-info {
  margin: 0 auto;
}
#okta-sign-in .siw-main-footer .footer-info .signup-info span {
  padding: .3rem 0;
}
#okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link {
  padding-left: .3rem;
}
#okta-sign-in .siw-main-footer .footer-info .signup-info .signup-link .link {
  color: #007cc0;
}
#okta-sign-in .siw-main-header {
  position: relative;
}
#okta-sign-in .siw-main-header .beacon-container {
  top: -183px;
  z-index: 10;
}
#okta-sign-in .siw-main-header .beacon-container .auth-beacon-factor {
  cursor: auto;
}
#okta-sign-in .enter-auth-code-instead-link {
  display: block;
  margin: 25px auto;
  text-align: center;
}
#okta-sign-in .custom-buttons .okta-verify-container .button,
#okta-sign-in .sign-in-with-device-option .okta-verify-container,
#okta-sign-in .sign-in-with-device-option .okta-webauthn-container,
#okta-sign-in .sign-in-with-idp .okta-verify-container .button,
#okta-sign-in .sign-in-with-webauthn-option .okta-verify-container,
#okta-sign-in .sign-in-with-webauthn-option .okta-webauthn-container {
  text-align: center;
}
#okta-sign-in .sign-in-with-idp .okta-idps-container .social-auth-button.link-button:last-of-type {
  margin-bottom: 0;
}
#okta-sign-in .custom-buttons .okta-verify-container .signin-with-ov-description,
#okta-sign-in .custom-buttons .okta-webauthn-container .signin-with-ov-description,
#okta-sign-in .sign-in-with-device-option .okta-verify-container .signin-with-ov-description,
#okta-sign-in .sign-in-with-device-option .okta-webauthn-container .signin-with-ov-description,
#okta-sign-in .sign-in-with-idp .okta-verify-container .signin-with-ov-description,
#okta-sign-in .sign-in-with-idp .okta-webauthn-container .signin-with-ov-description,
#okta-sign-in .sign-in-with-webauthn-option .okta-verify-container .signin-with-ov-description,
#okta-sign-in .sign-in-with-webauthn-option .okta-webauthn-container .signin-with-ov-description {
  margin-bottom: .83em;
}
#okta-sign-in .custom-buttons .okta-verify-container .button,
#okta-sign-in .custom-buttons .okta-webauthn-container .button,
#okta-sign-in .sign-in-with-device-option .okta-verify-container .button,
#okta-sign-in .sign-in-with-device-option .okta-webauthn-container .button,
#okta-sign-in .sign-in-with-idp .okta-verify-container .button,
#okta-sign-in .sign-in-with-idp .okta-webauthn-container .button,
#okta-sign-in .sign-in-with-webauthn-option .okta-verify-container .button,
#okta-sign-in .sign-in-with-webauthn-option .okta-webauthn-container .button {
  display: block;
  position: relative;
  min-height: 50px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.4;
  align-items: center;
}
#okta-sign-in .custom-buttons .separation-line,
#okta-sign-in .sign-in-with-device-option .separation-line,
#okta-sign-in .sign-in-with-idp .separation-line,
#okta-sign-in .sign-in-with-webauthn-option .separation-line {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: .83em;
  margin-block-start: .83em;
  -webkit-margin-after: .83em;
  margin-block-end: .83em;
}
#okta-sign-in .custom-buttons .separation-line:before,
#okta-sign-in .sign-in-with-device-option .separation-line:before,
#okta-sign-in .sign-in-with-idp .separation-line:before,
#okta-sign-in .sign-in-with-webauthn-option .separation-line:before {
  font-size: 13px;
  border-top: 1px solid #ddd;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#okta-sign-in .custom-buttons .separation-line span,
#okta-sign-in .sign-in-with-device-option .separation-line span,
#okta-sign-in .sign-in-with-idp .separation-line span,
#okta-sign-in .sign-in-with-webauthn-option .separation-line span {
  background: #fff;
  padding: 0 15px;
  font-size: 13px;
  color: #6e6e78;
}
#okta-sign-in .o-form-button-bar .links-primary {
  font-size: 13px;
  margin-top: 1.9em;
  margin-bottom: -1em;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#okta-sign-in .o-form-button-bar .links-primary .link {
  padding: .3rem 0;
  word-wrap: break-word;
}
#okta-sign-in .siw-main-view .siw-main-body a.resend-link {
  cursor: pointer;
}
#okta-sign-in .siw-main-view .siw-main-body span.strong {
  font-weight: 700;
  color: #1d1d21;
  word-break: break-all;
}
#okta-sign-in .siw-main-view .resend-email-view {
  margin-bottom: 15px;
  text-align: center;
}
#okta-sign-in .siw-main-view .resend-email-view .infobox {
  text-align: left;
  margin-bottom: 10px;
}
#okta-sign-in .siw-main-view .clearfix:after,
#okta-sign-in .siw-main-view .clearfix:before {
  visibility: visible;
  content: "";
  height: 102%;
}
#okta-sign-in .siw-main-view .infobox a {
  color: #007cc0;
}
#okta-sign-in .siw-main-view .infobox strong {
  font-weight: 700;
}
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container {
  text-align: center;
  margin: 0 auto;
}
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .spinner {
  height: 38px;
  margin-top: 40px;
  background: url("./media/loader@1x.gif") no-repeat 50%;
}
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .credential-sso-extension,
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .loopback-content {
  margin-bottom: 24px;
}
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container .universal-link-content .spinner {
  margin: 0 0 15px;
}
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container div + div,
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-fieldset-container p + p {
  margin-top: 10px;
}
#okta-sign-in .siw-main-view .device-challenge-poll .o-form-content .okta-form-subtitle {
  font-weight: 600;
  text-align: center;
}
#okta-sign-in .siw-main-view .device-challenge-poll .skinny-content {
  width: 88%;
  margin: 20px auto 0;
}
#okta-sign-in .siw-main-view .device-challenge-poll .skinny-content .link {
  color: #007cc0;
}
#okta-sign-in .siw-main-view .device-challenge-poll .ul-button {
  margin-top: 20px;
}
#okta-sign-in .siw-main-view .device-challenge-poll .highlight-text {
  font-weight: 700;
}
#okta-sign-in .siw-main-view .device-challenge-poll .app-link-content {
  margin-bottom: 15px;
}
#okta-sign-in .siw-main-view .device-challenge-poll .app-link-content .spinner {
  margin-bottom: 30px;
}
#okta-sign-in .siw-main-view .device-challenge-poll .hide.button.link-button {
  display: none;
}
#okta-sign-in .device-enrollment-terminal ol {
  counter-reset: decimal;
}
#okta-sign-in .device-enrollment-terminal ol li,
#okta-sign-in .device-enrollment-terminal ul li {
  margin: 24px 0;
  padding-left: 24px;
}
#okta-sign-in .device-enrollment-terminal ol li:before,
#okta-sign-in .device-enrollment-terminal ul li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
}
#okta-sign-in .device-enrollment-terminal ol li:before {
  content: counter(decimal) ". ";
  counter-increment: decimal;
}
#okta-sign-in .device-enrollment-terminal ul li:before {
  content: "\2022";
}
#okta-sign-in .device-enrollment-terminal .copy-clipboard-button {
  margin-top: 8px;
  height: 44px;
  line-height: 44px;
}
#okta-sign-in .device-enrollment-terminal .copy-org-clipboard-button {
  width: 100%;
  text-align: center;
}
#okta-sign-in .device-enrollment-terminal .download-ov-link {
  color: #007cc0;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .explanation {
  margin: 24px 0;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .o-form-label {
  font-weight: 400;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .subtitle {
  font-weight: 700;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .org-signin-link {
  margin: 10px 0;
  font-weight: 600;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .semi-strong {
  word-break: break-word;
  font-weight: 600;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .app-store-logo {
  display: block;
  margin: auto;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .android-app-store-logo {
  background-image: url("./media/google-play-store.svg");
}
#okta-sign-in .device-enrollment-terminal .o-form-fieldset-container .ios-app-store-logo {
  background-image: url("./media/apple-app-store.svg");
}
#okta-sign-in .device-enrollment-terminal .copy {
  font-size: 10px;
  font-style: italic;
  color: #6e6e78;
  margin-top: 16px;
}
#okta-sign-in .siw-main-view .okta-form-subtitle {
  text-align: center;
}
#okta-sign-in .authenticator-enroll-list .authenticator-description {
  width: 100%;
}
#okta-sign-in .authenticator-enroll-list .list-content .authenticator-list-title {
  margin-bottom: 15px;
  font-weight: 600;
}
#okta-sign-in .authenticator-enroll-list .skip-all {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button {
  padding-top: 10px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button {
    width: 100%;
    margin-top: 10px;
  }
}
#okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button .button {
  margin-top: 0;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .authenticator-enroll-list .authenticator-verify-list .authenticator-button .button {
    width: 100%;
    text-align: center;
  }
}
#okta-sign-in .authenticator-verify-list .authenticator-description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#okta-sign-in .authenticator-verify-list .authenticator-description > div {
  margin: 0 5px;
}
#okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-button {
  padding: 0;
}
#okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-label {
  width: 175px;
}
#okta-sign-in .authenticator-verify-list .authenticator-description .authenticator-label--small {
  line-height: 1;
}
#okta-sign-in .authenticator-row {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#okta-sign-in .authenticator-row .authenticator-usage-text {
  color: #6e6e78;
}
#okta-sign-in .authenticator-row .authenticator-button {
  padding-top: 10px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .authenticator-row .authenticator-button {
    width: 100%;
    margin-top: 10px;
  }
}
#okta-sign-in .authenticator-row .authenticator-button .button {
  margin-top: 0;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
}
@media only screen and (max-device-width:480px) {
  #okta-sign-in .authenticator-row .authenticator-button .button {
    width: 100%;
    text-align: center;
  }
}
#okta-sign-in .authenticator-row .authenticator-icon-container {
  align-self: flex-start;
  margin-right: 20px;
}
#okta-sign-in .authenticator-row .authenticator-icon {
  width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 38px 38px;
}
#okta-sign-in .authenticator-row .success-16-gray,
#okta-sign-in .authenticator-row .success-16-green {
  width: 20px;
  height: 20px;
  line-height: 24px;
  flex-shrink: 0;
}
#okta-sign-in .authenticator-row .success-16-gray:before,
#okta-sign-in .authenticator-row .success-16-green:before {
  font-size: 20px;
}
#okta-sign-in .siw-main-view .oie-enroll-webauthn .uv-required-callout,
#okta-sign-in .siw-main-view .oie-verify-webauthn .uv-required-callout {
  margin: 20px 0;
  padding: 7px 9px 7px 20px !important;
  border: none;
}
#okta-sign-in .siw-main-view .oie-enroll-webauthn .uv-required-callout:before,
#okta-sign-in .siw-main-view .oie-verify-webauthn .uv-required-callout:before {
  width: 10px;
}
#okta-sign-in .siw-main-view .oie-enroll-webauthn .okta-waiting-spinner,
#okta-sign-in .siw-main-view .oie-verify-webauthn .okta-waiting-spinner {
  display: none;
}
#okta-sign-in .siw-main-view .oie-enroll-webauthn .idx-webauthn-enroll-text,
#okta-sign-in .siw-main-view .oie-enroll-webauthn .idx-webauthn-verify-text,
#okta-sign-in .siw-main-view .oie-verify-webauthn .idx-webauthn-enroll-text,
#okta-sign-in .siw-main-view .oie-verify-webauthn .idx-webauthn-verify-text {
  margin-bottom: 20px;
}
#okta-sign-in .siw-main-view .oie-enroll-webauthn .setup-webauthn-residentkey-text,
#okta-sign-in .siw-main-view .oie-verify-webauthn .setup-webauthn-residentkey-text {
  margin-bottom: 25px;
}
#okta-sign-in .siw-main-view .oie-enroll-webauthn .setup-webauthn-residentkey-text .setup-webauthn-residentkey-link,
#okta-sign-in .siw-main-view .oie-verify-webauthn .setup-webauthn-residentkey-text .setup-webauthn-residentkey-link {
  color: #0074b3;
}
#okta-sign-in .oie-enroll-ov-poll .ov-info li:not(:last-child) {
  margin-bottom: 15px;
}
#okta-sign-in .oie-enroll-ov-poll .qrcode-container {
  text-align: center;
  margin-bottom: 15px;
}
#okta-sign-in .oie-enroll-ov-poll .qrcode-container .qrcode {
  display: block;
  margin: 0 auto;
}
#okta-sign-in .oie-enroll-ov-poll .email-info,
#okta-sign-in .oie-enroll-ov-poll .sms-info {
  margin-bottom: 15px;
}
#okta-sign-in .oie-enroll-ov-poll .qrcode-info {
  list-style: decimal;
  list-style-position: inside;
}
#okta-sign-in .oie-enroll-ov-poll .switch-channel-link {
  color: #0074b3;
}
#okta-sign-in .oie-enroll-ov-poll .o-form-error-container > .infobox + .resend-ov-link-view {
  margin-top: 20px;
}
#okta-sign-in .oie-enroll-ov-data .country-code-label {
  min-width: 3rem;
  text-align: center;
  vertical-align: middle;
  padding: .125rem 0 0;
}
#okta-sign-in .oie-enroll-ov-data .switch-channel-text {
  margin: -15px 0 20px;
}
#okta-sign-in .oie-enroll-ov-data .switch-channel-link {
  color: #0074b3;
}
#okta-sign-in .okta-verify-uv-callout-content {
  margin-bottom: 15px;
}
#okta-sign-in .okta-verify-uv-callout-content ul {
  list-style: inherit;
  margin-left: 20px;
}
#okta-sign-in .okta-verify-send-push-form .o-form-button-bar {
  padding-bottom: 10px;
}
#okta-sign-in .okta-verify-push-challenge .o-form-fieldset:first-of-type {
  margin-top: 10px;
}
#okta-sign-in .okta-verify-push-challenge .o-form-fieldset:last-of-type {
  margin-bottom: 0;
}
#okta-sign-in .challenge-authenticator--duo form iframe,
#okta-sign-in .enroll-authenticator--duo form iframe {
  height: 400px;
  width: 100%;
}
#okta-sign-in .phone-authenticator-enroll .okta-form-subtitle {
  text-align: center;
}
#okta-sign-in .phone-authenticator-enroll__phone--small {
  display: inline-block;
  max-width: 70%;
}
#okta-sign-in .phone-authenticator-enroll__phone-ext {
  display: inline-block;
  position: absolute;
  width: 27%;
  margin-left: 3%;
}
#okta-sign-in .phone-authenticator-enroll__phone-ext.o-form-fieldset:last-child {
  margin-bottom: 0;
}
#okta-sign-in .phone-authenticator-enroll__phone-code {
  min-width: 3rem;
  text-align: center;
  vertical-align: middle;
  padding: .125rem 0 0;
}
#okta-sign-in .phone-authenticator-enroll .hide {
  display: none;
}
#okta-sign-in .phone-authenticator-challenge .okta-form-subtitle {
  text-align: center;
}
#okta-sign-in .phone-authenticator-challenge .okta-form-subtitle p {
  margin-top: 1rem;
}
#okta-sign-in .phone-authenticator-challenge__link {
  display: block;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
#okta-sign-in .phone-authenticator-challenge .hide {
  display: none;
}
#okta-sign-in .password-authenticator--heading {
  margin-bottom: 1rem;
}
#okta-sign-in .password-authenticator--list {
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style: outside;
}
#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-setup-info-title {
  text-align: center;
  margin-bottom: 15px;
}
#okta-sign-in .oie-enroll-google-authenticator .qrcode-info-container {
  display: flex;
}
#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-setup-info {
  margin-right: 1rem;
}
#okta-sign-in .oie-enroll-google-authenticator .qrcode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
#okta-sign-in .oie-enroll-google-authenticator .qrcode-container .qrcode {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 150px;
  margin-bottom: 5px;
}
#okta-sign-in .oie-enroll-google-authenticator .google-authenticator-next.default-custom-button {
  margin-top: 0;
  margin-bottom: 25px;
}
#okta-sign-in .oie-enroll-google-authenticator .shared-secret .o-form-input {
  width: 100%;
}
#okta-sign-in .oie-enroll-google-authenticator .shared-secret .o-form-input input {
  text-align: center;
}
#okta-sign-in .piv-cac-card .piv-verify-text {
  margin-top: 1rem;
}
#okta-sign-in .siw-main-view .number-challenge-section {
  text-align: center;
}
#okta-sign-in .siw-main-view .number-challenge-section .phone {
  margin: 20px 0;
}
#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--body {
  display: inline-block;
  border-radius: 6px;
  padding: 14px 3px 0;
  margin: 0 auto;
  background: #666;
}
#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--screen {
  min-width: 50px;
  padding: 20px 0;
  background: #e5edfb;
}
#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--number {
  padding: 10px;
  font-size: 25px;
  color: #1662dd;
}
#okta-sign-in .siw-main-view .number-challenge-section .phone .phone--home-button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 3px auto;
  background: #fff;
}
#okta-sign-in .siw-main-view .number-challenge-section .challenge-number {
  font-weight: 700;
}
#okta-sign-in .enduser-email-consent .o-form-button-bar {
  display: flex;
}
#okta-sign-in .enduser-email-consent--info {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}
#okta-sign-in .enduser-email-consent--icon {
  margin-right: 1rem;
  height: 2rem;
  width: 2rem;
  background-size: cover;
}
#okta-sign-in .enduser-email-otp-only .o-form-button-bar {
  display: flex;
}
#okta-sign-in .enduser-email-otp-only--info {
  display: flex;
  margin-top: .5rem;
  margin-bottom: .5rem;
  align-items: center;
}
#okta-sign-in .enduser-email-otp-only--icon {
  margin-right: 1rem;
  height: 2rem;
  width: 2rem;
  background-size: cover;
}
#okta-sign-in .enter-code-on-page {
  font-size: small;
  margin-bottom: 1.5rem;
  text-align: center;
}
#okta-sign-in .otp-value {
  font-size: x-large;
  text-align: center;
  margin-bottom: 1rem;
}
#okta-sign-in .otp-warning {
  color: #6e6e78;
  text-align: center;
}
#okta-sign-in .device-code-terminal--icon-container {
  margin: 0 0 25px;
  line-height: 1.5;
  text-align: center;
}
#okta-sign-in .device-code-terminal--icon {
  display: inline-block;
  width: 21px;
}
#okta-sign-in .success-redirect .okta-waiting-spinner {
  margin-top: 24px;
}
#okta-sign-in .siw-main-footer .captcha-footer {
  margin-top: 10px;
}
#okta-sign-in .siw-main-footer .captcha-footer .footer-text {
  font-size: 12px;
  color: #a7a7a7;
}
#okta-sign-in .grecaptcha-badge {
  z-index: 9999;
}
#okta-sign-in .yubikey-demo {
  background: url("./media/yubikeyDemo.png") no-repeat 50%;
  background-size: contain;
  width: 100%;
  min-height: 102px;
  margin-bottom: 20px;
  background-color: "red";
}
#okta-sign-in .custom-access-denied-error-message .custom-links {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
#okta-sign-in .device-code-terminal .retry-button {
  display: block;
}
@media only screen and (max-height:550px) {
  #okta-sign-in.can-remove-beacon .beacon-container {
    display: none;
  }
  #okta-sign-in.can-remove-beacon .auth-content {
    padding-top: 20px;
  }
  #okta-sign-in.can-remove-beacon .enroll-choices {
    padding-top: 15px;
  }
  #okta-sign-in.can-remove-beacon .auth-header {
    padding: 30px 90px 25px;
  }
}
#okta-sign-in .accessibility-text {
  display: block;
  height: 0;
  overflow: hidden;
}
#okta-sign-in .focused-input,
#okta-sign-in .link.help:focus,
#okta-sign-in input[type=radio]:focus + label,
#okta-sign-in input[type=text]:focus {
  box-shadow: 0 0 8px #51cbee;
}
#okta-sign-in .o-form-button-bar.focused-input {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.qtip {
  font-size: 14px;
  line-height: 1.2;
}
.qtip-custom .qtip-titlebar {
  background-color: transparent;
  border: 0;
  font-weight: 400;
}
.qtip-title {
  word-break: break-all;
}
.security-image-qtip.qtip-custom {
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 8px 5px;
}
.security-image-qtip.qtip-custom canvas {
  margin-top: 2px;
}
.security-image-qtip.qtip-custom .qtip-icon {
  background: transparent url("./media/tooltip_close.png") no-repeat 50%;
  border: none;
  color: transparent;
  right: 2px;
  top: 4px;
  text-decoration: none;
}
.security-image-qtip.qtip-custom .qtip-icon:hover {
  opacity: .5;
}
/*! Custom qtip styles, based on dark theme */
.qtip-custom {
  background-color: #4d4d4d;
  border-color: #303030;
  color: #f3f3f3;
  padding: 5px 8px 8px;
}
.qtip-custom.qtip-pos-bl {
  border-radius: 4px 4px 4px 0;
}
.qtip-custom.qtip-pos-br {
  border-radius: 4px 4px 0;
}
.qtip-custom .qtip-content {
  color: #f3f3f3;
}
.qtip-custom .qtip-titlebar {
  background-color: #404040;
}
.qtip-custom .qtip-icon {
  border-color: #444;
}
.qtip-custom .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}
.qtip-custom .qtip-content ul {
  list-style: disc;
}
.qtip-custom .qtip-content ul > li {
  color: #69882a;
  font-size: 20px;
}
.qtip-custom .qtip-content ul > li span {
  color: #f3f3f3;
  font-size: 12px;
  vertical-align: middle;
}
.chzn-container {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  zoom: 1;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #888;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .15);
  -moz-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .15);
  box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container-single .chzn-single {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 8px;
  text-decoration: none;
}
.chzn-container-single .chzn-single:hover {
  border: 1px solid #888;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("./media/chosen-sprite.png") -42px 1px no-repeat;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover,
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url("./media/chosen-sprite.png") no-repeat 0 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url("./media/chosen-sprite.png") no-repeat 100% -20px;
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eee 1%, #fff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -o-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image:
    linear-gradient(
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eee);
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333;
  border: 1px solid #aaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice,
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#f4f4f4", endColorstr = "#eeeeee", GradientType = 0);
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image:
    linear-gradient(
      180deg,
      #f4f4f4 20%,
      #f0f0f0 50%,
      #e8e8e8 52%,
      #eee);
  color: #666;
  border: 1px solid #ccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url("./media/chosen-sprite.png") -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close,
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container .chzn-results {
  margin: 3px 0 4px;
  max-height: 240px;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 16px;
  padding: 7px 8px;
  margin: 0;
  list-style: none;
  border: solid #fff;
  border-width: 0 0 1px;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #f9f9f9;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #fff;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: 700;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: #fff;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url("./media/chosen-sprite.png") no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url("./media/chosen-sprite.png") no-repeat -22px -3px;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #888;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: inset 0 1px 0 #fff;
  background: #fff;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  -moz-box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  box-shadow: 0 1px 2px hsla(0, 0%, 68.6%, .3);
  border: 1px solid #888;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
.chzn-disabled {
  cursor: default;
  opacity: .5 !important;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close,
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}
.chzn-rtl .chzn-search {
  left: 9999px;
}
.chzn-rtl.chzn-with-drop .chzn-search {
  left: 0;
}
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  background: #fff url("./media/chosen-sprite.png") no-repeat -30px -20px;
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(top, #eee 1%, #fff 15%);
  background: url("./media/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eee 1%, #fff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container-single .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span,
  .chzn-rtl .chzn-search input {
    background-image: url("./media/chosen-sprite@2x.png") !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}
.chzn-container.chzn-container-single-nosearch.closed .chzn-drop,
.chzn-container.chzn-container-single.closed .chzn-drop {
  position: relative;
  top: -35px;
  z-index: 0;
  min-height: 36px;
  margin-bottom: -35px;
  overflow: hidden;
  left: 0;
  border: none;
}
.chzn-container.chzn-container-single-nosearch .chzn-single,
.chzn-container.chzn-container-single .chzn-single {
  z-index: 1;
}
.chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search,
.chzn-container.chzn-container-single.closed .chzn-drop .chzn-search {
  position: relative;
  left: 0;
}
.chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search input[type=text],
.chzn-container.chzn-container-single.closed .chzn-drop .chzn-search input[type=text] {
  border: none;
  caret-color: transparent;
  background-color: transparent;
}
.chzn-container.chzn-container-single-nosearch.closed .chzn-drop .chzn-search:after,
.chzn-container.chzn-container-single.closed .chzn-drop .chzn-search:after {
  background: none;
}
.o-form-head {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  text-transform: none;
}
.o-form-head + .o-form-explain {
  margin-bottom: 20px;
  text-align: center;
}
.o-form-button-bar {
  background: transparent;
  border: none;
  padding: 0 0 25px;
  border-radius: 0;
  box-shadow: none;
}
.o-form-button-bar .button {
  display: block;
  width: 100%;
  height: 50px;
}
.o-form-button-bar .button-success {
  position: absolute;
  text-align: center;
}
.o-form-theme {
  background: transparent;
  box-shadow: none;
  padding: 0 0 14px;
  border-radius: 0;
  border: none;
}
.o-form .o-form-fieldset:last-child {
  margin-bottom: 15px;
}
.o-form .o-form-fieldset.margin-btm-0 {
  margin-bottom: 0;
}
.o-form .o-form-label,
.o-form input,
.o-form label,
.o-form textarea {
  font-size: 14px;
}
.o-form .o-form-label {
  font-weight: 400;
}
.o-form .o-form-label-inline + .input-fix input[type=text] {
  line-height: 27px;
}
.o-form .input-fix,
.o-form .textarea-fix {
  height: 40px;
  border: 1px solid #8c8c96;
  display: inline-block;
  float: left;
}
.o-form .input-fix input[disabled],
.o-form .input-fix input[readonly],
.o-form .textarea-fix input[disabled],
.o-form .textarea-fix input[readonly] {
  background: #f4f4f4;
  color: #6e6e78;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}
.o-form .input-fix input,
.o-form .textarea-fix input {
  padding: 8px;
  line-height: 22px;
  font-size: 14px;
  border: none;
  background: none;
  box-shadow: none;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .input-fix input,
  .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .input-fix input,
  .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .input-fix input,
  .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  .o-form .input-fix input,
  .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  .o-form .input-fix input,
  .o-form .textarea-fix input {
    font-size: 15px;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  .o-form .input-fix input,
  .o-form .textarea-fix input {
    font-size: 15px;
  }
}
.o-form .input-fix input::-webkit-input-placeholder,
.o-form .textarea-fix input::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: 0;
}
.o-form .input-fix input::-moz-placeholder,
.o-form .textarea-fix input::-moz-placeholder {
  font-size: 14px;
}
.o-form .input-fix input:-ms-input-placeholder,
.o-form .textarea-fix input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 27px;
}
.o-form .input-fix input:-webkit-autofill,
.o-form .textarea-fix input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  border-radius: 3px;
}
.o-form .input-fix input[type=password],
.o-form .textarea-fix input[type=password] {
  font-size: 14px;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .input-fix input[type=password],
  .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .input-fix input[type=password],
  .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .input-fix input[type=password],
  .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  .o-form .input-fix input[type=password],
  .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  .o-form .input-fix input[type=password],
  .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  .o-form .input-fix input[type=password],
  .o-form .textarea-fix input[type=password] {
    font-size: 15px;
  }
}
.o-form .input-fix .placeholder,
.o-form .textarea-fix .placeholder {
  color: #aaa;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .chzn-container-single .chzn-search input,
  .o-form select,
  .o-form select:focus {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .chzn-container-single .chzn-search input,
  .o-form select,
  .o-form select:focus {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  .o-form .chzn-container-single .chzn-search input,
  .o-form select,
  .o-form select:focus {
    font-size: 15px;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  .o-form .chzn-container-single .chzn-search input,
  .o-form select,
  .o-form select:focus {
    font-size: 15px;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  .o-form .chzn-container-single .chzn-search input,
  .o-form select,
  .o-form select:focus {
    font-size: 15px;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  .o-form .chzn-container-single .chzn-search input,
  .o-form select,
  .o-form select:focus {
    font-size: 15px;
  }
}
.o-form .custom-checkbox label {
  font-size: 13px;
}
.o-form .o-form-input input[name=nextPassCode],
.o-form .o-form-input input[name=passCode] {
  font-family:
    Anonymous Pro,
    Andale Mono,
    Courier New,
    Courier,
    serif;
  font-size: 17px;
  letter-spacing: 1px;
}
.o-form .o-form-input .o-form-control {
  position: relative;
}
.o-form .o-form-input .input-icon,
.o-form .o-form-input .input-tooltip {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.o-form .o-form-input .input-icon + input,
.o-form .o-form-input .input-icon + input + input,
.o-form .o-form-input .input-tooltip + input,
.o-form .o-form-input .input-tooltip + input + input {
  padding-right: 30px;
}
.o-form .o-form-input .input-icon {
  left: 10px;
  opacity: .25;
}
.o-form .o-form-input .input-icon + input,
.o-form .o-form-input .input-icon + input + input {
  padding-left: 30px;
}
.o-form .o-form-input .input-tooltip {
  right: 10px;
  opacity: .5;
}
.o-form-input-group .o-form-control {
  display: table-cell;
  float: none;
  white-space: nowrap;
}
.form-divider {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
  padding-top: 5px;
  clear: both;
}
.chzn-container-single .chzn-single {
  border: 1px solid #8c8c96;
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
}
.chzn-container-single .chzn-single div b {
  background-position: 0 6px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -17px 7px;
}
.custom-checkbox label {
  background-image: url("./media/checkbox-sign-in-widget.png");
}
.custom-checkbox label.focus {
  background-position: -16px -1013px;
}
.custom-checkbox label.focus:before {
  background-position: -16px -1020px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:2dppx) {
  .custom-checkbox label {
    background-image: url("./media/checkbox-sign-in-widget@2x.png");
    background-size: 50px 1155px;
  }
}
.chzn-container-active {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  font-size: 14px;
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #6e6e78;
}
.chzn-container-active a,
.chzn-container-active abbr,
.chzn-container-active acronym,
.chzn-container-active address,
.chzn-container-active applet,
.chzn-container-active b,
.chzn-container-active big,
.chzn-container-active blockquote,
.chzn-container-active caption,
.chzn-container-active center,
.chzn-container-active cite,
.chzn-container-active code,
.chzn-container-active dd,
.chzn-container-active del,
.chzn-container-active dfn,
.chzn-container-active div,
.chzn-container-active dl,
.chzn-container-active dt,
.chzn-container-active em,
.chzn-container-active fieldset,
.chzn-container-active form,
.chzn-container-active h1,
.chzn-container-active h2,
.chzn-container-active h3,
.chzn-container-active h4,
.chzn-container-active h5,
.chzn-container-active h6,
.chzn-container-active i,
.chzn-container-active iframe,
.chzn-container-active img,
.chzn-container-active ins,
.chzn-container-active kbd,
.chzn-container-active label,
.chzn-container-active legend,
.chzn-container-active li,
.chzn-container-active object,
.chzn-container-active ol,
.chzn-container-active p,
.chzn-container-active pre,
.chzn-container-active q,
.chzn-container-active s,
.chzn-container-active samp,
.chzn-container-active small,
.chzn-container-active span,
.chzn-container-active strike,
.chzn-container-active strong,
.chzn-container-active sub,
.chzn-container-active sup,
.chzn-container-active table,
.chzn-container-active tbody,
.chzn-container-active td,
.chzn-container-active tfoot,
.chzn-container-active th,
.chzn-container-active thead,
.chzn-container-active tr,
.chzn-container-active tt,
.chzn-container-active u,
.chzn-container-active ul,
.chzn-container-active var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}
.chzn-container:focus-within {
  box-shadow: 0 0 8px #51cbee;
  border-color: #0074b3;
}
.skip-to-content-link {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 10px;
  padding: 10px;
  margin-top: 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  color: #007cc0;
}
.skip-to-content-link:active,
.skip-to-content-link:hover,
.skip-to-content-link:visited {
  color: #007cc0;
}
.skip-to-content-link:hover {
  text-decoration: underline;
}
.skip-to-content-link:focus {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
  #okta-sign-in.auth-container {
    display: block;
  }
}
#okta-sign-in.auth-container.main-container {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #6e6e78;
}
#okta-sign-in.auth-container h2,
#okta-sign-in.auth-container h3 {
  font-weight: 600;
  color: #5e5e5e;
}
#okta-sign-in.auth-container .okta-sign-in-header {
  color: #5e5e5e;
}
#okta-sign-in.auth-container .okta-form-subtitle {
  color: #6e6e78;
}
#okta-sign-in.auth-container .okta-form-label {
  font-weight: 600;
  color: #1d1d21;
}
#okta-sign-in.auth-container .o-form-explain {
  padding-top: 0;
}
#okta-sign-in.auth-container .o-form-explain.okta-form-input-error {
  padding-top: 8px;
}
#okta-sign-in.auth-container .link,
#okta-sign-in.auth-container .link:active,
#okta-sign-in.auth-container .link:hover,
#okta-sign-in.auth-container .link:link,
#okta-sign-in.auth-container .link:visited {
  color: #6e6e78;
}
#okta-sign-in.auth-container .inline-link,
#okta-sign-in.auth-container .inline-link:active,
#okta-sign-in.auth-container .inline-link:hover,
#okta-sign-in.auth-container .inline-link:link,
#okta-sign-in.auth-container .inline-link:visited {
  color: #0074b3;
}
#okta-sign-in.auth-container input[type=button],
#okta-sign-in.auth-container input[type=submit] {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
}
#okta-sign-in.auth-container input[type=button]:focus,
#okta-sign-in.auth-container input[type=submit]:focus {
  box-shadow: 0 0 8px #51cbee;
  border-color: #0074b3;
}
#okta-sign-in.auth-container.main-container {
  background-color: #fff;
  border-color: #ddd #ddd #d8d8d8;
  box-shadow: 0 2px 0 hsla(0, 0%, 68.6%, .12);
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in.auth-container.main-container {
    border-width: 0;
    box-shadow: none;
  }
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in.auth-container.main-container {
    border-width: 0;
    box-shadow: none;
  }
}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
  #okta-sign-in.auth-container.main-container {
    border-width: 0;
    box-shadow: none;
  }
}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
  #okta-sign-in.auth-container.main-container {
    border-width: 0;
    box-shadow: none;
  }
}
@media screen and (device-width:320px) and (device-height:640px) and (-webkit-device-pixel-ratio:2) {
  #okta-sign-in.auth-container.main-container {
    border-width: 0;
    box-shadow: none;
  }
}
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) {
  #okta-sign-in.auth-container.main-container {
    border-width: 0;
    box-shadow: none;
  }
}
#okta-sign-in.auth-container.main-container .bg-helper {
  color: #fff;
}
#okta-sign-in.auth-container.main-container .primary-auth .password-with-toggle {
  padding-right: 65px;
}
#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control .input-icon-divider {
  border-right: 1px solid #8c8c96;
  height: 38px;
  position: absolute;
  right: 34px;
  top: 0;
}
#okta-sign-in.auth-container.main-container .o-form .o-form-input .o-form-control.focused-input .input-icon-divider {
  border-right: 1px solid #0074b3;
}
#okta-sign-in.auth-container.main-container .margin-btm-5 {
  margin-bottom: 5px;
}
#okta-sign-in.auth-container.main-container .margin-btm-30 {
  margin-bottom: 30px;
}
#okta-sign-in.auth-container.main-container .margin-top-30 {
  margin-top: 30px;
}
#okta-sign-in.auth-container .okta-sign-in-header {
  border-bottom-color: #ddd;
}
#okta-sign-in.auth-container .okta-sign-in-beacon-border {
  border-color: #a7a7a7;
}
#okta-sign-in.auth-container .okta-form-divider {
  border-bottom-color: #e8e8e8;
}
#okta-sign-in.auth-container .okta-webauthn-authenticator {
  background-image: url("./media/webauthn_authenticator.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .okta-webauthn-authenticator {
    background-image: url("./media/webauthn_authenticator@2x.png");
  }
}
#okta-sign-in.auth-container .okta-verify-authenticator {
  background-image: url("./media/oktaVerify_authenticator.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .okta-verify-authenticator {
    background-image: url("./media/oktaVerify_authenticator@2x.png");
  }
}
#okta-sign-in.auth-container .factor-icon,
#okta-sign-in.auth-container .qrcode-image {
  border-color: #ccc;
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-verify,
#okta-sign-in.auth-container .mfa-okta-verify-30 {
  background-image: url("./media/oktaVerify_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-verify,
  #okta-sign-in.auth-container .mfa-okta-verify-30 {
    background-image: url("./media/oktaVerify_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-verify {
  background-image: url("./media/oktaVerify_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-verify {
    background-image: url("./media/oktaVerify@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-google-auth,
#okta-sign-in.auth-container .mfa-google-auth-30 {
  background-image: url("./media/googleAuth_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-google-auth,
  #okta-sign-in.auth-container .mfa-google-auth-30 {
    background-image: url("./media/googleAuth_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-google-auth {
  background-image: url("./media/googleAuth_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-google-auth {
    background-image: url("./media/googleAuth@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-hotp {
  background-image: url("./media/hotpFactor_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-hotp {
    background-image: url("./media/hotpFactor@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-hotp-30 {
  background-image: url("./media/hotpFactor_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-hotp-30 {
    background-image: url("./media/hotpFactor_ico@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-symantec,
#okta-sign-in.auth-container .mfa-symantec-30 {
  background-image: url("./media/symantec_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-symantec,
  #okta-sign-in.auth-container .mfa-symantec-30 {
    background-image: url("./media/symantec_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-symantec {
  background-image: url("./media/symantec_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-symantec {
    background-image: url("./media/symantec@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-rsa,
#okta-sign-in.auth-container .mfa-rsa-30 {
  background-image: url("./media/rsa_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-rsa,
  #okta-sign-in.auth-container .mfa-rsa-30 {
    background-image: url("./media/rsa_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-rsa {
  background-image: url("./media/rsa_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-rsa {
    background-image: url("./media/rsa@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-onprem,
#okta-sign-in.auth-container .mfa-onprem-30 {
  background-image: url("./media/onprem_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-onprem,
  #okta-sign-in.auth-container .mfa-onprem-30 {
    background-image: url("./media/onprem_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-onprem {
  background-image: url("./media/onprem_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-onprem {
    background-image: url("./media/onprem@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-duo,
#okta-sign-in.auth-container .mfa-duo-30 {
  background-image: url("./media/duo_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-duo,
  #okta-sign-in.auth-container .mfa-duo-30 {
    background-image: url("./media/duo_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-duo {
  background-image: url("./media/duo_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-duo {
    background-image: url("./media/duo@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-yubikey,
#okta-sign-in.auth-container .mfa-yubikey-30 {
  background-image: url("./media/yubico_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-yubikey,
  #okta-sign-in.auth-container .mfa-yubikey-30 {
    background-image: url("./media/yubico_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-yubikey {
  background-image: url("./media/yubico_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-yubikey {
    background-image: url("./media/yubico@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-sms,
#okta-sign-in.auth-container .mfa-sms-30 {
  background-image: url("./media/sms_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-sms,
  #okta-sign-in.auth-container .mfa-sms-30 {
    background-image: url("./media/sms_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-sms {
  background-image: url("./media/sms_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-sms {
    background-image: url("./media/sms@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-call,
#okta-sign-in.auth-container .mfa-call-30 {
  background-image: url("./media/voicecall_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-call,
  #okta-sign-in.auth-container .mfa-call-30 {
    background-image: url("./media/voicecall_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-call {
  background-image: url("./media/voicecall_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-call {
    background-image: url("./media/voicecall@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-phone {
  background-image: url("./media/phone_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-phone {
    background-image: url("./media/phone@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-email,
#okta-sign-in.auth-container .mfa-email-30 {
  background-image: url("./media/email_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-email,
  #okta-sign-in.auth-container .mfa-email-30 {
    background-image: url("./media/email_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-email {
  background-image: url("./media/email_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-email {
    background-image: url("./media/email@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-okta-security-question,
#okta-sign-in.auth-container .mfa-question-30 {
  background-image: url("./media/question_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-okta-security-question,
  #okta-sign-in.auth-container .mfa-question-30 {
    background-image: url("./media/question_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-security-question {
  background-image: url("./media/question_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-security-question {
    background-image: url("./media/question@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-password-30 {
  background-image: url("./media/password_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-password-30 {
    background-image: url("./media/password_ico@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-windows-hello,
#okta-sign-in.auth-container .mfa-windows-hello-30 {
  background-image: url("./media/windowsHello_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-windows-hello,
  #okta-sign-in.auth-container .mfa-windows-hello-30 {
    background-image: url("./media/windowsHello_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-windows-hello {
  background-image: url("./media/windowsHello_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-windows-hello {
    background-image: url("./media/windowsHello@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-u2f,
#okta-sign-in.auth-container .mfa-u2f-30 {
  background-image: url("./media/u2f_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-u2f,
  #okta-sign-in.auth-container .mfa-u2f-30 {
    background-image: url("./media/u2f_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-u2f {
  background-image: url("./media/u2f_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-u2f {
    background-image: url("./media/u2f@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-okta-password {
  background-image: url("./media/password_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-okta-password {
    background-image: url("./media/password@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-custom-factor,
#okta-sign-in.auth-container .mfa-custom-factor-30 {
  background-image: url("./media/customFactor_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-custom-factor,
  #okta-sign-in.auth-container .mfa-custom-factor-30 {
    background-image: url("./media/customFactor_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-custom-factor {
  background-image: url("./media/customFactor_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-custom-factor {
    background-image: url("./media/customFactor@2x.png");
  }
}
#okta-sign-in.auth-container .enroll-factor-row .mfa-webauthn,
#okta-sign-in.auth-container .mfa-webauthn-30 {
  background-image: url("./media/webauthn_38x38.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .enroll-factor-row .mfa-webauthn,
  #okta-sign-in.auth-container .mfa-webauthn-30 {
    background-image: url("./media/webauthn_ico@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-webauthn {
  background-image: url("./media/webauthn_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-webauthn {
    background-image: url("./media/webauthn@2x.png");
  }
}
#okta-sign-in.auth-container .mfa-custom-app-logo {
  background-image: url("./media/custom-app-default-logo.svg");
  background-size: 70%;
}
#okta-sign-in.auth-container .mfa-custom-app-logo.custom-logo {
  background-size: contain;
}
#okta-sign-in.auth-container .icon--app {
  background-image: url("./media/app_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .icon--app {
    background-image: url("./media/app_76x76.png");
  }
}
#okta-sign-in.auth-container .icon--desktop {
  background-image: url("./media/desktop_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .icon--desktop {
    background-image: url("./media/desktop_76x76.png");
  }
}
#okta-sign-in.auth-container .icon--smartphone {
  background-image: url("./media/smartphone_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .icon--smartphone {
    background-image: url("./media/smartphone_76x76.png");
  }
}
#okta-sign-in.auth-container .icon--location {
  background-image: url("./media/location_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .icon--location {
    background-image: url("./media/location_76x76.png");
  }
}
#okta-sign-in.auth-container .mfa-smartcard,
#okta-sign-in.auth-container .smartcard {
  background-image: url("./media/smartcard_70x70.png");
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
  #okta-sign-in.auth-container .mfa-smartcard,
  #okta-sign-in.auth-container .smartcard {
    background-image: url("./media/smartcard@2x.png");
  }
}
#okta-sign-in.auth-container .button {
  color: #1d1d21;
  background-color: #fbfbfb;
  background: -o-linear-gradient(top, #fbfbfb 0, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0, #f8f8f8 100%);
  background: linear-gradient(#fbfbfb, #f8f8f8);
  border-color: #c3c3c3 #c3c3c3 #bbb;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
}
#okta-sign-in.auth-container .button:active,
#okta-sign-in.auth-container .button:focus,
#okta-sign-in.auth-container .button:hover {
  background-color: #fff;
  background: -o-linear-gradient(top, #fff 0, #fcfcfc 100%);
  background: -ms-linear-gradient(top, #fff 0, #fcfcfc 100%);
  background-image: linear-gradient(#fff, #fcfcfc);
  border-color: #b2b2b2 #b2b2b2 #afafaf;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}
#okta-sign-in.auth-container .button:focus {
  border-color: #0074b3;
}
#okta-sign-in.auth-container .button-dark {
  color: #fff;
  background-color: #929292;
  background: -o-linear-gradient(top, #929292 0, #8a8a8a 100%);
  background: -ms-linear-gradient(top, #929292 0, #8a8a8a 100%);
  background: linear-gradient(#929292, #8a8a8a);
  border-color: #6c6c6c #6c6c6c #676767;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
}
#okta-sign-in.auth-container .button-dark:active,
#okta-sign-in.auth-container .button-dark:focus,
#okta-sign-in.auth-container .button-dark:hover {
  background-color: #9a9a9a;
  background: -o-linear-gradient(top, #9a9a9a 0, #929292 100%);
  background: -ms-linear-gradient(top, #9a9a9a 0, #929292 100%);
  background-image: linear-gradient(#9a9a9a, #929292);
  border-color: #606060 #606060 #5e5e5e;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}
#okta-sign-in.auth-container .button-primary {
  color: #fff;
  background-color: #007dc1;
  background: -o-linear-gradient(top, #007dc1 0, #0073b2 100%);
  background: -ms-linear-gradient(top, #007dc1 0, #0073b2 100%);
  background: linear-gradient(#007dc1, #0073b2);
  border-color: #004b75 #004b75 #00456a;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
}
#okta-sign-in.auth-container .button-primary:active,
#okta-sign-in.auth-container .button-primary:focus,
#okta-sign-in.auth-container .button-primary:hover {
  background-color: #0087d0;
  background: -o-linear-gradient(top, #0087d0 0, #007dc1 100%);
  background: -ms-linear-gradient(top, #0087d0 0, #007dc1 100%);
  background-image: linear-gradient(#0087d0, #007dc1);
  border-color: #003d5e #003d5e #003a59;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}
#okta-sign-in.auth-container .button-success {
  color: #fff;
  background-color: #4cbf9c;
  background: -o-linear-gradient(top, #4cbf9c 0, #42b995 100%);
  background: -ms-linear-gradient(top, #4cbf9c 0, #42b995 100%);
  background: linear-gradient(#4cbf9c, #42b995);
  border-color: #328c71 #328c71 #2f856b;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .15), inset 0 1px 0 0 hsla(0, 0%, 100%, .1);
}
#okta-sign-in.auth-container .button-success:active,
#okta-sign-in.auth-container .button-success:focus,
#okta-sign-in.auth-container .button-success:hover {
  background-color: #57c3a2;
  background: -o-linear-gradient(top, #57c3a2 0, #4cbf9c 100%);
  background: -ms-linear-gradient(top, #57c3a2 0, #4cbf9c 100%);
  background-image: linear-gradient(#57c3a2, #4cbf9c);
  border-color: #2c7b63 #2c7b63 #2b7861;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}
#okta-sign-in.auth-container .button.link-button-disabled {
  color: #aaa;
}
#okta-sign-in.auth-container .button.link-button-disabled:active,
#okta-sign-in.auth-container .button.link-button-disabled:focus,
#okta-sign-in.auth-container .button.link-button-disabled:hover {
  cursor: default;
  background-image: none;
}
#okta-sign-in.auth-container .button.button-primary.link-button-disabled {
  color: #fff;
  background-color: #63b1d7;
  border-color: #63b1d7;
  background-image: none;
  box-shadow: none;
}
#okta-sign-in.auth-container .button.button-primary.link-button-disabled:active,
#okta-sign-in.auth-container .button.button-primary.link-button-disabled:focus,
#okta-sign-in.auth-container .button.button-primary.link-button-disabled:hover {
  cursor: default;
  background-image: none;
}
#okta-sign-in.auth-container .icon-button {
  color: #1d1d21;
  background-color: #fff;
  background: -o-linear-gradient(top, #fff 0, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0, #fff 100%);
  background: linear-gradient(#fff, #fff);
  border-color: #c4c4c4 #c4c4c4 #bdbdbd;
}
#okta-sign-in.auth-container .icon-button:active,
#okta-sign-in.auth-container .icon-button:focus,
#okta-sign-in.auth-container .icon-button:hover {
  background-color: #fff;
  background: -o-linear-gradient(top, #fff 0, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0, #fff 100%);
  background-image: linear-gradient(#fff, #fff);
  border-color: #b3b3b3 #b3b3b3 #afafaf;
  text-decoration: none;
  cursor: pointer;
}
#okta-sign-in.auth-container .okta-dropdown-list {
  border-color: #1d1d21;
}
#okta-sign-in.auth-container .factors-dropdown-wrap .okta-dropdown-list {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, .2);
}
#okta-sign-in.auth-container .okta-dropdown-option.dropdown-list-title:hover {
  background: transparent;
}
#okta-sign-in.auth-container .okta-dropdown-option a {
  color: #1d1d21;
}
#okta-sign-in.auth-container .enroll-required-factor-list .enroll-factor-row-min .enroll-factor-description h3 {
  color: #6e6e78;
}
#okta-sign-in.auth-container .okta-form-input-field {
  background-color: #fff;
  border-color: #8c8c96;
}
#okta-sign-in.auth-container .okta-form-input-field:hover {
  border-color: #1d1d21;
}
#okta-sign-in.auth-container .okta-form-input-field.focused-input {
  border-color: #0074b3;
}
#okta-sign-in.auth-container .okta-form-input-field input {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #1d1d21;
}
#okta-sign-in.auth-container .okta-form-input-field input::-webkit-input-placeholder {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #aaa;
}
#okta-sign-in.auth-container .okta-form-input-field input::-moz-placeholder {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #aaa;
}
#okta-sign-in.auth-container .okta-form-input-field input:-ms-input-placeholder {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #aaa;
}
#okta-sign-in.auth-container .okta-form-input-field input[disabled] {
  color: #6e6e78;
  -webkit-text-fill-color: #6e6e78;
}
#okta-sign-in.auth-container .okta-form-input-field input[type=password] {
  font-family: Verdana, sans-serif;
}
#okta-sign-in.auth-container .okta-form-input-field input[type=password]:-ms-input-placeholder {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
}
#okta-sign-in.auth-container .okta-form-input-field input[type=password]:placeholder-shown {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
}
#okta-sign-in.auth-container .okta-form-input-field placeholder {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
  color: #aaa;
}
#okta-sign-in.auth-container .input-icon:before,
#okta-sign-in.auth-container .input-tooltip:before {
  color: #a7a7a7;
}
#okta-sign-in.auth-container .chzn-single {
  background-color: #fff;
  border-color: #8c8c96;
}
#okta-sign-in.auth-container .chzn-single span {
  color: #6e6e78;
}
#okta-sign-in.auth-container .chzn-single:hover {
  border-color: #1d1d21;
}
#okta-sign-in.auth-container .chzn-with-drop .chzn-drop,
#okta-sign-in.auth-container .chzn-with-drop .chzn-single {
  background-color: #fff;
  border-color: #1d1d21;
}
#okta-sign-in.auth-container .enroll-sms .infobox b {
  font-weight: 700;
}
#okta-sign-in.auth-container .enroll-call .infobox b {
  font-weight: 700;
}
#okta-sign-in.auth-container .mfa-verify-passcode .infobox b {
  font-weight: 700;
}
.okta-tooltip.qtip-custom {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
}
.okta-sign-in-security-image-tooltip.qtip-custom {
  font-family:
    proxima nova,
    montserrat-okta,
    Arial,
    Helvetica,
    sans-serif;
}
@media only screen and (max-width:600px) {
  .login-bg-image {
    background-image: none !important;
    background-color: #fff !important;
    -webkit-filter: unset !important;
    filter: unset !important;
  }
  #okta-sign-in.auth-container {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  #okta-sign-in.auth-container.main-container {
    border: 0;
    box-shadow: none;
  }
  #okta-sign-in.auth-container .auth-content {
    max-width: 316px;
    margin: 0 auto;
  }
}

/* node_modules/drawflow/dist/drawflow.min.css */
.drawflow,
.drawflow .parent-node {
  position: relative;
}
.parent-drawflow {
  display: flex;
  overflow: hidden;
  touch-action: none;
  outline: 0;
}
.drawflow {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  perspective: 0;
}
.drawflow .drawflow-node {
  display: flex;
  align-items: center;
  position: absolute;
  background: #0ff;
  width: 160px;
  min-height: 40px;
  border-radius: 4px;
  border: 2px solid #000;
  color: #000;
  z-index: 2;
  padding: 15px;
}
.drawflow .drawflow-node.selected {
  background: red;
}
.drawflow .drawflow-node:hover {
  cursor: move;
}
.drawflow .drawflow-node .inputs,
.drawflow .drawflow-node .outputs {
  width: 0;
}
.drawflow .drawflow-node .drawflow_content_node {
  width: 100%;
  display: block;
}
.drawflow .drawflow-node .input,
.drawflow .drawflow-node .output {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: crosshair;
  z-index: 1;
  margin-bottom: 5px;
}
.drawflow .drawflow-node .input {
  left: -27px;
  top: 2px;
  background: #ff0;
}
.drawflow .drawflow-node .output {
  right: -3px;
  top: 2px;
}
.drawflow svg {
  z-index: 0;
  position: absolute;
  overflow: visible !important;
}
.drawflow .connection {
  position: absolute;
  pointer-events: none;
  aspect-ratio: 1/1;
}
.drawflow .connection .main-path {
  fill: none;
  stroke-width: 5px;
  stroke: #4682b4;
  pointer-events: all;
}
.drawflow .connection .main-path:hover {
  stroke: #1266ab;
  cursor: pointer;
}
.drawflow .connection .main-path.selected {
  stroke: #43b993;
}
.drawflow .connection .point {
  cursor: move;
  stroke: #000;
  stroke-width: 2;
  fill: #fff;
  pointer-events: all;
}
.drawflow .connection .point.selected,
.drawflow .connection .point:hover {
  fill: #1266ab;
}
.drawflow .main-path {
  fill: none;
  stroke-width: 5px;
  stroke: #4682b4;
}
.drawflow-delete {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  z-index: 4;
  border: 2px solid #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
}
.drawflow > .drawflow-delete {
  margin-left: -15px;
  margin-top: 15px;
}
.parent-node .drawflow-delete {
  right: -15px;
  top: -15px;
}

/* src/styles.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
:root {
  --primary: #dd133c;
  --primary-bg-shade: #fff8f7;
  --primary-bg-shade-2: #ffedec;
  --primary-border: #e75a77;
  --secondary: #6c757d;
  --light-grey-border: #babbbca3;
  --secondary-blue: #4395d1;
  --secondary-bg-shade: #d9eaf6;
  --secondary-bg-shade-2: #b4d5ed;
  --secondary-border: #3677a7;
  --accent: #249cf4;
  --purple: #cd87da;
  --warn: #e96982;
  --body-bg: #e0e0e0;
  --header-height: 150px;
}
:root .custom-accent-bg-900 {
  background-color: #7c2fac;
}
:root .custom-accent-bg-800 {
  background-color: #ba68c8;
}
:root .custom-accent-bg-700 {
  background-color: #e1bee7;
}
:root .custom-accent-bg-600 {
  background-color: #cc82da;
}
:root .custom-accent-bg-500 {
  background-color: #cd87da;
}
:root .custom-accent-bg-400 {
  background-color: #ce9ed6;
}
:root .custom-accent-bg-300 {
  background-color: #dba6e4;
}
:root .custom-accent-bg-200 {
  background-color: #ead4ee;
}
:root .custom-accent-bg-100 {
  background-color: #f2e9f3;
}
:root .custom-accent-bg-50 {
  background-color: #f8f8f8;
}
:root .custom-accent-text-900 {
  color: #7c2fac;
}
:root .custom-accent-text-800 {
  color: #ba68c8;
}
:root .custom-accent-text-700 {
  color: #e1bee7;
}
:root .custom-accent-text-600 {
  color: #cc82da;
}
:root .custom-accent-text-500 {
  color: #cd87da;
}
:root .custom-accent-text-400 {
  color: #ce9ed6;
}
:root .custom-accent-text-300 {
  color: #dba6e4;
}
:root .custom-accent-text-200 {
  color: #ead4ee;
}
:root .custom-accent-text-100 {
  color: #f2e9f3;
}
:root .custom-accent-text-50 {
  color: #f8f8f8;
}
html {
  --mat-app-background-color: var(--sys-background);
  --mat-app-text-color: var(--sys-on-background);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, var(--sys-on-surface) 10%, transparent);
  --mat-option-selected-state-label-text-color: var(--sys-on-secondary-container);
  --mat-option-label-text-color: var(--sys-on-surface);
  --mat-option-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-option-selected-state-layer-color: var(--sys-secondary-container);
  --mat-option-label-text-font: var(--sys-label-large-font);
  --mat-option-label-text-line-height: var(--sys-label-large-line-height);
  --mat-option-label-text-size: var(--sys-body-large-size);
  --mat-option-label-text-tracking: var(--sys-label-large-tracking);
  --mat-option-label-text-weight: var(--sys-body-large-weight);
  --mat-optgroup-label-text-color: var(--sys-on-surface-variant);
  --mat-optgroup-label-text-font: var(--sys-title-small-font);
  --mat-optgroup-label-text-line-height: var(--sys-title-small-line-height);
  --mat-optgroup-label-text-size: var(--sys-title-small-size);
  --mat-optgroup-label-text-tracking: var(--sys-title-small-tracking);
  --mat-optgroup-label-text-weight: var(--sys-title-small-weight);
  --mat-full-pseudo-checkbox-selected-icon-color: var(--sys-primary);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--sys-on-primary);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--sys-on-surface-variant);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--sys-surface);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--sys-primary);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-app-background-color: var(--sys-background);
  --mat-app-text-color: var(--sys-on-background);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, var(--sys-on-surface) 10%, transparent);
  --mat-option-selected-state-label-text-color: var(--sys-on-secondary-container);
  --mat-option-label-text-color: var(--sys-on-surface);
  --mat-option-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-option-selected-state-layer-color: var(--sys-secondary-container);
  --mat-option-label-text-font: var(--sys-label-large-font);
  --mat-option-label-text-line-height: var(--sys-label-large-line-height);
  --mat-option-label-text-size: var(--sys-body-large-size);
  --mat-option-label-text-tracking: var(--sys-label-large-tracking);
  --mat-option-label-text-weight: var(--sys-body-large-weight);
  --mat-optgroup-label-text-color: var(--sys-on-surface-variant);
  --mat-optgroup-label-text-font: var(--sys-title-small-font);
  --mat-optgroup-label-text-line-height: var(--sys-title-small-line-height);
  --mat-optgroup-label-text-size: var(--sys-title-small-size);
  --mat-optgroup-label-text-tracking: var(--sys-title-small-tracking);
  --mat-optgroup-label-text-weight: var(--sys-title-small-weight);
  --mat-full-pseudo-checkbox-selected-icon-color: var(--sys-primary);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--sys-on-primary);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--sys-on-surface-variant);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--sys-surface);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--sys-primary);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-elevated-card-container-color: var(--sys-surface);
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-elevated-card-container-shape: 12px;
  --mdc-outlined-card-container-color: var(--sys-surface);
  --mdc-outlined-card-outline-color: var(--sys-outline-variant);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-subtitle-text-color: var(--sys-on-surface);
  --mat-card-title-text-font: var(--sys-title-large-font);
  --mat-card-title-text-line-height: var(--sys-title-large-line-height);
  --mat-card-title-text-size: var(--sys-title-large-size);
  --mat-card-title-text-tracking: var(--sys-title-large-tracking);
  --mat-card-title-text-weight: var(--sys-title-large-weight);
  --mat-card-subtitle-text-font: var(--sys-title-medium-font);
  --mat-card-subtitle-text-line-height: var(--sys-title-medium-line-height);
  --mat-card-subtitle-text-size: var(--sys-title-medium-size);
  --mat-card-subtitle-text-tracking: var(--sys-title-medium-tracking);
  --mat-card-subtitle-text-weight: var(--sys-title-medium-weight);
  --mdc-linear-progress-active-indicator-color: var(--sys-primary);
  --mdc-linear-progress-track-color: var(--sys-surface-variant);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-color: var(--sys-inverse-surface);
  --mdc-plain-tooltip-supporting-text-color: var(--sys-inverse-on-surface);
  --mdc-plain-tooltip-supporting-text-line-height: var(--sys-body-small-line-height);
  --mdc-plain-tooltip-supporting-text-font: var(--sys-body-small-font);
  --mdc-plain-tooltip-supporting-text-size: var(--sys-body-small-size);
  --mdc-plain-tooltip-supporting-text-weight: var(--sys-body-small-weight);
  --mdc-plain-tooltip-supporting-text-tracking: var(--sys-body-small-tracking);
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-filled-text-field-caret-color: var(--sys-primary);
  --mdc-filled-text-field-focus-active-indicator-color: var(--sys-primary);
  --mdc-filled-text-field-focus-label-text-color: var(--sys-primary);
  --mdc-filled-text-field-container-color: var(--sys-surface-variant);
  --mdc-filled-text-field-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 4%, transparent);
  --mdc-filled-text-field-label-text-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-hover-label-text-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-color: var(--sys-on-surface);
  --mdc-filled-text-field-disabled-input-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-placeholder-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-error-hover-label-text-color: var(--sys-on-error-container);
  --mdc-filled-text-field-error-focus-label-text-color: var(--sys-error);
  --mdc-filled-text-field-error-label-text-color: var(--sys-error);
  --mdc-filled-text-field-active-indicator-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-disabled-active-indicator-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-hover-active-indicator-color: var(--sys-on-surface);
  --mdc-filled-text-field-error-active-indicator-color: var(--sys-error);
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--sys-error);
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--sys-on-error-container);
  --mdc-filled-text-field-label-text-font: var(--sys-body-large-font);
  --mdc-filled-text-field-label-text-size: var(--sys-body-large-size);
  --mdc-filled-text-field-label-text-tracking: var(--sys-body-large-tracking);
  --mdc-filled-text-field-label-text-weight: var(--sys-body-large-weight);
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-caret-color: var(--sys-primary);
  --mdc-outlined-text-field-focus-outline-color: var(--sys-primary);
  --mdc-outlined-text-field-focus-label-text-color: var(--sys-primary);
  --mdc-outlined-text-field-label-text-color: var(--sys-on-surface-variant);
  --mdc-outlined-text-field-hover-label-text-color: var(--sys-on-surface);
  --mdc-outlined-text-field-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-color: var(--sys-on-surface);
  --mdc-outlined-text-field-disabled-input-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-placeholder-color: var(--sys-on-surface-variant);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--sys-error);
  --mdc-outlined-text-field-error-label-text-color: var(--sys-error);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--sys-on-error-container);
  --mdc-outlined-text-field-outline-color: var(--sys-outline);
  --mdc-outlined-text-field-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-outlined-text-field-hover-outline-color: var(--sys-on-surface);
  --mdc-outlined-text-field-error-focus-outline-color: var(--sys-error);
  --mdc-outlined-text-field-error-hover-outline-color: var(--sys-on-error-container);
  --mdc-outlined-text-field-error-outline-color: var(--sys-error);
  --mdc-outlined-text-field-label-text-font: var(--sys-body-large-font);
  --mdc-outlined-text-field-label-text-size: var(--sys-body-large-size);
  --mdc-outlined-text-field-label-text-tracking: var(--sys-body-large-tracking);
  --mdc-outlined-text-field-label-text-weight: var(--sys-body-large-weight);
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: var(--sys-primary);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-state-layer-color: var(--sys-on-surface);
  --mat-form-field-error-text-color: var(--sys-error);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-select-disabled-option-text-color: rgba(26, 27, 31, 0.38);
  --mat-form-field-leading-icon-color: var(--sys-on-surface-variant);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-trailing-icon-color: var(--sys-on-surface-variant);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-error-focus-trailing-icon-color: var(--sys-error);
  --mat-form-field-error-hover-trailing-icon-color: var(--sys-on-error-container);
  --mat-form-field-error-trailing-icon-color: var(--sys-error);
  --mat-form-field-enabled-select-arrow-color: var(--sys-on-surface-variant);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: var(--sys-body-large-font);
  --mat-form-field-container-text-line-height: var(--sys-body-large-line-height);
  --mat-form-field-container-text-size: var(--sys-body-large-size);
  --mat-form-field-container-text-tracking: var(--sys-body-large-tracking);
  --mat-form-field-container-text-weight: var(--sys-body-large-weight);
  --mat-form-field-subscript-text-font: var(--sys-body-small-font);
  --mat-form-field-subscript-text-line-height: var(--sys-body-small-line-height);
  --mat-form-field-subscript-text-size: var(--sys-body-small-size);
  --mat-form-field-subscript-text-tracking: var(--sys-body-small-tracking);
  --mat-form-field-subscript-text-weight: var(--sys-body-small-weight);
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-select-panel-background-color: var(--sys-surface-container);
  --mat-select-enabled-trigger-text-color: var(--sys-on-surface);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-select-placeholder-text-color: var(--sys-on-surface-variant);
  --mat-select-enabled-arrow-color: var(--sys-on-surface-variant);
  --mat-select-disabled-arrow-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-select-focused-arrow-color: var(--sys-primary);
  --mat-select-invalid-arrow-color: var(--sys-error);
  --mat-select-trigger-text-font: var(--sys-body-large-font);
  --mat-select-trigger-text-line-height: var(--sys-body-large-line-height);
  --mat-select-trigger-text-size: var(--sys-body-large-size);
  --mat-select-trigger-text-tracking: var(--sys-body-large-tracking);
  --mat-select-trigger-text-weight: var(--sys-body-large-weight);
  --mat-select-arrow-transform: none;
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: var(--sys-surface-container);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-color: var(--sys-surface);
  --mdc-dialog-subhead-color: var(--sys-on-surface);
  --mdc-dialog-supporting-text-color: var(--sys-on-surface-variant);
  --mdc-dialog-subhead-font: var(--sys-headline-small-font);
  --mdc-dialog-subhead-line-height: var(--sys-headline-small-line-height);
  --mdc-dialog-subhead-size: var(--sys-headline-small-size);
  --mdc-dialog-subhead-weight: var(--sys-headline-small-weight);
  --mdc-dialog-subhead-tracking: var(--sys-headline-small-tracking);
  --mdc-dialog-supporting-text-font: var(--sys-body-medium-font);
  --mdc-dialog-supporting-text-line-height: var(--sys-body-medium-line-height);
  --mdc-dialog-supporting-text-size: var(--sys-body-medium-size);
  --mdc-dialog-supporting-text-weight: var(--sys-body-medium-weight);
  --mdc-dialog-supporting-text-tracking: var(--sys-body-medium-tracking);
  --mdc-dialog-container-shape: 28px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mdc-chip-outline-color: var(--sys-outline);
  --mdc-chip-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-chip-focus-outline-color: var(--sys-on-surface-variant);
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-chip-elevated-selected-container-color: var(--sys-secondary-container);
  --mdc-chip-flat-disabled-selected-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-chip-focus-state-layer-color: var(--sys-on-surface-variant);
  --mdc-chip-hover-state-layer-color: var(--sys-on-surface-variant);
  --mdc-chip-selected-hover-state-layer-color: var(--sys-on-secondary-container);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: var(--sys-on-secondary-container);
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--sys-on-surface-variant);
  --mdc-chip-selected-label-text-color: var(--sys-on-secondary-container);
  --mdc-chip-with-icon-icon-color: var(--sys-on-surface-variant);
  --mdc-chip-with-icon-disabled-icon-color: var(--sys-on-surface);
  --mdc-chip-with-icon-selected-icon-color: var(--sys-on-secondary-container);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--sys-on-surface);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--sys-on-surface-variant);
  --mdc-chip-label-text-font: var(--sys-label-large-font);
  --mdc-chip-label-text-line-height: var(--sys-label-large-line-height);
  --mdc-chip-label-text-size: var(--sys-label-large-size);
  --mdc-chip-label-text-tracking: var(--sys-label-large-tracking);
  --mdc-chip-label-text-weight: var(--sys-label-large-weight);
  --mdc-chip-container-height: 24px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
  --mat-chip-trailing-action-state-layer-color: var(--sys-on-surface-variant);
  --mat-chip-selected-trailing-action-state-layer-color: var(--sys-on-secondary-container);
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: var(--sys-on-surface);
  --mat-chip-selected-trailing-icon-color: var(--sys-on-secondary-container);
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: var(--sys-primary);
  --mdc-switch-selected-handle-color: var(--sys-on-primary);
  --mdc-switch-selected-hover-state-layer-color: var(--sys-primary);
  --mdc-switch-selected-pressed-state-layer-color: var(--sys-primary);
  --mdc-switch-selected-focus-handle-color: var(--sys-primary-container);
  --mdc-switch-selected-hover-handle-color: var(--sys-primary-container);
  --mdc-switch-selected-pressed-handle-color: var(--sys-primary-container);
  --mdc-switch-selected-focus-track-color: var(--sys-primary);
  --mdc-switch-selected-hover-track-color: var(--sys-primary);
  --mdc-switch-selected-pressed-track-color: var(--sys-primary);
  --mdc-switch-selected-track-color: var(--sys-primary);
  --mdc-switch-disabled-selected-handle-color: var(--sys-surface);
  --mdc-switch-disabled-selected-icon-color: var(--sys-on-surface);
  --mdc-switch-disabled-selected-track-color: var(--sys-on-surface);
  --mdc-switch-disabled-unselected-handle-color: var(--sys-on-surface);
  --mdc-switch-disabled-unselected-icon-color: var(--sys-surface-variant);
  --mdc-switch-disabled-unselected-track-color: var(--sys-surface-variant);
  --mdc-switch-selected-icon-color: var(--sys-on-primary-container);
  --mdc-switch-unselected-focus-handle-color: var(--sys-on-surface-variant);
  --mdc-switch-unselected-focus-state-layer-color: var(--sys-on-surface);
  --mdc-switch-unselected-focus-track-color: var(--sys-surface-variant);
  --mdc-switch-unselected-handle-color: var(--sys-outline);
  --mdc-switch-unselected-hover-handle-color: var(--sys-on-surface-variant);
  --mdc-switch-unselected-hover-state-layer-color: var(--sys-on-surface);
  --mdc-switch-unselected-hover-track-color: var(--sys-surface-variant);
  --mdc-switch-unselected-icon-color: var(--sys-surface-variant);
  --mdc-switch-unselected-pressed-handle-color: var(--sys-on-surface-variant);
  --mdc-switch-unselected-pressed-state-layer-color: var(--sys-on-surface);
  --mdc-switch-unselected-pressed-track-color: var(--sys-surface-variant);
  --mdc-switch-unselected-track-color: var(--sys-surface-variant);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
  --mat-switch-track-outline-color: var(--sys-outline);
  --mat-switch-disabled-unselected-track-outline-color: var(--sys-on-surface);
  --mat-switch-label-text-color: var(--sys-on-surface);
  --mat-switch-label-text-font: var(--sys-body-medium-font);
  --mat-switch-label-text-line-height: var(--sys-body-medium-line-height);
  --mat-switch-label-text-size: var(--sys-body-medium-size);
  --mat-switch-label-text-tracking: var(--sys-body-medium-tracking);
  --mat-switch-label-text-weight: var(--sys-body-medium-weight);
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
  --mdc-radio-disabled-selected-icon-color: var(--sys-on-surface);
  --mdc-radio-disabled-unselected-icon-color: var(--sys-on-surface);
  --mdc-radio-unselected-hover-icon-color: var(--sys-on-surface);
  --mdc-radio-unselected-icon-color: var(--sys-on-surface-variant);
  --mdc-radio-unselected-pressed-icon-color: var(--sys-on-surface);
  --mdc-radio-selected-focus-icon-color: var(--sys-primary);
  --mdc-radio-selected-hover-icon-color: var(--sys-primary);
  --mdc-radio-selected-icon-color: var(--sys-primary);
  --mdc-radio-selected-pressed-icon-color: var(--sys-primary);
  --mdc-radio-state-layer-size: 32px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-ripple-color: var(--sys-on-surface);
  --mat-radio-checked-ripple-color: var(--sys-primary);
  --mat-radio-disabled-label-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-radio-label-text-color: var(--sys-on-surface);
  --mat-radio-label-text-font: var(--sys-body-medium-font);
  --mat-radio-label-text-line-height: var(--sys-body-medium-line-height);
  --mat-radio-label-text-size: var(--sys-body-medium-size);
  --mat-radio-label-text-tracking: var(--sys-body-medium-tracking);
  --mat-radio-label-text-weight: var(--sys-body-medium-weight);
  --mat-radio-touch-target-display: none;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-slider-handle-color: var(--sys-primary);
  --mdc-slider-focus-handle-color: var(--sys-primary);
  --mdc-slider-hover-handle-color: var(--sys-primary);
  --mdc-slider-active-track-color: var(--sys-primary);
  --mdc-slider-inactive-track-color: var(--sys-surface-variant);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--sys-on-surface-variant);
  --mdc-slider-with-tick-marks-active-container-color: var(--sys-on-primary);
  --mdc-slider-disabled-active-track-color: var(--sys-on-surface);
  --mdc-slider-disabled-handle-color: var(--sys-on-surface);
  --mdc-slider-disabled-inactive-track-color: var(--sys-on-surface);
  --mdc-slider-label-container-color: var(--sys-primary);
  --mdc-slider-label-label-text-color: var(--sys-on-primary);
  --mdc-slider-with-overlap-handle-outline-color: var(--sys-on-primary);
  --mdc-slider-with-tick-marks-disabled-container-color: var(--sys-on-surface);
  --mdc-slider-label-label-text-font: var(--sys-label-medium-font);
  --mdc-slider-label-label-text-size: var(--sys-label-medium-size);
  --mdc-slider-label-label-text-line-height: var(--sys-label-medium-line-height);
  --mdc-slider-label-label-text-tracking: var(--sys-label-medium-tracking);
  --mdc-slider-label-label-text-weight: var(--sys-label-medium-weight);
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-ripple-color: var(--sys-primary);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, var(--sys-primary) 5%, transparent);
  --mat-slider-focus-state-layer-color: color-mix(in srgb, var(--sys-primary) 20%, transparent);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
  --mat-menu-item-label-text-color: var(--sys-on-surface);
  --mat-menu-item-icon-color: var(--sys-on-surface-variant);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-menu-container-color: var(--sys-surface-container);
  --mat-menu-divider-color: var(--sys-surface-variant);
  --mat-menu-item-label-text-font: var(--sys-label-large-font);
  --mat-menu-item-label-text-size: var(--sys-label-large-size);
  --mat-menu-item-label-text-tracking: var(--sys-label-large-tracking);
  --mat-menu-item-label-text-line-height: var(--sys-label-large-line-height);
  --mat-menu-item-label-text-weight: var(--sys-label-large-weight);
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-base-elevation-level: 2;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: var(--sys-primary-container);
  --mdc-list-list-item-disabled-state-layer-color: var(--sys-on-surface);
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-supporting-text-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-leading-icon-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-trailing-supporting-text-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-trailing-icon-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-selected-trailing-icon-color: var(--sys-primary);
  --mdc-list-list-item-disabled-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-disabled-leading-icon-color: var(--sys-on-surface);
  --mdc-list-list-item-disabled-trailing-icon-color: var(--sys-on-surface);
  --mdc-list-list-item-hover-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-focus-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-hover-state-layer-color: var(--sys-on-surface);
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: var(--sys-on-surface);
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: var(--sys-body-large-font);
  --mdc-list-list-item-label-text-line-height: var(--sys-body-large-line-height);
  --mdc-list-list-item-label-text-size: var(--sys-body-large-size);
  --mdc-list-list-item-label-text-tracking: var(--sys-body-large-tracking);
  --mdc-list-list-item-label-text-weight: var(--sys-body-large-weight);
  --mdc-list-list-item-supporting-text-font: var(--sys-body-medium-font);
  --mdc-list-list-item-supporting-text-line-height: var(--sys-body-medium-line-height);
  --mdc-list-list-item-supporting-text-size: var(--sys-body-medium-size);
  --mdc-list-list-item-supporting-text-tracking: var(--sys-body-medium-tracking);
  --mdc-list-list-item-supporting-text-weight: var(--sys-body-medium-weight);
  --mdc-list-list-item-trailing-supporting-text-font: var(--sys-label-small-font);
  --mdc-list-list-item-trailing-supporting-text-line-height: var(--sys-label-small-line-height);
  --mdc-list-list-item-trailing-supporting-text-size: var(--sys-label-small-size);
  --mdc-list-list-item-trailing-supporting-text-tracking: var(--sys-label-small-tracking);
  --mdc-list-list-item-trailing-supporting-text-weight: var(--sys-label-small-weight);
  --mdc-list-list-item-one-line-container-height: 40px;
  --mdc-list-list-item-two-line-container-height: 56px;
  --mdc-list-list-item-three-line-container-height: 80px;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: var(--sys-secondary-container);
  --mat-list-list-item-leading-icon-start-space: 8px;
  --mat-list-list-item-leading-icon-end-space: 8px;
  --mat-list-active-indicator-shape: 9999px;
  --mat-paginator-container-text-color: var(--sys-on-surface);
  --mat-paginator-container-background-color: var(--sys-surface);
  --mat-paginator-enabled-icon-color: var(--sys-on-surface-variant);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-paginator-container-text-font: var(--sys-body-small-font);
  --mat-paginator-container-text-line-height: var(--sys-body-small-line-height);
  --mat-paginator-container-text-size: var(--sys-body-small-size);
  --mat-paginator-container-text-tracking: var(--sys-body-small-tracking);
  --mat-paginator-container-text-weight: var(--sys-body-small-weight);
  --mat-paginator-select-trigger-text-size: var(--sys-body-small-size);
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mdc-secondary-navigation-tab-container-height: 40px;
  --mdc-tab-indicator-active-indicator-color: var(--sys-primary);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: var(--sys-surface-variant);
  --mat-tab-header-pagination-icon-color: var(--sys-on-surface);
  --mat-tab-header-inactive-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-ripple-color: var(--sys-on-surface);
  --mat-tab-header-inactive-ripple-color: var(--sys-on-surface);
  --mat-tab-header-inactive-focus-label-text-color: var(--sys-on-surface);
  --mat-tab-header-inactive-hover-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-focus-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-hover-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-focus-indicator-color: var(--sys-primary);
  --mat-tab-header-active-hover-indicator-color: var(--sys-primary);
  --mat-tab-header-label-text-font: var(--sys-title-small-font);
  --mat-tab-header-label-text-size: var(--sys-title-small-size);
  --mat-tab-header-label-text-tracking: var(--sys-title-small-tracking);
  --mat-tab-header-label-text-line-height: var(--sys-title-small-line-height);
  --mat-tab-header-label-text-weight: var(--sys-title-small-weight);
  --mat-tab-header-divider-height: 1px;
  --mdc-checkbox-disabled-selected-checkmark-color: var(--sys-surface);
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: var(--sys-primary);
  --mdc-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-checkbox-selected-checkmark-color: var(--sys-on-primary);
  --mdc-checkbox-selected-focus-icon-color: var(--sys-primary);
  --mdc-checkbox-selected-hover-icon-color: var(--sys-primary);
  --mdc-checkbox-selected-icon-color: var(--sys-primary);
  --mdc-checkbox-unselected-focus-icon-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-hover-icon-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-icon-color: var(--sys-on-surface-variant);
  --mdc-checkbox-selected-focus-state-layer-color: var(--sys-primary);
  --mdc-checkbox-selected-hover-state-layer-color: var(--sys-primary);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-focus-state-layer-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-hover-state-layer-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-pressed-state-layer-color: var(--sys-primary);
  --mdc-checkbox-state-layer-size: 32px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-checkbox-label-text-color: var(--sys-on-surface);
  --mat-checkbox-label-text-font: var(--sys-body-medium-font);
  --mat-checkbox-label-text-line-height: var(--sys-body-medium-line-height);
  --mat-checkbox-label-text-size: var(--sys-body-medium-size);
  --mat-checkbox-label-text-tracking: var(--sys-body-medium-tracking);
  --mat-checkbox-label-text-weight: var(--sys-body-medium-weight);
  --mat-checkbox-touch-target-display: none;
  --mdc-text-button-label-text-color: var(--sys-primary);
  --mdc-text-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-text-button-label-text-font: var(--sys-label-large-font);
  --mdc-text-button-label-text-size: var(--sys-label-large-size);
  --mdc-text-button-label-text-tracking: var(--sys-label-large-tracking);
  --mdc-text-button-label-text-weight: var(--sys-label-large-weight);
  --mdc-text-button-container-height: 32px;
  --mdc-text-button-container-shape: 9999px;
  --mdc-protected-button-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-color: var(--sys-surface);
  --mdc-protected-button-label-text-color: var(--sys-primary);
  --mdc-protected-button-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-protected-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-protected-button-label-text-font: var(--sys-label-large-font);
  --mdc-protected-button-label-text-size: var(--sys-label-large-size);
  --mdc-protected-button-label-text-tracking: var(--sys-label-large-tracking);
  --mdc-protected-button-label-text-weight: var(--sys-label-large-weight);
  --mdc-protected-button-container-height: 32px;
  --mdc-protected-button-container-shape: 9999px;
  --mdc-filled-button-container-color: var(--sys-primary);
  --mdc-filled-button-label-text-color: var(--sys-on-primary);
  --mdc-filled-button-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-filled-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-button-label-text-font: var(--sys-label-large-font);
  --mdc-filled-button-label-text-size: var(--sys-label-large-size);
  --mdc-filled-button-label-text-tracking: var(--sys-label-large-tracking);
  --mdc-filled-button-label-text-weight: var(--sys-label-large-weight);
  --mdc-filled-button-container-height: 32px;
  --mdc-filled-button-container-shape: 9999px;
  --mdc-outlined-button-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-outlined-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-outlined-button-label-text-color: var(--sys-primary);
  --mdc-outlined-button-outline-color: var(--sys-outline);
  --mdc-outlined-button-label-text-font: var(--sys-label-large-font);
  --mdc-outlined-button-label-text-size: var(--sys-label-large-size);
  --mdc-outlined-button-label-text-tracking: var(--sys-label-large-tracking);
  --mdc-outlined-button-label-text-weight: var(--sys-label-large-weight);
  --mdc-outlined-button-container-height: 32px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
  --mat-text-button-state-layer-color: var(--sys-primary);
  --mat-text-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-text-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: none;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
  --mat-protected-button-state-layer-color: var(--sys-primary);
  --mat-protected-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-protected-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: none;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
  --mat-filled-button-state-layer-color: var(--sys-on-primary);
  --mat-filled-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-filled-button-ripple-color: color-mix(in srgb, var(--sys-on-primary) 12%, transparent);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: none;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
  --mat-outlined-button-state-layer-color: var(--sys-primary);
  --mat-outlined-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-outlined-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: none;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
  --mdc-icon-button-icon-color: var(--sys-on-surface-variant);
  --mdc-icon-button-disabled-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-icon-button-state-layer-size: 32px;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-state-layer-color: var(--sys-on-surface-variant);
  --mat-icon-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-icon-button-ripple-color: color-mix(in srgb, var(--sys-on-surface-variant) 12%, transparent);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: none;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-label-text-font: var(--sys-label-large-font);
  --mdc-extended-fab-label-text-size: var(--sys-label-large-size);
  --mdc-extended-fab-label-text-tracking: var(--sys-label-large-tracking);
  --mdc-extended-fab-label-text-weight: var(--sys-label-large-weight);
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color: var(--sys-primary-container);
  --mdc-fab-container-shape: 16px;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-color: var(--sys-primary-container);
  --mdc-fab-small-container-shape: 12px;
  --mat-fab-foreground-color: var(--sys-on-primary-container);
  --mat-fab-state-layer-color: var(--sys-on-primary-container);
  --mat-fab-ripple-color: color-mix(in srgb, var(--sys-on-primary-container) 12%, transparent);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-fab-touch-target-display: none;
  --mat-fab-small-foreground-color: var(--sys-on-primary-container);
  --mat-fab-small-state-layer-color: var(--sys-on-primary-container);
  --mat-fab-small-ripple-color: color-mix(in srgb, var(--sys-on-primary-container) 12%, transparent);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-snackbar-container-color: var(--sys-inverse-surface);
  --mdc-snackbar-supporting-text-color: var(--sys-inverse-on-surface);
  --mdc-snackbar-supporting-text-font: var(--sys-body-medium-font);
  --mdc-snackbar-supporting-text-line-height: var(--sys-body-medium-line-height);
  --mdc-snackbar-supporting-text-size: var(--sys-body-medium-size);
  --mdc-snackbar-supporting-text-weight: var(--sys-body-medium-weight);
  --mdc-snackbar-container-shape: 4px;
  --mat-snack-bar-button-color: var(--sys-inverse-primary);
  --mat-table-background-color: var(--sys-surface);
  --mat-table-header-headline-color: var(--sys-on-surface);
  --mat-table-row-item-label-text-color: var(--sys-on-surface);
  --mat-table-row-item-outline-color: var(--sys-outline);
  --mat-table-header-headline-font: var(--sys-title-small-font);
  --mat-table-header-headline-line-height: var(--sys-title-small-line-height);
  --mat-table-header-headline-size: var(--sys-title-small-size);
  --mat-table-header-headline-weight: var(--sys-title-small-weight);
  --mat-table-header-headline-tracking: var(--sys-title-small-tracking);
  --mat-table-row-item-label-text-font: var(--sys-body-medium-font);
  --mat-table-row-item-label-text-line-height: var(--sys-body-medium-line-height);
  --mat-table-row-item-label-text-size: var(--sys-body-medium-size);
  --mat-table-row-item-label-text-weight: var(--sys-body-medium-weight);
  --mat-table-row-item-label-text-tracking: var(--sys-body-medium-tracking);
  --mat-table-footer-supporting-text-font: var(--sys-body-medium-font);
  --mat-table-footer-supporting-text-line-height: var(--sys-body-medium-line-height);
  --mat-table-footer-supporting-text-size: var(--sys-body-medium-size);
  --mat-table-footer-supporting-text-weight: var(--sys-body-medium-weight);
  --mat-table-footer-supporting-text-tracking: var(--sys-body-medium-tracking);
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-table-row-item-outline-width: 1px;
  --mdc-circular-progress-active-indicator-color: var(--sys-primary);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-background-color: var(--sys-error);
  --mat-badge-text-color: var(--sys-on-error);
  --mat-badge-disabled-state-background-color: color-mix(in srgb, var(--sys-error) 38%, transparent);
  --mat-badge-disabled-state-text-color: var(--sys-on-error);
  --mat-badge-text-font: var(--sys-label-small-font);
  --mat-badge-text-size: var(--sys-label-small-size);
  --mat-badge-text-weight: var(--sys-label-small-weight);
  --mat-badge-large-size-text-size: var(--sys-label-small-size);
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-small-size-text-size: 0;
  --mat-bottom-sheet-container-text-color: var(--sys-on-surface);
  --mat-bottom-sheet-container-background-color: var(--sys-surface-container-low);
  --mat-bottom-sheet-container-text-font: var(--sys-body-large-font);
  --mat-bottom-sheet-container-text-line-height: var(--sys-body-large-line-height);
  --mat-bottom-sheet-container-text-size: var(--sys-body-large-size);
  --mat-bottom-sheet-container-text-tracking: var(--sys-body-large-tracking);
  --mat-bottom-sheet-container-text-weight: var(--sys-body-large-weight);
  --mat-bottom-sheet-container-shape: 28px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: var(--sys-on-surface);
  --mat-standard-button-toggle-state-layer-color: var(--sys-on-surface);
  --mat-standard-button-toggle-selected-state-background-color: var(--sys-secondary-container);
  --mat-standard-button-toggle-selected-state-text-color: var(--sys-on-secondary-container);
  --mat-standard-button-toggle-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-standard-button-toggle-divider-color: var(--sys-outline);
  --mat-standard-button-toggle-label-text-font: var(--sys-label-large-font);
  --mat-standard-button-toggle-label-text-line-height: var(--sys-label-large-line-height);
  --mat-standard-button-toggle-label-text-size: var(--sys-label-large-size);
  --mat-standard-button-toggle-label-text-tracking: var(--sys-label-large-tracking);
  --mat-standard-button-toggle-label-text-weight: var(--sys-label-large-weight);
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 9999px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
  --mat-datepicker-calendar-date-selected-state-text-color: var(--sys-on-primary);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--sys-primary);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--sys-primary);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-date-in-range-state-background-color: var(--sys-primary-container);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: var(--sys-tertiary-container);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: var(--sys-secondary-container);
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: var(--sys-secondary);
  --mat-datepicker-toggle-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-body-label-text-color: var(--sys-on-surface);
  --mat-datepicker-calendar-period-button-text-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-period-button-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-header-text-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-date-today-outline-color: var(--sys-primary);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: var(--sys-on-surface);
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: var(--sys-primary);
  --mat-datepicker-range-input-separator-color: var(--sys-on-surface);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: var(--sys-surface-container-high);
  --mat-datepicker-calendar-container-text-color: var(--sys-on-surface);
  --mat-datepicker-calendar-text-font: var(--sys-body-medium-font);
  --mat-datepicker-calendar-text-size: var(--sys-body-medium-size);
  --mat-datepicker-calendar-body-label-text-size: var(--sys-title-small-size);
  --mat-datepicker-calendar-body-label-text-weight: var(--sys-title-small-weight);
  --mat-datepicker-calendar-period-button-text-size: var(--sys-title-small-size);
  --mat-datepicker-calendar-period-button-text-weight: var(--sys-title-small-weight);
  --mat-datepicker-calendar-header-text-size: var(--sys-title-small-size);
  --mat-datepicker-calendar-header-text-weight: var(--sys-title-small-weight);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-divider-color: var(--sys-outline);
  --mat-divider-width: 1px;
  --mat-expansion-container-background-color: var(--sys-surface);
  --mat-expansion-container-text-color: var(--sys-on-surface);
  --mat-expansion-actions-divider-color: var(--sys-outline);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-expansion-header-text-color: var(--sys-on-surface);
  --mat-expansion-header-description-color: var(--sys-on-surface-variant);
  --mat-expansion-header-indicator-color: var(--sys-on-surface-variant);
  --mat-expansion-header-text-font: var(--sys-title-medium-font);
  --mat-expansion-header-text-size: var(--sys-title-medium-size);
  --mat-expansion-header-text-weight: var(--sys-title-medium-weight);
  --mat-expansion-header-text-line-height: var(--sys-title-medium-line-height);
  --mat-expansion-header-text-tracking: var(--sys-title-medium-tracking);
  --mat-expansion-container-text-font: var(--sys-body-large-font);
  --mat-expansion-container-text-line-height: var(--sys-body-large-line-height);
  --mat-expansion-container-text-size: var(--sys-body-large-size);
  --mat-expansion-container-text-tracking: var(--sys-body-large-tracking);
  --mat-expansion-container-text-weight: var(--sys-body-large-weight);
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-grid-list-tile-header-primary-text-size: var(--sys-body-large);
  --mat-grid-list-tile-header-secondary-text-size: var(--sys-body-medium);
  --mat-grid-list-tile-footer-primary-text-size: var(--sys-body-large);
  --mat-grid-list-tile-footer-secondary-text-size: var(--sys-body-medium);
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: var(--sys-surface);
  --mat-sidenav-container-text-color: var(--sys-on-surface-variant);
  --mat-sidenav-content-background-color: var(--sys-background);
  --mat-sidenav-content-text-color: var(--sys-on-background);
  --mat-sidenav-scrim-color: rgba(45, 48, 56, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-stepper-header-icon-foreground-color: var(--sys-surface);
  --mat-stepper-header-selected-state-icon-background-color: var(--sys-primary);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--sys-on-primary);
  --mat-stepper-header-edit-state-icon-background-color: var(--sys-primary);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--sys-on-primary);
  --mat-stepper-container-color: var(--sys-surface);
  --mat-stepper-line-color: var(--sys-outline);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, var(--sys-inverse-surface) 8%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, var(--sys-inverse-surface) 12%, transparent);
  --mat-stepper-header-label-text-color: var(--sys-on-surface-variant);
  --mat-stepper-header-optional-label-text-color: var(--sys-on-surface-variant);
  --mat-stepper-header-selected-state-label-text-color: var(--sys-on-surface-variant);
  --mat-stepper-header-error-state-label-text-color: var(--sys-error);
  --mat-stepper-header-icon-background-color: var(--sys-on-surface-variant);
  --mat-stepper-header-error-state-icon-foreground-color: var(--sys-error);
  --mat-stepper-container-text-font: var(--sys-body-medium-font);
  --mat-stepper-header-label-text-font: var(--sys-title-small-font);
  --mat-stepper-header-label-text-size: var(--sys-title-small-size);
  --mat-stepper-header-label-text-weight: var(--sys-title-small-weight);
  --mat-stepper-header-error-state-label-text-size: var(--sys-title-small-size);
  --mat-stepper-header-selected-state-label-text-size: var(--sys-title-small-size);
  --mat-stepper-header-selected-state-label-text-weight: var(--sys-title-small-weight);
  --mat-stepper-header-height: 64px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: var(--sys-on-surface);
  --mat-toolbar-container-background-color: var(--sys-surface);
  --mat-toolbar-container-text-color: var(--sys-on-surface);
  --mat-toolbar-title-text-font: var(--sys-title-large-font);
  --mat-toolbar-title-text-line-height: var(--sys-title-large-line-height);
  --mat-toolbar-title-text-size: var(--sys-title-large-size);
  --mat-toolbar-title-text-tracking: var(--sys-title-large-tracking);
  --mat-toolbar-title-text-weight: var(--sys-title-large-weight);
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-container-background-color: var(--sys-surface);
  --mat-tree-node-text-color: var(--sys-on-surface);
  --mat-tree-node-text-font: var(--sys-body-large-font);
  --mat-tree-node-text-size: var(--sys-body-large-size);
  --mat-tree-node-text-weight: var(--sys-body-large-weight);
  --mat-tree-node-min-height: 40px;
  --sys-background: #ffffff;
  --sys-error: #ba1a1a;
  --sys-error-container: #ffffff;
  --sys-inverse-on-surface: #ffffff;
  --sys-inverse-primary: #f5b8c5;
  --sys-inverse-surface: #2f3033;
  --sys-on-background: #1a1b1f;
  --sys-on-error: #ffffff;
  --sys-on-error-container: #410002;
  --sys-on-primary: #ffffff;
  --sys-on-primary-container: #40000a;
  --sys-on-primary-fixed: #40000a;
  --sys-on-primary-fixed-variant: #d40e2e;
  --sys-on-secondary: #ffffff;
  --sys-on-secondary-container: #131c2b;
  --sys-on-secondary-fixed: #131c2b;
  --sys-on-secondary-fixed-variant: #3e4759;
  --sys-on-surface: #1a1b1f;
  --sys-on-surface-variant: #44474e;
  --sys-on-tertiary: #ffffff;
  --sys-on-tertiary-container: #001d34;
  --sys-on-tertiary-fixed: #001d34;
  --sys-on-tertiary-fixed-variant: #1b8af1;
  --sys-outline: #74777f;
  --sys-outline-variant: #c4c6d0;
  --sys-primary: #dd133c;
  --sys-primary-container: #ffdad9;
  --sys-primary-fixed: #ffdad9;
  --sys-primary-fixed-dim: #f5b8c5;
  --sys-scrim: #000000;
  --sys-secondary: #565e71;
  --sys-secondary-container: #dae2f9;
  --sys-secondary-fixed: #dae2f9;
  --sys-secondary-fixed-dim: #bec6dc;
  --sys-shadow: #000000;
  --sys-surface: #ffffff;
  --sys-surface-bright: #ffffff;
  --sys-surface-container: #efedf0;
  --sys-surface-container-high: #e9e7eb;
  --sys-surface-container-highest: #ffffff;
  --sys-surface-container-low: #f4f3f6;
  --sys-surface-container-lowest: #ffffff;
  --sys-surface-dim: #dbd9dd;
  --sys-surface-tint: #dd133c;
  --sys-surface-variant: #e0e2ec;
  --sys-tertiary: #249cf4;
  --sys-tertiary-container: #e5f3fe;
  --sys-tertiary-fixed: #e5f3fe;
  --sys-tertiary-fixed-dim: #bde1fc;
  --sys-body-large: 400 1rem / 1.5rem Roboto, sans-serif;
  --sys-body-large-font: Roboto, sans-serif;
  --sys-body-large-line-height: 1.5rem;
  --sys-body-large-size: 1rem;
  --sys-body-large-tracking: 0.031rem;
  --sys-body-large-weight: 400;
  --sys-body-medium: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --sys-body-medium-font: Roboto, sans-serif;
  --sys-body-medium-line-height: 1.25rem;
  --sys-body-medium-size: 0.875rem;
  --sys-body-medium-tracking: 0.016rem;
  --sys-body-medium-weight: 400;
  --sys-body-small: 400 0.75rem / 1rem Roboto, sans-serif;
  --sys-body-small-font: Roboto, sans-serif;
  --sys-body-small-line-height: 1rem;
  --sys-body-small-size: 0.75rem;
  --sys-body-small-tracking: 0.025rem;
  --sys-body-small-weight: 400;
  --sys-display-large: 400 3.562rem / 4rem Roboto, sans-serif;
  --sys-display-large-font: Roboto, sans-serif;
  --sys-display-large-line-height: 4rem;
  --sys-display-large-size: 3.562rem;
  --sys-display-large-tracking: -0.016rem;
  --sys-display-large-weight: 400;
  --sys-display-medium: 400 2.812rem / 3.25rem Roboto, sans-serif;
  --sys-display-medium-font: Roboto, sans-serif;
  --sys-display-medium-line-height: 3.25rem;
  --sys-display-medium-size: 2.812rem;
  --sys-display-medium-tracking: 0;
  --sys-display-medium-weight: 400;
  --sys-display-small: 400 2.25rem / 2.75rem Roboto, sans-serif;
  --sys-display-small-font: Roboto, sans-serif;
  --sys-display-small-line-height: 2.75rem;
  --sys-display-small-size: 2.25rem;
  --sys-display-small-tracking: 0;
  --sys-display-small-weight: 400;
  --sys-headline-large: 400 2rem / 2.5rem Roboto, sans-serif;
  --sys-headline-large-font: Roboto, sans-serif;
  --sys-headline-large-line-height: 2.5rem;
  --sys-headline-large-size: 2rem;
  --sys-headline-large-tracking: 0;
  --sys-headline-large-weight: 400;
  --sys-headline-medium: 400 1.75rem / 2.25rem Roboto, sans-serif;
  --sys-headline-medium-font: Roboto, sans-serif;
  --sys-headline-medium-line-height: 2.25rem;
  --sys-headline-medium-size: 1.75rem;
  --sys-headline-medium-tracking: 0;
  --sys-headline-medium-weight: 400;
  --sys-headline-small: 400 1.5rem / 2rem Roboto, sans-serif;
  --sys-headline-small-font: Roboto, sans-serif;
  --sys-headline-small-line-height: 2rem;
  --sys-headline-small-size: 1.5rem;
  --sys-headline-small-tracking: 0;
  --sys-headline-small-weight: 400;
  --sys-label-large: 500 0.875rem / 1.25rem Roboto, sans-serif;
  --sys-label-large-font: Roboto, sans-serif;
  --sys-label-large-line-height: 1.25rem;
  --sys-label-large-size: 0.875rem;
  --sys-label-large-tracking: 0.006rem;
  --sys-label-large-weight: 500;
  --sys-label-large-weight-prominent: 700;
  --sys-label-medium: 500 0.75rem / 1rem Roboto, sans-serif;
  --sys-label-medium-font: Roboto, sans-serif;
  --sys-label-medium-line-height: 1rem;
  --sys-label-medium-size: 0.75rem;
  --sys-label-medium-tracking: 0.031rem;
  --sys-label-medium-weight: 500;
  --sys-label-medium-weight-prominent: 700;
  --sys-label-small: 500 0.688rem / 1rem Roboto, sans-serif;
  --sys-label-small-font: Roboto, sans-serif;
  --sys-label-small-line-height: 1rem;
  --sys-label-small-size: 0.688rem;
  --sys-label-small-tracking: 0.031rem;
  --sys-label-small-weight: 500;
  --sys-title-large: 400 1.375rem / 1.75rem Roboto, sans-serif;
  --sys-title-large-font: Roboto, sans-serif;
  --sys-title-large-line-height: 1.75rem;
  --sys-title-large-size: 1.375rem;
  --sys-title-large-tracking: 0;
  --sys-title-large-weight: 400;
  --sys-title-medium: 500 1rem / 1.5rem Roboto, sans-serif;
  --sys-title-medium-font: Roboto, sans-serif;
  --sys-title-medium-line-height: 1.5rem;
  --sys-title-medium-size: 1rem;
  --sys-title-medium-tracking: 0.009rem;
  --sys-title-medium-weight: 500;
  --sys-title-small: 500 0.875rem / 1.25rem Roboto, sans-serif;
  --sys-title-small-font: Roboto, sans-serif;
  --sys-title-small-line-height: 1.25rem;
  --sys-title-small-size: 0.875rem;
  --sys-title-small-tracking: 0.006rem;
  --sys-title-small-weight: 500;
}
.mat-theme-loaded-marker {
  display: none;
}
html .w-0-px {
  width: 0px !important;
  min-width: 0px !important;
}
html .h-0-px {
  height: 0px !important;
  min-height: 0px !important;
}
html .p-0-px {
  padding: 0px !important;
}
html .pt-0-px {
  padding-top: 0px !important;
}
html .pb-0-px {
  padding-bottom: 0px !important;
}
html .ps-0-px {
  padding-left: 0px !important;
}
html .pe-0-px {
  padding-right: 0px !important;
}
html .m-0-px {
  margin: 0px !important;
}
html .mt-0-px {
  margin-top: 0px !important;
}
html .mb-0-px {
  margin-bottom: 0px !important;
}
html .ms-0-px {
  margin-left: 0px !important;
}
html .me-0-px {
  margin-right: 0px !important;
}
html .gap-0-px {
  gap: 0px !important;
}
html .w-4-px {
  width: 4px !important;
  min-width: 4px !important;
}
html .h-4-px {
  height: 4px !important;
  min-height: 4px !important;
}
html .p-4-px {
  padding: 4px !important;
}
html .pt-4-px {
  padding-top: 4px !important;
}
html .pb-4-px {
  padding-bottom: 4px !important;
}
html .ps-4-px {
  padding-left: 4px !important;
}
html .pe-4-px {
  padding-right: 4px !important;
}
html .m-4-px {
  margin: 4px !important;
}
html .mt-4-px {
  margin-top: 4px !important;
}
html .mb-4-px {
  margin-bottom: 4px !important;
}
html .ms-4-px {
  margin-left: 4px !important;
}
html .me-4-px {
  margin-right: 4px !important;
}
html .gap-4-px {
  gap: 4px !important;
}
html .w-8-px {
  width: 8px !important;
  min-width: 8px !important;
}
html .h-8-px {
  height: 8px !important;
  min-height: 8px !important;
}
html .p-8-px {
  padding: 8px !important;
}
html .pt-8-px {
  padding-top: 8px !important;
}
html .pb-8-px {
  padding-bottom: 8px !important;
}
html .ps-8-px {
  padding-left: 8px !important;
}
html .pe-8-px {
  padding-right: 8px !important;
}
html .m-8-px {
  margin: 8px !important;
}
html .mt-8-px {
  margin-top: 8px !important;
}
html .mb-8-px {
  margin-bottom: 8px !important;
}
html .ms-8-px {
  margin-left: 8px !important;
}
html .me-8-px {
  margin-right: 8px !important;
}
html .gap-8-px {
  gap: 8px !important;
}
html .w-12-px {
  width: 12px !important;
  min-width: 12px !important;
}
html .h-12-px {
  height: 12px !important;
  min-height: 12px !important;
}
html .p-12-px {
  padding: 12px !important;
}
html .pt-12-px {
  padding-top: 12px !important;
}
html .pb-12-px {
  padding-bottom: 12px !important;
}
html .ps-12-px {
  padding-left: 12px !important;
}
html .pe-12-px {
  padding-right: 12px !important;
}
html .m-12-px {
  margin: 12px !important;
}
html .mt-12-px {
  margin-top: 12px !important;
}
html .mb-12-px {
  margin-bottom: 12px !important;
}
html .ms-12-px {
  margin-left: 12px !important;
}
html .me-12-px {
  margin-right: 12px !important;
}
html .gap-12-px {
  gap: 12px !important;
}
html .w-16-px {
  width: 16px !important;
  min-width: 16px !important;
}
html .h-16-px {
  height: 16px !important;
  min-height: 16px !important;
}
html .p-16-px {
  padding: 16px !important;
}
html .pt-16-px {
  padding-top: 16px !important;
}
html .pb-16-px {
  padding-bottom: 16px !important;
}
html .ps-16-px {
  padding-left: 16px !important;
}
html .pe-16-px {
  padding-right: 16px !important;
}
html .m-16-px {
  margin: 16px !important;
}
html .mt-16-px {
  margin-top: 16px !important;
}
html .mb-16-px {
  margin-bottom: 16px !important;
}
html .ms-16-px {
  margin-left: 16px !important;
}
html .me-16-px {
  margin-right: 16px !important;
}
html .gap-16-px {
  gap: 16px !important;
}
html .w-20-px {
  width: 20px !important;
  min-width: 20px !important;
}
html .h-20-px {
  height: 20px !important;
  min-height: 20px !important;
}
html .p-20-px {
  padding: 20px !important;
}
html .pt-20-px {
  padding-top: 20px !important;
}
html .pb-20-px {
  padding-bottom: 20px !important;
}
html .ps-20-px {
  padding-left: 20px !important;
}
html .pe-20-px {
  padding-right: 20px !important;
}
html .m-20-px {
  margin: 20px !important;
}
html .mt-20-px {
  margin-top: 20px !important;
}
html .mb-20-px {
  margin-bottom: 20px !important;
}
html .ms-20-px {
  margin-left: 20px !important;
}
html .me-20-px {
  margin-right: 20px !important;
}
html .gap-20-px {
  gap: 20px !important;
}
html .w-24-px {
  width: 24px !important;
  min-width: 24px !important;
}
html .h-24-px {
  height: 24px !important;
  min-height: 24px !important;
}
html .p-24-px {
  padding: 24px !important;
}
html .pt-24-px {
  padding-top: 24px !important;
}
html .pb-24-px {
  padding-bottom: 24px !important;
}
html .ps-24-px {
  padding-left: 24px !important;
}
html .pe-24-px {
  padding-right: 24px !important;
}
html .m-24-px {
  margin: 24px !important;
}
html .mt-24-px {
  margin-top: 24px !important;
}
html .mb-24-px {
  margin-bottom: 24px !important;
}
html .ms-24-px {
  margin-left: 24px !important;
}
html .me-24-px {
  margin-right: 24px !important;
}
html .gap-24-px {
  gap: 24px !important;
}
html .w-28-px {
  width: 28px !important;
  min-width: 28px !important;
}
html .h-28-px {
  height: 28px !important;
  min-height: 28px !important;
}
html .p-28-px {
  padding: 28px !important;
}
html .pt-28-px {
  padding-top: 28px !important;
}
html .pb-28-px {
  padding-bottom: 28px !important;
}
html .ps-28-px {
  padding-left: 28px !important;
}
html .pe-28-px {
  padding-right: 28px !important;
}
html .m-28-px {
  margin: 28px !important;
}
html .mt-28-px {
  margin-top: 28px !important;
}
html .mb-28-px {
  margin-bottom: 28px !important;
}
html .ms-28-px {
  margin-left: 28px !important;
}
html .me-28-px {
  margin-right: 28px !important;
}
html .gap-28-px {
  gap: 28px !important;
}
html .w-32-px {
  width: 32px !important;
  min-width: 32px !important;
}
html .h-32-px {
  height: 32px !important;
  min-height: 32px !important;
}
html .p-32-px {
  padding: 32px !important;
}
html .pt-32-px {
  padding-top: 32px !important;
}
html .pb-32-px {
  padding-bottom: 32px !important;
}
html .ps-32-px {
  padding-left: 32px !important;
}
html .pe-32-px {
  padding-right: 32px !important;
}
html .m-32-px {
  margin: 32px !important;
}
html .mt-32-px {
  margin-top: 32px !important;
}
html .mb-32-px {
  margin-bottom: 32px !important;
}
html .ms-32-px {
  margin-left: 32px !important;
}
html .me-32-px {
  margin-right: 32px !important;
}
html .gap-32-px {
  gap: 32px !important;
}
html .w-36-px {
  width: 36px !important;
  min-width: 36px !important;
}
html .h-36-px {
  height: 36px !important;
  min-height: 36px !important;
}
html .p-36-px {
  padding: 36px !important;
}
html .pt-36-px {
  padding-top: 36px !important;
}
html .pb-36-px {
  padding-bottom: 36px !important;
}
html .ps-36-px {
  padding-left: 36px !important;
}
html .pe-36-px {
  padding-right: 36px !important;
}
html .m-36-px {
  margin: 36px !important;
}
html .mt-36-px {
  margin-top: 36px !important;
}
html .mb-36-px {
  margin-bottom: 36px !important;
}
html .ms-36-px {
  margin-left: 36px !important;
}
html .me-36-px {
  margin-right: 36px !important;
}
html .gap-36-px {
  gap: 36px !important;
}
html .w-40-px {
  width: 40px !important;
  min-width: 40px !important;
}
html .h-40-px {
  height: 40px !important;
  min-height: 40px !important;
}
html .p-40-px {
  padding: 40px !important;
}
html .pt-40-px {
  padding-top: 40px !important;
}
html .pb-40-px {
  padding-bottom: 40px !important;
}
html .ps-40-px {
  padding-left: 40px !important;
}
html .pe-40-px {
  padding-right: 40px !important;
}
html .m-40-px {
  margin: 40px !important;
}
html .mt-40-px {
  margin-top: 40px !important;
}
html .mb-40-px {
  margin-bottom: 40px !important;
}
html .ms-40-px {
  margin-left: 40px !important;
}
html .me-40-px {
  margin-right: 40px !important;
}
html .gap-40-px {
  gap: 40px !important;
}
html .w-44-px {
  width: 44px !important;
  min-width: 44px !important;
}
html .h-44-px {
  height: 44px !important;
  min-height: 44px !important;
}
html .p-44-px {
  padding: 44px !important;
}
html .pt-44-px {
  padding-top: 44px !important;
}
html .pb-44-px {
  padding-bottom: 44px !important;
}
html .ps-44-px {
  padding-left: 44px !important;
}
html .pe-44-px {
  padding-right: 44px !important;
}
html .m-44-px {
  margin: 44px !important;
}
html .mt-44-px {
  margin-top: 44px !important;
}
html .mb-44-px {
  margin-bottom: 44px !important;
}
html .ms-44-px {
  margin-left: 44px !important;
}
html .me-44-px {
  margin-right: 44px !important;
}
html .gap-44-px {
  gap: 44px !important;
}
html .w-48-px {
  width: 48px !important;
  min-width: 48px !important;
}
html .h-48-px {
  height: 48px !important;
  min-height: 48px !important;
}
html .p-48-px {
  padding: 48px !important;
}
html .pt-48-px {
  padding-top: 48px !important;
}
html .pb-48-px {
  padding-bottom: 48px !important;
}
html .ps-48-px {
  padding-left: 48px !important;
}
html .pe-48-px {
  padding-right: 48px !important;
}
html .m-48-px {
  margin: 48px !important;
}
html .mt-48-px {
  margin-top: 48px !important;
}
html .mb-48-px {
  margin-bottom: 48px !important;
}
html .ms-48-px {
  margin-left: 48px !important;
}
html .me-48-px {
  margin-right: 48px !important;
}
html .gap-48-px {
  gap: 48px !important;
}
html .w-52-px {
  width: 52px !important;
  min-width: 52px !important;
}
html .h-52-px {
  height: 52px !important;
  min-height: 52px !important;
}
html .p-52-px {
  padding: 52px !important;
}
html .pt-52-px {
  padding-top: 52px !important;
}
html .pb-52-px {
  padding-bottom: 52px !important;
}
html .ps-52-px {
  padding-left: 52px !important;
}
html .pe-52-px {
  padding-right: 52px !important;
}
html .m-52-px {
  margin: 52px !important;
}
html .mt-52-px {
  margin-top: 52px !important;
}
html .mb-52-px {
  margin-bottom: 52px !important;
}
html .ms-52-px {
  margin-left: 52px !important;
}
html .me-52-px {
  margin-right: 52px !important;
}
html .gap-52-px {
  gap: 52px !important;
}
html .w-56-px {
  width: 56px !important;
  min-width: 56px !important;
}
html .h-56-px {
  height: 56px !important;
  min-height: 56px !important;
}
html .p-56-px {
  padding: 56px !important;
}
html .pt-56-px {
  padding-top: 56px !important;
}
html .pb-56-px {
  padding-bottom: 56px !important;
}
html .ps-56-px {
  padding-left: 56px !important;
}
html .pe-56-px {
  padding-right: 56px !important;
}
html .m-56-px {
  margin: 56px !important;
}
html .mt-56-px {
  margin-top: 56px !important;
}
html .mb-56-px {
  margin-bottom: 56px !important;
}
html .ms-56-px {
  margin-left: 56px !important;
}
html .me-56-px {
  margin-right: 56px !important;
}
html .gap-56-px {
  gap: 56px !important;
}
html .w-60-px {
  width: 60px !important;
  min-width: 60px !important;
}
html .h-60-px {
  height: 60px !important;
  min-height: 60px !important;
}
html .p-60-px {
  padding: 60px !important;
}
html .pt-60-px {
  padding-top: 60px !important;
}
html .pb-60-px {
  padding-bottom: 60px !important;
}
html .ps-60-px {
  padding-left: 60px !important;
}
html .pe-60-px {
  padding-right: 60px !important;
}
html .m-60-px {
  margin: 60px !important;
}
html .mt-60-px {
  margin-top: 60px !important;
}
html .mb-60-px {
  margin-bottom: 60px !important;
}
html .ms-60-px {
  margin-left: 60px !important;
}
html .me-60-px {
  margin-right: 60px !important;
}
html .gap-60-px {
  gap: 60px !important;
}
html .w-64-px {
  width: 64px !important;
  min-width: 64px !important;
}
html .h-64-px {
  height: 64px !important;
  min-height: 64px !important;
}
html .p-64-px {
  padding: 64px !important;
}
html .pt-64-px {
  padding-top: 64px !important;
}
html .pb-64-px {
  padding-bottom: 64px !important;
}
html .ps-64-px {
  padding-left: 64px !important;
}
html .pe-64-px {
  padding-right: 64px !important;
}
html .m-64-px {
  margin: 64px !important;
}
html .mt-64-px {
  margin-top: 64px !important;
}
html .mb-64-px {
  margin-bottom: 64px !important;
}
html .ms-64-px {
  margin-left: 64px !important;
}
html .me-64-px {
  margin-right: 64px !important;
}
html .gap-64-px {
  gap: 64px !important;
}
html .w-68-px {
  width: 68px !important;
  min-width: 68px !important;
}
html .h-68-px {
  height: 68px !important;
  min-height: 68px !important;
}
html .p-68-px {
  padding: 68px !important;
}
html .pt-68-px {
  padding-top: 68px !important;
}
html .pb-68-px {
  padding-bottom: 68px !important;
}
html .ps-68-px {
  padding-left: 68px !important;
}
html .pe-68-px {
  padding-right: 68px !important;
}
html .m-68-px {
  margin: 68px !important;
}
html .mt-68-px {
  margin-top: 68px !important;
}
html .mb-68-px {
  margin-bottom: 68px !important;
}
html .ms-68-px {
  margin-left: 68px !important;
}
html .me-68-px {
  margin-right: 68px !important;
}
html .gap-68-px {
  gap: 68px !important;
}
html .w-72-px {
  width: 72px !important;
  min-width: 72px !important;
}
html .h-72-px {
  height: 72px !important;
  min-height: 72px !important;
}
html .p-72-px {
  padding: 72px !important;
}
html .pt-72-px {
  padding-top: 72px !important;
}
html .pb-72-px {
  padding-bottom: 72px !important;
}
html .ps-72-px {
  padding-left: 72px !important;
}
html .pe-72-px {
  padding-right: 72px !important;
}
html .m-72-px {
  margin: 72px !important;
}
html .mt-72-px {
  margin-top: 72px !important;
}
html .mb-72-px {
  margin-bottom: 72px !important;
}
html .ms-72-px {
  margin-left: 72px !important;
}
html .me-72-px {
  margin-right: 72px !important;
}
html .gap-72-px {
  gap: 72px !important;
}
html .w-76-px {
  width: 76px !important;
  min-width: 76px !important;
}
html .h-76-px {
  height: 76px !important;
  min-height: 76px !important;
}
html .p-76-px {
  padding: 76px !important;
}
html .pt-76-px {
  padding-top: 76px !important;
}
html .pb-76-px {
  padding-bottom: 76px !important;
}
html .ps-76-px {
  padding-left: 76px !important;
}
html .pe-76-px {
  padding-right: 76px !important;
}
html .m-76-px {
  margin: 76px !important;
}
html .mt-76-px {
  margin-top: 76px !important;
}
html .mb-76-px {
  margin-bottom: 76px !important;
}
html .ms-76-px {
  margin-left: 76px !important;
}
html .me-76-px {
  margin-right: 76px !important;
}
html .gap-76-px {
  gap: 76px !important;
}
html .w-80-px {
  width: 80px !important;
  min-width: 80px !important;
}
html .h-80-px {
  height: 80px !important;
  min-height: 80px !important;
}
html .p-80-px {
  padding: 80px !important;
}
html .pt-80-px {
  padding-top: 80px !important;
}
html .pb-80-px {
  padding-bottom: 80px !important;
}
html .ps-80-px {
  padding-left: 80px !important;
}
html .pe-80-px {
  padding-right: 80px !important;
}
html .m-80-px {
  margin: 80px !important;
}
html .mt-80-px {
  margin-top: 80px !important;
}
html .mb-80-px {
  margin-bottom: 80px !important;
}
html .ms-80-px {
  margin-left: 80px !important;
}
html .me-80-px {
  margin-right: 80px !important;
}
html .gap-80-px {
  gap: 80px !important;
}
html .w-84-px {
  width: 84px !important;
  min-width: 84px !important;
}
html .h-84-px {
  height: 84px !important;
  min-height: 84px !important;
}
html .p-84-px {
  padding: 84px !important;
}
html .pt-84-px {
  padding-top: 84px !important;
}
html .pb-84-px {
  padding-bottom: 84px !important;
}
html .ps-84-px {
  padding-left: 84px !important;
}
html .pe-84-px {
  padding-right: 84px !important;
}
html .m-84-px {
  margin: 84px !important;
}
html .mt-84-px {
  margin-top: 84px !important;
}
html .mb-84-px {
  margin-bottom: 84px !important;
}
html .ms-84-px {
  margin-left: 84px !important;
}
html .me-84-px {
  margin-right: 84px !important;
}
html .gap-84-px {
  gap: 84px !important;
}
html .w-88-px {
  width: 88px !important;
  min-width: 88px !important;
}
html .h-88-px {
  height: 88px !important;
  min-height: 88px !important;
}
html .p-88-px {
  padding: 88px !important;
}
html .pt-88-px {
  padding-top: 88px !important;
}
html .pb-88-px {
  padding-bottom: 88px !important;
}
html .ps-88-px {
  padding-left: 88px !important;
}
html .pe-88-px {
  padding-right: 88px !important;
}
html .m-88-px {
  margin: 88px !important;
}
html .mt-88-px {
  margin-top: 88px !important;
}
html .mb-88-px {
  margin-bottom: 88px !important;
}
html .ms-88-px {
  margin-left: 88px !important;
}
html .me-88-px {
  margin-right: 88px !important;
}
html .gap-88-px {
  gap: 88px !important;
}
html .w-92-px {
  width: 92px !important;
  min-width: 92px !important;
}
html .h-92-px {
  height: 92px !important;
  min-height: 92px !important;
}
html .p-92-px {
  padding: 92px !important;
}
html .pt-92-px {
  padding-top: 92px !important;
}
html .pb-92-px {
  padding-bottom: 92px !important;
}
html .ps-92-px {
  padding-left: 92px !important;
}
html .pe-92-px {
  padding-right: 92px !important;
}
html .m-92-px {
  margin: 92px !important;
}
html .mt-92-px {
  margin-top: 92px !important;
}
html .mb-92-px {
  margin-bottom: 92px !important;
}
html .ms-92-px {
  margin-left: 92px !important;
}
html .me-92-px {
  margin-right: 92px !important;
}
html .gap-92-px {
  gap: 92px !important;
}
html .w-96-px {
  width: 96px !important;
  min-width: 96px !important;
}
html .h-96-px {
  height: 96px !important;
  min-height: 96px !important;
}
html .p-96-px {
  padding: 96px !important;
}
html .pt-96-px {
  padding-top: 96px !important;
}
html .pb-96-px {
  padding-bottom: 96px !important;
}
html .ps-96-px {
  padding-left: 96px !important;
}
html .pe-96-px {
  padding-right: 96px !important;
}
html .m-96-px {
  margin: 96px !important;
}
html .mt-96-px {
  margin-top: 96px !important;
}
html .mb-96-px {
  margin-bottom: 96px !important;
}
html .ms-96-px {
  margin-left: 96px !important;
}
html .me-96-px {
  margin-right: 96px !important;
}
html .gap-96-px {
  gap: 96px !important;
}
html .w-100-px {
  width: 100px !important;
  min-width: 100px !important;
}
html .h-100-px {
  height: 100px !important;
  min-height: 100px !important;
}
html .p-100-px {
  padding: 100px !important;
}
html .pt-100-px {
  padding-top: 100px !important;
}
html .pb-100-px {
  padding-bottom: 100px !important;
}
html .ps-100-px {
  padding-left: 100px !important;
}
html .pe-100-px {
  padding-right: 100px !important;
}
html .m-100-px {
  margin: 100px !important;
}
html .mt-100-px {
  margin-top: 100px !important;
}
html .mb-100-px {
  margin-bottom: 100px !important;
}
html .ms-100-px {
  margin-left: 100px !important;
}
html .me-100-px {
  margin-right: 100px !important;
}
html .gap-100-px {
  gap: 100px !important;
}
html .w-104-px {
  width: 104px !important;
  min-width: 104px !important;
}
html .h-104-px {
  height: 104px !important;
  min-height: 104px !important;
}
html .p-104-px {
  padding: 104px !important;
}
html .pt-104-px {
  padding-top: 104px !important;
}
html .pb-104-px {
  padding-bottom: 104px !important;
}
html .ps-104-px {
  padding-left: 104px !important;
}
html .pe-104-px {
  padding-right: 104px !important;
}
html .m-104-px {
  margin: 104px !important;
}
html .mt-104-px {
  margin-top: 104px !important;
}
html .mb-104-px {
  margin-bottom: 104px !important;
}
html .ms-104-px {
  margin-left: 104px !important;
}
html .me-104-px {
  margin-right: 104px !important;
}
html .gap-104-px {
  gap: 104px !important;
}
html .w-108-px {
  width: 108px !important;
  min-width: 108px !important;
}
html .h-108-px {
  height: 108px !important;
  min-height: 108px !important;
}
html .p-108-px {
  padding: 108px !important;
}
html .pt-108-px {
  padding-top: 108px !important;
}
html .pb-108-px {
  padding-bottom: 108px !important;
}
html .ps-108-px {
  padding-left: 108px !important;
}
html .pe-108-px {
  padding-right: 108px !important;
}
html .m-108-px {
  margin: 108px !important;
}
html .mt-108-px {
  margin-top: 108px !important;
}
html .mb-108-px {
  margin-bottom: 108px !important;
}
html .ms-108-px {
  margin-left: 108px !important;
}
html .me-108-px {
  margin-right: 108px !important;
}
html .gap-108-px {
  gap: 108px !important;
}
html .w-112-px {
  width: 112px !important;
  min-width: 112px !important;
}
html .h-112-px {
  height: 112px !important;
  min-height: 112px !important;
}
html .p-112-px {
  padding: 112px !important;
}
html .pt-112-px {
  padding-top: 112px !important;
}
html .pb-112-px {
  padding-bottom: 112px !important;
}
html .ps-112-px {
  padding-left: 112px !important;
}
html .pe-112-px {
  padding-right: 112px !important;
}
html .m-112-px {
  margin: 112px !important;
}
html .mt-112-px {
  margin-top: 112px !important;
}
html .mb-112-px {
  margin-bottom: 112px !important;
}
html .ms-112-px {
  margin-left: 112px !important;
}
html .me-112-px {
  margin-right: 112px !important;
}
html .gap-112-px {
  gap: 112px !important;
}
html .w-116-px {
  width: 116px !important;
  min-width: 116px !important;
}
html .h-116-px {
  height: 116px !important;
  min-height: 116px !important;
}
html .p-116-px {
  padding: 116px !important;
}
html .pt-116-px {
  padding-top: 116px !important;
}
html .pb-116-px {
  padding-bottom: 116px !important;
}
html .ps-116-px {
  padding-left: 116px !important;
}
html .pe-116-px {
  padding-right: 116px !important;
}
html .m-116-px {
  margin: 116px !important;
}
html .mt-116-px {
  margin-top: 116px !important;
}
html .mb-116-px {
  margin-bottom: 116px !important;
}
html .ms-116-px {
  margin-left: 116px !important;
}
html .me-116-px {
  margin-right: 116px !important;
}
html .gap-116-px {
  gap: 116px !important;
}
html .w-120-px {
  width: 120px !important;
  min-width: 120px !important;
}
html .h-120-px {
  height: 120px !important;
  min-height: 120px !important;
}
html .p-120-px {
  padding: 120px !important;
}
html .pt-120-px {
  padding-top: 120px !important;
}
html .pb-120-px {
  padding-bottom: 120px !important;
}
html .ps-120-px {
  padding-left: 120px !important;
}
html .pe-120-px {
  padding-right: 120px !important;
}
html .m-120-px {
  margin: 120px !important;
}
html .mt-120-px {
  margin-top: 120px !important;
}
html .mb-120-px {
  margin-bottom: 120px !important;
}
html .ms-120-px {
  margin-left: 120px !important;
}
html .me-120-px {
  margin-right: 120px !important;
}
html .gap-120-px {
  gap: 120px !important;
}
html .w-124-px {
  width: 124px !important;
  min-width: 124px !important;
}
html .h-124-px {
  height: 124px !important;
  min-height: 124px !important;
}
html .p-124-px {
  padding: 124px !important;
}
html .pt-124-px {
  padding-top: 124px !important;
}
html .pb-124-px {
  padding-bottom: 124px !important;
}
html .ps-124-px {
  padding-left: 124px !important;
}
html .pe-124-px {
  padding-right: 124px !important;
}
html .m-124-px {
  margin: 124px !important;
}
html .mt-124-px {
  margin-top: 124px !important;
}
html .mb-124-px {
  margin-bottom: 124px !important;
}
html .ms-124-px {
  margin-left: 124px !important;
}
html .me-124-px {
  margin-right: 124px !important;
}
html .gap-124-px {
  gap: 124px !important;
}
html .w-128-px {
  width: 128px !important;
  min-width: 128px !important;
}
html .h-128-px {
  height: 128px !important;
  min-height: 128px !important;
}
html .p-128-px {
  padding: 128px !important;
}
html .pt-128-px {
  padding-top: 128px !important;
}
html .pb-128-px {
  padding-bottom: 128px !important;
}
html .ps-128-px {
  padding-left: 128px !important;
}
html .pe-128-px {
  padding-right: 128px !important;
}
html .m-128-px {
  margin: 128px !important;
}
html .mt-128-px {
  margin-top: 128px !important;
}
html .mb-128-px {
  margin-bottom: 128px !important;
}
html .ms-128-px {
  margin-left: 128px !important;
}
html .me-128-px {
  margin-right: 128px !important;
}
html .gap-128-px {
  gap: 128px !important;
}
html .w-132-px {
  width: 132px !important;
  min-width: 132px !important;
}
html .h-132-px {
  height: 132px !important;
  min-height: 132px !important;
}
html .p-132-px {
  padding: 132px !important;
}
html .pt-132-px {
  padding-top: 132px !important;
}
html .pb-132-px {
  padding-bottom: 132px !important;
}
html .ps-132-px {
  padding-left: 132px !important;
}
html .pe-132-px {
  padding-right: 132px !important;
}
html .m-132-px {
  margin: 132px !important;
}
html .mt-132-px {
  margin-top: 132px !important;
}
html .mb-132-px {
  margin-bottom: 132px !important;
}
html .ms-132-px {
  margin-left: 132px !important;
}
html .me-132-px {
  margin-right: 132px !important;
}
html .gap-132-px {
  gap: 132px !important;
}
html .w-136-px {
  width: 136px !important;
  min-width: 136px !important;
}
html .h-136-px {
  height: 136px !important;
  min-height: 136px !important;
}
html .p-136-px {
  padding: 136px !important;
}
html .pt-136-px {
  padding-top: 136px !important;
}
html .pb-136-px {
  padding-bottom: 136px !important;
}
html .ps-136-px {
  padding-left: 136px !important;
}
html .pe-136-px {
  padding-right: 136px !important;
}
html .m-136-px {
  margin: 136px !important;
}
html .mt-136-px {
  margin-top: 136px !important;
}
html .mb-136-px {
  margin-bottom: 136px !important;
}
html .ms-136-px {
  margin-left: 136px !important;
}
html .me-136-px {
  margin-right: 136px !important;
}
html .gap-136-px {
  gap: 136px !important;
}
html .w-140-px {
  width: 140px !important;
  min-width: 140px !important;
}
html .h-140-px {
  height: 140px !important;
  min-height: 140px !important;
}
html .p-140-px {
  padding: 140px !important;
}
html .pt-140-px {
  padding-top: 140px !important;
}
html .pb-140-px {
  padding-bottom: 140px !important;
}
html .ps-140-px {
  padding-left: 140px !important;
}
html .pe-140-px {
  padding-right: 140px !important;
}
html .m-140-px {
  margin: 140px !important;
}
html .mt-140-px {
  margin-top: 140px !important;
}
html .mb-140-px {
  margin-bottom: 140px !important;
}
html .ms-140-px {
  margin-left: 140px !important;
}
html .me-140-px {
  margin-right: 140px !important;
}
html .gap-140-px {
  gap: 140px !important;
}
html .w-144-px {
  width: 144px !important;
  min-width: 144px !important;
}
html .h-144-px {
  height: 144px !important;
  min-height: 144px !important;
}
html .p-144-px {
  padding: 144px !important;
}
html .pt-144-px {
  padding-top: 144px !important;
}
html .pb-144-px {
  padding-bottom: 144px !important;
}
html .ps-144-px {
  padding-left: 144px !important;
}
html .pe-144-px {
  padding-right: 144px !important;
}
html .m-144-px {
  margin: 144px !important;
}
html .mt-144-px {
  margin-top: 144px !important;
}
html .mb-144-px {
  margin-bottom: 144px !important;
}
html .ms-144-px {
  margin-left: 144px !important;
}
html .me-144-px {
  margin-right: 144px !important;
}
html .gap-144-px {
  gap: 144px !important;
}
html .w-148-px {
  width: 148px !important;
  min-width: 148px !important;
}
html .h-148-px {
  height: 148px !important;
  min-height: 148px !important;
}
html .p-148-px {
  padding: 148px !important;
}
html .pt-148-px {
  padding-top: 148px !important;
}
html .pb-148-px {
  padding-bottom: 148px !important;
}
html .ps-148-px {
  padding-left: 148px !important;
}
html .pe-148-px {
  padding-right: 148px !important;
}
html .m-148-px {
  margin: 148px !important;
}
html .mt-148-px {
  margin-top: 148px !important;
}
html .mb-148-px {
  margin-bottom: 148px !important;
}
html .ms-148-px {
  margin-left: 148px !important;
}
html .me-148-px {
  margin-right: 148px !important;
}
html .gap-148-px {
  gap: 148px !important;
}
html .w-152-px {
  width: 152px !important;
  min-width: 152px !important;
}
html .h-152-px {
  height: 152px !important;
  min-height: 152px !important;
}
html .p-152-px {
  padding: 152px !important;
}
html .pt-152-px {
  padding-top: 152px !important;
}
html .pb-152-px {
  padding-bottom: 152px !important;
}
html .ps-152-px {
  padding-left: 152px !important;
}
html .pe-152-px {
  padding-right: 152px !important;
}
html .m-152-px {
  margin: 152px !important;
}
html .mt-152-px {
  margin-top: 152px !important;
}
html .mb-152-px {
  margin-bottom: 152px !important;
}
html .ms-152-px {
  margin-left: 152px !important;
}
html .me-152-px {
  margin-right: 152px !important;
}
html .gap-152-px {
  gap: 152px !important;
}
html .w-156-px {
  width: 156px !important;
  min-width: 156px !important;
}
html .h-156-px {
  height: 156px !important;
  min-height: 156px !important;
}
html .p-156-px {
  padding: 156px !important;
}
html .pt-156-px {
  padding-top: 156px !important;
}
html .pb-156-px {
  padding-bottom: 156px !important;
}
html .ps-156-px {
  padding-left: 156px !important;
}
html .pe-156-px {
  padding-right: 156px !important;
}
html .m-156-px {
  margin: 156px !important;
}
html .mt-156-px {
  margin-top: 156px !important;
}
html .mb-156-px {
  margin-bottom: 156px !important;
}
html .ms-156-px {
  margin-left: 156px !important;
}
html .me-156-px {
  margin-right: 156px !important;
}
html .gap-156-px {
  gap: 156px !important;
}
html .w-160-px {
  width: 160px !important;
  min-width: 160px !important;
}
html .h-160-px {
  height: 160px !important;
  min-height: 160px !important;
}
html .p-160-px {
  padding: 160px !important;
}
html .pt-160-px {
  padding-top: 160px !important;
}
html .pb-160-px {
  padding-bottom: 160px !important;
}
html .ps-160-px {
  padding-left: 160px !important;
}
html .pe-160-px {
  padding-right: 160px !important;
}
html .m-160-px {
  margin: 160px !important;
}
html .mt-160-px {
  margin-top: 160px !important;
}
html .mb-160-px {
  margin-bottom: 160px !important;
}
html .ms-160-px {
  margin-left: 160px !important;
}
html .me-160-px {
  margin-right: 160px !important;
}
html .gap-160-px {
  gap: 160px !important;
}
html .w-164-px {
  width: 164px !important;
  min-width: 164px !important;
}
html .h-164-px {
  height: 164px !important;
  min-height: 164px !important;
}
html .p-164-px {
  padding: 164px !important;
}
html .pt-164-px {
  padding-top: 164px !important;
}
html .pb-164-px {
  padding-bottom: 164px !important;
}
html .ps-164-px {
  padding-left: 164px !important;
}
html .pe-164-px {
  padding-right: 164px !important;
}
html .m-164-px {
  margin: 164px !important;
}
html .mt-164-px {
  margin-top: 164px !important;
}
html .mb-164-px {
  margin-bottom: 164px !important;
}
html .ms-164-px {
  margin-left: 164px !important;
}
html .me-164-px {
  margin-right: 164px !important;
}
html .gap-164-px {
  gap: 164px !important;
}
html .w-168-px {
  width: 168px !important;
  min-width: 168px !important;
}
html .h-168-px {
  height: 168px !important;
  min-height: 168px !important;
}
html .p-168-px {
  padding: 168px !important;
}
html .pt-168-px {
  padding-top: 168px !important;
}
html .pb-168-px {
  padding-bottom: 168px !important;
}
html .ps-168-px {
  padding-left: 168px !important;
}
html .pe-168-px {
  padding-right: 168px !important;
}
html .m-168-px {
  margin: 168px !important;
}
html .mt-168-px {
  margin-top: 168px !important;
}
html .mb-168-px {
  margin-bottom: 168px !important;
}
html .ms-168-px {
  margin-left: 168px !important;
}
html .me-168-px {
  margin-right: 168px !important;
}
html .gap-168-px {
  gap: 168px !important;
}
html .w-172-px {
  width: 172px !important;
  min-width: 172px !important;
}
html .h-172-px {
  height: 172px !important;
  min-height: 172px !important;
}
html .p-172-px {
  padding: 172px !important;
}
html .pt-172-px {
  padding-top: 172px !important;
}
html .pb-172-px {
  padding-bottom: 172px !important;
}
html .ps-172-px {
  padding-left: 172px !important;
}
html .pe-172-px {
  padding-right: 172px !important;
}
html .m-172-px {
  margin: 172px !important;
}
html .mt-172-px {
  margin-top: 172px !important;
}
html .mb-172-px {
  margin-bottom: 172px !important;
}
html .ms-172-px {
  margin-left: 172px !important;
}
html .me-172-px {
  margin-right: 172px !important;
}
html .gap-172-px {
  gap: 172px !important;
}
html .w-176-px {
  width: 176px !important;
  min-width: 176px !important;
}
html .h-176-px {
  height: 176px !important;
  min-height: 176px !important;
}
html .p-176-px {
  padding: 176px !important;
}
html .pt-176-px {
  padding-top: 176px !important;
}
html .pb-176-px {
  padding-bottom: 176px !important;
}
html .ps-176-px {
  padding-left: 176px !important;
}
html .pe-176-px {
  padding-right: 176px !important;
}
html .m-176-px {
  margin: 176px !important;
}
html .mt-176-px {
  margin-top: 176px !important;
}
html .mb-176-px {
  margin-bottom: 176px !important;
}
html .ms-176-px {
  margin-left: 176px !important;
}
html .me-176-px {
  margin-right: 176px !important;
}
html .gap-176-px {
  gap: 176px !important;
}
html .w-180-px {
  width: 180px !important;
  min-width: 180px !important;
}
html .h-180-px {
  height: 180px !important;
  min-height: 180px !important;
}
html .p-180-px {
  padding: 180px !important;
}
html .pt-180-px {
  padding-top: 180px !important;
}
html .pb-180-px {
  padding-bottom: 180px !important;
}
html .ps-180-px {
  padding-left: 180px !important;
}
html .pe-180-px {
  padding-right: 180px !important;
}
html .m-180-px {
  margin: 180px !important;
}
html .mt-180-px {
  margin-top: 180px !important;
}
html .mb-180-px {
  margin-bottom: 180px !important;
}
html .ms-180-px {
  margin-left: 180px !important;
}
html .me-180-px {
  margin-right: 180px !important;
}
html .gap-180-px {
  gap: 180px !important;
}
html .w-184-px {
  width: 184px !important;
  min-width: 184px !important;
}
html .h-184-px {
  height: 184px !important;
  min-height: 184px !important;
}
html .p-184-px {
  padding: 184px !important;
}
html .pt-184-px {
  padding-top: 184px !important;
}
html .pb-184-px {
  padding-bottom: 184px !important;
}
html .ps-184-px {
  padding-left: 184px !important;
}
html .pe-184-px {
  padding-right: 184px !important;
}
html .m-184-px {
  margin: 184px !important;
}
html .mt-184-px {
  margin-top: 184px !important;
}
html .mb-184-px {
  margin-bottom: 184px !important;
}
html .ms-184-px {
  margin-left: 184px !important;
}
html .me-184-px {
  margin-right: 184px !important;
}
html .gap-184-px {
  gap: 184px !important;
}
html .w-188-px {
  width: 188px !important;
  min-width: 188px !important;
}
html .h-188-px {
  height: 188px !important;
  min-height: 188px !important;
}
html .p-188-px {
  padding: 188px !important;
}
html .pt-188-px {
  padding-top: 188px !important;
}
html .pb-188-px {
  padding-bottom: 188px !important;
}
html .ps-188-px {
  padding-left: 188px !important;
}
html .pe-188-px {
  padding-right: 188px !important;
}
html .m-188-px {
  margin: 188px !important;
}
html .mt-188-px {
  margin-top: 188px !important;
}
html .mb-188-px {
  margin-bottom: 188px !important;
}
html .ms-188-px {
  margin-left: 188px !important;
}
html .me-188-px {
  margin-right: 188px !important;
}
html .gap-188-px {
  gap: 188px !important;
}
html .w-192-px {
  width: 192px !important;
  min-width: 192px !important;
}
html .h-192-px {
  height: 192px !important;
  min-height: 192px !important;
}
html .p-192-px {
  padding: 192px !important;
}
html .pt-192-px {
  padding-top: 192px !important;
}
html .pb-192-px {
  padding-bottom: 192px !important;
}
html .ps-192-px {
  padding-left: 192px !important;
}
html .pe-192-px {
  padding-right: 192px !important;
}
html .m-192-px {
  margin: 192px !important;
}
html .mt-192-px {
  margin-top: 192px !important;
}
html .mb-192-px {
  margin-bottom: 192px !important;
}
html .ms-192-px {
  margin-left: 192px !important;
}
html .me-192-px {
  margin-right: 192px !important;
}
html .gap-192-px {
  gap: 192px !important;
}
html .w-196-px {
  width: 196px !important;
  min-width: 196px !important;
}
html .h-196-px {
  height: 196px !important;
  min-height: 196px !important;
}
html .p-196-px {
  padding: 196px !important;
}
html .pt-196-px {
  padding-top: 196px !important;
}
html .pb-196-px {
  padding-bottom: 196px !important;
}
html .ps-196-px {
  padding-left: 196px !important;
}
html .pe-196-px {
  padding-right: 196px !important;
}
html .m-196-px {
  margin: 196px !important;
}
html .mt-196-px {
  margin-top: 196px !important;
}
html .mb-196-px {
  margin-bottom: 196px !important;
}
html .ms-196-px {
  margin-left: 196px !important;
}
html .me-196-px {
  margin-right: 196px !important;
}
html .gap-196-px {
  gap: 196px !important;
}
html .w-200-px {
  width: 200px !important;
  min-width: 200px !important;
}
html .h-200-px {
  height: 200px !important;
  min-height: 200px !important;
}
html .p-200-px {
  padding: 200px !important;
}
html .pt-200-px {
  padding-top: 200px !important;
}
html .pb-200-px {
  padding-bottom: 200px !important;
}
html .ps-200-px {
  padding-left: 200px !important;
}
html .pe-200-px {
  padding-right: 200px !important;
}
html .m-200-px {
  margin: 200px !important;
}
html .mt-200-px {
  margin-top: 200px !important;
}
html .mb-200-px {
  margin-bottom: 200px !important;
}
html .ms-200-px {
  margin-left: 200px !important;
}
html .me-200-px {
  margin-right: 200px !important;
}
html .gap-200-px {
  gap: 200px !important;
}
html .w-204-px {
  width: 204px !important;
  min-width: 204px !important;
}
html .h-204-px {
  height: 204px !important;
  min-height: 204px !important;
}
html .p-204-px {
  padding: 204px !important;
}
html .pt-204-px {
  padding-top: 204px !important;
}
html .pb-204-px {
  padding-bottom: 204px !important;
}
html .ps-204-px {
  padding-left: 204px !important;
}
html .pe-204-px {
  padding-right: 204px !important;
}
html .m-204-px {
  margin: 204px !important;
}
html .mt-204-px {
  margin-top: 204px !important;
}
html .mb-204-px {
  margin-bottom: 204px !important;
}
html .ms-204-px {
  margin-left: 204px !important;
}
html .me-204-px {
  margin-right: 204px !important;
}
html .gap-204-px {
  gap: 204px !important;
}
html .w-208-px {
  width: 208px !important;
  min-width: 208px !important;
}
html .h-208-px {
  height: 208px !important;
  min-height: 208px !important;
}
html .p-208-px {
  padding: 208px !important;
}
html .pt-208-px {
  padding-top: 208px !important;
}
html .pb-208-px {
  padding-bottom: 208px !important;
}
html .ps-208-px {
  padding-left: 208px !important;
}
html .pe-208-px {
  padding-right: 208px !important;
}
html .m-208-px {
  margin: 208px !important;
}
html .mt-208-px {
  margin-top: 208px !important;
}
html .mb-208-px {
  margin-bottom: 208px !important;
}
html .ms-208-px {
  margin-left: 208px !important;
}
html .me-208-px {
  margin-right: 208px !important;
}
html .gap-208-px {
  gap: 208px !important;
}
html .w-212-px {
  width: 212px !important;
  min-width: 212px !important;
}
html .h-212-px {
  height: 212px !important;
  min-height: 212px !important;
}
html .p-212-px {
  padding: 212px !important;
}
html .pt-212-px {
  padding-top: 212px !important;
}
html .pb-212-px {
  padding-bottom: 212px !important;
}
html .ps-212-px {
  padding-left: 212px !important;
}
html .pe-212-px {
  padding-right: 212px !important;
}
html .m-212-px {
  margin: 212px !important;
}
html .mt-212-px {
  margin-top: 212px !important;
}
html .mb-212-px {
  margin-bottom: 212px !important;
}
html .ms-212-px {
  margin-left: 212px !important;
}
html .me-212-px {
  margin-right: 212px !important;
}
html .gap-212-px {
  gap: 212px !important;
}
html .w-216-px {
  width: 216px !important;
  min-width: 216px !important;
}
html .h-216-px {
  height: 216px !important;
  min-height: 216px !important;
}
html .p-216-px {
  padding: 216px !important;
}
html .pt-216-px {
  padding-top: 216px !important;
}
html .pb-216-px {
  padding-bottom: 216px !important;
}
html .ps-216-px {
  padding-left: 216px !important;
}
html .pe-216-px {
  padding-right: 216px !important;
}
html .m-216-px {
  margin: 216px !important;
}
html .mt-216-px {
  margin-top: 216px !important;
}
html .mb-216-px {
  margin-bottom: 216px !important;
}
html .ms-216-px {
  margin-left: 216px !important;
}
html .me-216-px {
  margin-right: 216px !important;
}
html .gap-216-px {
  gap: 216px !important;
}
html .w-220-px {
  width: 220px !important;
  min-width: 220px !important;
}
html .h-220-px {
  height: 220px !important;
  min-height: 220px !important;
}
html .p-220-px {
  padding: 220px !important;
}
html .pt-220-px {
  padding-top: 220px !important;
}
html .pb-220-px {
  padding-bottom: 220px !important;
}
html .ps-220-px {
  padding-left: 220px !important;
}
html .pe-220-px {
  padding-right: 220px !important;
}
html .m-220-px {
  margin: 220px !important;
}
html .mt-220-px {
  margin-top: 220px !important;
}
html .mb-220-px {
  margin-bottom: 220px !important;
}
html .ms-220-px {
  margin-left: 220px !important;
}
html .me-220-px {
  margin-right: 220px !important;
}
html .gap-220-px {
  gap: 220px !important;
}
html .w-224-px {
  width: 224px !important;
  min-width: 224px !important;
}
html .h-224-px {
  height: 224px !important;
  min-height: 224px !important;
}
html .p-224-px {
  padding: 224px !important;
}
html .pt-224-px {
  padding-top: 224px !important;
}
html .pb-224-px {
  padding-bottom: 224px !important;
}
html .ps-224-px {
  padding-left: 224px !important;
}
html .pe-224-px {
  padding-right: 224px !important;
}
html .m-224-px {
  margin: 224px !important;
}
html .mt-224-px {
  margin-top: 224px !important;
}
html .mb-224-px {
  margin-bottom: 224px !important;
}
html .ms-224-px {
  margin-left: 224px !important;
}
html .me-224-px {
  margin-right: 224px !important;
}
html .gap-224-px {
  gap: 224px !important;
}
html .w-228-px {
  width: 228px !important;
  min-width: 228px !important;
}
html .h-228-px {
  height: 228px !important;
  min-height: 228px !important;
}
html .p-228-px {
  padding: 228px !important;
}
html .pt-228-px {
  padding-top: 228px !important;
}
html .pb-228-px {
  padding-bottom: 228px !important;
}
html .ps-228-px {
  padding-left: 228px !important;
}
html .pe-228-px {
  padding-right: 228px !important;
}
html .m-228-px {
  margin: 228px !important;
}
html .mt-228-px {
  margin-top: 228px !important;
}
html .mb-228-px {
  margin-bottom: 228px !important;
}
html .ms-228-px {
  margin-left: 228px !important;
}
html .me-228-px {
  margin-right: 228px !important;
}
html .gap-228-px {
  gap: 228px !important;
}
html .w-232-px {
  width: 232px !important;
  min-width: 232px !important;
}
html .h-232-px {
  height: 232px !important;
  min-height: 232px !important;
}
html .p-232-px {
  padding: 232px !important;
}
html .pt-232-px {
  padding-top: 232px !important;
}
html .pb-232-px {
  padding-bottom: 232px !important;
}
html .ps-232-px {
  padding-left: 232px !important;
}
html .pe-232-px {
  padding-right: 232px !important;
}
html .m-232-px {
  margin: 232px !important;
}
html .mt-232-px {
  margin-top: 232px !important;
}
html .mb-232-px {
  margin-bottom: 232px !important;
}
html .ms-232-px {
  margin-left: 232px !important;
}
html .me-232-px {
  margin-right: 232px !important;
}
html .gap-232-px {
  gap: 232px !important;
}
html .w-236-px {
  width: 236px !important;
  min-width: 236px !important;
}
html .h-236-px {
  height: 236px !important;
  min-height: 236px !important;
}
html .p-236-px {
  padding: 236px !important;
}
html .pt-236-px {
  padding-top: 236px !important;
}
html .pb-236-px {
  padding-bottom: 236px !important;
}
html .ps-236-px {
  padding-left: 236px !important;
}
html .pe-236-px {
  padding-right: 236px !important;
}
html .m-236-px {
  margin: 236px !important;
}
html .mt-236-px {
  margin-top: 236px !important;
}
html .mb-236-px {
  margin-bottom: 236px !important;
}
html .ms-236-px {
  margin-left: 236px !important;
}
html .me-236-px {
  margin-right: 236px !important;
}
html .gap-236-px {
  gap: 236px !important;
}
html .w-240-px {
  width: 240px !important;
  min-width: 240px !important;
}
html .h-240-px {
  height: 240px !important;
  min-height: 240px !important;
}
html .p-240-px {
  padding: 240px !important;
}
html .pt-240-px {
  padding-top: 240px !important;
}
html .pb-240-px {
  padding-bottom: 240px !important;
}
html .ps-240-px {
  padding-left: 240px !important;
}
html .pe-240-px {
  padding-right: 240px !important;
}
html .m-240-px {
  margin: 240px !important;
}
html .mt-240-px {
  margin-top: 240px !important;
}
html .mb-240-px {
  margin-bottom: 240px !important;
}
html .ms-240-px {
  margin-left: 240px !important;
}
html .me-240-px {
  margin-right: 240px !important;
}
html .gap-240-px {
  gap: 240px !important;
}
html .w-244-px {
  width: 244px !important;
  min-width: 244px !important;
}
html .h-244-px {
  height: 244px !important;
  min-height: 244px !important;
}
html .p-244-px {
  padding: 244px !important;
}
html .pt-244-px {
  padding-top: 244px !important;
}
html .pb-244-px {
  padding-bottom: 244px !important;
}
html .ps-244-px {
  padding-left: 244px !important;
}
html .pe-244-px {
  padding-right: 244px !important;
}
html .m-244-px {
  margin: 244px !important;
}
html .mt-244-px {
  margin-top: 244px !important;
}
html .mb-244-px {
  margin-bottom: 244px !important;
}
html .ms-244-px {
  margin-left: 244px !important;
}
html .me-244-px {
  margin-right: 244px !important;
}
html .gap-244-px {
  gap: 244px !important;
}
html .w-248-px {
  width: 248px !important;
  min-width: 248px !important;
}
html .h-248-px {
  height: 248px !important;
  min-height: 248px !important;
}
html .p-248-px {
  padding: 248px !important;
}
html .pt-248-px {
  padding-top: 248px !important;
}
html .pb-248-px {
  padding-bottom: 248px !important;
}
html .ps-248-px {
  padding-left: 248px !important;
}
html .pe-248-px {
  padding-right: 248px !important;
}
html .m-248-px {
  margin: 248px !important;
}
html .mt-248-px {
  margin-top: 248px !important;
}
html .mb-248-px {
  margin-bottom: 248px !important;
}
html .ms-248-px {
  margin-left: 248px !important;
}
html .me-248-px {
  margin-right: 248px !important;
}
html .gap-248-px {
  gap: 248px !important;
}
html .w-252-px {
  width: 252px !important;
  min-width: 252px !important;
}
html .h-252-px {
  height: 252px !important;
  min-height: 252px !important;
}
html .p-252-px {
  padding: 252px !important;
}
html .pt-252-px {
  padding-top: 252px !important;
}
html .pb-252-px {
  padding-bottom: 252px !important;
}
html .ps-252-px {
  padding-left: 252px !important;
}
html .pe-252-px {
  padding-right: 252px !important;
}
html .m-252-px {
  margin: 252px !important;
}
html .mt-252-px {
  margin-top: 252px !important;
}
html .mb-252-px {
  margin-bottom: 252px !important;
}
html .ms-252-px {
  margin-left: 252px !important;
}
html .me-252-px {
  margin-right: 252px !important;
}
html .gap-252-px {
  gap: 252px !important;
}
html .w-256-px {
  width: 256px !important;
  min-width: 256px !important;
}
html .h-256-px {
  height: 256px !important;
  min-height: 256px !important;
}
html .p-256-px {
  padding: 256px !important;
}
html .pt-256-px {
  padding-top: 256px !important;
}
html .pb-256-px {
  padding-bottom: 256px !important;
}
html .ps-256-px {
  padding-left: 256px !important;
}
html .pe-256-px {
  padding-right: 256px !important;
}
html .m-256-px {
  margin: 256px !important;
}
html .mt-256-px {
  margin-top: 256px !important;
}
html .mb-256-px {
  margin-bottom: 256px !important;
}
html .ms-256-px {
  margin-left: 256px !important;
}
html .me-256-px {
  margin-right: 256px !important;
}
html .gap-256-px {
  gap: 256px !important;
}
html .w-260-px {
  width: 260px !important;
  min-width: 260px !important;
}
html .h-260-px {
  height: 260px !important;
  min-height: 260px !important;
}
html .p-260-px {
  padding: 260px !important;
}
html .pt-260-px {
  padding-top: 260px !important;
}
html .pb-260-px {
  padding-bottom: 260px !important;
}
html .ps-260-px {
  padding-left: 260px !important;
}
html .pe-260-px {
  padding-right: 260px !important;
}
html .m-260-px {
  margin: 260px !important;
}
html .mt-260-px {
  margin-top: 260px !important;
}
html .mb-260-px {
  margin-bottom: 260px !important;
}
html .ms-260-px {
  margin-left: 260px !important;
}
html .me-260-px {
  margin-right: 260px !important;
}
html .gap-260-px {
  gap: 260px !important;
}
html .w-264-px {
  width: 264px !important;
  min-width: 264px !important;
}
html .h-264-px {
  height: 264px !important;
  min-height: 264px !important;
}
html .p-264-px {
  padding: 264px !important;
}
html .pt-264-px {
  padding-top: 264px !important;
}
html .pb-264-px {
  padding-bottom: 264px !important;
}
html .ps-264-px {
  padding-left: 264px !important;
}
html .pe-264-px {
  padding-right: 264px !important;
}
html .m-264-px {
  margin: 264px !important;
}
html .mt-264-px {
  margin-top: 264px !important;
}
html .mb-264-px {
  margin-bottom: 264px !important;
}
html .ms-264-px {
  margin-left: 264px !important;
}
html .me-264-px {
  margin-right: 264px !important;
}
html .gap-264-px {
  gap: 264px !important;
}
html .w-268-px {
  width: 268px !important;
  min-width: 268px !important;
}
html .h-268-px {
  height: 268px !important;
  min-height: 268px !important;
}
html .p-268-px {
  padding: 268px !important;
}
html .pt-268-px {
  padding-top: 268px !important;
}
html .pb-268-px {
  padding-bottom: 268px !important;
}
html .ps-268-px {
  padding-left: 268px !important;
}
html .pe-268-px {
  padding-right: 268px !important;
}
html .m-268-px {
  margin: 268px !important;
}
html .mt-268-px {
  margin-top: 268px !important;
}
html .mb-268-px {
  margin-bottom: 268px !important;
}
html .ms-268-px {
  margin-left: 268px !important;
}
html .me-268-px {
  margin-right: 268px !important;
}
html .gap-268-px {
  gap: 268px !important;
}
html .w-272-px {
  width: 272px !important;
  min-width: 272px !important;
}
html .h-272-px {
  height: 272px !important;
  min-height: 272px !important;
}
html .p-272-px {
  padding: 272px !important;
}
html .pt-272-px {
  padding-top: 272px !important;
}
html .pb-272-px {
  padding-bottom: 272px !important;
}
html .ps-272-px {
  padding-left: 272px !important;
}
html .pe-272-px {
  padding-right: 272px !important;
}
html .m-272-px {
  margin: 272px !important;
}
html .mt-272-px {
  margin-top: 272px !important;
}
html .mb-272-px {
  margin-bottom: 272px !important;
}
html .ms-272-px {
  margin-left: 272px !important;
}
html .me-272-px {
  margin-right: 272px !important;
}
html .gap-272-px {
  gap: 272px !important;
}
html .w-276-px {
  width: 276px !important;
  min-width: 276px !important;
}
html .h-276-px {
  height: 276px !important;
  min-height: 276px !important;
}
html .p-276-px {
  padding: 276px !important;
}
html .pt-276-px {
  padding-top: 276px !important;
}
html .pb-276-px {
  padding-bottom: 276px !important;
}
html .ps-276-px {
  padding-left: 276px !important;
}
html .pe-276-px {
  padding-right: 276px !important;
}
html .m-276-px {
  margin: 276px !important;
}
html .mt-276-px {
  margin-top: 276px !important;
}
html .mb-276-px {
  margin-bottom: 276px !important;
}
html .ms-276-px {
  margin-left: 276px !important;
}
html .me-276-px {
  margin-right: 276px !important;
}
html .gap-276-px {
  gap: 276px !important;
}
html .w-280-px {
  width: 280px !important;
  min-width: 280px !important;
}
html .h-280-px {
  height: 280px !important;
  min-height: 280px !important;
}
html .p-280-px {
  padding: 280px !important;
}
html .pt-280-px {
  padding-top: 280px !important;
}
html .pb-280-px {
  padding-bottom: 280px !important;
}
html .ps-280-px {
  padding-left: 280px !important;
}
html .pe-280-px {
  padding-right: 280px !important;
}
html .m-280-px {
  margin: 280px !important;
}
html .mt-280-px {
  margin-top: 280px !important;
}
html .mb-280-px {
  margin-bottom: 280px !important;
}
html .ms-280-px {
  margin-left: 280px !important;
}
html .me-280-px {
  margin-right: 280px !important;
}
html .gap-280-px {
  gap: 280px !important;
}
html .w-284-px {
  width: 284px !important;
  min-width: 284px !important;
}
html .h-284-px {
  height: 284px !important;
  min-height: 284px !important;
}
html .p-284-px {
  padding: 284px !important;
}
html .pt-284-px {
  padding-top: 284px !important;
}
html .pb-284-px {
  padding-bottom: 284px !important;
}
html .ps-284-px {
  padding-left: 284px !important;
}
html .pe-284-px {
  padding-right: 284px !important;
}
html .m-284-px {
  margin: 284px !important;
}
html .mt-284-px {
  margin-top: 284px !important;
}
html .mb-284-px {
  margin-bottom: 284px !important;
}
html .ms-284-px {
  margin-left: 284px !important;
}
html .me-284-px {
  margin-right: 284px !important;
}
html .gap-284-px {
  gap: 284px !important;
}
html .w-288-px {
  width: 288px !important;
  min-width: 288px !important;
}
html .h-288-px {
  height: 288px !important;
  min-height: 288px !important;
}
html .p-288-px {
  padding: 288px !important;
}
html .pt-288-px {
  padding-top: 288px !important;
}
html .pb-288-px {
  padding-bottom: 288px !important;
}
html .ps-288-px {
  padding-left: 288px !important;
}
html .pe-288-px {
  padding-right: 288px !important;
}
html .m-288-px {
  margin: 288px !important;
}
html .mt-288-px {
  margin-top: 288px !important;
}
html .mb-288-px {
  margin-bottom: 288px !important;
}
html .ms-288-px {
  margin-left: 288px !important;
}
html .me-288-px {
  margin-right: 288px !important;
}
html .gap-288-px {
  gap: 288px !important;
}
html .w-292-px {
  width: 292px !important;
  min-width: 292px !important;
}
html .h-292-px {
  height: 292px !important;
  min-height: 292px !important;
}
html .p-292-px {
  padding: 292px !important;
}
html .pt-292-px {
  padding-top: 292px !important;
}
html .pb-292-px {
  padding-bottom: 292px !important;
}
html .ps-292-px {
  padding-left: 292px !important;
}
html .pe-292-px {
  padding-right: 292px !important;
}
html .m-292-px {
  margin: 292px !important;
}
html .mt-292-px {
  margin-top: 292px !important;
}
html .mb-292-px {
  margin-bottom: 292px !important;
}
html .ms-292-px {
  margin-left: 292px !important;
}
html .me-292-px {
  margin-right: 292px !important;
}
html .gap-292-px {
  gap: 292px !important;
}
html .w-296-px {
  width: 296px !important;
  min-width: 296px !important;
}
html .h-296-px {
  height: 296px !important;
  min-height: 296px !important;
}
html .p-296-px {
  padding: 296px !important;
}
html .pt-296-px {
  padding-top: 296px !important;
}
html .pb-296-px {
  padding-bottom: 296px !important;
}
html .ps-296-px {
  padding-left: 296px !important;
}
html .pe-296-px {
  padding-right: 296px !important;
}
html .m-296-px {
  margin: 296px !important;
}
html .mt-296-px {
  margin-top: 296px !important;
}
html .mb-296-px {
  margin-bottom: 296px !important;
}
html .ms-296-px {
  margin-left: 296px !important;
}
html .me-296-px {
  margin-right: 296px !important;
}
html .gap-296-px {
  gap: 296px !important;
}
html .w-300-px {
  width: 300px !important;
  min-width: 300px !important;
}
html .h-300-px {
  height: 300px !important;
  min-height: 300px !important;
}
html .p-300-px {
  padding: 300px !important;
}
html .pt-300-px {
  padding-top: 300px !important;
}
html .pb-300-px {
  padding-bottom: 300px !important;
}
html .ps-300-px {
  padding-left: 300px !important;
}
html .pe-300-px {
  padding-right: 300px !important;
}
html .m-300-px {
  margin: 300px !important;
}
html .mt-300-px {
  margin-top: 300px !important;
}
html .mb-300-px {
  margin-bottom: 300px !important;
}
html .ms-300-px {
  margin-left: 300px !important;
}
html .me-300-px {
  margin-right: 300px !important;
}
html .gap-300-px {
  gap: 300px !important;
}
html .w-304-px {
  width: 304px !important;
  min-width: 304px !important;
}
html .h-304-px {
  height: 304px !important;
  min-height: 304px !important;
}
html .p-304-px {
  padding: 304px !important;
}
html .pt-304-px {
  padding-top: 304px !important;
}
html .pb-304-px {
  padding-bottom: 304px !important;
}
html .ps-304-px {
  padding-left: 304px !important;
}
html .pe-304-px {
  padding-right: 304px !important;
}
html .m-304-px {
  margin: 304px !important;
}
html .mt-304-px {
  margin-top: 304px !important;
}
html .mb-304-px {
  margin-bottom: 304px !important;
}
html .ms-304-px {
  margin-left: 304px !important;
}
html .me-304-px {
  margin-right: 304px !important;
}
html .gap-304-px {
  gap: 304px !important;
}
html .w-308-px {
  width: 308px !important;
  min-width: 308px !important;
}
html .h-308-px {
  height: 308px !important;
  min-height: 308px !important;
}
html .p-308-px {
  padding: 308px !important;
}
html .pt-308-px {
  padding-top: 308px !important;
}
html .pb-308-px {
  padding-bottom: 308px !important;
}
html .ps-308-px {
  padding-left: 308px !important;
}
html .pe-308-px {
  padding-right: 308px !important;
}
html .m-308-px {
  margin: 308px !important;
}
html .mt-308-px {
  margin-top: 308px !important;
}
html .mb-308-px {
  margin-bottom: 308px !important;
}
html .ms-308-px {
  margin-left: 308px !important;
}
html .me-308-px {
  margin-right: 308px !important;
}
html .gap-308-px {
  gap: 308px !important;
}
html .w-312-px {
  width: 312px !important;
  min-width: 312px !important;
}
html .h-312-px {
  height: 312px !important;
  min-height: 312px !important;
}
html .p-312-px {
  padding: 312px !important;
}
html .pt-312-px {
  padding-top: 312px !important;
}
html .pb-312-px {
  padding-bottom: 312px !important;
}
html .ps-312-px {
  padding-left: 312px !important;
}
html .pe-312-px {
  padding-right: 312px !important;
}
html .m-312-px {
  margin: 312px !important;
}
html .mt-312-px {
  margin-top: 312px !important;
}
html .mb-312-px {
  margin-bottom: 312px !important;
}
html .ms-312-px {
  margin-left: 312px !important;
}
html .me-312-px {
  margin-right: 312px !important;
}
html .gap-312-px {
  gap: 312px !important;
}
html .w-316-px {
  width: 316px !important;
  min-width: 316px !important;
}
html .h-316-px {
  height: 316px !important;
  min-height: 316px !important;
}
html .p-316-px {
  padding: 316px !important;
}
html .pt-316-px {
  padding-top: 316px !important;
}
html .pb-316-px {
  padding-bottom: 316px !important;
}
html .ps-316-px {
  padding-left: 316px !important;
}
html .pe-316-px {
  padding-right: 316px !important;
}
html .m-316-px {
  margin: 316px !important;
}
html .mt-316-px {
  margin-top: 316px !important;
}
html .mb-316-px {
  margin-bottom: 316px !important;
}
html .ms-316-px {
  margin-left: 316px !important;
}
html .me-316-px {
  margin-right: 316px !important;
}
html .gap-316-px {
  gap: 316px !important;
}
html .w-320-px {
  width: 320px !important;
  min-width: 320px !important;
}
html .h-320-px {
  height: 320px !important;
  min-height: 320px !important;
}
html .p-320-px {
  padding: 320px !important;
}
html .pt-320-px {
  padding-top: 320px !important;
}
html .pb-320-px {
  padding-bottom: 320px !important;
}
html .ps-320-px {
  padding-left: 320px !important;
}
html .pe-320-px {
  padding-right: 320px !important;
}
html .m-320-px {
  margin: 320px !important;
}
html .mt-320-px {
  margin-top: 320px !important;
}
html .mb-320-px {
  margin-bottom: 320px !important;
}
html .ms-320-px {
  margin-left: 320px !important;
}
html .me-320-px {
  margin-right: 320px !important;
}
html .gap-320-px {
  gap: 320px !important;
}
html .w-324-px {
  width: 324px !important;
  min-width: 324px !important;
}
html .h-324-px {
  height: 324px !important;
  min-height: 324px !important;
}
html .p-324-px {
  padding: 324px !important;
}
html .pt-324-px {
  padding-top: 324px !important;
}
html .pb-324-px {
  padding-bottom: 324px !important;
}
html .ps-324-px {
  padding-left: 324px !important;
}
html .pe-324-px {
  padding-right: 324px !important;
}
html .m-324-px {
  margin: 324px !important;
}
html .mt-324-px {
  margin-top: 324px !important;
}
html .mb-324-px {
  margin-bottom: 324px !important;
}
html .ms-324-px {
  margin-left: 324px !important;
}
html .me-324-px {
  margin-right: 324px !important;
}
html .gap-324-px {
  gap: 324px !important;
}
html .w-328-px {
  width: 328px !important;
  min-width: 328px !important;
}
html .h-328-px {
  height: 328px !important;
  min-height: 328px !important;
}
html .p-328-px {
  padding: 328px !important;
}
html .pt-328-px {
  padding-top: 328px !important;
}
html .pb-328-px {
  padding-bottom: 328px !important;
}
html .ps-328-px {
  padding-left: 328px !important;
}
html .pe-328-px {
  padding-right: 328px !important;
}
html .m-328-px {
  margin: 328px !important;
}
html .mt-328-px {
  margin-top: 328px !important;
}
html .mb-328-px {
  margin-bottom: 328px !important;
}
html .ms-328-px {
  margin-left: 328px !important;
}
html .me-328-px {
  margin-right: 328px !important;
}
html .gap-328-px {
  gap: 328px !important;
}
html .w-332-px {
  width: 332px !important;
  min-width: 332px !important;
}
html .h-332-px {
  height: 332px !important;
  min-height: 332px !important;
}
html .p-332-px {
  padding: 332px !important;
}
html .pt-332-px {
  padding-top: 332px !important;
}
html .pb-332-px {
  padding-bottom: 332px !important;
}
html .ps-332-px {
  padding-left: 332px !important;
}
html .pe-332-px {
  padding-right: 332px !important;
}
html .m-332-px {
  margin: 332px !important;
}
html .mt-332-px {
  margin-top: 332px !important;
}
html .mb-332-px {
  margin-bottom: 332px !important;
}
html .ms-332-px {
  margin-left: 332px !important;
}
html .me-332-px {
  margin-right: 332px !important;
}
html .gap-332-px {
  gap: 332px !important;
}
html .w-336-px {
  width: 336px !important;
  min-width: 336px !important;
}
html .h-336-px {
  height: 336px !important;
  min-height: 336px !important;
}
html .p-336-px {
  padding: 336px !important;
}
html .pt-336-px {
  padding-top: 336px !important;
}
html .pb-336-px {
  padding-bottom: 336px !important;
}
html .ps-336-px {
  padding-left: 336px !important;
}
html .pe-336-px {
  padding-right: 336px !important;
}
html .m-336-px {
  margin: 336px !important;
}
html .mt-336-px {
  margin-top: 336px !important;
}
html .mb-336-px {
  margin-bottom: 336px !important;
}
html .ms-336-px {
  margin-left: 336px !important;
}
html .me-336-px {
  margin-right: 336px !important;
}
html .gap-336-px {
  gap: 336px !important;
}
html .w-340-px {
  width: 340px !important;
  min-width: 340px !important;
}
html .h-340-px {
  height: 340px !important;
  min-height: 340px !important;
}
html .p-340-px {
  padding: 340px !important;
}
html .pt-340-px {
  padding-top: 340px !important;
}
html .pb-340-px {
  padding-bottom: 340px !important;
}
html .ps-340-px {
  padding-left: 340px !important;
}
html .pe-340-px {
  padding-right: 340px !important;
}
html .m-340-px {
  margin: 340px !important;
}
html .mt-340-px {
  margin-top: 340px !important;
}
html .mb-340-px {
  margin-bottom: 340px !important;
}
html .ms-340-px {
  margin-left: 340px !important;
}
html .me-340-px {
  margin-right: 340px !important;
}
html .gap-340-px {
  gap: 340px !important;
}
html .w-344-px {
  width: 344px !important;
  min-width: 344px !important;
}
html .h-344-px {
  height: 344px !important;
  min-height: 344px !important;
}
html .p-344-px {
  padding: 344px !important;
}
html .pt-344-px {
  padding-top: 344px !important;
}
html .pb-344-px {
  padding-bottom: 344px !important;
}
html .ps-344-px {
  padding-left: 344px !important;
}
html .pe-344-px {
  padding-right: 344px !important;
}
html .m-344-px {
  margin: 344px !important;
}
html .mt-344-px {
  margin-top: 344px !important;
}
html .mb-344-px {
  margin-bottom: 344px !important;
}
html .ms-344-px {
  margin-left: 344px !important;
}
html .me-344-px {
  margin-right: 344px !important;
}
html .gap-344-px {
  gap: 344px !important;
}
html .w-348-px {
  width: 348px !important;
  min-width: 348px !important;
}
html .h-348-px {
  height: 348px !important;
  min-height: 348px !important;
}
html .p-348-px {
  padding: 348px !important;
}
html .pt-348-px {
  padding-top: 348px !important;
}
html .pb-348-px {
  padding-bottom: 348px !important;
}
html .ps-348-px {
  padding-left: 348px !important;
}
html .pe-348-px {
  padding-right: 348px !important;
}
html .m-348-px {
  margin: 348px !important;
}
html .mt-348-px {
  margin-top: 348px !important;
}
html .mb-348-px {
  margin-bottom: 348px !important;
}
html .ms-348-px {
  margin-left: 348px !important;
}
html .me-348-px {
  margin-right: 348px !important;
}
html .gap-348-px {
  gap: 348px !important;
}
html .w-352-px {
  width: 352px !important;
  min-width: 352px !important;
}
html .h-352-px {
  height: 352px !important;
  min-height: 352px !important;
}
html .p-352-px {
  padding: 352px !important;
}
html .pt-352-px {
  padding-top: 352px !important;
}
html .pb-352-px {
  padding-bottom: 352px !important;
}
html .ps-352-px {
  padding-left: 352px !important;
}
html .pe-352-px {
  padding-right: 352px !important;
}
html .m-352-px {
  margin: 352px !important;
}
html .mt-352-px {
  margin-top: 352px !important;
}
html .mb-352-px {
  margin-bottom: 352px !important;
}
html .ms-352-px {
  margin-left: 352px !important;
}
html .me-352-px {
  margin-right: 352px !important;
}
html .gap-352-px {
  gap: 352px !important;
}
html .w-356-px {
  width: 356px !important;
  min-width: 356px !important;
}
html .h-356-px {
  height: 356px !important;
  min-height: 356px !important;
}
html .p-356-px {
  padding: 356px !important;
}
html .pt-356-px {
  padding-top: 356px !important;
}
html .pb-356-px {
  padding-bottom: 356px !important;
}
html .ps-356-px {
  padding-left: 356px !important;
}
html .pe-356-px {
  padding-right: 356px !important;
}
html .m-356-px {
  margin: 356px !important;
}
html .mt-356-px {
  margin-top: 356px !important;
}
html .mb-356-px {
  margin-bottom: 356px !important;
}
html .ms-356-px {
  margin-left: 356px !important;
}
html .me-356-px {
  margin-right: 356px !important;
}
html .gap-356-px {
  gap: 356px !important;
}
html .w-360-px {
  width: 360px !important;
  min-width: 360px !important;
}
html .h-360-px {
  height: 360px !important;
  min-height: 360px !important;
}
html .p-360-px {
  padding: 360px !important;
}
html .pt-360-px {
  padding-top: 360px !important;
}
html .pb-360-px {
  padding-bottom: 360px !important;
}
html .ps-360-px {
  padding-left: 360px !important;
}
html .pe-360-px {
  padding-right: 360px !important;
}
html .m-360-px {
  margin: 360px !important;
}
html .mt-360-px {
  margin-top: 360px !important;
}
html .mb-360-px {
  margin-bottom: 360px !important;
}
html .ms-360-px {
  margin-left: 360px !important;
}
html .me-360-px {
  margin-right: 360px !important;
}
html .gap-360-px {
  gap: 360px !important;
}
html .w-364-px {
  width: 364px !important;
  min-width: 364px !important;
}
html .h-364-px {
  height: 364px !important;
  min-height: 364px !important;
}
html .p-364-px {
  padding: 364px !important;
}
html .pt-364-px {
  padding-top: 364px !important;
}
html .pb-364-px {
  padding-bottom: 364px !important;
}
html .ps-364-px {
  padding-left: 364px !important;
}
html .pe-364-px {
  padding-right: 364px !important;
}
html .m-364-px {
  margin: 364px !important;
}
html .mt-364-px {
  margin-top: 364px !important;
}
html .mb-364-px {
  margin-bottom: 364px !important;
}
html .ms-364-px {
  margin-left: 364px !important;
}
html .me-364-px {
  margin-right: 364px !important;
}
html .gap-364-px {
  gap: 364px !important;
}
html .w-368-px {
  width: 368px !important;
  min-width: 368px !important;
}
html .h-368-px {
  height: 368px !important;
  min-height: 368px !important;
}
html .p-368-px {
  padding: 368px !important;
}
html .pt-368-px {
  padding-top: 368px !important;
}
html .pb-368-px {
  padding-bottom: 368px !important;
}
html .ps-368-px {
  padding-left: 368px !important;
}
html .pe-368-px {
  padding-right: 368px !important;
}
html .m-368-px {
  margin: 368px !important;
}
html .mt-368-px {
  margin-top: 368px !important;
}
html .mb-368-px {
  margin-bottom: 368px !important;
}
html .ms-368-px {
  margin-left: 368px !important;
}
html .me-368-px {
  margin-right: 368px !important;
}
html .gap-368-px {
  gap: 368px !important;
}
html .w-372-px {
  width: 372px !important;
  min-width: 372px !important;
}
html .h-372-px {
  height: 372px !important;
  min-height: 372px !important;
}
html .p-372-px {
  padding: 372px !important;
}
html .pt-372-px {
  padding-top: 372px !important;
}
html .pb-372-px {
  padding-bottom: 372px !important;
}
html .ps-372-px {
  padding-left: 372px !important;
}
html .pe-372-px {
  padding-right: 372px !important;
}
html .m-372-px {
  margin: 372px !important;
}
html .mt-372-px {
  margin-top: 372px !important;
}
html .mb-372-px {
  margin-bottom: 372px !important;
}
html .ms-372-px {
  margin-left: 372px !important;
}
html .me-372-px {
  margin-right: 372px !important;
}
html .gap-372-px {
  gap: 372px !important;
}
html .w-376-px {
  width: 376px !important;
  min-width: 376px !important;
}
html .h-376-px {
  height: 376px !important;
  min-height: 376px !important;
}
html .p-376-px {
  padding: 376px !important;
}
html .pt-376-px {
  padding-top: 376px !important;
}
html .pb-376-px {
  padding-bottom: 376px !important;
}
html .ps-376-px {
  padding-left: 376px !important;
}
html .pe-376-px {
  padding-right: 376px !important;
}
html .m-376-px {
  margin: 376px !important;
}
html .mt-376-px {
  margin-top: 376px !important;
}
html .mb-376-px {
  margin-bottom: 376px !important;
}
html .ms-376-px {
  margin-left: 376px !important;
}
html .me-376-px {
  margin-right: 376px !important;
}
html .gap-376-px {
  gap: 376px !important;
}
html .w-380-px {
  width: 380px !important;
  min-width: 380px !important;
}
html .h-380-px {
  height: 380px !important;
  min-height: 380px !important;
}
html .p-380-px {
  padding: 380px !important;
}
html .pt-380-px {
  padding-top: 380px !important;
}
html .pb-380-px {
  padding-bottom: 380px !important;
}
html .ps-380-px {
  padding-left: 380px !important;
}
html .pe-380-px {
  padding-right: 380px !important;
}
html .m-380-px {
  margin: 380px !important;
}
html .mt-380-px {
  margin-top: 380px !important;
}
html .mb-380-px {
  margin-bottom: 380px !important;
}
html .ms-380-px {
  margin-left: 380px !important;
}
html .me-380-px {
  margin-right: 380px !important;
}
html .gap-380-px {
  gap: 380px !important;
}
html .w-384-px {
  width: 384px !important;
  min-width: 384px !important;
}
html .h-384-px {
  height: 384px !important;
  min-height: 384px !important;
}
html .p-384-px {
  padding: 384px !important;
}
html .pt-384-px {
  padding-top: 384px !important;
}
html .pb-384-px {
  padding-bottom: 384px !important;
}
html .ps-384-px {
  padding-left: 384px !important;
}
html .pe-384-px {
  padding-right: 384px !important;
}
html .m-384-px {
  margin: 384px !important;
}
html .mt-384-px {
  margin-top: 384px !important;
}
html .mb-384-px {
  margin-bottom: 384px !important;
}
html .ms-384-px {
  margin-left: 384px !important;
}
html .me-384-px {
  margin-right: 384px !important;
}
html .gap-384-px {
  gap: 384px !important;
}
html .w-388-px {
  width: 388px !important;
  min-width: 388px !important;
}
html .h-388-px {
  height: 388px !important;
  min-height: 388px !important;
}
html .p-388-px {
  padding: 388px !important;
}
html .pt-388-px {
  padding-top: 388px !important;
}
html .pb-388-px {
  padding-bottom: 388px !important;
}
html .ps-388-px {
  padding-left: 388px !important;
}
html .pe-388-px {
  padding-right: 388px !important;
}
html .m-388-px {
  margin: 388px !important;
}
html .mt-388-px {
  margin-top: 388px !important;
}
html .mb-388-px {
  margin-bottom: 388px !important;
}
html .ms-388-px {
  margin-left: 388px !important;
}
html .me-388-px {
  margin-right: 388px !important;
}
html .gap-388-px {
  gap: 388px !important;
}
html .w-392-px {
  width: 392px !important;
  min-width: 392px !important;
}
html .h-392-px {
  height: 392px !important;
  min-height: 392px !important;
}
html .p-392-px {
  padding: 392px !important;
}
html .pt-392-px {
  padding-top: 392px !important;
}
html .pb-392-px {
  padding-bottom: 392px !important;
}
html .ps-392-px {
  padding-left: 392px !important;
}
html .pe-392-px {
  padding-right: 392px !important;
}
html .m-392-px {
  margin: 392px !important;
}
html .mt-392-px {
  margin-top: 392px !important;
}
html .mb-392-px {
  margin-bottom: 392px !important;
}
html .ms-392-px {
  margin-left: 392px !important;
}
html .me-392-px {
  margin-right: 392px !important;
}
html .gap-392-px {
  gap: 392px !important;
}
html .w-396-px {
  width: 396px !important;
  min-width: 396px !important;
}
html .h-396-px {
  height: 396px !important;
  min-height: 396px !important;
}
html .p-396-px {
  padding: 396px !important;
}
html .pt-396-px {
  padding-top: 396px !important;
}
html .pb-396-px {
  padding-bottom: 396px !important;
}
html .ps-396-px {
  padding-left: 396px !important;
}
html .pe-396-px {
  padding-right: 396px !important;
}
html .m-396-px {
  margin: 396px !important;
}
html .mt-396-px {
  margin-top: 396px !important;
}
html .mb-396-px {
  margin-bottom: 396px !important;
}
html .ms-396-px {
  margin-left: 396px !important;
}
html .me-396-px {
  margin-right: 396px !important;
}
html .gap-396-px {
  gap: 396px !important;
}
html .w-400-px {
  width: 400px !important;
  min-width: 400px !important;
}
html .h-400-px {
  height: 400px !important;
  min-height: 400px !important;
}
html .p-400-px {
  padding: 400px !important;
}
html .pt-400-px {
  padding-top: 400px !important;
}
html .pb-400-px {
  padding-bottom: 400px !important;
}
html .ps-400-px {
  padding-left: 400px !important;
}
html .pe-400-px {
  padding-right: 400px !important;
}
html .m-400-px {
  margin: 400px !important;
}
html .mt-400-px {
  margin-top: 400px !important;
}
html .mb-400-px {
  margin-bottom: 400px !important;
}
html .ms-400-px {
  margin-left: 400px !important;
}
html .me-400-px {
  margin-right: 400px !important;
}
html .gap-400-px {
  gap: 400px !important;
}
html .w-500-px {
  width: 500px !important;
  min-width: 500px !important;
}
html .h-450-px {
  height: 450px !important;
  min-height: 450px !important;
}
html .f-12-px {
  font-size: 12px !important;
  line-height: 12px !important;
}
html .f-12 {
  font-size: max(12px, min(1.2vw, 12px)) !important;
  line-height: max(12px, min(1.2vw, 12px)) !important;
}
html .f-16-px {
  font-size: 16px !important;
  line-height: 16px !important;
}
html .f-16 {
  font-size: max(16px, min(1.6vw, 16px)) !important;
  line-height: max(16px, min(1.6vw, 16px)) !important;
}
html .f-20-px {
  font-size: 20px !important;
  line-height: 20px !important;
}
html .f-20 {
  font-size: max(16px, min(1.6vw, 20px)) !important;
  line-height: max(16px, min(1.6vw, 20px)) !important;
}
html .f-24-px {
  font-size: 24px !important;
  line-height: 24px !important;
}
html .f-24 {
  font-size: max(16px, min(1.6vw, 24px)) !important;
  line-height: max(16px, min(1.6vw, 24px)) !important;
}
html .f-28-px {
  font-size: 28px !important;
  line-height: 28px !important;
}
html .f-28 {
  font-size: max(16px, min(1.6vw, 28px)) !important;
  line-height: max(16px, min(1.6vw, 28px)) !important;
}
html .f-32-px {
  font-size: 32px !important;
  line-height: 32px !important;
}
html .f-32 {
  font-size: max(18px, min(2.2vw, 32px)) !important;
  line-height: max(18px, min(2.2vw, 32px)) !important;
}
html .f-36-px {
  font-size: 36px !important;
  line-height: 36px !important;
}
html .f-36 {
  font-size: max(18px, min(2.2vw, 36px)) !important;
  line-height: max(18px, min(2.2vw, 36px)) !important;
}
html .f-40-px {
  font-size: 40px !important;
  line-height: 40px !important;
}
html .f-40 {
  font-size: max(18px, min(2.2vw, 40px)) !important;
  line-height: max(18px, min(2.2vw, 40px)) !important;
}
html .f-44-px {
  font-size: 44px !important;
  line-height: 44px !important;
}
html .f-44 {
  font-size: max(18px, min(2.2vw, 44px)) !important;
  line-height: max(18px, min(2.2vw, 44px)) !important;
}
html .f-48-px {
  font-size: 48px !important;
  line-height: 48px !important;
}
html .f-48 {
  font-size: max(18px, min(2.2vw, 48px)) !important;
  line-height: max(18px, min(2.2vw, 48px)) !important;
}
html .f-60-px {
  font-size: 60px !important;
  line-height: 60px !important;
}
html .link-accent {
  color: var(--accent) !important;
}
html .link-color,
html .text-color {
  color: #333333 !important;
}
html .fw-semibold,
html .fw-500 {
  font-weight: 500;
}
html .w-20 {
  width: 20% !important;
}
html .w-40 {
  width: 40% !important;
}
html .w-80 {
  width: 80% !important;
}
html .w-600-px {
  width: 600px !important;
}
html .icon-responsive {
  font-size: max(16px, min(2vw, 24px)) !important;
  width: max(16px, min(2vw, 24px)) !important;
  min-width: max(16px, min(2vw, 24px)) !important;
  height: max(16px, min(2vw, 24px)) !important;
  min-height: max(16px, min(2vw, 24px)) !important;
}
html .mat-mdc-outlined-button.mat-mdc-button-base {
  padding: 0px 18px;
}
html .mat-form-field-appearance-outline.mat-form-field-disabled {
  --mdc-outlined-text-field-disabled-outline-color: rgb(0 0 0 / 12%) !important;
}
html .c-pointer {
  cursor: pointer;
}
html .mat-field-hide-hint .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
html .text-hover-underline {
  text-decoration: none;
}
html .text-hover-underline:hover {
  text-decoration: underline;
}
html .disabled {
  pointer-events: none;
  cursor: default;
  color: var(--secondary) !important;
}
html .table-container {
  overflow-y: auto;
}
html .table-container .table {
  border-collapse: collapse;
  border: 1px solid;
}
html .table-container .table th,
html .table-container .table td {
  padding: 4px 8px;
  border: 1px solid;
  text-align: left;
}
html .outline-0 {
  outline: 0 !important;
}
html .z-1 {
  z-index: 1;
}
html .bg-body {
  background-color: var(--body-bg) !important;
}
html .bg-white {
  background-color: white !important;
}
html .bg-accent {
  background-color: var(--accent) !important;
  color: white !important;
}
html .bg-blue {
  background-color: var(--blue) !important;
  color: white !important;
}
html .bg-orange {
  background-color: var(--orange) !important;
  color: white !important;
}
html .bg-secondary,
html .bg-primary,
html .bg-accent,
html .bg-warn,
html .bg-success,
html .bg-danger,
html .bg-warning,
html .bg-info,
html .bg-blue,
html .bg-orange {
  color: white !important;
}
html .bg-secondary:disabled,
html .bg-primary:disabled,
html .bg-accent:disabled,
html .bg-warn:disabled,
html .bg-success:disabled,
html .bg-danger:disabled,
html .bg-warning:disabled,
html .bg-info:disabled,
html .bg-blue:disabled,
html .bg-orange:disabled {
  color: rgba(255, 255, 255, 0.299) !important;
}
html .nex-border-btn {
  height: 34px;
  border-radius: 4px;
  border: 1px solid var(--sys-primary) !important;
}
html .nex-btn {
  height: 34px;
  border-radius: 4px;
}
html :root {
  --secondary: #7B7575;
  --success: #66BB6A;
  --info: #42A5F5;
  --warning: #FFA726;
  --danger: #EF5350;
  --light: #f8f9fa;
  --dark: #212529;
  --blue: #0d6efd;
  --orange: #FFA726;
}
html .container,
html .container-fluid,
html .container-xxl,
html .container-xl,
html .container-lg,
html .container-md,
html .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  html .container-sm,
  html .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html .container-lg,
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html .container-xl,
  html .container-lg,
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  html .container-xxl,
  html .container-xl,
  html .container-lg,
  html .container-md,
  html .container-sm,
  html .container {
    max-width: 1320px;
  }
}
html .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
html .row > * {
  box-sizing: border-box;
  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);
}
html .col {
  flex: 1 0 0%;
}
html .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
html .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
html .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
html .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
html .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
html .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
html .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  html .col-sm {
    flex: 1 0 0%;
  }
  html .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  html .col-md {
    flex: 1 0 0%;
  }
  html .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  html .col-lg {
    flex: 1 0 0%;
  }
  html .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  html .col-xl {
    flex: 1 0 0%;
  }
  html .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  html .col-xxl {
    flex: 1 0 0%;
  }
  html .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  html .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  html .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  html .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  html .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  html .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  html .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
html .col-auto {
  flex: 0 0 auto;
  width: auto;
}
html .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
html .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
html .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
html .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
html .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
html .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
html .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
html .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
html .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
html .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
html .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
html .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
html .offset-1 {
  margin-left: 8.33333333%;
}
html .offset-2 {
  margin-left: 16.66666667%;
}
html .offset-3 {
  margin-left: 25%;
}
html .offset-4 {
  margin-left: 33.33333333%;
}
html .offset-5 {
  margin-left: 41.66666667%;
}
html .offset-6 {
  margin-left: 50%;
}
html .offset-7 {
  margin-left: 58.33333333%;
}
html .offset-8 {
  margin-left: 66.66666667%;
}
html .offset-9 {
  margin-left: 75%;
}
html .offset-10 {
  margin-left: 83.33333333%;
}
html .offset-11 {
  margin-left: 91.66666667%;
}
html .g-0,
html .gx-0 {
  --bs-gutter-x: 0;
}
html .g-0,
html .gy-0 {
  --bs-gutter-y: 0;
}
html .g-1,
html .gx-1 {
  --bs-gutter-x: 0.25rem;
}
html .g-1,
html .gy-1 {
  --bs-gutter-y: 0.25rem;
}
html .g-2,
html .gx-2 {
  --bs-gutter-x: 0.5rem;
}
html .g-2,
html .gy-2 {
  --bs-gutter-y: 0.5rem;
}
html .g-3,
html .gx-3 {
  --bs-gutter-x: 1rem;
}
html .g-3,
html .gy-3 {
  --bs-gutter-y: 1rem;
}
html .g-4,
html .gx-4 {
  --bs-gutter-x: 1.5rem;
}
html .g-4,
html .gy-4 {
  --bs-gutter-y: 1.5rem;
}
html .g-5,
html .gx-5 {
  --bs-gutter-x: 3rem;
}
html .g-5,
html .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  html .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html .offset-sm-0 {
    margin-left: 0;
  }
  html .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  html .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  html .offset-sm-3 {
    margin-left: 25%;
  }
  html .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  html .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  html .offset-sm-6 {
    margin-left: 50%;
  }
  html .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  html .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  html .offset-sm-9 {
    margin-left: 75%;
  }
  html .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  html .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  html .g-sm-0,
  html .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  html .g-sm-0,
  html .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  html .g-sm-1,
  html .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  html .g-sm-1,
  html .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  html .g-sm-2,
  html .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  html .g-sm-2,
  html .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  html .g-sm-3,
  html .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  html .g-sm-3,
  html .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  html .g-sm-4,
  html .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  html .g-sm-4,
  html .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  html .g-sm-5,
  html .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  html .g-sm-5,
  html .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  html .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html .offset-md-0 {
    margin-left: 0;
  }
  html .offset-md-1 {
    margin-left: 8.33333333%;
  }
  html .offset-md-2 {
    margin-left: 16.66666667%;
  }
  html .offset-md-3 {
    margin-left: 25%;
  }
  html .offset-md-4 {
    margin-left: 33.33333333%;
  }
  html .offset-md-5 {
    margin-left: 41.66666667%;
  }
  html .offset-md-6 {
    margin-left: 50%;
  }
  html .offset-md-7 {
    margin-left: 58.33333333%;
  }
  html .offset-md-8 {
    margin-left: 66.66666667%;
  }
  html .offset-md-9 {
    margin-left: 75%;
  }
  html .offset-md-10 {
    margin-left: 83.33333333%;
  }
  html .offset-md-11 {
    margin-left: 91.66666667%;
  }
  html .g-md-0,
  html .gx-md-0 {
    --bs-gutter-x: 0;
  }
  html .g-md-0,
  html .gy-md-0 {
    --bs-gutter-y: 0;
  }
  html .g-md-1,
  html .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  html .g-md-1,
  html .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  html .g-md-2,
  html .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  html .g-md-2,
  html .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  html .g-md-3,
  html .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  html .g-md-3,
  html .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  html .g-md-4,
  html .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  html .g-md-4,
  html .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  html .g-md-5,
  html .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  html .g-md-5,
  html .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  html .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html .offset-lg-0 {
    margin-left: 0;
  }
  html .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  html .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  html .offset-lg-3 {
    margin-left: 25%;
  }
  html .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  html .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  html .offset-lg-6 {
    margin-left: 50%;
  }
  html .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  html .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  html .offset-lg-9 {
    margin-left: 75%;
  }
  html .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  html .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  html .g-lg-0,
  html .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  html .g-lg-0,
  html .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  html .g-lg-1,
  html .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  html .g-lg-1,
  html .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  html .g-lg-2,
  html .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  html .g-lg-2,
  html .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  html .g-lg-3,
  html .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  html .g-lg-3,
  html .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  html .g-lg-4,
  html .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  html .g-lg-4,
  html .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  html .g-lg-5,
  html .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  html .g-lg-5,
  html .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  html .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html .offset-xl-0 {
    margin-left: 0;
  }
  html .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  html .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  html .offset-xl-3 {
    margin-left: 25%;
  }
  html .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  html .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  html .offset-xl-6 {
    margin-left: 50%;
  }
  html .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  html .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  html .offset-xl-9 {
    margin-left: 75%;
  }
  html .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  html .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  html .g-xl-0,
  html .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  html .g-xl-0,
  html .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  html .g-xl-1,
  html .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html .g-xl-1,
  html .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html .g-xl-2,
  html .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html .g-xl-2,
  html .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html .g-xl-3,
  html .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  html .g-xl-3,
  html .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  html .g-xl-4,
  html .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html .g-xl-4,
  html .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html .g-xl-5,
  html .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  html .g-xl-5,
  html .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  html .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  html .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  html .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  html .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  html .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  html .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  html .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  html .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  html .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  html .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  html .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  html .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  html .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  html .offset-xxl-0 {
    margin-left: 0;
  }
  html .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  html .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  html .offset-xxl-3 {
    margin-left: 25%;
  }
  html .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  html .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  html .offset-xxl-6 {
    margin-left: 50%;
  }
  html .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  html .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  html .offset-xxl-9 {
    margin-left: 75%;
  }
  html .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  html .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  html .g-xxl-0,
  html .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  html .g-xxl-0,
  html .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  html .g-xxl-1,
  html .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  html .g-xxl-1,
  html .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  html .g-xxl-2,
  html .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  html .g-xxl-2,
  html .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  html .g-xxl-3,
  html .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  html .g-xxl-3,
  html .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  html .g-xxl-4,
  html .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  html .g-xxl-4,
  html .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  html .g-xxl-5,
  html .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  html .g-xxl-5,
  html .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
html .d-inline {
  display: inline !important;
}
html .d-inline-block {
  display: inline-block !important;
}
html .d-block {
  display: block !important;
}
html .d-grid {
  display: grid !important;
}
html .d-table {
  display: table !important;
}
html .d-table-row {
  display: table-row !important;
}
html .d-table-cell {
  display: table-cell !important;
}
html .d-flex {
  display: flex !important;
}
html .d-inline-flex {
  display: inline-flex !important;
}
html .d-none {
  display: none !important;
}
html .flex-fill {
  flex: 1 1 auto !important;
}
html .flex-row {
  flex-direction: row !important;
}
html .flex-column {
  flex-direction: column !important;
}
html .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html .flex-grow-0 {
  flex-grow: 0 !important;
}
html .flex-grow-1 {
  flex-grow: 1 !important;
}
html .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html .flex-wrap {
  flex-wrap: wrap !important;
}
html .flex-nowrap {
  flex-wrap: nowrap !important;
}
html .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html .justify-content-start {
  justify-content: flex-start !important;
}
html .justify-content-end {
  justify-content: flex-end !important;
}
html .justify-content-center {
  justify-content: center !important;
}
html .justify-content-between {
  justify-content: space-between !important;
}
html .justify-content-around {
  justify-content: space-around !important;
}
html .justify-content-evenly {
  justify-content: space-evenly !important;
}
html .align-items-start {
  align-items: flex-start !important;
}
html .align-items-end {
  align-items: flex-end !important;
}
html .align-items-center {
  align-items: center !important;
}
html .align-items-baseline {
  align-items: baseline !important;
}
html .align-items-stretch {
  align-items: stretch !important;
}
html .align-content-start {
  align-content: flex-start !important;
}
html .align-content-end {
  align-content: flex-end !important;
}
html .align-content-center {
  align-content: center !important;
}
html .align-content-between {
  align-content: space-between !important;
}
html .align-content-around {
  align-content: space-around !important;
}
html .align-content-stretch {
  align-content: stretch !important;
}
html .align-self-auto {
  align-self: auto !important;
}
html .align-self-start {
  align-self: flex-start !important;
}
html .align-self-end {
  align-self: flex-end !important;
}
html .align-self-center {
  align-self: center !important;
}
html .align-self-baseline {
  align-self: baseline !important;
}
html .align-self-stretch {
  align-self: stretch !important;
}
html .order-first {
  order: -1 !important;
}
html .order-0 {
  order: 0 !important;
}
html .order-1 {
  order: 1 !important;
}
html .order-2 {
  order: 2 !important;
}
html .order-3 {
  order: 3 !important;
}
html .order-4 {
  order: 4 !important;
}
html .order-5 {
  order: 5 !important;
}
html .order-last {
  order: 6 !important;
}
html .m-0 {
  margin: 0 !important;
}
html .m-1 {
  margin: 0.25rem !important;
}
html .m-2 {
  margin: 0.5rem !important;
}
html .m-3 {
  margin: 1rem !important;
}
html .m-4 {
  margin: 1.5rem !important;
}
html .m-5 {
  margin: 3rem !important;
}
html .m-auto {
  margin: auto !important;
}
html .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
html .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
html .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
html .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
html .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
html .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
html .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
html .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
html .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
html .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
html .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
html .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
html .mt-0 {
  margin-top: 0 !important;
}
html .mt-1 {
  margin-top: 0.25rem !important;
}
html .mt-2 {
  margin-top: 0.5rem !important;
}
html .mt-3 {
  margin-top: 1rem !important;
}
html .mt-4 {
  margin-top: 1.5rem !important;
}
html .mt-5 {
  margin-top: 3rem !important;
}
html .mt-auto {
  margin-top: auto !important;
}
html .me-0 {
  margin-right: 0 !important;
}
html .me-1 {
  margin-right: 0.25rem !important;
}
html .me-2 {
  margin-right: 0.5rem !important;
}
html .me-3 {
  margin-right: 1rem !important;
}
html .me-4 {
  margin-right: 1.5rem !important;
}
html .me-5 {
  margin-right: 3rem !important;
}
html .me-auto {
  margin-right: auto !important;
}
html .mb-0 {
  margin-bottom: 0 !important;
}
html .mb-1 {
  margin-bottom: 0.25rem !important;
}
html .mb-2 {
  margin-bottom: 0.5rem !important;
}
html .mb-3 {
  margin-bottom: 1rem !important;
}
html .mb-4 {
  margin-bottom: 1.5rem !important;
}
html .mb-5 {
  margin-bottom: 3rem !important;
}
html .mb-auto {
  margin-bottom: auto !important;
}
html .ms-0 {
  margin-left: 0 !important;
}
html .ms-1 {
  margin-left: 0.25rem !important;
}
html .ms-2 {
  margin-left: 0.5rem !important;
}
html .ms-3 {
  margin-left: 1rem !important;
}
html .ms-4 {
  margin-left: 1.5rem !important;
}
html .ms-5 {
  margin-left: 3rem !important;
}
html .ms-auto {
  margin-left: auto !important;
}
html .p-0 {
  padding: 0 !important;
}
html .p-1 {
  padding: 0.25rem !important;
}
html .p-2 {
  padding: 0.5rem !important;
}
html .p-3 {
  padding: 1rem !important;
}
html .p-4 {
  padding: 1.5rem !important;
}
html .p-5 {
  padding: 3rem !important;
}
html .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
html .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
html .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
html .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
html .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
html .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
html .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
html .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
html .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
html .pt-0 {
  padding-top: 0 !important;
}
html .pt-1 {
  padding-top: 0.25rem !important;
}
html .pt-2 {
  padding-top: 0.5rem !important;
}
html .pt-3 {
  padding-top: 1rem !important;
}
html .pt-4 {
  padding-top: 1.5rem !important;
}
html .pt-5 {
  padding-top: 3rem !important;
}
html .pe-0 {
  padding-right: 0 !important;
}
html .pe-1 {
  padding-right: 0.25rem !important;
}
html .pe-2 {
  padding-right: 0.5rem !important;
}
html .pe-3 {
  padding-right: 1rem !important;
}
html .pe-4 {
  padding-right: 1.5rem !important;
}
html .pe-5 {
  padding-right: 3rem !important;
}
html .pb-0 {
  padding-bottom: 0 !important;
}
html .pb-1 {
  padding-bottom: 0.25rem !important;
}
html .pb-2 {
  padding-bottom: 0.5rem !important;
}
html .pb-3 {
  padding-bottom: 1rem !important;
}
html .pb-4 {
  padding-bottom: 1.5rem !important;
}
html .pb-5 {
  padding-bottom: 3rem !important;
}
html .ps-0 {
  padding-left: 0 !important;
}
html .ps-1 {
  padding-left: 0.25rem !important;
}
html .ps-2 {
  padding-left: 0.5rem !important;
}
html .ps-3 {
  padding-left: 1rem !important;
}
html .ps-4 {
  padding-left: 1.5rem !important;
}
html .ps-5 {
  padding-left: 3rem !important;
}
@media (min-width: 576px) {
  html .d-sm-inline {
    display: inline !important;
  }
  html .d-sm-inline-block {
    display: inline-block !important;
  }
  html .d-sm-block {
    display: block !important;
  }
  html .d-sm-grid {
    display: grid !important;
  }
  html .d-sm-table {
    display: table !important;
  }
  html .d-sm-table-row {
    display: table-row !important;
  }
  html .d-sm-table-cell {
    display: table-cell !important;
  }
  html .d-sm-flex {
    display: flex !important;
  }
  html .d-sm-inline-flex {
    display: inline-flex !important;
  }
  html .d-sm-none {
    display: none !important;
  }
  html .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html .flex-sm-row {
    flex-direction: row !important;
  }
  html .flex-sm-column {
    flex-direction: column !important;
  }
  html .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html .justify-content-sm-center {
    justify-content: center !important;
  }
  html .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-sm-start {
    align-items: flex-start !important;
  }
  html .align-items-sm-end {
    align-items: flex-end !important;
  }
  html .align-items-sm-center {
    align-items: center !important;
  }
  html .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html .align-content-sm-start {
    align-content: flex-start !important;
  }
  html .align-content-sm-end {
    align-content: flex-end !important;
  }
  html .align-content-sm-center {
    align-content: center !important;
  }
  html .align-content-sm-between {
    align-content: space-between !important;
  }
  html .align-content-sm-around {
    align-content: space-around !important;
  }
  html .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html .align-self-sm-auto {
    align-self: auto !important;
  }
  html .align-self-sm-start {
    align-self: flex-start !important;
  }
  html .align-self-sm-end {
    align-self: flex-end !important;
  }
  html .align-self-sm-center {
    align-self: center !important;
  }
  html .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html .align-self-sm-stretch {
    align-self: stretch !important;
  }
  html .order-sm-first {
    order: -1 !important;
  }
  html .order-sm-0 {
    order: 0 !important;
  }
  html .order-sm-1 {
    order: 1 !important;
  }
  html .order-sm-2 {
    order: 2 !important;
  }
  html .order-sm-3 {
    order: 3 !important;
  }
  html .order-sm-4 {
    order: 4 !important;
  }
  html .order-sm-5 {
    order: 5 !important;
  }
  html .order-sm-last {
    order: 6 !important;
  }
  html .m-sm-0 {
    margin: 0 !important;
  }
  html .m-sm-1 {
    margin: 0.25rem !important;
  }
  html .m-sm-2 {
    margin: 0.5rem !important;
  }
  html .m-sm-3 {
    margin: 1rem !important;
  }
  html .m-sm-4 {
    margin: 1.5rem !important;
  }
  html .m-sm-5 {
    margin: 3rem !important;
  }
  html .m-sm-auto {
    margin: auto !important;
  }
  html .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-sm-0 {
    margin-top: 0 !important;
  }
  html .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-sm-3 {
    margin-top: 1rem !important;
  }
  html .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-sm-5 {
    margin-top: 3rem !important;
  }
  html .mt-sm-auto {
    margin-top: auto !important;
  }
  html .me-sm-0 {
    margin-right: 0 !important;
  }
  html .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  html .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  html .me-sm-3 {
    margin-right: 1rem !important;
  }
  html .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html .me-sm-5 {
    margin-right: 3rem !important;
  }
  html .me-sm-auto {
    margin-right: auto !important;
  }
  html .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  html .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-sm-auto {
    margin-bottom: auto !important;
  }
  html .ms-sm-0 {
    margin-left: 0 !important;
  }
  html .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html .ms-sm-auto {
    margin-left: auto !important;
  }
  html .p-sm-0 {
    padding: 0 !important;
  }
  html .p-sm-1 {
    padding: 0.25rem !important;
  }
  html .p-sm-2 {
    padding: 0.5rem !important;
  }
  html .p-sm-3 {
    padding: 1rem !important;
  }
  html .p-sm-4 {
    padding: 1.5rem !important;
  }
  html .p-sm-5 {
    padding: 3rem !important;
  }
  html .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-sm-0 {
    padding-top: 0 !important;
  }
  html .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-sm-3 {
    padding-top: 1rem !important;
  }
  html .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-sm-5 {
    padding-top: 3rem !important;
  }
  html .pe-sm-0 {
    padding-right: 0 !important;
  }
  html .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-sm-0 {
    padding-left: 0 !important;
  }
  html .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  html .d-md-inline {
    display: inline !important;
  }
  html .d-md-inline-block {
    display: inline-block !important;
  }
  html .d-md-block {
    display: block !important;
  }
  html .d-md-grid {
    display: grid !important;
  }
  html .d-md-table {
    display: table !important;
  }
  html .d-md-table-row {
    display: table-row !important;
  }
  html .d-md-table-cell {
    display: table-cell !important;
  }
  html .d-md-flex {
    display: flex !important;
  }
  html .d-md-inline-flex {
    display: inline-flex !important;
  }
  html .d-md-none {
    display: none !important;
  }
  html .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html .flex-md-row {
    flex-direction: row !important;
  }
  html .flex-md-column {
    flex-direction: column !important;
  }
  html .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html .justify-content-md-center {
    justify-content: center !important;
  }
  html .justify-content-md-between {
    justify-content: space-between !important;
  }
  html .justify-content-md-around {
    justify-content: space-around !important;
  }
  html .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-md-start {
    align-items: flex-start !important;
  }
  html .align-items-md-end {
    align-items: flex-end !important;
  }
  html .align-items-md-center {
    align-items: center !important;
  }
  html .align-items-md-baseline {
    align-items: baseline !important;
  }
  html .align-items-md-stretch {
    align-items: stretch !important;
  }
  html .align-content-md-start {
    align-content: flex-start !important;
  }
  html .align-content-md-end {
    align-content: flex-end !important;
  }
  html .align-content-md-center {
    align-content: center !important;
  }
  html .align-content-md-between {
    align-content: space-between !important;
  }
  html .align-content-md-around {
    align-content: space-around !important;
  }
  html .align-content-md-stretch {
    align-content: stretch !important;
  }
  html .align-self-md-auto {
    align-self: auto !important;
  }
  html .align-self-md-start {
    align-self: flex-start !important;
  }
  html .align-self-md-end {
    align-self: flex-end !important;
  }
  html .align-self-md-center {
    align-self: center !important;
  }
  html .align-self-md-baseline {
    align-self: baseline !important;
  }
  html .align-self-md-stretch {
    align-self: stretch !important;
  }
  html .order-md-first {
    order: -1 !important;
  }
  html .order-md-0 {
    order: 0 !important;
  }
  html .order-md-1 {
    order: 1 !important;
  }
  html .order-md-2 {
    order: 2 !important;
  }
  html .order-md-3 {
    order: 3 !important;
  }
  html .order-md-4 {
    order: 4 !important;
  }
  html .order-md-5 {
    order: 5 !important;
  }
  html .order-md-last {
    order: 6 !important;
  }
  html .m-md-0 {
    margin: 0 !important;
  }
  html .m-md-1 {
    margin: 0.25rem !important;
  }
  html .m-md-2 {
    margin: 0.5rem !important;
  }
  html .m-md-3 {
    margin: 1rem !important;
  }
  html .m-md-4 {
    margin: 1.5rem !important;
  }
  html .m-md-5 {
    margin: 3rem !important;
  }
  html .m-md-auto {
    margin: auto !important;
  }
  html .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-md-0 {
    margin-top: 0 !important;
  }
  html .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-md-3 {
    margin-top: 1rem !important;
  }
  html .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-md-5 {
    margin-top: 3rem !important;
  }
  html .mt-md-auto {
    margin-top: auto !important;
  }
  html .me-md-0 {
    margin-right: 0 !important;
  }
  html .me-md-1 {
    margin-right: 0.25rem !important;
  }
  html .me-md-2 {
    margin-right: 0.5rem !important;
  }
  html .me-md-3 {
    margin-right: 1rem !important;
  }
  html .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html .me-md-5 {
    margin-right: 3rem !important;
  }
  html .me-md-auto {
    margin-right: auto !important;
  }
  html .mb-md-0 {
    margin-bottom: 0 !important;
  }
  html .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-md-auto {
    margin-bottom: auto !important;
  }
  html .ms-md-0 {
    margin-left: 0 !important;
  }
  html .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-md-3 {
    margin-left: 1rem !important;
  }
  html .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-md-5 {
    margin-left: 3rem !important;
  }
  html .ms-md-auto {
    margin-left: auto !important;
  }
  html .p-md-0 {
    padding: 0 !important;
  }
  html .p-md-1 {
    padding: 0.25rem !important;
  }
  html .p-md-2 {
    padding: 0.5rem !important;
  }
  html .p-md-3 {
    padding: 1rem !important;
  }
  html .p-md-4 {
    padding: 1.5rem !important;
  }
  html .p-md-5 {
    padding: 3rem !important;
  }
  html .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-md-0 {
    padding-top: 0 !important;
  }
  html .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-md-3 {
    padding-top: 1rem !important;
  }
  html .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-md-5 {
    padding-top: 3rem !important;
  }
  html .pe-md-0 {
    padding-right: 0 !important;
  }
  html .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-md-3 {
    padding-right: 1rem !important;
  }
  html .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-md-5 {
    padding-right: 3rem !important;
  }
  html .pb-md-0 {
    padding-bottom: 0 !important;
  }
  html .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-md-0 {
    padding-left: 0 !important;
  }
  html .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-md-3 {
    padding-left: 1rem !important;
  }
  html .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  html .d-lg-inline {
    display: inline !important;
  }
  html .d-lg-inline-block {
    display: inline-block !important;
  }
  html .d-lg-block {
    display: block !important;
  }
  html .d-lg-grid {
    display: grid !important;
  }
  html .d-lg-table {
    display: table !important;
  }
  html .d-lg-table-row {
    display: table-row !important;
  }
  html .d-lg-table-cell {
    display: table-cell !important;
  }
  html .d-lg-flex {
    display: flex !important;
  }
  html .d-lg-inline-flex {
    display: inline-flex !important;
  }
  html .d-lg-none {
    display: none !important;
  }
  html .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html .flex-lg-row {
    flex-direction: row !important;
  }
  html .flex-lg-column {
    flex-direction: column !important;
  }
  html .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html .justify-content-lg-center {
    justify-content: center !important;
  }
  html .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-lg-start {
    align-items: flex-start !important;
  }
  html .align-items-lg-end {
    align-items: flex-end !important;
  }
  html .align-items-lg-center {
    align-items: center !important;
  }
  html .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html .align-content-lg-start {
    align-content: flex-start !important;
  }
  html .align-content-lg-end {
    align-content: flex-end !important;
  }
  html .align-content-lg-center {
    align-content: center !important;
  }
  html .align-content-lg-between {
    align-content: space-between !important;
  }
  html .align-content-lg-around {
    align-content: space-around !important;
  }
  html .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html .align-self-lg-auto {
    align-self: auto !important;
  }
  html .align-self-lg-start {
    align-self: flex-start !important;
  }
  html .align-self-lg-end {
    align-self: flex-end !important;
  }
  html .align-self-lg-center {
    align-self: center !important;
  }
  html .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html .align-self-lg-stretch {
    align-self: stretch !important;
  }
  html .order-lg-first {
    order: -1 !important;
  }
  html .order-lg-0 {
    order: 0 !important;
  }
  html .order-lg-1 {
    order: 1 !important;
  }
  html .order-lg-2 {
    order: 2 !important;
  }
  html .order-lg-3 {
    order: 3 !important;
  }
  html .order-lg-4 {
    order: 4 !important;
  }
  html .order-lg-5 {
    order: 5 !important;
  }
  html .order-lg-last {
    order: 6 !important;
  }
  html .m-lg-0 {
    margin: 0 !important;
  }
  html .m-lg-1 {
    margin: 0.25rem !important;
  }
  html .m-lg-2 {
    margin: 0.5rem !important;
  }
  html .m-lg-3 {
    margin: 1rem !important;
  }
  html .m-lg-4 {
    margin: 1.5rem !important;
  }
  html .m-lg-5 {
    margin: 3rem !important;
  }
  html .m-lg-auto {
    margin: auto !important;
  }
  html .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-lg-0 {
    margin-top: 0 !important;
  }
  html .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-lg-3 {
    margin-top: 1rem !important;
  }
  html .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-lg-5 {
    margin-top: 3rem !important;
  }
  html .mt-lg-auto {
    margin-top: auto !important;
  }
  html .me-lg-0 {
    margin-right: 0 !important;
  }
  html .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  html .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  html .me-lg-3 {
    margin-right: 1rem !important;
  }
  html .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html .me-lg-5 {
    margin-right: 3rem !important;
  }
  html .me-lg-auto {
    margin-right: auto !important;
  }
  html .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  html .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-lg-auto {
    margin-bottom: auto !important;
  }
  html .ms-lg-0 {
    margin-left: 0 !important;
  }
  html .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html .ms-lg-auto {
    margin-left: auto !important;
  }
  html .p-lg-0 {
    padding: 0 !important;
  }
  html .p-lg-1 {
    padding: 0.25rem !important;
  }
  html .p-lg-2 {
    padding: 0.5rem !important;
  }
  html .p-lg-3 {
    padding: 1rem !important;
  }
  html .p-lg-4 {
    padding: 1.5rem !important;
  }
  html .p-lg-5 {
    padding: 3rem !important;
  }
  html .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-lg-0 {
    padding-top: 0 !important;
  }
  html .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-lg-3 {
    padding-top: 1rem !important;
  }
  html .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-lg-5 {
    padding-top: 3rem !important;
  }
  html .pe-lg-0 {
    padding-right: 0 !important;
  }
  html .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  html .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-lg-0 {
    padding-left: 0 !important;
  }
  html .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  html .d-xl-inline {
    display: inline !important;
  }
  html .d-xl-inline-block {
    display: inline-block !important;
  }
  html .d-xl-block {
    display: block !important;
  }
  html .d-xl-grid {
    display: grid !important;
  }
  html .d-xl-table {
    display: table !important;
  }
  html .d-xl-table-row {
    display: table-row !important;
  }
  html .d-xl-table-cell {
    display: table-cell !important;
  }
  html .d-xl-flex {
    display: flex !important;
  }
  html .d-xl-inline-flex {
    display: inline-flex !important;
  }
  html .d-xl-none {
    display: none !important;
  }
  html .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xl-row {
    flex-direction: row !important;
  }
  html .flex-xl-column {
    flex-direction: column !important;
  }
  html .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xl-center {
    justify-content: center !important;
  }
  html .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-xl-start {
    align-items: flex-start !important;
  }
  html .align-items-xl-end {
    align-items: flex-end !important;
  }
  html .align-items-xl-center {
    align-items: center !important;
  }
  html .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xl-start {
    align-content: flex-start !important;
  }
  html .align-content-xl-end {
    align-content: flex-end !important;
  }
  html .align-content-xl-center {
    align-content: center !important;
  }
  html .align-content-xl-between {
    align-content: space-between !important;
  }
  html .align-content-xl-around {
    align-content: space-around !important;
  }
  html .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xl-auto {
    align-self: auto !important;
  }
  html .align-self-xl-start {
    align-self: flex-start !important;
  }
  html .align-self-xl-end {
    align-self: flex-end !important;
  }
  html .align-self-xl-center {
    align-self: center !important;
  }
  html .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xl-stretch {
    align-self: stretch !important;
  }
  html .order-xl-first {
    order: -1 !important;
  }
  html .order-xl-0 {
    order: 0 !important;
  }
  html .order-xl-1 {
    order: 1 !important;
  }
  html .order-xl-2 {
    order: 2 !important;
  }
  html .order-xl-3 {
    order: 3 !important;
  }
  html .order-xl-4 {
    order: 4 !important;
  }
  html .order-xl-5 {
    order: 5 !important;
  }
  html .order-xl-last {
    order: 6 !important;
  }
  html .m-xl-0 {
    margin: 0 !important;
  }
  html .m-xl-1 {
    margin: 0.25rem !important;
  }
  html .m-xl-2 {
    margin: 0.5rem !important;
  }
  html .m-xl-3 {
    margin: 1rem !important;
  }
  html .m-xl-4 {
    margin: 1.5rem !important;
  }
  html .m-xl-5 {
    margin: 3rem !important;
  }
  html .m-xl-auto {
    margin: auto !important;
  }
  html .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-xl-0 {
    margin-top: 0 !important;
  }
  html .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-xl-3 {
    margin-top: 1rem !important;
  }
  html .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-xl-5 {
    margin-top: 3rem !important;
  }
  html .mt-xl-auto {
    margin-top: auto !important;
  }
  html .me-xl-0 {
    margin-right: 0 !important;
  }
  html .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  html .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  html .me-xl-3 {
    margin-right: 1rem !important;
  }
  html .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html .me-xl-5 {
    margin-right: 3rem !important;
  }
  html .me-xl-auto {
    margin-right: auto !important;
  }
  html .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  html .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-xl-auto {
    margin-bottom: auto !important;
  }
  html .ms-xl-0 {
    margin-left: 0 !important;
  }
  html .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html .ms-xl-auto {
    margin-left: auto !important;
  }
  html .p-xl-0 {
    padding: 0 !important;
  }
  html .p-xl-1 {
    padding: 0.25rem !important;
  }
  html .p-xl-2 {
    padding: 0.5rem !important;
  }
  html .p-xl-3 {
    padding: 1rem !important;
  }
  html .p-xl-4 {
    padding: 1.5rem !important;
  }
  html .p-xl-5 {
    padding: 3rem !important;
  }
  html .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-xl-0 {
    padding-top: 0 !important;
  }
  html .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-xl-3 {
    padding-top: 1rem !important;
  }
  html .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-xl-5 {
    padding-top: 3rem !important;
  }
  html .pe-xl-0 {
    padding-right: 0 !important;
  }
  html .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  html .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-xl-0 {
    padding-left: 0 !important;
  }
  html .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  html .d-xxl-inline {
    display: inline !important;
  }
  html .d-xxl-inline-block {
    display: inline-block !important;
  }
  html .d-xxl-block {
    display: block !important;
  }
  html .d-xxl-grid {
    display: grid !important;
  }
  html .d-xxl-table {
    display: table !important;
  }
  html .d-xxl-table-row {
    display: table-row !important;
  }
  html .d-xxl-table-cell {
    display: table-cell !important;
  }
  html .d-xxl-flex {
    display: flex !important;
  }
  html .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  html .d-xxl-none {
    display: none !important;
  }
  html .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xxl-row {
    flex-direction: row !important;
  }
  html .flex-xxl-column {
    flex-direction: column !important;
  }
  html .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xxl-center {
    justify-content: center !important;
  }
  html .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  html .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-xxl-start {
    align-items: flex-start !important;
  }
  html .align-items-xxl-end {
    align-items: flex-end !important;
  }
  html .align-items-xxl-center {
    align-items: center !important;
  }
  html .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xxl-start {
    align-content: flex-start !important;
  }
  html .align-content-xxl-end {
    align-content: flex-end !important;
  }
  html .align-content-xxl-center {
    align-content: center !important;
  }
  html .align-content-xxl-between {
    align-content: space-between !important;
  }
  html .align-content-xxl-around {
    align-content: space-around !important;
  }
  html .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xxl-auto {
    align-self: auto !important;
  }
  html .align-self-xxl-start {
    align-self: flex-start !important;
  }
  html .align-self-xxl-end {
    align-self: flex-end !important;
  }
  html .align-self-xxl-center {
    align-self: center !important;
  }
  html .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  html .order-xxl-first {
    order: -1 !important;
  }
  html .order-xxl-0 {
    order: 0 !important;
  }
  html .order-xxl-1 {
    order: 1 !important;
  }
  html .order-xxl-2 {
    order: 2 !important;
  }
  html .order-xxl-3 {
    order: 3 !important;
  }
  html .order-xxl-4 {
    order: 4 !important;
  }
  html .order-xxl-5 {
    order: 5 !important;
  }
  html .order-xxl-last {
    order: 6 !important;
  }
  html .m-xxl-0 {
    margin: 0 !important;
  }
  html .m-xxl-1 {
    margin: 0.25rem !important;
  }
  html .m-xxl-2 {
    margin: 0.5rem !important;
  }
  html .m-xxl-3 {
    margin: 1rem !important;
  }
  html .m-xxl-4 {
    margin: 1.5rem !important;
  }
  html .m-xxl-5 {
    margin: 3rem !important;
  }
  html .m-xxl-auto {
    margin: auto !important;
  }
  html .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-xxl-0 {
    margin-top: 0 !important;
  }
  html .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  html .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  html .mt-xxl-auto {
    margin-top: auto !important;
  }
  html .me-xxl-0 {
    margin-right: 0 !important;
  }
  html .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html .me-xxl-auto {
    margin-right: auto !important;
  }
  html .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  html .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  html .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html .ms-xxl-auto {
    margin-left: auto !important;
  }
  html .p-xxl-0 {
    padding: 0 !important;
  }
  html .p-xxl-1 {
    padding: 0.25rem !important;
  }
  html .p-xxl-2 {
    padding: 0.5rem !important;
  }
  html .p-xxl-3 {
    padding: 1rem !important;
  }
  html .p-xxl-4 {
    padding: 1.5rem !important;
  }
  html .p-xxl-5 {
    padding: 3rem !important;
  }
  html .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-xxl-0 {
    padding-top: 0 !important;
  }
  html .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  html .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  html .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  html .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  html .d-print-inline {
    display: inline !important;
  }
  html .d-print-inline-block {
    display: inline-block !important;
  }
  html .d-print-block {
    display: block !important;
  }
  html .d-print-grid {
    display: grid !important;
  }
  html .d-print-table {
    display: table !important;
  }
  html .d-print-table-row {
    display: table-row !important;
  }
  html .d-print-table-cell {
    display: table-cell !important;
  }
  html .d-print-flex {
    display: flex !important;
  }
  html .d-print-inline-flex {
    display: inline-flex !important;
  }
  html .d-print-none {
    display: none !important;
  }
}
html :root {
  --secondary: #7B7575;
  --success: #66BB6A;
  --info: #42A5F5;
  --warning: #FFA726;
  --danger: #EF5350;
  --light: #f8f9fa;
  --dark: #212529;
  --blue: #0d6efd;
  --orange: #FFA726;
}
html .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html .link-primary {
  color: #dd133c;
}
html .link-primary:hover,
html .link-primary:focus {
  color: #b10f30;
}
html .link-secondary {
  color: #7B7575;
}
html .link-secondary:hover,
html .link-secondary:focus {
  color: #625e5e;
}
html .link-secondary-blue {
  color: #4395d1;
}
html .link-secondary-blue:hover,
html .link-secondary-blue:focus {
  color: #69aada;
}
html .link-success {
  color: #66BB6A;
}
html .link-success:hover,
html .link-success:focus {
  color: #85c988;
}
html .link-info {
  color: #42A5F5;
}
html .link-info:hover,
html .link-info:focus {
  color: #68b7f7;
}
html .link-warning {
  color: #FFA726;
}
html .link-warning:hover,
html .link-warning:focus {
  color: #ffb951;
}
html .link-danger {
  color: #EF5350;
}
html .link-danger:hover,
html .link-danger:focus {
  color: #f27573;
}
html .link-light {
  color: #f8f9fa;
}
html .link-light:hover,
html .link-light:focus {
  color: #f9fafb;
}
html .link-dark {
  color: #212529;
}
html .link-dark:hover,
html .link-dark:focus {
  color: #1a1e21;
}
html .ratio {
  position: relative;
  width: 100%;
}
html .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
html .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
html .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
html .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
html .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
html .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
html .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
html .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  html .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  html .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  html .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  html .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  html .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html .visually-hidden,
html .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;
}
html .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
html .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html .align-baseline {
  vertical-align: baseline !important;
}
html .align-top {
  vertical-align: top !important;
}
html .align-middle {
  vertical-align: middle !important;
}
html .align-bottom {
  vertical-align: bottom !important;
}
html .align-text-bottom {
  vertical-align: text-bottom !important;
}
html .align-text-top {
  vertical-align: text-top !important;
}
html .float-start {
  float: left !important;
}
html .float-end {
  float: right !important;
}
html .float-none {
  float: none !important;
}
html .overflow-auto {
  overflow: auto !important;
}
html .overflow-hidden {
  overflow: hidden !important;
}
html .overflow-visible {
  overflow: visible !important;
}
html .overflow-scroll {
  overflow: scroll !important;
}
html .d-inline {
  display: inline !important;
}
html .d-inline-block {
  display: inline-block !important;
}
html .d-block {
  display: block !important;
}
html .d-grid {
  display: grid !important;
}
html .d-table {
  display: table !important;
}
html .d-table-row {
  display: table-row !important;
}
html .d-table-cell {
  display: table-cell !important;
}
html .d-flex {
  display: flex !important;
}
html .d-inline-flex {
  display: inline-flex !important;
}
html .d-none {
  display: none !important;
}
html .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
html .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
html .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
html .shadow-none {
  box-shadow: none !important;
}
html .position-static {
  position: static !important;
}
html .position-relative {
  position: relative !important;
}
html .position-absolute {
  position: absolute !important;
}
html .position-fixed {
  position: fixed !important;
}
html .position-sticky {
  position: sticky !important;
}
html .top-0 {
  top: 0 !important;
}
html .top-50 {
  top: 50% !important;
}
html .top-100 {
  top: 100% !important;
}
html .bottom-0 {
  bottom: 0 !important;
}
html .bottom-50 {
  bottom: 50% !important;
}
html .bottom-100 {
  bottom: 100% !important;
}
html .start-0 {
  left: 0 !important;
}
html .start-50 {
  left: 50% !important;
}
html .start-100 {
  left: 100% !important;
}
html .end-0 {
  right: 0 !important;
}
html .end-50 {
  right: 50% !important;
}
html .end-100 {
  right: 100% !important;
}
html .translate-middle {
  transform: translate(-50%, -50%) !important;
}
html .translate-middle-x {
  transform: translateX(-50%) !important;
}
html .translate-middle-y {
  transform: translateY(-50%) !important;
}
html .border {
  border: 1px solid #dee2e6 !important;
}
html .border-0 {
  border: 0 !important;
}
html .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html .border-top-0 {
  border-top: 0 !important;
}
html .border-end {
  border-right: 1px solid #dee2e6 !important;
}
html .border-end-0 {
  border-right: 0 !important;
}
html .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html .border-bottom-0 {
  border-bottom: 0 !important;
}
html .border-start {
  border-left: 1px solid #dee2e6 !important;
}
html .border-start-0 {
  border-left: 0 !important;
}
html .border-primary {
  border-color: #dd133c !important;
}
html .border-secondary {
  border-color: #7B7575 !important;
}
html .border-secondary-blue {
  border-color: #4395d1 !important;
}
html .border-success {
  border-color: #66BB6A !important;
}
html .border-info {
  border-color: #42A5F5 !important;
}
html .border-warning {
  border-color: #FFA726 !important;
}
html .border-danger {
  border-color: #EF5350 !important;
}
html .border-light {
  border-color: #f8f9fa !important;
}
html .border-dark {
  border-color: #212529 !important;
}
html .border-white {
  border-color: #ffffff !important;
}
html .border-1 {
  border-width: 1px !important;
}
html .border-2 {
  border-width: 2px !important;
}
html .border-3 {
  border-width: 3px !important;
}
html .border-4 {
  border-width: 4px !important;
}
html .border-5 {
  border-width: 5px !important;
}
html .w-25 {
  width: 25% !important;
}
html .w-50 {
  width: 50% !important;
}
html .w-75 {
  width: 75% !important;
}
html .w-100 {
  width: 100% !important;
}
html .w-auto {
  width: auto !important;
}
html .mw-100 {
  max-width: 100% !important;
}
html .vw-100 {
  width: 100vw !important;
}
html .min-vw-100 {
  min-width: 100vw !important;
}
html .h-25 {
  height: 25% !important;
}
html .h-50 {
  height: 50% !important;
}
html .h-75 {
  height: 75% !important;
}
html .h-100 {
  height: 100% !important;
}
html .h-auto {
  height: auto !important;
}
html .mh-100 {
  max-height: 100% !important;
}
html .vh-100 {
  height: 100vh !important;
}
html .min-vh-100 {
  min-height: 100vh !important;
}
html .min-vh-90 {
  min-height: 90vh !important;
}
html .min-vh-80 {
  min-height: 80vh !important;
}
html .flex-fill {
  flex: 1 1 auto !important;
}
html .flex-row {
  flex-direction: row !important;
}
html .flex-column {
  flex-direction: column !important;
}
html .flex-row-reverse {
  flex-direction: row-reverse !important;
}
html .flex-column-reverse {
  flex-direction: column-reverse !important;
}
html .flex-grow-0 {
  flex-grow: 0 !important;
}
html .flex-grow-1 {
  flex-grow: 1 !important;
}
html .flex-shrink-0 {
  flex-shrink: 0 !important;
}
html .flex-shrink-1 {
  flex-shrink: 1 !important;
}
html .flex-wrap {
  flex-wrap: wrap !important;
}
html .flex-nowrap {
  flex-wrap: nowrap !important;
}
html .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html .gap-0 {
  gap: 0 !important;
}
html .gap-1 {
  gap: 0.25rem !important;
}
html .gap-2 {
  gap: 0.5rem !important;
}
html .gap-3 {
  gap: 1rem !important;
}
html .gap-4 {
  gap: 1.5rem !important;
}
html .gap-5 {
  gap: 3rem !important;
}
html .justify-content-start {
  justify-content: flex-start !important;
}
html .justify-content-end {
  justify-content: flex-end !important;
}
html .justify-content-center {
  justify-content: center !important;
}
html .justify-content-between {
  justify-content: space-between !important;
}
html .justify-content-around {
  justify-content: space-around !important;
}
html .justify-content-evenly {
  justify-content: space-evenly !important;
}
html .align-items-start {
  align-items: flex-start !important;
}
html .align-items-end {
  align-items: flex-end !important;
}
html .align-items-center {
  align-items: center !important;
}
html .align-items-baseline {
  align-items: baseline !important;
}
html .align-items-stretch {
  align-items: stretch !important;
}
html .align-content-start {
  align-content: flex-start !important;
}
html .align-content-end {
  align-content: flex-end !important;
}
html .align-content-center {
  align-content: center !important;
}
html .align-content-between {
  align-content: space-between !important;
}
html .align-content-around {
  align-content: space-around !important;
}
html .align-content-stretch {
  align-content: stretch !important;
}
html .align-self-auto {
  align-self: auto !important;
}
html .align-self-start {
  align-self: flex-start !important;
}
html .align-self-end {
  align-self: flex-end !important;
}
html .align-self-center {
  align-self: center !important;
}
html .align-self-baseline {
  align-self: baseline !important;
}
html .align-self-stretch {
  align-self: stretch !important;
}
html .order-first {
  order: -1 !important;
}
html .order-0 {
  order: 0 !important;
}
html .order-1 {
  order: 1 !important;
}
html .order-2 {
  order: 2 !important;
}
html .order-3 {
  order: 3 !important;
}
html .order-4 {
  order: 4 !important;
}
html .order-5 {
  order: 5 !important;
}
html .order-last {
  order: 6 !important;
}
html .m-0 {
  margin: 0 !important;
}
html .m-1 {
  margin: 0.25rem !important;
}
html .m-2 {
  margin: 0.5rem !important;
}
html .m-3 {
  margin: 1rem !important;
}
html .m-4 {
  margin: 1.5rem !important;
}
html .m-5 {
  margin: 3rem !important;
}
html .m-auto {
  margin: auto !important;
}
html .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
html .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
html .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
html .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
html .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
html .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
html .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
html .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
html .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
html .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
html .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
html .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
html .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
html .mt-0 {
  margin-top: 0 !important;
}
html .mt-1 {
  margin-top: 0.25rem !important;
}
html .mt-2 {
  margin-top: 0.5rem !important;
}
html .mt-3 {
  margin-top: 1rem !important;
}
html .mt-4 {
  margin-top: 1.5rem !important;
}
html .mt-5 {
  margin-top: 3rem !important;
}
html .mt-auto {
  margin-top: auto !important;
}
html .me-0 {
  margin-right: 0 !important;
}
html .me-1 {
  margin-right: 0.25rem !important;
}
html .me-2 {
  margin-right: 0.5rem !important;
}
html .me-3 {
  margin-right: 1rem !important;
}
html .me-4 {
  margin-right: 1.5rem !important;
}
html .me-5 {
  margin-right: 3rem !important;
}
html .me-auto {
  margin-right: auto !important;
}
html .mb-0 {
  margin-bottom: 0 !important;
}
html .mb-1 {
  margin-bottom: 0.25rem !important;
}
html .mb-2 {
  margin-bottom: 0.5rem !important;
}
html .mb-3 {
  margin-bottom: 1rem !important;
}
html .mb-4 {
  margin-bottom: 1.5rem !important;
}
html .mb-5 {
  margin-bottom: 3rem !important;
}
html .mb-auto {
  margin-bottom: auto !important;
}
html .ms-0 {
  margin-left: 0 !important;
}
html .ms-1 {
  margin-left: 0.25rem !important;
}
html .ms-2 {
  margin-left: 0.5rem !important;
}
html .ms-3 {
  margin-left: 1rem !important;
}
html .ms-4 {
  margin-left: 1.5rem !important;
}
html .ms-5 {
  margin-left: 3rem !important;
}
html .ms-auto {
  margin-left: auto !important;
}
html .p-0 {
  padding: 0 !important;
}
html .p-1 {
  padding: 0.25rem !important;
}
html .p-2 {
  padding: 0.5rem !important;
}
html .p-3 {
  padding: 1rem !important;
}
html .p-4 {
  padding: 1.5rem !important;
}
html .p-5 {
  padding: 3rem !important;
}
html .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
html .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
html .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
html .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
html .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
html .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
html .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
html .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
html .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
html .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
html .pt-0 {
  padding-top: 0 !important;
}
html .pt-1 {
  padding-top: 0.25rem !important;
}
html .pt-2 {
  padding-top: 0.5rem !important;
}
html .pt-3 {
  padding-top: 1rem !important;
}
html .pt-4 {
  padding-top: 1.5rem !important;
}
html .pt-5 {
  padding-top: 3rem !important;
}
html .pe-0 {
  padding-right: 0 !important;
}
html .pe-1 {
  padding-right: 0.25rem !important;
}
html .pe-2 {
  padding-right: 0.5rem !important;
}
html .pe-3 {
  padding-right: 1rem !important;
}
html .pe-4 {
  padding-right: 1.5rem !important;
}
html .pe-5 {
  padding-right: 3rem !important;
}
html .pb-0 {
  padding-bottom: 0 !important;
}
html .pb-1 {
  padding-bottom: 0.25rem !important;
}
html .pb-2 {
  padding-bottom: 0.5rem !important;
}
html .pb-3 {
  padding-bottom: 1rem !important;
}
html .pb-4 {
  padding-bottom: 1.5rem !important;
}
html .pb-5 {
  padding-bottom: 3rem !important;
}
html .ps-0 {
  padding-left: 0 !important;
}
html .ps-1 {
  padding-left: 0.25rem !important;
}
html .ps-2 {
  padding-left: 0.5rem !important;
}
html .ps-3 {
  padding-left: 1rem !important;
}
html .ps-4 {
  padding-left: 1.5rem !important;
}
html .ps-5 {
  padding-left: 3rem !important;
}
html .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
html .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
html .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
html .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
html .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
html .fs-5 {
  font-size: 1.25rem !important;
}
html .fs-6 {
  font-size: 1rem !important;
}
html .fst-italic {
  font-style: italic !important;
}
html .fst-normal {
  font-style: normal !important;
}
html .fw-light {
  font-weight: 300 !important;
}
html .fw-lighter {
  font-weight: lighter !important;
}
html .fw-normal {
  font-weight: 400 !important;
}
html .fw-bold {
  font-weight: 700 !important;
}
html .fw-bolder {
  font-weight: bolder !important;
}
html .lh-1 {
  line-height: 1 !important;
}
html .lh-sm {
  line-height: 1.25 !important;
}
html .lh-base {
  line-height: 1.5 !important;
}
html .lh-lg {
  line-height: 2 !important;
}
html .text-start {
  text-align: left !important;
}
html .text-end {
  text-align: right !important;
}
html .text-center {
  text-align: center !important;
}
html .text-decoration-none {
  text-decoration: none !important;
}
html .text-decoration-underline {
  text-decoration: underline !important;
}
html .text-decoration-line-through {
  text-decoration: line-through !important;
}
html .text-lowercase {
  text-transform: lowercase !important;
}
html .text-uppercase {
  text-transform: uppercase !important;
}
html .text-capitalize {
  text-transform: capitalize !important;
}
html .text-wrap {
  white-space: normal !important;
}
html .text-nowrap {
  white-space: nowrap !important;
}
html .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
html .text-primary {
  color: #dd133c !important;
}
html .text-secondary {
  color: #7B7575 !important;
}
html .text-secondary-blue {
  color: #4395d1 !important;
}
html .text-success {
  color: #66BB6A !important;
}
html .text-info {
  color: #42A5F5 !important;
}
html .text-warning {
  color: #FFA726 !important;
}
html .text-danger {
  color: #EF5350 !important;
}
html .text-light {
  color: #f8f9fa !important;
}
html .text-dark {
  color: #212529 !important;
}
html .text-white {
  color: #ffffff !important;
}
html .text-body {
  color: #212529 !important;
}
html .text-muted {
  color: #6c757d !important;
}
html .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
html .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
html .text-reset {
  color: inherit !important;
}
html .bg-primary {
  background-color: #dd133c !important;
}
html .bg-secondary {
  background-color: #7B7575 !important;
}
html .bg-secondary-blue {
  background-color: #4395d1 !important;
}
html .bg-success {
  background-color: #66BB6A !important;
}
html .bg-info {
  background-color: #42A5F5 !important;
}
html .bg-warning {
  background-color: #FFA726 !important;
}
html .bg-danger {
  background-color: #EF5350 !important;
}
html .bg-light {
  background-color: #f8f9fa !important;
}
html .bg-dark {
  background-color: #212529 !important;
}
html .bg-body {
  background-color: #ffffff !important;
}
html .bg-white {
  background-color: #ffffff !important;
}
html .bg-transparent {
  background-color: transparent !important;
}
html .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
html .user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
html .user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
html .user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
html .pe-none {
  pointer-events: none !important;
}
html .pe-auto {
  pointer-events: auto !important;
}
html .rounded {
  border-radius: 0.25rem !important;
}
html .rounded-0 {
  border-radius: 0 !important;
}
html .rounded-1 {
  border-radius: 0.2rem !important;
}
html .rounded-2 {
  border-radius: 0.25rem !important;
}
html .rounded-3 {
  border-radius: 0.3rem !important;
}
html .rounded-circle {
  border-radius: 50% !important;
}
html .rounded-pill {
  border-radius: 50rem !important;
}
html .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
html .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
html .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
html .visible {
  visibility: visible !important;
}
html .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  html .float-sm-start {
    float: left !important;
  }
  html .float-sm-end {
    float: right !important;
  }
  html .float-sm-none {
    float: none !important;
  }
  html .d-sm-inline {
    display: inline !important;
  }
  html .d-sm-inline-block {
    display: inline-block !important;
  }
  html .d-sm-block {
    display: block !important;
  }
  html .d-sm-grid {
    display: grid !important;
  }
  html .d-sm-table {
    display: table !important;
  }
  html .d-sm-table-row {
    display: table-row !important;
  }
  html .d-sm-table-cell {
    display: table-cell !important;
  }
  html .d-sm-flex {
    display: flex !important;
  }
  html .d-sm-inline-flex {
    display: inline-flex !important;
  }
  html .d-sm-none {
    display: none !important;
  }
  html .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  html .flex-sm-row {
    flex-direction: row !important;
  }
  html .flex-sm-column {
    flex-direction: column !important;
  }
  html .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .gap-sm-0 {
    gap: 0 !important;
  }
  html .gap-sm-1 {
    gap: 0.25rem !important;
  }
  html .gap-sm-2 {
    gap: 0.5rem !important;
  }
  html .gap-sm-3 {
    gap: 1rem !important;
  }
  html .gap-sm-4 {
    gap: 1.5rem !important;
  }
  html .gap-sm-5 {
    gap: 3rem !important;
  }
  html .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  html .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  html .justify-content-sm-center {
    justify-content: center !important;
  }
  html .justify-content-sm-between {
    justify-content: space-between !important;
  }
  html .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-sm-start {
    align-items: flex-start !important;
  }
  html .align-items-sm-end {
    align-items: flex-end !important;
  }
  html .align-items-sm-center {
    align-items: center !important;
  }
  html .align-items-sm-baseline {
    align-items: baseline !important;
  }
  html .align-items-sm-stretch {
    align-items: stretch !important;
  }
  html .align-content-sm-start {
    align-content: flex-start !important;
  }
  html .align-content-sm-end {
    align-content: flex-end !important;
  }
  html .align-content-sm-center {
    align-content: center !important;
  }
  html .align-content-sm-between {
    align-content: space-between !important;
  }
  html .align-content-sm-around {
    align-content: space-around !important;
  }
  html .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html .align-self-sm-auto {
    align-self: auto !important;
  }
  html .align-self-sm-start {
    align-self: flex-start !important;
  }
  html .align-self-sm-end {
    align-self: flex-end !important;
  }
  html .align-self-sm-center {
    align-self: center !important;
  }
  html .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html .align-self-sm-stretch {
    align-self: stretch !important;
  }
  html .order-sm-first {
    order: -1 !important;
  }
  html .order-sm-0 {
    order: 0 !important;
  }
  html .order-sm-1 {
    order: 1 !important;
  }
  html .order-sm-2 {
    order: 2 !important;
  }
  html .order-sm-3 {
    order: 3 !important;
  }
  html .order-sm-4 {
    order: 4 !important;
  }
  html .order-sm-5 {
    order: 5 !important;
  }
  html .order-sm-last {
    order: 6 !important;
  }
  html .m-sm-0 {
    margin: 0 !important;
  }
  html .m-sm-1 {
    margin: 0.25rem !important;
  }
  html .m-sm-2 {
    margin: 0.5rem !important;
  }
  html .m-sm-3 {
    margin: 1rem !important;
  }
  html .m-sm-4 {
    margin: 1.5rem !important;
  }
  html .m-sm-5 {
    margin: 3rem !important;
  }
  html .m-sm-auto {
    margin: auto !important;
  }
  html .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-sm-0 {
    margin-top: 0 !important;
  }
  html .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-sm-3 {
    margin-top: 1rem !important;
  }
  html .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-sm-5 {
    margin-top: 3rem !important;
  }
  html .mt-sm-auto {
    margin-top: auto !important;
  }
  html .me-sm-0 {
    margin-right: 0 !important;
  }
  html .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  html .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  html .me-sm-3 {
    margin-right: 1rem !important;
  }
  html .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html .me-sm-5 {
    margin-right: 3rem !important;
  }
  html .me-sm-auto {
    margin-right: auto !important;
  }
  html .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  html .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-sm-auto {
    margin-bottom: auto !important;
  }
  html .ms-sm-0 {
    margin-left: 0 !important;
  }
  html .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html .ms-sm-auto {
    margin-left: auto !important;
  }
  html .p-sm-0 {
    padding: 0 !important;
  }
  html .p-sm-1 {
    padding: 0.25rem !important;
  }
  html .p-sm-2 {
    padding: 0.5rem !important;
  }
  html .p-sm-3 {
    padding: 1rem !important;
  }
  html .p-sm-4 {
    padding: 1.5rem !important;
  }
  html .p-sm-5 {
    padding: 3rem !important;
  }
  html .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-sm-0 {
    padding-top: 0 !important;
  }
  html .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-sm-3 {
    padding-top: 1rem !important;
  }
  html .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-sm-5 {
    padding-top: 3rem !important;
  }
  html .pe-sm-0 {
    padding-right: 0 !important;
  }
  html .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  html .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-sm-0 {
    padding-left: 0 !important;
  }
  html .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-sm-5 {
    padding-left: 3rem !important;
  }
  html .text-sm-start {
    text-align: left !important;
  }
  html .text-sm-end {
    text-align: right !important;
  }
  html .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html .float-md-start {
    float: left !important;
  }
  html .float-md-end {
    float: right !important;
  }
  html .float-md-none {
    float: none !important;
  }
  html .d-md-inline {
    display: inline !important;
  }
  html .d-md-inline-block {
    display: inline-block !important;
  }
  html .d-md-block {
    display: block !important;
  }
  html .d-md-grid {
    display: grid !important;
  }
  html .d-md-table {
    display: table !important;
  }
  html .d-md-table-row {
    display: table-row !important;
  }
  html .d-md-table-cell {
    display: table-cell !important;
  }
  html .d-md-flex {
    display: flex !important;
  }
  html .d-md-inline-flex {
    display: inline-flex !important;
  }
  html .d-md-none {
    display: none !important;
  }
  html .flex-md-fill {
    flex: 1 1 auto !important;
  }
  html .flex-md-row {
    flex-direction: row !important;
  }
  html .flex-md-column {
    flex-direction: column !important;
  }
  html .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .gap-md-0 {
    gap: 0 !important;
  }
  html .gap-md-1 {
    gap: 0.25rem !important;
  }
  html .gap-md-2 {
    gap: 0.5rem !important;
  }
  html .gap-md-3 {
    gap: 1rem !important;
  }
  html .gap-md-4 {
    gap: 1.5rem !important;
  }
  html .gap-md-5 {
    gap: 3rem !important;
  }
  html .justify-content-md-start {
    justify-content: flex-start !important;
  }
  html .justify-content-md-end {
    justify-content: flex-end !important;
  }
  html .justify-content-md-center {
    justify-content: center !important;
  }
  html .justify-content-md-between {
    justify-content: space-between !important;
  }
  html .justify-content-md-around {
    justify-content: space-around !important;
  }
  html .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-md-start {
    align-items: flex-start !important;
  }
  html .align-items-md-end {
    align-items: flex-end !important;
  }
  html .align-items-md-center {
    align-items: center !important;
  }
  html .align-items-md-baseline {
    align-items: baseline !important;
  }
  html .align-items-md-stretch {
    align-items: stretch !important;
  }
  html .align-content-md-start {
    align-content: flex-start !important;
  }
  html .align-content-md-end {
    align-content: flex-end !important;
  }
  html .align-content-md-center {
    align-content: center !important;
  }
  html .align-content-md-between {
    align-content: space-between !important;
  }
  html .align-content-md-around {
    align-content: space-around !important;
  }
  html .align-content-md-stretch {
    align-content: stretch !important;
  }
  html .align-self-md-auto {
    align-self: auto !important;
  }
  html .align-self-md-start {
    align-self: flex-start !important;
  }
  html .align-self-md-end {
    align-self: flex-end !important;
  }
  html .align-self-md-center {
    align-self: center !important;
  }
  html .align-self-md-baseline {
    align-self: baseline !important;
  }
  html .align-self-md-stretch {
    align-self: stretch !important;
  }
  html .order-md-first {
    order: -1 !important;
  }
  html .order-md-0 {
    order: 0 !important;
  }
  html .order-md-1 {
    order: 1 !important;
  }
  html .order-md-2 {
    order: 2 !important;
  }
  html .order-md-3 {
    order: 3 !important;
  }
  html .order-md-4 {
    order: 4 !important;
  }
  html .order-md-5 {
    order: 5 !important;
  }
  html .order-md-last {
    order: 6 !important;
  }
  html .m-md-0 {
    margin: 0 !important;
  }
  html .m-md-1 {
    margin: 0.25rem !important;
  }
  html .m-md-2 {
    margin: 0.5rem !important;
  }
  html .m-md-3 {
    margin: 1rem !important;
  }
  html .m-md-4 {
    margin: 1.5rem !important;
  }
  html .m-md-5 {
    margin: 3rem !important;
  }
  html .m-md-auto {
    margin: auto !important;
  }
  html .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-md-0 {
    margin-top: 0 !important;
  }
  html .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-md-3 {
    margin-top: 1rem !important;
  }
  html .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-md-5 {
    margin-top: 3rem !important;
  }
  html .mt-md-auto {
    margin-top: auto !important;
  }
  html .me-md-0 {
    margin-right: 0 !important;
  }
  html .me-md-1 {
    margin-right: 0.25rem !important;
  }
  html .me-md-2 {
    margin-right: 0.5rem !important;
  }
  html .me-md-3 {
    margin-right: 1rem !important;
  }
  html .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html .me-md-5 {
    margin-right: 3rem !important;
  }
  html .me-md-auto {
    margin-right: auto !important;
  }
  html .mb-md-0 {
    margin-bottom: 0 !important;
  }
  html .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-md-auto {
    margin-bottom: auto !important;
  }
  html .ms-md-0 {
    margin-left: 0 !important;
  }
  html .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-md-3 {
    margin-left: 1rem !important;
  }
  html .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-md-5 {
    margin-left: 3rem !important;
  }
  html .ms-md-auto {
    margin-left: auto !important;
  }
  html .p-md-0 {
    padding: 0 !important;
  }
  html .p-md-1 {
    padding: 0.25rem !important;
  }
  html .p-md-2 {
    padding: 0.5rem !important;
  }
  html .p-md-3 {
    padding: 1rem !important;
  }
  html .p-md-4 {
    padding: 1.5rem !important;
  }
  html .p-md-5 {
    padding: 3rem !important;
  }
  html .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-md-0 {
    padding-top: 0 !important;
  }
  html .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-md-3 {
    padding-top: 1rem !important;
  }
  html .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-md-5 {
    padding-top: 3rem !important;
  }
  html .pe-md-0 {
    padding-right: 0 !important;
  }
  html .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-md-3 {
    padding-right: 1rem !important;
  }
  html .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-md-5 {
    padding-right: 3rem !important;
  }
  html .pb-md-0 {
    padding-bottom: 0 !important;
  }
  html .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-md-0 {
    padding-left: 0 !important;
  }
  html .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-md-3 {
    padding-left: 1rem !important;
  }
  html .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-md-5 {
    padding-left: 3rem !important;
  }
  html .text-md-start {
    text-align: left !important;
  }
  html .text-md-end {
    text-align: right !important;
  }
  html .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html .float-lg-start {
    float: left !important;
  }
  html .float-lg-end {
    float: right !important;
  }
  html .float-lg-none {
    float: none !important;
  }
  html .d-lg-inline {
    display: inline !important;
  }
  html .d-lg-inline-block {
    display: inline-block !important;
  }
  html .d-lg-block {
    display: block !important;
  }
  html .d-lg-grid {
    display: grid !important;
  }
  html .d-lg-table {
    display: table !important;
  }
  html .d-lg-table-row {
    display: table-row !important;
  }
  html .d-lg-table-cell {
    display: table-cell !important;
  }
  html .d-lg-flex {
    display: flex !important;
  }
  html .d-lg-inline-flex {
    display: inline-flex !important;
  }
  html .d-lg-none {
    display: none !important;
  }
  html .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  html .flex-lg-row {
    flex-direction: row !important;
  }
  html .flex-lg-column {
    flex-direction: column !important;
  }
  html .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .gap-lg-0 {
    gap: 0 !important;
  }
  html .gap-lg-1 {
    gap: 0.25rem !important;
  }
  html .gap-lg-2 {
    gap: 0.5rem !important;
  }
  html .gap-lg-3 {
    gap: 1rem !important;
  }
  html .gap-lg-4 {
    gap: 1.5rem !important;
  }
  html .gap-lg-5 {
    gap: 3rem !important;
  }
  html .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  html .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  html .justify-content-lg-center {
    justify-content: center !important;
  }
  html .justify-content-lg-between {
    justify-content: space-between !important;
  }
  html .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-lg-start {
    align-items: flex-start !important;
  }
  html .align-items-lg-end {
    align-items: flex-end !important;
  }
  html .align-items-lg-center {
    align-items: center !important;
  }
  html .align-items-lg-baseline {
    align-items: baseline !important;
  }
  html .align-items-lg-stretch {
    align-items: stretch !important;
  }
  html .align-content-lg-start {
    align-content: flex-start !important;
  }
  html .align-content-lg-end {
    align-content: flex-end !important;
  }
  html .align-content-lg-center {
    align-content: center !important;
  }
  html .align-content-lg-between {
    align-content: space-between !important;
  }
  html .align-content-lg-around {
    align-content: space-around !important;
  }
  html .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html .align-self-lg-auto {
    align-self: auto !important;
  }
  html .align-self-lg-start {
    align-self: flex-start !important;
  }
  html .align-self-lg-end {
    align-self: flex-end !important;
  }
  html .align-self-lg-center {
    align-self: center !important;
  }
  html .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html .align-self-lg-stretch {
    align-self: stretch !important;
  }
  html .order-lg-first {
    order: -1 !important;
  }
  html .order-lg-0 {
    order: 0 !important;
  }
  html .order-lg-1 {
    order: 1 !important;
  }
  html .order-lg-2 {
    order: 2 !important;
  }
  html .order-lg-3 {
    order: 3 !important;
  }
  html .order-lg-4 {
    order: 4 !important;
  }
  html .order-lg-5 {
    order: 5 !important;
  }
  html .order-lg-last {
    order: 6 !important;
  }
  html .m-lg-0 {
    margin: 0 !important;
  }
  html .m-lg-1 {
    margin: 0.25rem !important;
  }
  html .m-lg-2 {
    margin: 0.5rem !important;
  }
  html .m-lg-3 {
    margin: 1rem !important;
  }
  html .m-lg-4 {
    margin: 1.5rem !important;
  }
  html .m-lg-5 {
    margin: 3rem !important;
  }
  html .m-lg-auto {
    margin: auto !important;
  }
  html .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-lg-0 {
    margin-top: 0 !important;
  }
  html .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-lg-3 {
    margin-top: 1rem !important;
  }
  html .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-lg-5 {
    margin-top: 3rem !important;
  }
  html .mt-lg-auto {
    margin-top: auto !important;
  }
  html .me-lg-0 {
    margin-right: 0 !important;
  }
  html .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  html .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  html .me-lg-3 {
    margin-right: 1rem !important;
  }
  html .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html .me-lg-5 {
    margin-right: 3rem !important;
  }
  html .me-lg-auto {
    margin-right: auto !important;
  }
  html .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  html .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-lg-auto {
    margin-bottom: auto !important;
  }
  html .ms-lg-0 {
    margin-left: 0 !important;
  }
  html .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html .ms-lg-auto {
    margin-left: auto !important;
  }
  html .p-lg-0 {
    padding: 0 !important;
  }
  html .p-lg-1 {
    padding: 0.25rem !important;
  }
  html .p-lg-2 {
    padding: 0.5rem !important;
  }
  html .p-lg-3 {
    padding: 1rem !important;
  }
  html .p-lg-4 {
    padding: 1.5rem !important;
  }
  html .p-lg-5 {
    padding: 3rem !important;
  }
  html .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-lg-0 {
    padding-top: 0 !important;
  }
  html .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-lg-3 {
    padding-top: 1rem !important;
  }
  html .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-lg-5 {
    padding-top: 3rem !important;
  }
  html .pe-lg-0 {
    padding-right: 0 !important;
  }
  html .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  html .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-lg-0 {
    padding-left: 0 !important;
  }
  html .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-lg-5 {
    padding-left: 3rem !important;
  }
  html .text-lg-start {
    text-align: left !important;
  }
  html .text-lg-end {
    text-align: right !important;
  }
  html .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html .float-xl-start {
    float: left !important;
  }
  html .float-xl-end {
    float: right !important;
  }
  html .float-xl-none {
    float: none !important;
  }
  html .d-xl-inline {
    display: inline !important;
  }
  html .d-xl-inline-block {
    display: inline-block !important;
  }
  html .d-xl-block {
    display: block !important;
  }
  html .d-xl-grid {
    display: grid !important;
  }
  html .d-xl-table {
    display: table !important;
  }
  html .d-xl-table-row {
    display: table-row !important;
  }
  html .d-xl-table-cell {
    display: table-cell !important;
  }
  html .d-xl-flex {
    display: flex !important;
  }
  html .d-xl-inline-flex {
    display: inline-flex !important;
  }
  html .d-xl-none {
    display: none !important;
  }
  html .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xl-row {
    flex-direction: row !important;
  }
  html .flex-xl-column {
    flex-direction: column !important;
  }
  html .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .gap-xl-0 {
    gap: 0 !important;
  }
  html .gap-xl-1 {
    gap: 0.25rem !important;
  }
  html .gap-xl-2 {
    gap: 0.5rem !important;
  }
  html .gap-xl-3 {
    gap: 1rem !important;
  }
  html .gap-xl-4 {
    gap: 1.5rem !important;
  }
  html .gap-xl-5 {
    gap: 3rem !important;
  }
  html .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xl-center {
    justify-content: center !important;
  }
  html .justify-content-xl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-xl-start {
    align-items: flex-start !important;
  }
  html .align-items-xl-end {
    align-items: flex-end !important;
  }
  html .align-items-xl-center {
    align-items: center !important;
  }
  html .align-items-xl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xl-start {
    align-content: flex-start !important;
  }
  html .align-content-xl-end {
    align-content: flex-end !important;
  }
  html .align-content-xl-center {
    align-content: center !important;
  }
  html .align-content-xl-between {
    align-content: space-between !important;
  }
  html .align-content-xl-around {
    align-content: space-around !important;
  }
  html .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xl-auto {
    align-self: auto !important;
  }
  html .align-self-xl-start {
    align-self: flex-start !important;
  }
  html .align-self-xl-end {
    align-self: flex-end !important;
  }
  html .align-self-xl-center {
    align-self: center !important;
  }
  html .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xl-stretch {
    align-self: stretch !important;
  }
  html .order-xl-first {
    order: -1 !important;
  }
  html .order-xl-0 {
    order: 0 !important;
  }
  html .order-xl-1 {
    order: 1 !important;
  }
  html .order-xl-2 {
    order: 2 !important;
  }
  html .order-xl-3 {
    order: 3 !important;
  }
  html .order-xl-4 {
    order: 4 !important;
  }
  html .order-xl-5 {
    order: 5 !important;
  }
  html .order-xl-last {
    order: 6 !important;
  }
  html .m-xl-0 {
    margin: 0 !important;
  }
  html .m-xl-1 {
    margin: 0.25rem !important;
  }
  html .m-xl-2 {
    margin: 0.5rem !important;
  }
  html .m-xl-3 {
    margin: 1rem !important;
  }
  html .m-xl-4 {
    margin: 1.5rem !important;
  }
  html .m-xl-5 {
    margin: 3rem !important;
  }
  html .m-xl-auto {
    margin: auto !important;
  }
  html .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-xl-0 {
    margin-top: 0 !important;
  }
  html .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-xl-3 {
    margin-top: 1rem !important;
  }
  html .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-xl-5 {
    margin-top: 3rem !important;
  }
  html .mt-xl-auto {
    margin-top: auto !important;
  }
  html .me-xl-0 {
    margin-right: 0 !important;
  }
  html .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  html .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  html .me-xl-3 {
    margin-right: 1rem !important;
  }
  html .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html .me-xl-5 {
    margin-right: 3rem !important;
  }
  html .me-xl-auto {
    margin-right: auto !important;
  }
  html .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  html .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-xl-auto {
    margin-bottom: auto !important;
  }
  html .ms-xl-0 {
    margin-left: 0 !important;
  }
  html .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html .ms-xl-auto {
    margin-left: auto !important;
  }
  html .p-xl-0 {
    padding: 0 !important;
  }
  html .p-xl-1 {
    padding: 0.25rem !important;
  }
  html .p-xl-2 {
    padding: 0.5rem !important;
  }
  html .p-xl-3 {
    padding: 1rem !important;
  }
  html .p-xl-4 {
    padding: 1.5rem !important;
  }
  html .p-xl-5 {
    padding: 3rem !important;
  }
  html .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-xl-0 {
    padding-top: 0 !important;
  }
  html .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-xl-3 {
    padding-top: 1rem !important;
  }
  html .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-xl-5 {
    padding-top: 3rem !important;
  }
  html .pe-xl-0 {
    padding-right: 0 !important;
  }
  html .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  html .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-xl-0 {
    padding-left: 0 !important;
  }
  html .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-xl-5 {
    padding-left: 3rem !important;
  }
  html .text-xl-start {
    text-align: left !important;
  }
  html .text-xl-end {
    text-align: right !important;
  }
  html .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  html .float-xxl-start {
    float: left !important;
  }
  html .float-xxl-end {
    float: right !important;
  }
  html .float-xxl-none {
    float: none !important;
  }
  html .d-xxl-inline {
    display: inline !important;
  }
  html .d-xxl-inline-block {
    display: inline-block !important;
  }
  html .d-xxl-block {
    display: block !important;
  }
  html .d-xxl-grid {
    display: grid !important;
  }
  html .d-xxl-table {
    display: table !important;
  }
  html .d-xxl-table-row {
    display: table-row !important;
  }
  html .d-xxl-table-cell {
    display: table-cell !important;
  }
  html .d-xxl-flex {
    display: flex !important;
  }
  html .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  html .d-xxl-none {
    display: none !important;
  }
  html .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  html .flex-xxl-row {
    flex-direction: row !important;
  }
  html .flex-xxl-column {
    flex-direction: column !important;
  }
  html .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  html .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  html .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  html .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  html .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  html .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  html .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  html .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  html .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html .gap-xxl-0 {
    gap: 0 !important;
  }
  html .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  html .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  html .gap-xxl-3 {
    gap: 1rem !important;
  }
  html .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  html .gap-xxl-5 {
    gap: 3rem !important;
  }
  html .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  html .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  html .justify-content-xxl-center {
    justify-content: center !important;
  }
  html .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  html .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  html .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  html .align-items-xxl-start {
    align-items: flex-start !important;
  }
  html .align-items-xxl-end {
    align-items: flex-end !important;
  }
  html .align-items-xxl-center {
    align-items: center !important;
  }
  html .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  html .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  html .align-content-xxl-start {
    align-content: flex-start !important;
  }
  html .align-content-xxl-end {
    align-content: flex-end !important;
  }
  html .align-content-xxl-center {
    align-content: center !important;
  }
  html .align-content-xxl-between {
    align-content: space-between !important;
  }
  html .align-content-xxl-around {
    align-content: space-around !important;
  }
  html .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  html .align-self-xxl-auto {
    align-self: auto !important;
  }
  html .align-self-xxl-start {
    align-self: flex-start !important;
  }
  html .align-self-xxl-end {
    align-self: flex-end !important;
  }
  html .align-self-xxl-center {
    align-self: center !important;
  }
  html .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  html .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  html .order-xxl-first {
    order: -1 !important;
  }
  html .order-xxl-0 {
    order: 0 !important;
  }
  html .order-xxl-1 {
    order: 1 !important;
  }
  html .order-xxl-2 {
    order: 2 !important;
  }
  html .order-xxl-3 {
    order: 3 !important;
  }
  html .order-xxl-4 {
    order: 4 !important;
  }
  html .order-xxl-5 {
    order: 5 !important;
  }
  html .order-xxl-last {
    order: 6 !important;
  }
  html .m-xxl-0 {
    margin: 0 !important;
  }
  html .m-xxl-1 {
    margin: 0.25rem !important;
  }
  html .m-xxl-2 {
    margin: 0.5rem !important;
  }
  html .m-xxl-3 {
    margin: 1rem !important;
  }
  html .m-xxl-4 {
    margin: 1.5rem !important;
  }
  html .m-xxl-5 {
    margin: 3rem !important;
  }
  html .m-xxl-auto {
    margin: auto !important;
  }
  html .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  html .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  html .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  html .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  html .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  html .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  html .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  html .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  html .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  html .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  html .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  html .mt-xxl-0 {
    margin-top: 0 !important;
  }
  html .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  html .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  html .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  html .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  html .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  html .mt-xxl-auto {
    margin-top: auto !important;
  }
  html .me-xxl-0 {
    margin-right: 0 !important;
  }
  html .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html .me-xxl-auto {
    margin-right: auto !important;
  }
  html .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  html .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  html .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  html .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  html .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  html .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  html .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  html .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html .ms-xxl-auto {
    margin-left: auto !important;
  }
  html .p-xxl-0 {
    padding: 0 !important;
  }
  html .p-xxl-1 {
    padding: 0.25rem !important;
  }
  html .p-xxl-2 {
    padding: 0.5rem !important;
  }
  html .p-xxl-3 {
    padding: 1rem !important;
  }
  html .p-xxl-4 {
    padding: 1.5rem !important;
  }
  html .p-xxl-5 {
    padding: 3rem !important;
  }
  html .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  html .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  html .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  html .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  html .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  html .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  html .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  html .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  html .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  html .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  html .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  html .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  html .pt-xxl-0 {
    padding-top: 0 !important;
  }
  html .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  html .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  html .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  html .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  html .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  html .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  html .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  html .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  html .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  html .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  html .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  html .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  html .text-xxl-start {
    text-align: left !important;
  }
  html .text-xxl-end {
    text-align: right !important;
  }
  html .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html .fs-1 {
    font-size: 2.5rem !important;
  }
  html .fs-2 {
    font-size: 2rem !important;
  }
  html .fs-3 {
    font-size: 1.75rem !important;
  }
  html .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  html .d-print-inline {
    display: inline !important;
  }
  html .d-print-inline-block {
    display: inline-block !important;
  }
  html .d-print-block {
    display: block !important;
  }
  html .d-print-grid {
    display: grid !important;
  }
  html .d-print-table {
    display: table !important;
  }
  html .d-print-table-row {
    display: table-row !important;
  }
  html .d-print-table-cell {
    display: table-cell !important;
  }
  html .d-print-flex {
    display: flex !important;
  }
  html .d-print-inline-flex {
    display: inline-flex !important;
  }
  html .d-print-none {
    display: none !important;
  }
}
html,
body {
  height: 100%;
  font-family: "Poppins", sans-serif;
  --mat-toolbar-title-text-font: "Poppins", sans-serif;
}
body {
  margin: 0;
  background-color: var(--body-bg);
}
* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
*::-webkit-scrollbar-track {
  background-color: var(--body-bg);
  box-shadow: inset 0 0 2px grey;
}
*::-webkit-scrollbar-thumb {
  background-color: #e75a77;
  transition: 0.3s ease-in-out;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary);
}
.scrollbar {
  overflow-x: auto;
}
.scrollbar::-webkit-scrollbar {
  width: 4px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: white;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #f5b8c5;
}
.scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
#drawflow {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  background-size: 24px 24px;
  background-image: radial-gradient(rgb(133, 122, 122) 1px, transparent 1px);
  border-radius: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
}
#drawflow .drags {
  position: absolute;
  float: left;
  bottom: 12px;
  left: 12px;
  z-index: 5;
}
#drawflow .drags .drag {
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
}
#drawflow .drags .drag .start-flow-icon {
  transform: rotateY(180deg);
}
#drawflow .action-buttons {
  position: absolute;
  float: right;
  bottom: 12px;
  right: 12px;
  z-index: 5;
}
#drawflow .action-buttons .actions {
  background: rgba(0, 0, 0, 0.6784313725);
  color: white;
}
#drawflow .drawflow .drawflow-node {
  background-color: white;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 15px 2px var(--border-color);
  padding: 0px;
  min-width: 160px;
}
#drawflow .drawflow .drawflow-node.selected {
  background: white;
  border: 1px solid var(--info);
  box-shadow: 0px 0px 1px 1px var(--info);
}
#drawflow .drawflow .drawflow-node.state {
  align-items: start;
}
#drawflow .drawflow .drawflow-node.state .inputs {
  top: 10px;
}
#drawflow .drawflow .drawflow-node.state .outputs {
  top: auto;
  bottom: 30px;
}
#drawflow .drawflow .drawflow-node .inputs,
#drawflow .drawflow .drawflow-node .outputs {
  position: absolute;
}
#drawflow .drawflow .drawflow-node .inputs .input,
#drawflow .drawflow .drawflow-node .inputs .output,
#drawflow .drawflow .drawflow-node .outputs .input,
#drawflow .drawflow .drawflow-node .outputs .output {
  height: 12px;
  width: 12px;
  top: 0px;
  left: 0px;
  right: 0px;
  border-width: 2px;
  margin-bottom: 4px;
  border-style: solid;
  border-color: transparent;
  background-color: white;
  transition: ease-in-out 0.2s;
}
#drawflow .drawflow .drawflow-node .inputs .input:hover,
#drawflow .drawflow .drawflow-node .inputs .output:hover,
#drawflow .drawflow .drawflow-node .outputs .input:hover,
#drawflow .drawflow .drawflow-node .outputs .output:hover {
  border: 0px;
  background-color: var(--info);
}
#drawflow .drawflow .drawflow-node .inputs {
  left: -6px;
}
#drawflow .drawflow .drawflow-node .inputs .input {
  border-color: var(--success);
}
#drawflow .drawflow .drawflow-node .outputs {
  right: 6px;
}
#drawflow .drawflow .drawflow-node .outputs .output {
  border-color: var(--danger);
}
#drawflow .drawflow .drawflow-node select {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 2px;
  outline: none;
  font-size: 12px;
}
#drawflow .drawflow .drawflow-node .open-edit-dialog-btn:hover {
  background-color: var(--primary) !important;
  color: white;
}
#drawflow .drawflow .connection .main-path {
  stroke: var(--info);
  stroke-width: 2px;
}
#drawflow .drawflow .connection .point {
  stroke: var(--border-color);
  stroke-width: 2;
  fill: white;
}
#drawflow .drawflow .connection .point.selected,
#drawflow .drawflow .connection .point:hover {
  fill: var(--info);
}
#drawflow .drawflow-delete {
  border: 2px solid var(--danger);
  background: white;
  color: var(--danger);
  box-shadow: 0 2px 20px 2px var(--danger);
  display: flex;
  justify-content: center;
  align-items: center;
}
.point {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.point::before,
.point::after {
  content: "";
  position: absolute;
  background-color: #ccc;
}
.speech {
  background: rgba(221, 19, 60, 0.1019607843);
}
.br-35 {
  border-radius: 35px;
}
.hover-fill {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease;
}
.hover-fill::before {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 0;
  background: var(--primary);
  border-top-left-radius: 60%;
  border-top-right-radius: 60%;
  transition: height 1.5s cubic-bezier(0.25, 0.45, 0.1, 1), bottom 1.5s cubic-bezier(0.25, 0.45, 0.1, 1);
  z-index: 0;
}
.hover-fill:hover::before {
  height: 160%;
  bottom: 0;
}
.hover-content {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}
.hover-fill:hover .hover-content,
.hover-fill:hover mat-icon,
.hover-fill:hover .fw-semibold,
.hover-fill:hover .text-muted {
  color: white !important;
}
.hover-fill:hover .icon-circle {
  background-color: white !important;
}
.hover-fill:hover .icon-circle mat-icon {
  color: var(--primary) !important;
}
.hover-fill:hover {
  transform: translateY(-6px);
}
.icon-circle {
  width: 50px;
  height: 50px;
}
.logo-card {
  height: 110px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eee;
  padding: 12px;
}
.logo-card img {
  max-width: 140px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.logo-card img.icon {
  max-height: 80px;
}
.featured-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  height: auto;
  padding: 8px 16px;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.4;
  --pill-color: var(--primary);
  border: 1px solid var(--pill-color);
  background-color: color-mix(in srgb, var(--pill-color) 7%, transparent);
  color: var(--pill-color);
  border-radius: 999px;
  text-decoration: none;
  cursor: default;
  transition: none;
}
.featured-pill:hover,
.featured-pill:focus,
.featured-pill:active {
  background-color: color-mix(in srgb, var(--pill-color) 7%, transparent);
  color: var(--pill-color);
}
.featured-pill {
  cursor: default;
}
.capability-img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .capability-img {
    width: auto;
    max-width: 480px;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
