@import url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css");
@import url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/style.css");
@import url("https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/duotone/style.css");
.bs-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  .bs-container {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .bs-container {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .bs-container {
    width: 1024px;
  }
}
.bs-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.bs-row {
  margin-left: -10px;
  margin-right: -10px;
}
.bs-row * {
  zoom: 1;
}
.bs-row:before,
.bs-row:after {
  display: table;
  content: "";
}
.bs-row:after {
  clear: both;
}
.bs-row > [class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Do not remove commented font-weights. 
We might need them later. 
They're now commented in order to 
increase page load performance
*/
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Light.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Light.woff') format('woff'), url('/cdn/fonts/lato/Lato-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-LightItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-LightItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-LightItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Regular.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Regular.woff') format('woff'), url('/cdn/fonts/lato/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Italic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Italic.woff') format('woff'), url('/cdn/fonts/lato/Lato-Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Medium.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Medium.woff') format('woff'), url('/cdn/fonts/lato/Lato-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-MediumItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-MediumItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-MediumItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Semibold.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Semibold.woff') format('woff'), url('/cdn/fonts/lato/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-SemiboldItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Bold.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Bold.woff') format('woff'), url('/cdn/fonts/lato/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-BoldItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-BoldItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Heavy.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Heavy.woff') format('woff'), url('/cdn/fonts/lato/Lato-Heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-HeavyItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-HeavyItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-HeavyItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-Black.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-Black.woff') format('woff'), url('/cdn/fonts/lato/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
@font-face {
  font-family: 'Lato';
  src: url('/cdn/fonts/lato/Lato-BlackItalic.woff2') format('woff2'), url('/cdn/fonts/lato/Lato-BlackItalic.woff') format('woff'), url('/cdn/fonts/lato/Lato-BlackItalic.ttf') format('truetype');
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-display: swap;
  crossorigin: anonymous;
}
:root {
  --header-height: 60px;
  --zoom: 0;
}
@media screen and (max-width: 1023px) {
  :root {
    --header-height: 50px;
  }
}
html:has(.header-box.tabbed),
html:has(.body_report_tabbed),
html:has(#psrk-report-navigation) {
  --header-height: 60px;
}
@media screen and (max-width: 1023px) {
  html:has(.header-box.tabbed),
  html:has(.body_report_tabbed),
  html:has(#psrk-report-navigation) {
    --header-height: 50px;
  }
}
html:has(.header-box.tabbed.fixed),
html:has(#psrk-report-navigation.fixed) {
  --header-height: 44px;
}
@media screen and (max-width: 1023px) {
  html:has(.header-box.tabbed.fixed),
  html:has(#psrk-report-navigation.fixed) {
    --header-height: 40px;
  }
}
html:has(.affix.sticky-top) {
  --header-height: 44px;
}
@media screen and (max-width: 1023px) {
  html:has(.affix.sticky-top) {
    --header-height: 50px;
  }
}
body {
  -webkit-transition: padding-top 0.25s linear;
  transition: padding-top 0.25s linear;
}
body[class*="newshark-"]:has(header.header-container),
body[class*="loc"] body.responsive:has(header.header-container),
body.fullscreen:has(header.header-container),
body.ownershipApp:has(header.header-container) {
  padding-top: var(--header-height) !important;
}
body:has(.header.menu-open) {
  overflow: hidden !important;
}
@supports (-moz-appearance: none) {
  body {
    scrollbar-width: thin;
    scrollbar-color: inset 0 0 6px rgba(0, 0, 0, 0.3) #aaaaaa;
  }
}
body::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
@media (prefers-color-scheme: dark) {
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 10px rgba(66, 66, 66, 0.95);
  }
  body::-webkit-scrollbar-thumb {
    background-color: #686868;
  }
  @supports (-moz-appearance: none) {
    body {
      scrollbar-color: inset 0 0 0 10px rgba(66, 66, 66, 0.95) #686868;
    }
  }
}
header.header-container {
  z-index: 9990;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.25s linear;
  transition: height 0.25s linear;
}
header.header-container {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
header.header-container *,
header.header-container *::before,
header.header-container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  header.header-container:has(.header.menu-open):before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    pointer-events: none;
  }
}
header.header-container > .header {
  background: #027ABB;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  position: relative;
  z-index: 1;
}
header.header-container > .header.shadow {
  -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.08);
}
header.header-container div,
header.header-container a,
header.header-container strong,
header.header-container em,
header.header-container span,
header.header-container ul,
header.header-container ol,
header.header-container li,
header.header-container button {
  color: inherit;
  background: transparent;
  border: none;
  line-height: 16px;
}
header.header-container ul,
header.header-container ol,
header.header-container li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.header-container li {
  position: relative;
}
header.header-container a,
header.header-container a:hover,
header.header-container a:focus,
header.header-container a:visited {
  text-decoration: none;
  color: inherit;
}
header.header-container a.disabled,
header.header-container button.disabled,
header.header-container a.disabled:hover,
header.header-container button.disabled:hover {
  cursor: default;
  color: rgba(204, 204, 204, 0.5) !important;
}
header.header-container a:focus-visible,
header.header-container button:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.2);
  outline-offset: -1.5px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), inset 0 0 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
header.header-container .caret {
  -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  line-height: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: inherit;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentcolor;
}
header.header-container .skip_link {
  position: absolute;
  left: 3px;
  top: -200%;
  padding: 0.5em;
  color: #000;
  background-color: #ffc107;
  z-index: 5;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
header.header-container .skip_link:focus {
  top: calc(var(--header-height) + 3px);
}
header.header-container .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1900px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  header.header-container .header-inner {
    padding-left: calc(18px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-inner {
    padding-left: calc(18px + 14 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-inner {
    padding-left: calc(32px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1439px) {
  header.header-container .header-inner {
    padding-right: calc(18px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-inner {
    padding-right: calc(18px + 14 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-inner {
    padding-right: calc(32px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1439px) {
  header.header-container .header-inner {
    gap: calc(16px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-inner {
    gap: calc(16px + 16 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-inner {
    gap: calc(32px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
}
header.header-container .header-nav-list,
header.header-container .header-util-list,
header.header-container .header-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
header.header-container .header-nav-list > li,
header.header-container .header-util-list > li,
header.header-container .header-user-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  letter-spacing: 0.4px;
}
header.header-container .header-nav-list > li[data-active="true"] > [data-link],
header.header-container .header-util-list > li[data-active="true"] > [data-link],
header.header-container .header-user-list > li[data-active="true"] > [data-link] {
  pointer-events: none;
  cursor: default;
}
header.header-container .header-nav-list > li[data-active="true"] > [aria-haspopup]:after,
header.header-container .header-util-list > li[data-active="true"] > [aria-haspopup]:after,
header.header-container .header-user-list > li[data-active="true"] > [aria-haspopup]:after,
header.header-container .header-nav-list > li[data-active="true"] > [data-link]:after,
header.header-container .header-util-list > li[data-active="true"] > [data-link]:after,
header.header-container .header-user-list > li[data-active="true"] > [data-link]:after {
  width: 100%;
}
header.header-container .header-nav-list > li [data-active] a,
header.header-container .header-util-list > li [data-active] a,
header.header-container .header-user-list > li [data-active] a {
  background: #64aed6;
  color: #000;
}
header.header-container .header-nav-list > li ul,
header.header-container .header-util-list > li ul,
header.header-container .header-user-list > li ul,
header.header-container .header-nav-list > li li,
header.header-container .header-util-list > li li,
header.header-container .header-user-list > li li,
header.header-container .header-nav-list > li a,
header.header-container .header-util-list > li a,
header.header-container .header-user-list > li a,
header.header-container .header-nav-list > li span,
header.header-container .header-util-list > li span,
header.header-container .header-user-list > li span,
header.header-container .header-nav-list > li button,
header.header-container .header-util-list > li button,
header.header-container .header-user-list > li button {
  font: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
header.header-container .header-nav-list > li > [aria-haspopup],
header.header-container .header-util-list > li > [aria-haspopup],
header.header-container .header-user-list > li > [aria-haspopup],
header.header-container .header-nav-list > li > [data-link],
header.header-container .header-util-list > li > [data-link],
header.header-container .header-user-list > li > [data-link] {
  font: inherit;
  position: relative;
  padding: 10px 0;
  min-width: 24px;
}
@media (hover: hover) and (pointer: fine), screen and (min-width: 1024px) {
  header.header-container .header-nav-list > li > [aria-haspopup]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-util-list > li > [aria-haspopup]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-user-list > li > [aria-haspopup]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-nav-list > li > [data-link]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-util-list > li > [data-link]:not([aria-expanded="true"]):hover:after,
  header.header-container .header-user-list > li > [data-link]:not([aria-expanded="true"]):hover:after {
    width: 100%;
  }
}
header.header-container .header-nav-list > li > [aria-haspopup]::after,
header.header-container .header-util-list > li > [aria-haspopup]::after,
header.header-container .header-user-list > li > [aria-haspopup]::after,
header.header-container .header-nav-list > li > [data-link]::after,
header.header-container .header-util-list > li > [data-link]::after,
header.header-container .header-user-list > li > [data-link]::after {
  content: "";
  width: 0%;
  position: absolute;
  height: 2px;
  background: #fff;
  -webkit-transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  pointer-events: none;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list,
  header.header-container .header-util-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  header.header-container .header-nav-list > li,
  header.header-container .header-util-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 1px solid #00bdff;
  }
  header.header-container .header-nav-list > li > [aria-haspopup],
  header.header-container .header-util-list > li > [aria-haspopup],
  header.header-container .header-nav-list > li > [data-link],
  header.header-container .header-util-list > li > [data-link] {
    padding: 4px 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
#content .affix-top {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
}
#content .sticky-top {
  left: 0;
  right: 0;
  -webkit-transition: top 0.2s ease, padding-top 0.2s ease;
  transition: top 0.2s ease, padding-top 0.2s ease;
  padding-top: var(--header-height);
}
#content .affix.sticky-top {
  padding-top: var(--header-height);
}
#wrap:has(.sticky-top.affix) header.header-container .header-logo,
#wrap:has(#psrk-report-navigation.fixed) header.header-container .header-logo,
#wrap:has(.header-box.tabbed.fixed) header.header-container .header-logo {
  max-width: calc(160px - (var(--zoom) * 1px));
}
header.header-container .nav-mobile-toggler {
  position: absolute;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  header.header-container .nav-mobile-toggler {
    position: relative;
    visibility: visible;
    width: 28px;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  header.header-container .nav-mobile-toggler button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    width: 28px;
    height: 4px;
    background: #fff;
    -webkit-transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
    transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
  }
  header.header-container .nav-mobile-toggler button::before,
  header.header-container .nav-mobile-toggler button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175);
  }
  header.header-container .nav-mobile-toggler button::before {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  header.header-container .nav-mobile-toggler button::after {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
  header.header-container .nav-mobile-toggler button[aria-expanded="true"] {
    background: transparent;
    height: 2px;
    -webkit-transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
    transition: height 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.175), background 0.25s linear;
  }
  header.header-container .nav-mobile-toggler button[aria-expanded="true"]::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.98);
            transform: translate(-50%, -50%) rotate(45deg) scale(0.98);
  }
  header.header-container .nav-mobile-toggler button[aria-expanded="true"]::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.98);
            transform: translate(-50%, -50%) rotate(-45deg) scale(0.98);
  }
}
header.header-container .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-transition: max-width 0.25s linear;
  transition: max-width 0.25s linear;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-logo {
    max-width: calc(160px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  header.header-container .header-logo {
    max-width: calc(160px + 76 * ((100vw - 1024px) / 576) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-logo {
    max-width: calc(236px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 479px) {
  header.header-container .header-logo {
    width: 60px;
    overflow: hidden;
  }
  header.header-container .header-logo svg g g {
    display: none;
  }
}
header.header-container .header-logo a {
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 17.8%;
  height: 0;
}
@media screen and (max-width: 479px) {
  header.header-container .header-logo a {
    width: 160px;
    min-width: 160px;
    height: 50px;
    padding-bottom: 0;
  }
}
header.header-container .header-logo a svg {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
header.header-container button[aria-haspopup="true"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: relative;
  z-index: 1;
}
header.header-container button[aria-haspopup="true"][aria-expanded="true"] .caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header.header-container button[aria-haspopup="true"][aria-expanded="true"] + .header-dropdown {
  top: 100%;
  pointer-events: all;
  visibility: visible;
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}
header.header-container button[aria-haspopup="true"][aria-expanded="true"] + .header-dropdown:after {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  header.header-container button[aria-haspopup="true"][aria-expanded="true"] {
    background-color: #00bdff;
    color: #000;
  }
}
header.header-container button[aria-haspopup="true"][aria-expanded="false"] + .header-dropdown {
  top: 90%;
  pointer-events: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  opacity: 0;
}
header.header-container .header-dropdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #027ABB;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 1024px) {
  header.header-container .header-dropdown {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header.header-container .header-dropdown:after {
    content: "";
    width: 0%;
    position: absolute;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    top: -2px;
    left: 0;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-dropdown {
    position: relative;
    padding-left: 18px;
  }
}
header.header-container .header-dropdown li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 0.4px;
  z-index: 1;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 1449.9px) {
  header.header-container .header-dropdown li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) {
  header.header-container .header-dropdown li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150));
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) and (max-height: 599.9px) {
  header.header-container .header-dropdown li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150) - 0px);
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-dropdown li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) and (max-height: 599.9px) {
  header.header-container .header-dropdown li {
    font-size: 16px;
  }
}
@media print {
  header.header-container .header-dropdown li {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  header.header-container .header-dropdown li:hover a {
    background-color: #00bdff;
    color: #000;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-dropdown li:not(:first-child) {
    border-top: 1px solid #64aed6;
  }
}
header.header-container .header-dropdown li a {
  padding: 2px 12px;
  display: block;
  text-align: left;
  line-height: 30px;
  width: 100%;
  background: #027ABB;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-dropdown li a {
    line-height: 34px;
  }
}
header.header-container .header-nav[hidden] {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  header.header-container .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  header.header-container .header-nav:not(:has(.header-nav-list)) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header.header-container .header-nav .header-nav-inner {
    height: auto !important;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #027ABB;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-height: none;
    overflow: visible;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    /* When nav is hidden (semantic closed state) */
    /* animation wrapper */
    /* closed visual state */
  }
  header.header-container .header-nav[hidden] {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header.header-container .header-nav .header-nav-inner {
    overflow: hidden;
    max-height: calc(100vh - 50px);
    max-height: calc(100dvh - 50px);
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  header.header-container .header-nav:not(.open) .header-nav-inner {
    max-height: 0;
  }
}
header.header-container .header-nav-list {
  position: relative;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list {
    gap: calc(12px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  header.header-container .header-nav-list {
    gap: calc(12px + 8 * ((100vw - 1024px) / 576) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-nav-list {
    gap: calc(20px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list {
    gap: 0;
  }
}
header.header-container .header-nav-list > li {
  font-weight: 500;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
@media screen and (max-width: 1449.9px) {
  header.header-container .header-nav-list > li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) {
  header.header-container .header-nav-list > li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150));
  }
}
@media screen and (min-width: 1450px) and (max-width: 1599.9px) and (max-height: 599.9px) {
  header.header-container .header-nav-list > li {
    font-size: calc(13px + 3 * ((100vw - 1450px) / 150) - 0px);
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-nav-list > li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) and (max-height: 599.9px) {
  header.header-container .header-nav-list > li {
    font-size: 16px;
  }
}
@media print {
  header.header-container .header-nav-list > li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-nav-list > li {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-util-list {
    gap: calc(8px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
  header.header-container .header-util-list {
    gap: calc(8px + 8 * ((100vw - 1024px) / 576) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-util-list {
    gap: calc(16px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-util-list {
    gap: 0;
  }
}
header.header-container .header-util-list > li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  header.header-container .header-util-list > li {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
  }
}
header.header-container .header-util-list i:before {
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-container .header-region a,
header.header-container .header-customer-service a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (hover: hover) and (pointer: fine) {
  header.header-container .header-region a::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
    padding: 8px;
    background: #fff;
    color: #000;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.34;
    width: 150px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #ccc, 0 2px 8px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 0 0 1px #ccc, 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0;
    visibility: hidden;
    white-space: pre-wrap;
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  header.header-container .header-region:hover a:before {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  header.header-container .header-region a::after {
    display: none;
  }
  header.header-container .header-region .region-city {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header.header-container .header-region .region-label {
    display: none;
  }
}
@media screen and (max-width: 1023px), screen and (min-width: 1200px) {
  header.header-container .header-region .region-state {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-region i {
    display: none;
  }
}
header.header-container .header-customer-service i,
header.header-container .header-customer-service i:before {
  font-size: 16px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  header.header-container .header-customer-service span,
  header.header-container .header-customer-service a::after {
    display: none;
  }
}
header.header-container .header-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  header.header-container .header-user-list {
    gap: calc(12px - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  header.header-container .header-user-list {
    gap: calc(12px + 4 * ((100vw - 1440px) / 160) - (var(--zoom) * 1px));
  }
}
@media screen and (min-width: 1600px) {
  header.header-container .header-user-list {
    gap: calc(16px - (var(--zoom) * 1px));
  }
}
@media screen and (max-width: 1023px) {
  header.header-container .header-user-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
header.header-container .header-user-list > li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
}
header.header-container .header-user-list .subscribe a {
  background: #ffc107;
  color: #000000;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  min-width: 102px;
  text-align: center;
  min-height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-container .header-user-list .subscribe a:hover {
  text-decoration: none;
  background: #ff9800;
}
header.header-container .header-user-list .subscribe a::after {
  display: none;
}
header.header-container .header-user-list .signin a {
  min-width: 44px;
  text-align: center;
}
header.header-container .header-user-list .account {
  max-width: 150px;
}
header.header-container .header-user-list .account > [aria-haspopup] {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  header.header-container .header-user-list .account > [aria-haspopup] {
    padding: 5px 4px;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  header.header-container .header-user-list .account > [aria-haspopup][aria-expanded="true"] {
    background-color: rgba(0, 189, 255, 0.3);
    color: #fff;
  }
  header.header-container .header-user-list .account > [aria-haspopup]:after {
    display: none;
  }
  header.header-container .header-user-list .account > [aria-haspopup] .name {
    display: none;
  }
}
header.header-container .header-user-list .account > [aria-haspopup] .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  header.header-container .header-user-list .account > [aria-haspopup] .initials {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header.header-container .header-user-list .account > [aria-haspopup] .initials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    gap: 4px;
  }
  header.header-container .header-user-list .account > [aria-haspopup] .initials i::before {
    width: 16px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.header-container .header-user-list .account .header-dropdown {
  top: 100%;
  right: -1px;
  left: auto;
  position: absolute;
  padding-left: 0;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}
header.header-container .header-user-list .account .header-dropdown li a {
  padding: 0 12px;
}
header.header-container .header-user-list .account .header-dropdown li:first-child {
  border-bottom: 1px solid #d3d6da;
}
header.header-container .header-user-list .account .header-dropdown li:last-child {
  border-top: 1px solid #d3d6da;
}
header.header-container .header-user-list .account .header-dropdown li:not(:first-child):not(:last-child) {
  border: none;
}
#footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#footer .footer-upper {
  margin-left: -20px;
  margin-right: -20px;
}
#footer .footer-upper .customer-service {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #footer .footer-upper .customer-service {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #footer .footer-upper .customer-service {
    float: left;
    width: 25%;
  }
}
#footer .footer-upper nav {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  #footer .footer-upper nav {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #footer .footer-upper nav {
    float: left;
    width: 75%;
  }
}
#footer .footer-upper nav .footer-row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #footer .footer-upper nav .footer-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 600px) {
  #footer .footer-upper nav .popular-areas,
  #footer .footer-upper nav .for_sale,
  #footer .footer-upper nav .resources {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 600px) and (min-width: 480px) {
  #footer .footer-upper nav .popular-areas,
  #footer .footer-upper nav .for_sale,
  #footer .footer-upper nav .resources {
    float: left;
    width: 25%;
  }
}
#footer {
  background: #f4f4f4;
  color: #333;
  text-align: left;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer .footer-upper {
  overflow: hidden;
  line-height: 20px;
  padding-top: 30px;
}
#footer .footer-upper .customer-service:nth-of-type(2) p {
  padding-left: 10px;
  padding-right: 10px;
}
#footer .footer-upper .f-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: normal;
}
#footer .footer-upper li a {
  line-height: 18px;
  padding: 3px 0;
}
#footer a,
#footer button {
  color: #333;
  text-decoration: none;
}
#footer a:hover,
#footer button:hover {
  text-decoration: underline;
}
#footer a.f_button,
#footer button.f_button {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
  background: #FBA000;
  line-height: 12px;
  padding: 14px 25px;
  border-radius: 4px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  margin-top: 12px;
  margin-bottom: 5px;
  text-align: center;
}
#footer a.f_button:hover,
#footer button.f_button:hover {
  text-decoration: none;
  background: #e29000;
}
#footer a.show_more,
#footer button.show_more,
#footer a.show_less,
#footer button.show_less {
  color: #0A5D8C;
  position: relative;
  padding: 2px 0;
  font-size: 12px;
  inset: unset;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-right: -8px;
  margin-top: 4px;
}
#footer a.show_more:before,
#footer button.show_more:before,
#footer a.show_less:before,
#footer button.show_less:before {
  color: #0A5D8C;
  position: inherit;
  right: -2px;
}
#footer a.show_more:before,
#footer button.show_more:before,
#footer a.show_less:before,
#footer button.show_less:before,
#footer a.show_more:before:hover,
#footer button.show_more:before:hover,
#footer a.show_less:before:hover,
#footer button.show_less:before:hover {
  text-decoration: none;
}
#footer a.show_more:before,
#footer button.show_more:before {
  content: '\e61f';
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer a.show_less:before,
#footer button.show_less:before {
  content: '\e620';
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer button {
  border: none;
  background: none;
  right: 22px;
}
#footer h4 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
#footer .corporate_links,
#footer .f-disclaimer {
  padding: 25px 0;
  border-top: 1px solid #EDEDED;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
#footer .corporate_links a,
#footer .f-disclaimer a {
  color: #333;
}
#footer .f-disclaimer {
  font-size: 11px;
  font-style: italic;
}
#footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer .copy > p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#footer {
  font: inherit;
  padding: 60px 24px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 32px 0;
  }
}
#footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#footer .f-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1440px;
  width: 100%;
}
#footer .f-inner .wrap {
  max-width: none;
  padding: 0;
}
#footer .footer-contact {
  width: 100%;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  #footer .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 37px;
  }
}
#footer .social-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  #footer .social-links .f-title {
    display: none;
  }
}
#footer .f-social-links-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #footer .f-social-links-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f-social-links-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
#footer .f-social-links-list li a {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #02527E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 8px 8px 0;
  gap: 4px;
  text-decoration: none;
  letter-spacing: 0.2px;
}
#footer .f-social-links-list li a::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#footer .f-social-links-list li.fb a::before {
  background-image: url("../svg/footer_social_facebook.svg");
}
#footer .f-social-links-list li.ig a::before {
  background-image: url("../svg/footer_social_instagram.svg");
}
#footer .f-social-links-list li.tw a::before {
  background-image: url("../svg/footer_social_x.svg");
}
#footer .f-social-links-list li.go a::before {
  background-image: url("../svg/gplus.svg");
}
#footer .f-social-links-list li.bl a::before {
  background-image: url("../svg/footer_social_blog.svg");
}
#footer .f-social-links-list li.in a::before {
  background-image: url("../svg/footer_social_linkedin.svg");
}
#footer .customer-service {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  #footer .customer-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer .customer-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#footer .customer-service .f-service-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #footer .customer-service .f-service-links {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #footer .customer-service .f-service-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
#footer .customer-service .f-service-links .f-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
#footer .customer-service .f-service-links .f-service-link a {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #02527E;
  text-decoration: none;
  padding: 0;
  margin-top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
#footer .customer-service .f-service-links .f-service-link a span {
  text-decoration: underline;
}
#footer .customer-service .f-service-links .f-service-link i {
  font-size: 24px;
  color: #02527E;
}
@media screen and (max-width: 599px) {
  #footer .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #footer .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1024px;
    width: 100%;
  }
}
#footer .footer-links .f-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer-links .f-title:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
#footer .footer-links .f-links-list {
  height: auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
@media screen and (min-width: 600px) {
  #footer .footer-links .f-links-list.hidden {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #footer .footer-links .f-links-list:not(.show-all) li:nth-child(n+11) {
    display: none;
  }
}
#footer .footer-links .f-links-list li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .f-links-list li {
    margin-bottom: 8px;
  }
}
#footer .footer-links .f-links-list li a {
  font: inherit;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0;
}
#footer .footer-links .f-links-list li a:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
  border-radius: 4px;
}
#footer .footer-links .f-links-list li:last-child {
  margin-bottom: 0;
}
#footer .footer-links .show_more:before,
#footer .footer-links .show_less:before {
  display: none;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .show_more,
  #footer .footer-links .show_less {
    display: none;
  }
}
#footer .footer-links .mobile-collapsible {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible {
    width: 100%;
  }
  #footer .footer-links .mobile-collapsible:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .footer-links .mobile-collapsible {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
  }
  #footer .footer-links .mobile-collapsible .f-title {
    white-space: nowrap;
  }
}
#footer .footer-links .mobile-collapsible .f-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible .f-title {
    cursor: default;
  }
}
#footer .footer-links .mobile-collapsible .f-title .footer-toggle {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible .f-title .footer-toggle {
    cursor: pointer;
  }
  #footer .footer-links .mobile-collapsible .f-title .footer-toggle::after {
    content: "\e913";
    font-family: 'psrkicons';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
  }
}
@media screen and (min-width: 600px) {
  #footer .footer-links .mobile-collapsible .f-title .footer-toggle {
    pointer-events: none;
    cursor: default;
  }
}
#footer .footer-links .mobile-collapsible .f-title .footer-toggle:focus-visible {
  outline: 2x solid #000000;
  outline-offset: 2px;
}
@media screen and (max-width: 599px) {
  #footer .footer-links .mobile-collapsible:not(.collapsed) .f-title .footer-toggle::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#footer .footer-links .mobile-collapsible.collapsed .f-title {
  margin-bottom: 0;
}
#footer .footer-links .mobile-collapsible.collapsed .f-title .footer-toggle::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
#footer .footer-links .mobile-collapsible .f-links-list[hidden] {
  display: none;
}
#footer .corporate_links {
  padding: 26px 0 0 0;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 9px;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
@media screen and (min-width: 768px) {
  #footer .corporate_links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .corporate_links {
    text-align: left;
    margin-left: -8px;
    padding: 20px 0 0 0;
  }
}
#footer .corporate_links a {
  padding: 2px 8px;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  display: block;
  position: relative;
}
#footer .corporate_links a::before {
  content: "";
  position: absolute;
  inset: -4px;
}
#footer .corporate_links a:not(:last-child)::after {
  content: "\200B";
  display: inline-block;
  position: absolute;
  right: -1px;
  width: 0;
  height: 14px;
  top: 4px;
  color: inherit;
  border-right: 1px solid currentColor;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 1440px) {
  #footer .corporate_links a {
    padding: 2px 8px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
#footer .f_copyright .copy {
  padding: 24px 0;
  margin-top: 24px;
  border-top: 1px solid #B0B0B0;
}
#footer .f_copyright .copyright-footer {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #3b3b3b;
}
#footer .footer-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (min-width: 768px) {
  #footer .footer-nav {
    padding-left: 40px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-nav {
    margin-top: 16px;
  }
}
#footer .footer-nav li {
  color: #000;
  display: inline-block;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  #footer .footer-nav li {
    font-size: 13px;
  }
}
#footer .footer-nav li a {
  color: inherit;
}
#footer .footer-nav li a::after {
  padding: 0 6px;
}
#footer .footer-nav li:not(:last-child) a::after {
  content: '|';
}
#footer.anon .f-inner .customer-service,
#footer.free-sub .f-inner .customer-service {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #footer.anon .f-inner .customer-service,
  #footer.free-sub .f-inner .customer-service {
    margin-bottom: 20px;
  }
}
#footer.anon .f-inner .customer-service .f-title,
#footer.free-sub .f-inner .customer-service .f-title {
  line-height: 40px;
}
#footer.anon h3,
#footer.free-sub h3,
#footer.anon h4,
#footer.free-sub h4,
#footer.anon h5,
#footer.free-sub h5,
#footer.anon .f-title,
#footer.free-sub .f-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 600px) {
  #footer.anon h3,
  #footer.free-sub h3,
  #footer.anon h4,
  #footer.free-sub h4,
  #footer.anon h5,
  #footer.free-sub h5,
  #footer.anon .f-title,
  #footer.free-sub .f-title {
    pointer-events: none;
  }
}
#footer.anon:has(.footer-upper),
#footer.free-sub:has(.footer-upper) {
  padding-top: 0;
}
#footer.anon:has(.footer-upper) .spl .footer-nav,
#footer.free-sub:has(.footer-upper) .spl .footer-nav {
  margin-top: 8px;
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #footer.anon:has(.footer-upper) .spl .footer-nav,
  #footer.free-sub:has(.footer-upper) .spl .footer-nav {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #B0B0B0;
  }
}
@media screen and (min-width: 768px) {
  #footer.anon:has(.footer-upper) .spl .footer-nav,
  #footer.free-sub:has(.footer-upper) .spl .footer-nav {
    padding-right: 30px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #footer.anon:has(.footer-upper) .spl .footer-nav,
  #footer.free-sub:has(.footer-upper) .spl .footer-nav {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #footer.anon:has(.footer-upper) .f_copyright .copy,
  #footer.free-sub:has(.footer-upper) .f_copyright .copy {
    padding: 16px 0 24px 0;
    margin-top: 0;
    border-top: none;
  }
}
#footer.anon .footer-upper,
#footer.free-sub .footer-upper {
  padding-top: 40px;
  color: #3b3b3b;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #footer.anon .footer-upper,
  #footer.free-sub .footer-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  #footer.anon .footer-upper,
  #footer.free-sub .footer-upper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #footer.anon .footer-upper .footer-right-anon,
  #footer.free-sub .footer-upper .footer-right-anon {
    text-align: right;
  }
}
#footer.anon .footer-upper .footer-left-anon,
#footer.free-sub .footer-upper .footer-left-anon {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer.anon .footer-upper .footer-right-anon,
#footer.free-sub .footer-upper .footer-right-anon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#footer.anon .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.fullscreen #content-inner {
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 896px) {
  #onetrust-banner-sdk #onetrust-policy {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #onetrust-banner-sdk #onetrust-policy-text {
    margin-bottom: 0 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
  #onetrust-banner-sdk #onetrust-button-group button {
    min-height: 32px;
    margin-bottom: 10px !important;
  }
  #onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group {
    margin-top: 0 !important;
  }
  #onetrust-banner-sdk #onetrust-accept-btn-handler,
  #onetrust-banner-sdk #onetrust-reject-all-handler,
  #onetrust-banner-sdk #onetrust-pc-btn-handler {
    padding: 3px 10px !important;
  }
}
:root {
  --section-side-padding: 16px;
  --section-top-padding: 60px;
  --section-bottom-padding: 60px;
  --subsection-padding: 40px;
  --section-gap: 40px;
}
@media only screen and (max-width: 1079px) {
  :root {
    --section-top-padding: 48px;
    --section-bottom-padding: 48px;
  }
}
@media only screen and (max-width: 599px) {
  :root {
    --section-top-padding: 40px;
    --section-bottom-padding: 40px;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* *:not(::before),
*::before *:not(::before),
*::after *:not(::before),
* *:not(::after),
*::before *:not(::after),
*::after *:not(::after) {
  font-family: inherit;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: 'Segoe UI', Helvetica Neue, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 40px;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: 'Segoe UI', Helvetica Neue, monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[tabindex],
a,
button,
.slick-arrow {
  outline: none;
}
[tabindex]:focus-visible,
a:focus-visible,
button:focus-visible,
.slick-arrow:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 0px;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
div,
section {
  margin-top: 0;
  margin-bottom: 0;
}
#grid-ruler-extension div[style*="#22F5F5;"][data-reactid] {
  background-color: #f00 !important;
}
.ps-section-title {
  --section-title-width: 1024px;
}
#content .ps-section-logos,
#content .ps-section-paddings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  padding: var(--section-top-padding) var(--section-side-padding) var(--section-bottom-padding);
}
@media screen and (max-height: 699px) {
  #content .ps-section-logos,
  #content .ps-section-paddings {
    padding: calc(var(--section-top-padding) * 0.75) var(--section-side-padding) calc(var(--section-bottom-padding) * 0.75);
  }
}
#content .ps-subsection-paddings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--subsection-padding) var(--section-side-padding);
}
#content .ps-section-title {
  margin-bottom: 0;
  padding: 0;
  color: #000000;
  font-weight: 600;
}
#content .ps-section-title:not(.left-aligned):not(.right-aligned) {
  text-align: center;
}
#content .ps-section-title:not(.has-custom-width):not(.left-aligned):not(.right-aligned) {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: var(--section-title-width);
  width: 100%;
}
#content .ps-section-title.left-aligned,
#content .ps-section-title.right-aligned {
  max-width: var(--section-title-width);
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-title {
    font-size: calc(24px + 4 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-title {
    font-size: calc(24px + 4 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-title {
    font-size: 26px;
  }
}
@media print {
  #content .ps-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-title {
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-title {
    line-height: calc(28px + 6 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-title {
    line-height: calc(28px + 6 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-title {
    line-height: 34px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-title {
    line-height: 32px;
  }
}
@media print {
  #content .ps-section-title {
    line-height: 34px;
  }
}
#content .ps-section-title.fluid {
  max-width: 100%;
}
#content .ps-section-title.inverted {
  color: #ffffff;
}
#content .ps-section-title.bold {
  font-weight: 600;
}
#content .ps-section-title.left-aligned {
  text-align: left;
}
#content .ps-section-title.right-aligned {
  text-align: left;
}
#content .ps-section-subtitle {
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-subtitle {
    font-size: calc(18px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    font-size: calc(18px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    font-size: 18px;
  }
}
@media print {
  #content .ps-section-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  #content .ps-section-subtitle {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content .ps-section-subtitle {
    line-height: calc(24px + 6 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    line-height: calc(24px + 6 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content .ps-section-subtitle {
    line-height: 30px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content .ps-section-subtitle {
    line-height: 28px;
  }
}
@media print {
  #content .ps-section-subtitle {
    line-height: 30px;
  }
}
#content .ps-section-subtitle.inverted {
  color: #ffffff;
}
#content .ps-section-logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 0 17px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #content .ps-section-logos-container {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
@media screen and (min-width: 1150px) {
  #content .ps-section-logos-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1150px;
  }
}
@media screen and (min-width: 1900px) {
  #content .ps-section-logos-container {
    max-width: 1240px;
  }
}
@media only screen and (min-width: 1440px) {
  #content .ps-container,
  .ps-container.container-outside-main {
    --ps-container-width: 1440px;
  }
}
@media only screen and (max-width: 1439px) {
  #content .ps-container,
  .ps-container.container-outside-main {
    --ps-container-width: 1080px;
  }
}
@media only screen and (min-width: 1024px) {
  #content .ps-container,
  .ps-container.container-outside-main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: var(--ps-container-width);
    width: 100%;
  }
}
#content .ps-container.fluid {
  max-width: 100%;
}
.ps-btn-white:not(.no-shadow) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #027ABB;
  background: #ffffff;
}
.ps-btn-white:not(.no-shadow):focus,
.ps-btn-white:not(.no-shadow):active {
  text-decoration: none;
}
.ps-btn-white:not(.no-shadow):hover {
  background: #e6e6e6;
}
.ps-btn-white.no-shadow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #027ABB;
  background: #ffffff;
}
.ps-btn-white.no-shadow:focus,
.ps-btn-white.no-shadow:active {
  text-decoration: none;
}
.ps-btn-white.no-shadow:hover {
  background: #e6e6e6;
}
.ps-btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  border: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-btn-outline:focus,
.ps-btn-outline:active {
  text-decoration: none;
}
.ps-btn-outline:hover {
  background: #ffffff;
  color: #027ABB;
}
.ps-btn-outline-transparent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
}
.ps-btn-outline-transparent:focus,
.ps-btn-outline-transparent:active {
  text-decoration: none;
}
.ps-btn-blue:not(.no-border),
.ps-btn-default:not(.no-border) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00BDFF;
}
.ps-btn-blue:not(.no-border):focus,
.ps-btn-default:not(.no-border):focus,
.ps-btn-blue:not(.no-border):active,
.ps-btn-default:not(.no-border):active {
  text-decoration: none;
}
.ps-btn-blue:not(.no-border):hover,
.ps-btn-default:not(.no-border):hover {
  color: #000000;
  background: #00BDFF;
}
.ps-btn-blue.no-border,
.ps-btn-default.no-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-btn-blue.no-border:focus,
.ps-btn-default.no-border:focus,
.ps-btn-blue.no-border:active,
.ps-btn-default.no-border:active {
  text-decoration: none;
}
.ps-btn-blue.no-border:hover,
.ps-btn-default.no-border:hover {
  color: #000000;
  background: #00BDFF;
}
.ps-btn-accent:not(.no-shadow) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
}
.ps-btn-accent:not(.no-shadow):focus,
.ps-btn-accent:not(.no-shadow):active {
  text-decoration: none;
}
.ps-btn-accent:not(.no-shadow):hover {
  background: #f8981d;
}
.ps-btn-accent.no-shadow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
}
.ps-btn-accent.no-shadow:focus,
.ps-btn-accent.no-shadow:active {
  text-decoration: none;
}
.ps-btn-accent.no-shadow:hover {
  background: #f8981d;
}
@media only screen and (max-width: 459px) {
  .ps-btn-mobile-fluid {
    width: 100%;
  }
}
.ps-btn-fluid {
  width: 100%;
}
[class*="ps-btn-"][disabled] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #707070;
  background: #f4f4f4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[class*="ps-btn-"][disabled]:focus,
[class*="ps-btn-"][disabled]:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none!important;
  }
}
@media print {
  .mobile-only {
    display: none!important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none!important;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.check-list {
  list-style-type: none;
}
.check-list li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.check-list li:not(:last-child) {
  margin-bottom: 12px;
}
.check-list li:before {
  color: #027ABB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "\e91B";
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
  width: 18px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hidden {
  display: none !important;
}
/* ==========================================================================
   Spacing & Alignment Utilities
   ========================================================================== */
.c-align {
  text-align: center;
}
.margin-bottom-large {
  margin-bottom: 30px;
}
.margin-top-large {
  margin-top: 30px;
}
:root {
  --filters-width: 290px;
}
@media only screen and (max-width: 1899px) {
  :root {
    --filters-width: 270px;
  }
}
.property {
  --property-card-font-size-name: 18px;
  --property-card-font-size-address: 14px;
  --property-card-font-size-class: 14px;
  --property-card-font-size-detail: 13px;
  --property-card-font-size-dp-key: 14px;
  --property-card-font-size-dp-value: 13px;
}
@media only screen and (max-width: 599px) {
  .property {
    --property-card-font-size-name: 19px;
    --property-card-font-size-address: 15px;
    --property-card-font-size-detail: 14px;
    --property-card-font-size-dp-key: 15px;
    --property-card-font-size-dp-value: 14px;
  }
}
:root  {
  /*
		CORE COLORS
	
		Shark Blue serves as our primary brand color, embodying stability and trust. Or secondary color, Yellow Tang acts as a vibrant accent, primarily used for secondary actions such as unlocking content.
	*/
  --ps-color-b25: #f3f9fd;
  --ps-color-b50: #E6F2FB;
  --ps-color-b100: #CCE4F6;
  --ps-color-b200: #99C8ED;
  --ps-color-b300: #66ADE3;
  --ps-color-b400: #3392DA;
  --ps-color-b500: #0076D1;
  --ps-color-b600: #005FA7;
  --ps-color-b700: #00477D;
  --ps-color-b800: #002F54;
  --ps-color-b900: #00182A;
  --ps-color-y50: #FFFAE8;
  --ps-color-y100: #FFF4D0;
  --ps-color-y200: #FEEAA1;
  --ps-color-y300: #FEDF71;
  --ps-color-y400: #FDD542;
  --ps-color-y500: #FDCA13;
  --ps-color-y600: #CAA20F;
  --ps-color-y700: #98790B;
  --ps-color-y800: #655108;
  --ps-color-y900: #332804;
  /*
		NEUTRAL COLORS
	
		Neutrals are carefully balanced with a subtle blue undertone, creating a calming and sophisticated feel. It's designed to be a versatile foundation for surfaces and type, providing a sense of stability and modernity.
	*/
  --ps-color-n25: #F2F3F5;
  --ps-color-n50: #EFF1F3;
  --ps-color-n100: #E0E3E8;
  --ps-color-n200: #C0C7D2;
  --ps-color-n300: #A1ACBB;
  --ps-color-n400: #8190A5;
  --ps-color-n500: #62748E;
  --ps-color-n600: #4E5D72;
  --ps-color-n700: #3B4655;
  --ps-color-n800: #272E39;
  --ps-color-n900: #14171C;
  --ps-color-dark: #000000;
  --ps-color-light: #FFFFFF;
  /*
		SENTIMENT COLORS
	
		Sentiment colors are used to indicate positive, negative, or warning.
		They're needed in components like alerts and error messages.
		But it's best to avoid using them elsewhere on screens where possible.
	
	*/
  --ps-color-pos100: #D5F0E0;
  --ps-color-pos300: #81D1A3;
  --ps-color-pos500: #2EB365;
  --ps-color-pos700: #1B6B3D;
  --ps-color-pos900: #092414;
  --ps-color-neg100: #FED5D7;
  --ps-color-neg300: #FD8086;
  --ps-color-neg500: #FB2C36;
  --ps-color-neg700: #971A20;
  --ps-color-neg900: #32090B;
  --ps-color-war100: #FFEDD0;
  --ps-color-war300: #FECA71;
  --ps-color-war500: #FDA612;
  --ps-color-war700: #98640B;
  --ps-color-war900: #332104;
  --ps-page-background: #F9F9FB;
  --border-color: var(--ps-color-n100);
  --report-global-border-color: var(--ps-color-n100);
  --ps-shadow-subtle: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  --ps-shadow-medium: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  --ps-shadow-strong: 0 0 20px 0 rgba(0, 0, 0, 0.32);
  --ps-stroke-s: 1px;
  --ps-stroke-m: 2px;
  --ps-radius-xs: 4px;
  --ps-radius-s: 8px;
  --ps-radius-m: 10px;
  --ps-radius-l: 12px;
  --ps-radius-pill: 800px;
  --ps-spacing-0: 0px;
  --ps-spacing-25: 1px;
  --ps-spacing-50: 2px;
  --ps-spacing-100: 4px;
  --ps-spacing-200: 8px;
  --ps-spacing-300: 12px;
  --ps-spacing-400: 16px;
  --ps-spacing-500: 20px;
  --ps-spacing-600: 24px;
  --ps-spacing-700: 28px;
  --ps-spacing-800: 32px;
  --ps-spacing-1000: 40px;
  --ps-spacing-1200: 48px;
  --ps-spacing-1400: 56px;
  --ps-spacing-1600: 64px;
  --ps-spacing-2000: 80px;
  --ps-spacing-2400: 96px;
  --ps-spacing-3000: 120px;
  --ps-spacing-3500: 140px;
  --ps-spacing-4000: 160px;
  --report-radius: var(--ps-radius-s);
  --time: 0.25s;
  --bezier: cubic-bezier(0.4, 0, 0.2, 1);
  --spring: cubic-bezier(0.43, -0.04, 0.43, 1.08);
  --report-page-gap: 20px;
  --report-section-bg: var(--ps-color-light);
  --report-section-padding-s: 16px;
  --report-section-padding-m: 20px;
  --report-section-shadow: var(--ps-shadow-subtle);
  --report-section-margin: 20px;
  --report-section-gap: 16px;
  --report-grid-gap: 16px;
  --report-column-gap: 12px;
  --report-data-container-bg: var(--ps-color-n25);
  --report-data-container-color: var(--ps-color-n700);
  --report-data-container-gap: 8px;
  --report-data-container-base-pad: 12px;
  --report-data-container-padding: var(--report-data-container-base-pad) calc(var(--report-data-container-base-pad) + 4px);
  --ds-border: var(--ps-stroke-s) solid var(--border-color);
  --report-data-container-border: var(--ps-stroke-s) solid var(--report-global-border-color);
  --address-height: 68px;
}
@media only screen and (max-width: 767px) {
  :root  {
    --report-data-container-padding: var(--report-data-container-base-pad);
  }
}
@media only screen and (max-width: 599px) {
  :root  {
    --report-column-gap: 12px;
    --report-section-gap: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  :root  {
    --ps-container-width: 1440px;
  }
}
@media only screen and (max-width: 1439px) {
  :root  {
    --ps-container-width: 1080px;
  }
}
:root  {
  --ps-text-body-weight: 400;
}
:root  {
  --ps-btn-font-size: 16px;
  --ps-btn-font-weight: 600;
  --ps-btn-font-height: 26px;
  --ps-btn-height: 42px;
  --ps-btn-radius: 8px;
  --ps-btn-background: var(--ps-color-b500);
  --ps-btn-color: var(--ps-color-light);
  --ps-btn-padding-h: 16px;
  --ps-btn-padding-v: 8px;
  --ps-btn-padding: var(--ps-btn-padding-v) var(--ps-btn-padding-h);
  --ps-btn-gap: 4px;
  --ps-btn-border-size: 0px;
  --ps-btn-border-color: transparent;
  --ps-btn-horizontal-align: center;
  --ps-link-color: var(--ps-color-b500);
  --ps-btn-whitespace: nowrap;
  --ps-btn-text-decoration: none;
  --ps-btn-icon-size: 20px;
  --ps-btn-float-size: var(--ps-spacing-1200);
  --ps-btn-float-size-large: var(--ps-spacing-1400);
  --ps-btn-float-size-small: var(--ps-spacing-1000);
  --ps-btn-float-size-xsmall: 34px;
}
:root  {
  --ps-table-bg: var(--ps-color-light);
  --ps-thead-bg: var(--ps-color-n25);
  --ps-tfoot-bg: var(--ps-color-n25);
  --ps-stripe-bg: var(--ps-color-b25);
  --ps-table-radius: 8px;
  --ps-table-border-color: var(--report-global-border-color);
  --ps-table-border-width: var(--ps-stroke-s);
  --ps-table-cell-h-padding: 8px;
  --ps-table-cell-v-padding: 8px;
  --ps-table-edge-cell-h-padding: 8px;
  --ps-table-cell-width: 65px;
  --ps-table-row-height: 36px;
  --ps-responsive-table-width: 100%;
}
/*
	Inserts an icon glyph using the 'psrkicons' font.

	Parameters:
	- @icon: Glyph character (e.g., "\e636")
	- @size: Font size of the icon (default: 24px)

	Applies:
	- font-family: 'psrkicons'
	- content, size, alignment, and smoothing for crisp rendering

	Example:
		.selector::before {
			.icon("\e636", 16px);
		}
*/
/*
	Shorthand mixin for setting display: flex or inline-flex, along with
	flex-direction, justify-content, and align-items — in one call.

	Features:
	- Only outputs `flex-direction` if it's not `row` (default browser value).
	- Supports `row`, `row-reverse`, `column`, `column-reverse`.
	- Automatically inverts alignment axes when using any column direction.
	- Allows semantic alignment values: start, end, left, right, top, bottom.
	- Optional: inline-flex instead of flex, and !important flag on display.

	Parameters:
	- @direction: `row` (default), `row-reverse`, `column`, or `column-reverse`.
	- @h: Horizontal alignment (default: `center`). Accepts: flex-start, flex-end, center, space-between, etc. Also: `start`, `end`, `left`, `right`.
	- @v: Vertical alignment (default: `center`). Same accepted values, also `top`, `bottom`.
	- @inline: Set to `inline` for `display: inline-flex`. Otherwise, uses `flex`.
	- @isImportant: Set to `important` to apply `!important` to the display rule.

	Examples:
	.selector { .display-flex-as(); }
	 → display: flex; justify-content: center; align-items: center;

	.selector { .display-flex-as(column, flex-start, center); }
	 → display: flex; flex-direction: column; justify-content: center; align-items: flex-start;

	.selector { .display-flex-as(row-reverse, space-between, end, inline, important); }
	 → display: inline-flex !important; flex-direction: row-reverse; justify-content: space-between; align-items: flex-end;
*/
/*
	Sets basic font properties: size, weight, line-height, and family.

	Parameters:
	- @size: Font size (default: 14px)
	- @weight: Font weight (default: 400)
	- @height: Line height (default: 1)
	- @family: Font family (optional). Set to `false` to skip, or set to 'inherit'.

	Example:
		.selector { .include-font-properties(16px, 600, 1.2); }
		 → font-size: 16px; font-weight: 600; line-height: 1.2; font-family: @fontFamily;
*/
/*
	Set max-width to an element and center it horizontally
	optionally, top and bottom margins can be set, to avoid writting extra properties.

	Usage 

	.selector {
		.center-and-max-width(1024px);
	}
	=> max-width: 1024px, margin-left: auto, margin-right: auto, margin-top: 0, margin-bottom: 0 

	.selector {
		.center-and-max-width(1024px, 30px, 50px);
	}
	=> max-width: 1024px, margin-left: auto, margin-right: auto, margin-top: 50px, margin-bottom: 50px 
*/
/*
	Applies a box-shadow using separate values for offset, blur, spread, color, and opacity.

	Parameters:
	- @x: Horizontal offset (default: 0px)
	- @y: Vertical offset (default: 4px)
	- @b: Blur radius (default: 4px)
	- @s: Spread radius (default: 0px)
	- @c: Shadow color (default: #000000)
	- @o: Opacity (default: 25%)

	Example:
		.selector { .boxshadow(0px, 8px, 16px, 0px, #000, 15%); }
		// → box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
*/
/*
  
	mixin that creates styles for all of the new buttons
	use as: .ps-button(@type)
	 - type can be: 
		   - white - white butto, blue text;
		   - accent - yellow butto, black text;
		   - outline - blue button, white text, white border;
		   - blue - blue button, white text, lightblue border;
		   - ontlineTransparent - transparent, blue outline
  
  */
/*
  MIXIN: 

  Automatically adjust font size based on screen width.

  @minSize: font-size for smallest screen width
  @maxSize: font-size for largest screen width
  @minView: breakpoint for when to start the dynamic adjustment
  @maxView: breakpoint for when to stop the dynamic adjustment

  @weight: font-weight of the element
  @family: font-family of the element

  use as:
  .fluid-font-size(16, 32, 400, 767, 1440, @fontFamily);
  where:
    - 16px will be the font-size for screens smaller than 767px
    - 32px will be the font-size for screens larger than 1440px
    - 400 will be the font-weight
    - 767 and 1440 = start and end of dynamic adjustment 
    - @fontFamily = family of the font


  shorthand: .fluid-font-size(16, 32, 400)
     - declare only min, max and weight. the rest of the properties have default values;

  !!!CAUTION: do not use units when declaring mixin
*/
/*

  Automatically adjust line-height based on screen size.

  @minSize: line-height for smallest screen size
  @maxSize: line-height for largest screen size
  @minView: breakpoint for when to start the dynamic adjustment
  @maxView: breakpoint for when to stop the dynamic adjustment

  !!!CAUTION: do not use units when declaring mixin
*/
/*
	MIXIN: dynamic

	Creates a fluid CSS property (like font-size, margin, or width) that scales
	between two values based on the viewport width.

	Parameters:
	- @property: The CSS property to affect (default: font-size)
	- @minSize: Value at the smallest screen size (no unit, default: 10)
	- @maxSize: Value at the largest screen size (no unit, default: 10)
	- @minView: Minimum screen width to start scaling
	- @maxView: Maximum screen width to stop scaling

	Usage:
		.selector {
			.dynamic(margin-top, 20, 80, 768, 1440);
		}
		// → margin-top will scale fluidly between 20px and 80px from 768px to 1440px

	Notes:
	- Do **not** use units when calling the mixin
	- Generates 3 media queries for min, fluid, and max widths
*/
/*
  MIXIN: caret

  Creates a directional arrow (caret) using borders, 
  with adjustable width, height, and color.

  Parameters:
  - @direction: The direction of the arrow. Can be 'up', 'down', 'left', or 'right'.
  - @width: The width of the arrow. (Default: 5px)
  - @height: The height of the arrow. (Default: matches @width if not specified)
  - @color: The color of the arrow. (Default: black)

  Usage:

  .selector {
    .caret(up, 10px, #333);
  }
  => Generates an upwards arrow with a width and height of 10px, and a color of #333.

  .selector {
    .caret(down, 8px, 12px, red);
  }
  => Generates a downwards arrow with a width of 8px, height of 12px, and a color of red.
*/
/* 	Used on People Search page
  
	Creates the check icon.
  */
/* 	adds checkmarks on list items, inside an ul > li
  */
/*
	MIXIN: full-absolute

	Sets an element to absolute positioning and makes it fill its parent.

	Applies:
	- position: absolute
	- top, left: 0
	- width, height: 100%

	Example:
		.selector { .full-absolute(); }
		// → position: absolute; top: 0; left: 0; width: 100%; height: 100%;
*/
/*
	Applies object-fit styling for responsive images or media.

	Parameters:
	- @type: Object-fit type (default: contain). Options: contain, cover, fill, none, scale-down.
	- @position: Object position (default: top left)

	Also applies:
	- width: 100%
	- height: auto
	- min-height: 100px

	Example:
		.selector { .object-image(cover, center); }
		// → object-fit: cover; object-position: center;
*/
/*
	Applies multi-line or single-line text truncation with ellipsis.

	Parameters:
	- @lines: Number of lines to show before truncating (default: 1)

	Note:
	- Requires a known height or max-height on the container when using multiple lines.
	- For single-line truncation, browser support is wider.

	Example:
		.selector { .ellipsis(2); }
		// → Truncates text after 2 lines with ellipsis
*/
/*
	Sets icon dimensions and alignment for inline or pseudo elements.

	Parameters:
	- @width: Width in px (default: 16)
	- @height: Height in px (default: same as @width)
	- @location: Pseudo-element to target (`before` or `after`) (default: before)
	- @pseudo: Enable pseudo styling (default: true)
	- @font: Font size for the icon (default: null, ignored if not set)
	- @overflow: Overflow value (default: visible)
	- @includeDisplay: If true, applies inline flex centering (default: true)

	Features:
	- Outputs `width`, `height`, `overflow`
	- Applies `.display-flex-as()` to self and/or pseudo element
	- Applies `font-size` if provided and targets pseudo

	Example:
		.selector::before {
			.set-icon-size(24, 24, before, true, 20px);
		}
		// → width: 24px; height: 24px; display: inline-flex; align center; font-size: 20px;
*/
/*
	Sets the page/container height to full viewport height minus the header height.

	Includes:
	- `100vh` for fallback
	- `100dvh` for accurate dynamic height on mobile browsers

	Example:
		.page {
			.setPageHeight();
		}
		// → height: calc(100vh - var(--header-height));
		// → height: calc(100dvh - var(--header-height));
*/
/*
	MIXIN: reset-button

	Removes all default button styles for a clean slate.

	Applies:
	- appearance: none
	- background-color: transparent
	- background: transparent
	- border: none

	Example:
		button {
			.reset-button();
		}
		// → appearance: none; background: transparent; border: none;
*/
/*
	MIXIN: bullet-list

	Styles a list with custom bullet icons using a font icon.

	Includes:
	- padding-left on `li` for icon space
	- small bottom margin
	- custom `::before` icon with alignment via `.display-flex-as`

	Requires:
	- `.icon()` mixin for setting the actual icon glyph and size

	Example:
	.my-list {
		.bullet-list("\e636");
	}
*/
/*
	Adds a flame icon and text for subscriptions page
*/
/*
	Styles any element as inline link button (adjusts font, color and icon size)
*/
/*
	MIXIN: Visually hidden

		It's an element that doesn't need to show up on the screen, 
	but we can't display: none; either. Like an input[type='checkbox']
	or ADA smart elements for screen readers 

*/
/*
	MIXIN: NEW label on data-point/feature

	Adds the "NEW" label
	Text is taken from HTML via [data-feature-label] attribute
	
	to be used as: 
	
	.any-selctor::before, 
	#anyID::before {
		.is-new-label() -> uses default params
		.is-new-label(data-attr, #f00); -> uses	your params
	}

*/
/*
	MIXIN: ds-link-colors

	applies link colors to the selected element

*/
/*
	MIXIN: text-block

	the mose used text element on the new reports re-design

*/
/*
	MIXIN: reset grey box from the new reports

	during Property-Report redesign, there 
	is a grey-box element
	that is widely used on reports
	this mixin resets it's colors when the 
	element is loaded on other pages

*/
@font-face {
  font-family: 'psrkicons';
  src: url('../fonts/psrkicons.woff2?v=1.9') format('woff2'), url('../fonts/psrkicons.woff?v=1.9') format('woff'), url('../fonts/psrkicons.ttf?v=1.9') format('truetype'), url('../fonts/psrkicons.eot?v=1.9') format('eot'), url('../fonts/psrkicons.svg?v=1.9') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="ps-ic-"],
[class*=' ps-ic'],
.ps-ic,
i:not([class^="ph"])::before {
  font-family: 'psrkicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-ic-phone:before {
  content: "\e600";
}
.ps-ic-phone-search:before {
  content: "\e601";
}
.ps-ic-agenda:before {
  content: "\e602";
}
.ps-ic-user:before {
  content: "\e603";
}
.ps-ic-user-search:before {
  content: "\e604";
}
.ps-ic-user-check:before {
  content: "\e605";
}
.ps-ic-users:before {
  content: "\e606";
}
.ps-ic-users-check:before {
  content: "\e607";
}
.ps-ic-user-home:before {
  content: "\e608";
}
.ps-ic-doc:before {
  content: "\e609";
}
.ps-ic-prop-search:before {
  content: "\e60a";
}
.ps-ic-search:before {
  content: "\e60b";
}
.ps-ic-pin:before {
  content: "\e60c";
}
.ps-ic-pin-map:before {
  content: "\e60d";
}
.ps-ic-list:before {
  content: "\e60e";
}
.ps-ic-lock:before {
  content: "\e60f";
}
.ps-ic-lock:hover:before {
  content: "\e689";
}
.ps-ic-edit:before {
  content: "\e610";
}
.ps-ic-box-check:before {
  content: "\e611";
}
.ps-ic-check:before {
  content: "\e612";
}
.ps-ic-refresh:before {
  content: "\e613";
}
.ps-ic-info:before {
  content: "\e614";
}
.ps-ic-alert:before {
  content: "\e615";
}
.ps-ic-error:before {
  content: "\e616";
}
.ps-ic-close:before {
  content: "\e617";
}
.ps-ic-unchecked:before {
  content: "\e618";
}
.ps-ic-checked:before {
  content: "\e619";
}
.ps-ic-partial-checked:before {
  content: "\e61a";
}
.ps-ic-radio-unchecked:before {
  content: "\e61b";
}
.ps-ic-radio-checked:before {
  content: "\e61c";
}
.ps-ic-expand:before {
  content: "\e61d";
}
.ps-ic-collapse:before {
  content: "\e61e";
}
.ps-ic-arrow-down:before {
  content: "\e61f";
}
.ps-ic-arrow-up:before {
  content: "\e620";
}
.ps-ic-arrow-right:before {
  content: "\e621";
}
.ps-ic-arrow-left:before {
  content: "\e622";
}
.ps-ic-flag:before {
  content: "\e623";
}
.ps-ic-email:before {
  content: "\e624";
}
.ps-ic-sort-down:before {
  content: "\e625";
}
.ps-ic-sort-up:before {
  content: "\e626";
}
.ps-ic-view:before {
  content: "\e627";
}
.ps-ic-seen:before {
  content: "\e628";
}
.ps-ic-map:before {
  content: "\e629";
}
.ps-ic-mobile:before {
  content: "\e62a";
}
.ps-ic-filter:before {
  content: "\e62b";
}
.ps-ic-key:before {
  content: "\e62c";
}
.ps-ic-plus:before {
  content: "\e62d";
}
.ps-ic-reload:before {
  content: "\e62e";
}
.ps-ic-quotes:before {
  content: "\e62f";
}
.ps-ic-trashcan:before {
  content: "\e630";
}
.ps-ic-play:before {
  content: "\e631";
}
.ps-ic-menu:before {
  content: "\e632";
}
.ps-ic-resize:before {
  content: "\e633";
}
.ps-ic-addrep:before {
  content: "\e634";
}
.ps-ic-link:before {
  content: "\e635";
}
.ps-ic-dot:before {
  content: "\e636";
}
.ps-ic-no-color:before {
  content: "\e637";
}
.ps-ic-notepad:before {
  content: "\e638";
}
.ps-ic-print:before {
  content: "\e639";
}
.ps-ic-info-2:before {
  content: "\e63a";
}
.ps-ic-add-owner:before {
  content: "\e63b";
}
.ps-ic-find-owner:before {
  content: "\e63c";
}
.ps-ic-as-flag:before {
  content: "\e63d";
}
.ps-ic-csv:before {
  content: "\e63e";
}
.ps-ic-excel:before {
  content: "\e643";
}
.ps-ic-exclamation:before {
  content: "\e649";
}
.ps-ic-question:before {
  content: "\e64a";
}
.ps-ic-upload:before {
  content: "\e644";
}
.ps-ic-expand-round:before {
  content: "\e645";
}
.ps-ic-collapse-round:before {
  content: "\e646";
}
.ps-ic-pin-map-3:before {
  content: "\e647";
}
.ps-ic-info-q:before {
  content: "\e648";
}
.ps-ic-comps:before {
  content: "\e64b";
}
.ps-ic-mail-box:before {
  content: "\e64c";
}
.ps-ic-expand-sp:before {
  content: "\e64d";
}
.ps-ic-collapse-sp:before {
  content: "\e64e";
}
.ps-ic-website:before {
  content: "\e64f";
}
.ps-ic-address:before {
  content: "\e650";
}
.ps-ic-map-view:before {
  content: "\e651";
}
.ps-ic-star:before {
  content: "\e652";
}
.ps-ic-invalid:before {
  content: "\e653";
}
.ps-ic-check-invalid:before {
  content: "\e654";
}
.ps-ic-table:before {
  content: "\e655";
}
.ps-ic-download:before {
  content: "\e656";
}
.ps-ic-comps-download:before {
  content: "\e657";
}
.ps-ic-comps-file:before {
  content: "\e658";
}
.ps-ic-comps-map:before {
  content: "\e659";
}
.ps-ic-comps-table:before {
  content: "\e65a";
}
.ps-ic-comps-compact:before {
  content: "\e65b";
}
.ps-ic-comps-list:before {
  content: "\e65c";
}
.ps-ic-show:before {
  content: "\e65d";
}
.ps-ic-hide:before {
  content: "\e65e";
}
.ps-ic-star-narrow:before {
  content: "\e65f";
}
.ps-ic-view-downloads:before {
  content: "\e660";
}
.ps-ic-shortcut:before {
  content: "\e661";
}
.ps-ic-gmap:before {
  content: "\e662";
}
.ps-ic-open-popup:before {
  content: "\e663";
}
.ps-ic-bclass:before {
  content: "\e664";
}
.ps-ic-pen:before {
  content: "\e665";
}
.ps-ic-calendar:before {
  content: "\e666";
}
.ps-ic-delete:before {
  content: "\e667";
}
.ps-ic-done:before {
  content: "\e668";
}
.ps-ic-follow:before {
  content: "\e669";
}
.ps-ic-comps-report:before {
  content: "\e66a";
}
.ps-ic-print-report:before {
  content: "\e66b";
}
.ps-ic-build-mlist-report:before {
  content: "\e66c";
}
.ps-ic-page-report:before {
  content: "\e66d";
}
.ps-ic-email-report:before {
  content: "\e66e";
}
.ps-ic-invalid-report:before {
  content: "\e66f";
}
.ps-ic-verified-report:before {
  content: "\e670";
}
.ps-ic-probable-report:before {
  content: "\e671";
}
.ps-ic-no-answer-report:before {
  content: "\e672";
}
.ps-ic-feedback-report:before {
  content: "\e673";
}
.ps-ic-future:before {
  content: "\e674";
}
.ps-ic-overdue:before {
  content: "\e675";
}
.ps-ic-next-10:before {
  content: "\e676";
}
.ps-ic-today:before {
  content: "\e678";
}
.ps-ic-denied:before {
  content: "\e679";
}
.ps-ic-chat:before {
  content: "\e67a";
}
.ps-ic-tags:before {
  content: "\e67b";
}
.ps-ic-user-bordered:before {
  content: "\e67c";
}
.ps-ic-phone-bordered:before {
  content: "\e67d";
}
.ps-ic-home-bordered:before {
  content: "\e67e";
}
.ps-ic-mail-bordered:before {
  content: "\e67f";
}
.ps-ic-sale-ad:before {
  content: "\e680";
}
.ps-ic-warning:before {
  content: "\e681";
}
.ps-ic-card:before {
  content: "\e682";
}
.ps-ic-amc:before {
  content: "\e683";
}
.ps-ic-photo:before {
  content: "\e684";
}
.ps-ic-photo-gallery:before {
  content: "\e685";
}
.ps-ic-landline:before {
  content: "\e686";
}
.ps-ic-linkedin:before {
  content: "\e687";
}
.ps-ic-mobile-large:before {
  content: "\e688";
}
.ps-ic-unlock:before {
  content: "\e689";
}
.ps-ic-calendar-2:before {
  content: "\e68a";
}
.ps-ic-pdf:before {
  content: "\e68b";
}
.ps-ic-tiles:before {
  content: "\e68c";
}
.ps-ic-graph:before {
  content: "\e68d";
}
.ps-ic-save-list:before {
  content: "\e68e";
}
.ps-ic-region:before {
  content: "\e68f";
}
.ps-ic-partial:before {
  content: "\e690";
}
.ps-ic-follow-property:before {
  content: "\e691";
}
.ps-ic-follow-owner:before {
  content: "\e692";
}
.ps-ic-pause:before {
  content: "\e693";
}
.ps-ic-commercial:before {
  content: "\e900";
}
.ps-ic-residential:before {
  content: "\e901";
}
.ps-ic-chevron-right:before {
  content: "\e902";
}
.ps-ic-chevron-up:before {
  content: "\e903";
}
.ps-ic-circle-chevron-down:before {
  content: "\e904";
}
.ps-ic-circle-chevron-left:before {
  content: "\e905";
}
.ps-ic-circle-chevron-right:before {
  content: "\e906";
}
.ps-ic-circle-chevron-up:before {
  content: "\e907";
}
.ps-ic-close-quote:before {
  content: "\e908";
}
.ps-ic-loupe:before {
  content: "\e910";
}
.ps-ic-open-quote:before {
  content: "\e909";
}
.ps-ic-phone-new:before {
  content: "\e911";
}
.ps-ic-chevron-left:before {
  content: "\e912";
}
.ps-ic-chevron-down:before {
  content: "\e913";
}
.ps-ic-house:before {
  content: "\e914";
}
.ps-ic-tax:before {
  content: "\e915";
}
.ps-ic-transaction:before {
  content: "\e916";
}
.ps-ic-wealth:before {
  content: "\e917";
}
.ps-ic-construction:before {
  content: "\e918";
}
.ps-ic-3d:before {
  content: "\e919";
}
.ps-ic-bicycle-outlined:before {
  content: "\e920";
}
.ps-ic-bookmark:before {
  content: "\e923";
}
.ps-ic-boundary:before {
  content: "\e924";
}
.ps-ic-bulb:before {
  content: "\e925";
}
.ps-ic-bus-outlined:before {
  content: "\e926";
}
.ps-ic-calendar-check:before {
  content: "\e927";
}
.ps-ic-chevron-down-bold:before {
  content: "\e928";
}
.ps-ic-chevron-down-nw-db:before {
  content: "\e932";
}
.ps-ic-chevron-left-bold:before {
  content: "\e929";
}
.ps-ic-chevron-left-nw-db:before {
  content: "\e933";
}
.ps-ic-chevron-right-bold:before {
  content: "\e930";
}
.ps-ic-chevron-right-nw-db:before {
  content: "\e934";
}
.ps-ic-chevron-up-bold:before {
  content: "\e931";
}
.ps-ic-chevron-up-nw-db:before {
  content: "\e935";
}
.ps-ic-close-circle:before {
  content: "\e936";
}
.ps-ic-export:before {
  content: "\e937";
}
.ps-ic-file:before {
  content: "\e938";
}
.ps-ic-file-adobe:before {
  content: "\e939";
}
.ps-ic-file-csv:before {
  content: "\e940";
}
.ps-ic-file-excel:before,
.xls-icon:before {
  content: "\e941";
}
.ps-ic-file-outlined:before {
  content: "\e942";
}
.ps-ic-filter-new:before {
  content: "\e943";
}
.ps-ic-filter-sliders:before {
  content: "\e944";
}
.ps-ic-globe-outline:before {
  content: "\e945";
}
.ps-ic-house-address:before {
  content: "\e946";
}
.ps-ic-info-circle:before {
  content: "\e947";
}
.ps-ic-information:before {
  content: "\e948";
}
.ps-ic-label:before {
  content: "\e949";
}
.ps-ic-list-view:before {
  content: "\e950";
}
.ps-ic-locked:before {
  content: "\e951";
}
.ps-ic-map-layers:before {
  content: "\e952";
}
.ps-ic-map-pin:before {
  content: "\e953";
}
.ps-ic-map-view:before {
  content: "\e954";
}
.ps-ic-menu-dots:before {
  content: "\e955";
}
.ps-ic-new:before {
  content: "\e956";
}
.ps-ic-office-address:before {
  content: "\e957";
}
.ps-ic-ownership:before {
  content: "\e958";
}
.ps-ic-pencil:before {
  content: "\e959";
}
.ps-ic-pencil-sq-outlined:before {
  content: "\e960";
}
.ps-ic-question-simple:before {
  content: "\e961";
}
.ps-ic-satelite:before {
  content: "\e962";
}
.ps-ic-share:before {
  content: "\e963";
}
.ps-ic-table-view:before {
  content: "\e964";
}
.ps-ic-tiles-view:before {
  content: "\e965";
}
.ps-ic-trash:before {
  content: "\e966";
}
.ps-ic-trash-outlined:before {
  content: "\e967";
}
.ps-ic-unlocked:before {
  content: "\e968";
}
.ps-ic-verified-owner:before {
  content: "\e969";
}
.ps-ic-walk-outlined:before {
  content: "\e970";
}
.ps-ic-warning-exclamation:before {
  content: "\e971";
}
.ps-ic-save-search:before {
  content: "\e972";
}
.ps-ic-alert-triangle:before {
  content: "\e973";
}
.ps-ic-success-circle:before {
  content: "\e974";
}
.ps-ic-arrow-down-rounded:before {
  content: "\e975";
}
.ps-ic-arrow-left-rounded:before {
  content: "\e976";
}
.ps-ic-arrow-right-rounded:before {
  content: "\e977";
}
.ps-ic-arrow-up-rounded:before {
  content: "\e978";
}
.ps-ic-picture:before {
  content: "\e979";
}
.ps-ic-pictures:before {
  content: "\e980";
}
.ps-ic-watchlist:before {
  content: "\e981";
}
.ps-ic-raport:before {
  content: "\e982";
}
.ps-ic-save-folder:before {
  content: "\e983";
}
.ps-ic-no-answer:before {
  content: "\e984";
}
.ps-ic-verified-number:before {
  content: "\e985";
}
.ps-ic-zoom-out:before {
  content: "\e986";
}
.ps-ic-zoom-in:before {
  content: "\e987";
}
.ps-ic-estimated:before {
  content: "\e988";
}
.ps-ic-zoom-expand:before {
  content: "\e989";
}
.ps-ic-circle-check:before {
  content: "\e90a";
}
.ps-ic-circle-times:before {
  content: "\e90b";
}
.ps-ic-curly-info-circle:before {
  content: "\e90c";
}
.ps-ic-discount-star:before {
  content: "\e90d";
}
.ps-ic-fire:before {
  content: "\e90e";
}
.ps-ic-info-square-bold:before {
  content: "\e90f";
}
.ps-ic-lineart-chart-growth:before {
  content: "\e91a";
}
.ps-ic-lineart-check:before {
  content: "\e91b";
}
.ps-ic-lineart-document-filter:before {
  content: "\e91c";
}
.ps-ic-lineart-fire:before {
  content: "\e91d";
}
.ps-ic-lineart-hand-point:before {
  content: "\e91e";
}
.ps-ic-lineart-list:before {
  content: "\e91f";
}
.ps-ic-lineart-map-location:before {
  content: "\e921";
}
.ps-ic-lineart-minus:before {
  content: "\e922";
}
.ps-ic-lineart-modern-property:before {
  content: "\e92a";
}
.ps-ic-lineart-money:before {
  content: "\e92b";
}
.ps-ic-lineart-plus:before {
  content: "\e92c";
}
.ps-ic-lineart-properties:before {
  content: "\e92d";
}
.ps-ic-lineart-property-alert:before {
  content: "\e92e";
}
.ps-ic-lineart-property-balance:before {
  content: "\e92f";
}
.ps-ic-lineart-property-care:before {
  content: "\e93a";
}
.ps-ic-lineart-property-documents:before {
  content: "\e93b";
}
.ps-ic-lineart-property-law:before {
  content: "\e93c";
}
.ps-ic-lineart-transaction:before {
  content: "\e93d";
}
.ps-ic-lineart-transaction-doc:before {
  content: "\e93e";
}
.ps-ic-network:before {
  content: "\e93f";
}
.ps-ic-pipl-search-check:before {
  content: "\e94a";
}
.ps-ic-review-star:before {
  content: "\e94b";
}
.ps-ic-shark-icon:before {
  content: "\e94c";
}
.ps-ic-social-blog:before {
  content: "\e94d";
}
.ps-ic-social-blog-circle:before {
  content: "\e94e";
}
.ps-ic-social-facebook:before {
  content: "\e94f";
}
.ps-ic-social-facebook-circle:before {
  content: "\e95a";
}
.ps-ic-social-linkedin:before {
  content: "\e95b";
}
.ps-ic-social-linkedin-circle:before {
  content: "\e95c";
}
.ps-ic-social-x:before {
  content: "\e95d";
}
.ps-ic-social-x-circle:before {
  content: "\e95e";
}
.ps-ic-candle:before {
  content: "\e95f";
}
.ps-ic-language-english:before {
  content: "\e96a";
}
.ps-ic-language-spanish:before {
  content: "\e96b";
}
.ps-ic-not-owner:before {
  content: "\e96c";
}
.ps-ic-property-manager:before {
  content: "\e96d";
}
.ps-ic-question-bold:before {
  content: "\e96e";
}
.ps-ic-customer-support:before {
  content: "\e96f";
}
.ph {
  font-size: 20px;
  line-height: 1;
}
.ph-icon-placeholder {
  display: none;
}
:root {
  --ps-form-transition-type: cubic-bezier(0.175, 0.885, 0.32, 1.08);
  --ps-form-transition-speed: 0.2s;
}
.ps-form {
  --ps-form-container-gap: 40px;
  --ps-form-inputs-gap: 20px;
  --ps-form-padding: 90px 50px 40px;
  --ps-form-title-color: #333333;
  --ps-form-base-width: 100%;
  --ps-form-shadow: none;
  --ps-form-radius: 0;
  --ps-form-margin: 0 auto;
  gap: var(--ps-form-container-gap);
  position: relative;
  width: 100%;
  max-width: var(--ps-form-base-width);
  margin: var(--ps-form-margin);
  -webkit-box-shadow: var(--ps-form-shadow);
          box-shadow: var(--ps-form-shadow);
  border-radius: var(--ps-form-radius);
}
@media only screen and (max-width: 599px) {
  .ps-form {
    --ps-form-padding: 80px 30px 40px;
  }
}
.ps-form:not(.filters) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.ps-form-padding {
  padding: var(--ps-form-padding, 50px);
}
.ps-form-gradient {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D9EAF7), color-stop(90%, #fff));
  background-image: linear-gradient(to bottom, #D9EAF7 0%, #fff 90%);
}
.ps-form-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4px;
}
.ps-form-group-label {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-inputs-grid {
  --inputs-grid-cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--inputs-grid-cols), minmax(0, 1fr));
  gap: var(--ps-form-inputs-gap);
}
@media only screen and (min-width: 1024px) {
  .ps-form-inputs-grid {
    --inputs-grid-cols: 2;
  }
}
.ps-form-inputs-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--ps-form-inputs-gap);
}
.ps-form-field {
  --ps-form-field-gap: 4px;
  --ps-form-icon-offset: 12px;
  --ps-form-icon-size: 20px;
  --ps-form-input-height: 42px;
  --ps-form-input-radius: 8px;
  --ps-form-input-background: var(--ps-color-light);
  --ps-form-input-border-color: var(--ps-color-n200);
  --ps-form-input-padding-vertical: 8px;
  --ps-form-input-padding-left: 12px;
  --ps-form-input-padding-right: 12px;
  --ps-form-input-font-size: 16px;
  --ps-form-input-font-weight: 500;
  --ps-form-input-font-height: 26px;
  --ps-form-input-placeholder-color: var(--ps-color-n500);
  --ps-form-input-color: var(--ps-color-n800);
  --ps-form-input-border-width: 1px;
  --ps-form-label-color: var(--ps-color-n700);
  --ps-form-label-font-size: 14px;
  --ps-form-label-font-weight: 500;
  --ps-form-label-font-height: 24px;
  --ps-form-hint-color: var(--ps-color-n500);
  --ps-form-error-color: #FB2C36;
  --ps-form-error-gap: 6px;
  --ps-dropdown-height: 290px;
  --ps-form-check-size: 20px;
  --ps-form-check-radius: 4px;
  --ps-form-check-border-color: #8190A5;
  --ps-form-check-checked-color: #0076D1;
  --ps-form-check-checked-shadow: #66ADE3;
  --ps-shadow-none: 0 0 0 0 rgba(0, 0, 0, 0);
  --ps-shadow-subtle: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  --ps-shadow-medium: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  --ps-shadow-strong: 0 0 20px 0 rgba(0, 0, 0, 0.32);
  --ps-form-error-background: #FDEECA;
  --ps-form-error-border-color: #FF9800;
  --ps-form-error-padding: 8px 12px;
}
.ps-form-field.has-type-icon {
  --ps-form-input-padding-left: var(--ps-form-input-height);
}
.ps-form-field.has-clear-icon {
  --ps-form-input-padding-right: var(--ps-form-input-height);
}
.ps-form-field:not(.has-type-icon) .ps-form-input-type {
  display: none;
}
.ps-form-field.has-action-icon {
  --ps-form-input-padding-right: var(--ps-form-input-height);
}
.ps-form-field.has-dropdown-action {
  --ps-form-input-padding-right: calc(100px + var(--ps-form-input-height));
}
input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected {
  -webkit-filter: none;
          filter: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: var(--ps-form-input-font-size) !important;
  font-weight: var(--ps-form-input-font-weight) !important;
  line-height: var(--ps-form-input-font-height) !important;
  -webkit-text-fill-color: var(--ps-form-input-color) !important;
  -webkit-box-shadow: 0 0 0px 1000px var(--ps-form-input-background) inset !important;
  color: var(--ps-form-input-color) !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}
.ps-form-close-popup {
  --ps-form-close-icon-size: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  width: var(--ps-form-close-icon-size);
  height: var(--ps-form-close-icon-size);
}
.ps-form-close-popup:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.ps-form-close-popup:before {
  content: "\e617";
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 34px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-form-title-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: var(--ps-form-title-color);
  gap: 15px;
}
.ps-form-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 23px;
  color: inherit;
}
.ps-form-title:has([data-step]) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.ps-form-title:has([data-step]) [data-step] {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  top: 2px;
}
.ps-form-title:focus,
.ps-form-title:focus-visible {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-form-title.multi-line {
  line-height: 1.3;
}
.ps-form-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  color: inherit;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 28px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-description.rich p {
  margin: 0;
}
.ps-form-description a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #027ABB;
}
.ps-form-description a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-description a:hover,
.ps-form-description a:active {
  color: #028ad4;
}
.ps-form-description a:visited {
  color: #015989;
}
.ps-form-description a:visited:hover {
  color: #027ABB;
}
.ps-form-buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.ps-form-buttons > button {
  grid-column: 1/-1;
}
.ps-form-buttons button[disabled] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #707070;
  background: #f4f4f4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ps-form-buttons button[disabled]:focus,
.ps-form-buttons button[disabled]:active {
  text-decoration: none;
}
.ps-form-buttons [type="submit"]:not(.submitting) .ps-spinner-icon {
  width: 0px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-form-response {
  background: var(--ps-form-error-background);
  border-radius: var(--ps-form-input-radius);
  border: 1px solid var(--ps-form-error-border-color);
  padding: var(--ps-form-error-padding);
}
.ps-form-response .ps-form-response-message {
  grid-column: 1/-1;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: var(--ps-form-label-color);
}
.ps-form-field-wrapper {
  position: relative;
}
.ps-form-field-wrapper .ps-form-field {
  z-index: 1;
}
.ps-form-field-wrapper .ps-dropdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.ps-form-field {
  display: grid;
  position: relative;
  grid-template-columns: 36px auto 36px;
  grid-template-rows: auto;
  place-content: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  min-width: 0;
}
.ps-form-field button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.ps-form-field .ps-form-input-action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
}
.ps-form-field .ps-form-input-clear {
  background: transparent;
}
.ps-form-field .ps-form-input-clear:before {
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
}
.ps-form-field .ps-form-input-clear:before:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.ps-form-field .ps-form-input-clear > i {
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
}
.ps-form-field .ps-form-input-clear > i:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.ps-form-field .psrk-checking-email:before {
  font-size: 25px !important;
  content: "\e66a";
  font-family: "Phosphor" !important;
  font-size: 34px;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: animated-spin 1.6s linear infinite;
          animation: animated-spin 1.6s linear infinite;
}
.ps-form-field:has(.ps-form-textarea):has(.ps-input-counter) {
  grid-template-columns: 70px auto 36px;
}
.ps-form-field:has(.ps-form-textarea):has(.ps-input-counter) .ps-form-error-message {
  grid-column: 2 / 4;
}
.ps-input-counter {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  color: var(--ps-color-n500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
}
.ps-input-counter.ps-over-limit > span {
  font-weight: 700;
  color: var(--ps-form-error-color);
}
.ps-form-label {
  grid-row: 1/2;
  grid-column: 1/-1;
  color: var(--ps-form-label-color);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 0;
  margin-bottom: var(--ps-form-field-gap);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 500;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-hint {
  grid-column: 1/-1;
  grid-row: 4/5;
  color: var(--ps-form-hint-color);
  margin-bottom: var(--ps-form-field-gap);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 12px;
  --ps-elem-font-weight: semobild;
  --ps-elem-font-height: 22px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-input {
  height: var(--ps-form-input-height);
  border-radius: var(--ps-form-input-radius);
  border: var(--ps-form-input-border-width) solid var(--ps-form-input-border-color);
  grid-row: 2/3;
  grid-column: 1/-1;
  background: var(--ps-form-input-background);
  outline: none;
  padding: var(--ps-form-input-padding-vertical) var(--ps-form-input-padding-right) var(--ps-form-input-padding-vertical) var(--ps-form-input-padding-left);
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  color: var(--ps-form-input-color);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-input-font-size);
  font-weight: var(--ps-form-input-font-weight);
  line-height: var(--ps-form-input-font-height);
  min-width: 0;
}
.ps-form-input:hover {
  --ps-form-input-border-color: var(--ps-color-n400);
}
.ps-form-input:focus-visible {
  --ps-form-input-border-color: var(--ps-color-b800);
}
.ps-form-input[aria-invalid="true"] {
  --ps-form-input-border-color: var(--ps-color-neg500);
}
.ps-form-input:placeholder {
  color: var(--ps-form-input-placeholder-color);
}
.ps-form-input:-moz-placeholder-shown + .ps-form-input-clear {
  opacity: 0;
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
}
.ps-form-input:-ms-input-placeholder + .ps-form-input-clear {
  opacity: 0;
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
}
.ps-form-input:placeholder-shown + .ps-form-input-clear {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-form-input:focus,
.ps-form-input:focus-visible {
  outline: none;
}
.ps-form-input.input-hidden {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.ps-form-input[disabled],
.ps-form-input .disabled {
  --ps-form-input-background: var(--ps-color-n50);
  --ps-form-input-placeholder-color: var(--ps-color-n300);
  --ps-form-input-color: var(--ps-color-n300);
  --ps-form-label-color: var(--ps-color-n300);
}
.ps-form-input[readonly] {
  pointer-events: none;
}
.ps-form-input-fake {
  cursor: pointer;
  z-index: 9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-form-input-fake[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ps-form-input-fake > span {
  pointer-events: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-input-font-size);
  font-weight: var(--ps-form-input-font-weight);
  line-height: var(--ps-form-input-font-height);
}
.ps-form-input.ps-form-textarea {
  --ps-form-input-height: 158px;
  min-width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: var(--ps-form-input-height);
}
@media (hover: hover) and (pointer: fine) {
  .ps-form-input.ps-form-textarea {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  .ps-form-input.ps-form-textarea {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-input.ps-form-textarea::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.ps-textarea-wrapper {
  position: relative;
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.ps-textarea-wrapper .resizer {
  position: absolute;
  bottom: var(--ps-form-input-border-width);
  right: var(--ps-form-input-border-width);
  background: var(--ps-form-input-background);
  border-radius: var(--report-radius);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  color: var(--ps-form-input-border-color);
}
.ps-form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.ps-form-select:open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ps-form-select:open + .ps-form-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ps-form-select + .ps-form-icon {
  -webkit-transition: -webkit-transform var(--time) var(--bezier);
  transition: -webkit-transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier);
  transition: transform var(--time) var(--bezier), -webkit-transform var(--time) var(--bezier);
}
.ps-form-custom-select {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
}
.ps-form-custom-select:hover {
  --ps-form-input-border-color: var(--ps-color-n400);
}
.ps-form-custom-select.open {
  z-index: 1000;
}
.ps-form-custom-select.open .ps-form-input-action {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 10;
}
.ps-form-custom-select.open .ps-form-custom-select-dropdown {
  top: 100%;
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
}
.ps-form-custom-select.open .ps-custom-dropdown {
  border-radius: var(--ps-form-input-radius);
}
.ps-form-custom-select.overflow .ps-form-custom-select-dropdown {
  overflow: auto;
}
.ps-form-custom-select .ps-custom-dropdown {
  grid-row: 2/3;
  grid-column: 1/-1;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: var(--ps-shadow-none);
          box-shadow: var(--ps-shadow-none);
}
.ps-form-custom-select .ps-form-input-action {
  -webkit-transition: -webkit-transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: -webkit-transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: transform var(--ps-form-transition-speed) var(--ps-form-transition-type), -webkit-transform var(--ps-form-transition-speed) var(--ps-form-transition-type);
}
.ps-form-custom-select .ps-form-input-fake span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 100%;
}
.ps-form-custom-select .ps-form-custom-select-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  z-index: 5;
  border: 1px solid var(--ps-form-input-border-color);
  width: 100%;
  padding: 0 0;
  border-radius: var(--ps-form-input-radius);
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  background: var(--ps-form-input-background);
  -webkit-box-shadow: var(--ps-shadow-none);
          box-shadow: var(--ps-shadow-none);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
}
.ps-form-custom-select .ps-form-custom-select-dropdown.open {
  opacity: 1;
  max-height: var(--ps-dropdown-height);
  top: calc(100% + 4px);
  pointer-events: all;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  .ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-options-wrapper::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso {
  padding: calc(var(--ps-form-input-padding-vertical) * 0.75) var(--ps-form-input-padding-right) calc(var(--ps-form-input-padding-vertical) * 0.75) var(--ps-form-input-padding-left);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--ps-form-input-color);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso:not(:last-of-type) {
  border-bottom: 1px solid #C0C7D2;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected {
  background: var(--ps-form-check-checked-color);
  color: #ffffff;
  cursor: default;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected:hover,
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected:active,
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.selected:focus {
  background: var(--ps-form-check-checked-shadow);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso:hover,
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso:focus {
  background: #E6F2FB;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso.featured {
  background: rgba(230, 242, 251, 0.7);
  border-bottom: 2px solid #C0C7D2;
  margin-bottom: var(--ps-form-input-padding-vertical);
  font-weight: 700;
  padding-top: var(--ps-form-input-padding-vertical);
  padding-bottom: var(--ps-form-input-padding-vertical);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso[data-value="disabled"] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-cso span {
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 100%;
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-select-optgroup:not(:last-of-type) {
  border-bottom: 1px solid #C0C7D2;
  margin-bottom: var(--ps-form-input-padding-vertical);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-form-optgroup-label {
  padding: var(--ps-form-input-padding-vertical);
  opacity: 0.5;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
}
.ps-form-custom-select .ps-form-custom-select-dropdown .ps-select-search {
  --ps-form-input-radius: 0;
  border: none;
  border-bottom: 1px solid var(--ps-form-input-border-color);
  width: 100%;
  position: sticky;
  top: 0;
}
.ps-form-date .ps-form-input {
  --ps-form-input-placeholder-color: var(--ps-form-input-color);
}
.ps-form-date .dropdown-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: 1 / -1;
  width: 100%;
}
.ps-form-date:focus-within .ps-form-input {
  --ps-form-input-border-color: var(--ps-color-b800);
  background: var(--ps-color-b50);
}
.ps-form-date input[type="date"] + button[data-toggle] {
  display: none;
}
.ps-form-icon {
  width: calc(var(--ps-form-icon-size) + (var(--ps-form-icon-offset) * 2));
  height: var(--ps-form-input-height);
  font-size: var(--ps-form-icon-size);
  z-index: 10;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
.ps-form-icon:before,
.ps-form-icon i,
.ps-form-icon i:before {
  width: var(--ps-form-icon-size);
  height: var(--ps-form-icon-size);
  font-size: var(--ps-form-icon-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ps-form-icon.dropdown-icon {
  background-color: transparent;
}
.ps-form-input-type {
  grid-column: 1/2;
  padding-left: var(--ps-form-icon-offset);
  padding-right: var(--ps-form-icon-offset);
  justify-self: left;
}
.ps-form-input-action {
  grid-column: 3/4;
  padding-left: var(--ps-form-icon-offset);
  padding-right: var(--ps-form-icon-offset);
  justify-self: right;
}
.ps-form-input-action.dropdow-icon {
  pointer-events: none;
}
.ps-form-error-message {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--ps-form-label-font-size);
  font-weight: var(--ps-form-label-font-weight);
  line-height: var(--ps-form-label-font-height);
  grid-row: 3/4;
  grid-column: 1/-1;
  color: var(--ps-form-error-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  gap: var(--ps-form-error-gap);
}
.ps-form-error-message:not(.ps-show-error) {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.ps-form-error-message.ps-show-error {
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  min-height: var(--ps-form-label-font-height);
  max-height: 100px;
  margin-top: var(--ps-form-field-gap);
}
.ps-form-error-message i {
  font-size: var(--ps-form-icon-size);
  line-height: var(--ps-form-label-font-height);
}
.ps-form-checkbox {
  --check-icon: "\E182";
  position: relative;
  cursor: pointer;
  padding: 2px;
  border-radius: 2px;
  display: block;
}
.ps-form-checkbox.red {
  --ps-form-check-checked-color: var(--ps-color-neg500);
}
.ps-form-checkbox:hover {
  --ps-form-input-border-color: #0076D1;
}
.ps-form-checkbox:hover input[type="radio"]:not(:checked) + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox:hover input[type="checkbox"]:not(:checked) + .ps-check-label .ps-form-checkbox-icon {
  border: 1px solid var(--ps-form-check-checked-color);
  -webkit-box-shadow: 0 0 0 2px var(--ps-form-check-checked-shadow);
          box-shadow: 0 0 0 2px var(--ps-form-check-checked-shadow);
}
.ps-form-checkbox:focus-visible {
  --ps-form-input-border-color: #8190A5;
}
.ps-form-checkbox:has(input:focus-visible) {
  outline: var(--ps-stroke-m) solid var(--ps-color-n800);
  border-radius: 2px;
}
.ps-form-checkbox:not(:-moz-placeholder-shown):invalid {
  --ps-form-input-border-color: #FB2C36;
}
.ps-form-checkbox:not(:-ms-input-placeholder):invalid {
  --ps-form-input-border-color: #FB2C36;
}
.ps-form-checkbox:not(:placeholder-shown):invalid,
.ps-form-checkbox.ps-form-invalid {
  --ps-form-input-border-color: #FB2C36;
}
.ps-form-checkbox input[type="radio"]:not(.focusable),
.ps-form-checkbox input[type="checkbox"]:not(.focusable) {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.ps-form-checkbox input[type="radio"].focusable,
.ps-form-checkbox input[type="checkbox"].focusable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="radio"]:checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="checkbox"]:checked + .ps-check-label .ps-form-checkbox-icon {
  background: var(--ps-form-check-checked-color);
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  border-radius: var(--ps-form-check-radius);
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="radio"]:checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="checkbox"]:checked + .ps-check-label .ps-form-checkbox-icon::before {
  color: var(--ps-form-input-background);
  content: var(--check-icon);
  font-family: "Phosphor";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label {
  --check-icon: '\E45E';
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon {
  background: var(--ps-form-input-background);
}
.ps-form-checkbox input[type="radio"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before,
.ps-form-checkbox input[type="checkbox"].partial-checked + .ps-check-label .ps-form-checkbox-icon::before {
  color: var(--ps-color-n300);
  font-family: "Phosphor-Fill";
  font-size: 12px;
}
.ps-form-checkbox .ps-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.ps-form-checkbox .ps-check-label:focus-visible {
  outline: 2px solid #002F54;
  border-radius: var(--ps-form-check-radius);
}
.ps-form-checkbox .ps-check-label .ps-form-checkbox-icon {
  width: var(--ps-form-check-size);
  height: var(--ps-form-check-size);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--ps-form-check-size);
          flex: 0 0 var(--ps-form-check-size);
  background: var(--ps-form-input-background);
  border: 1px solid var(--ps-form-check-border-color);
  border-radius: var(--ps-form-check-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
  transition: all var(--ps-form-transition-speed) var(--ps-form-transition-type);
}
.ps-form-checkbox .ps-check-label .ps-form-label-text {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: var(--ps-form-check-size);
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #027ABB;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:hover,
.ps-form-checkbox .ps-check-label .ps-form-label-text a:active {
  color: #028ad4;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:visited {
  color: #015989;
}
.ps-form-checkbox .ps-check-label .ps-form-label-text a:visited:hover {
  color: #027ABB;
}
.ps-form-checkbox .ps-check-label span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.visually-hidden {
  visibility: hidden;
  width: 0px!important;
  height: 0px!important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.ps-form-forgot-password-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -10px;
}
.ps-form-forgot-password-link button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-weight: 600;
  color: #027ABB;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.ps-form-forgot-password-link button:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-forgot-password-link button:hover,
.ps-form-forgot-password-link button:active {
  color: #028ad4;
}
.ps-form-forgot-password-link button:visited {
  color: #015989;
}
.ps-form-forgot-password-link button:visited:hover {
  color: #027ABB;
}
.ps-form-message {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.ps-form-message p:not(:last-of-type) {
  margin-bottom: 10px;
}
.ps-form-message a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  color: #027ABB;
}
.ps-form-message a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-message a:hover,
.ps-form-message a:active {
  color: #028ad4;
}
.ps-form-message a:visited {
  color: #015989;
}
.ps-form-message a:visited:hover {
  color: #027ABB;
}
.ps-form-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  text-align: center;
}
.ps-form-footer.left-aligned {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: left;
}
.ps-form-footer.left-aligned p {
  width: 100%;
  text-align: left;
}
.ps-form-footer p:not([class]) {
  margin: 0;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.ps-form-footer h5 {
  margin: 0;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.ps-form-footer a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: 22px;
  color: #027ABB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.ps-form-footer a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.ps-form-footer a:hover,
.ps-form-footer a:active {
  color: #028ad4;
}
.ps-form-footer a:visited {
  color: #015989;
}
.ps-form-footer a:visited:hover {
  color: #027ABB;
}
.ps-form-footer a [class*="ps-ic-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  width: 18px;
  height: 18px;
  position: relative;
  top: -1px;
}
.ps-form-footer a [class*="ps-ic-"]:before {
  font-size: 18px;
}
.ps-form-footer p:has(a[href*="tel"]) > a[href*="tel"] {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.ps-form-footer .switch-user-form {
  margin-left: 8px;
}
.ps-form-footer .back-container {
  margin-bottom: 12px;
}
.ps-form-response-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  text-align: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 28px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.ps-form-response-container.ps-response-success {
  color: var(--ps-color-pos500);
}
.ps-form-response-container.ps-response-error {
  color: var(--ps-color-neg500);
}
.ps-form-response-container > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.ps-form-response-container i {
  font-size: 24px;
  position: relative;
  top: 1px;
}
.ps-form-resend-code {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ps-form-footer-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.ps-form-footer-message i {
  color: #027ABB;
  font-size: 20px;
}
.ps-form-resend-message:empty {
  display: none;
}
.ps-form-resend-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.ps-form-resend-options .vertical-dot-divider {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.3;
}
.ps-form-resend-options .switch-user-form {
  margin: 0;
}
.switch-user-form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  color: #027ABB;
}
.switch-user-form:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
.switch-user-form:hover,
.switch-user-form:active {
  color: #028ad4;
}
.switch-user-form:visited {
  color: #015989;
}
.switch-user-form:visited:hover {
  color: #027ABB;
}
.switch-user-form[disabled],
.switch-user-form.disabled {
  color: #8C8C8C;
}
.animated-spin {
  -webkit-animation: animated-spin 1s linear infinite;
          animation: animated-spin 1s linear infinite;
}
@-webkit-keyframes animated-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animated-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.flatpickr-calendar {
  --ps-datepicker-cell-size: 38px;
  --ps-datepicker-offset: 4px;
  --ps-datepicker-month-height: 24px;
  --ps-datepicker-hover-color: var(--ps-color-n100);
  --ps-datepicker-active-color: var(--ps-color-b500);
  --ps-datepicker-disabled: var(--ps-color-n300);
  --ps-datepicker-padding: 6px 12px;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: var(--ps-color-light);
  border-radius: var(--report-radius);
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
  color: var(--ps-coplor-dark);
  padding: var(--ps-datepicker-padding);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 314px;
  visibility: visible;
}
.flatpickr-calendar.open {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  z-index: 99999;
  top: calc(100% + var(--ps-datepicker-offset));
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
  position: relative;
  top: var(--ps-datepicker-offset);
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + var(--ps-datepicker-offset));
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid var(--ps-color-n200);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: none;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--ps-color-light);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--ps-color-light);
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--ps-color-light);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: var(--ps-color-light);
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--ps-color-dark);
}
.flatpickr-months .flatpickr-month {
  height: var(--ps-datepicker-month-height);
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  height: var(--ps-datepicker-month-height);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  pointer-events: none;
  opacity: 0;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--ps-datepicker-active-color);
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: -14px;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6.25ch;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  cursor: text;
  padding: 0 0 0 1ch;
  margin: 0;
  display: inline-block;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  outline: none;
  position: relative;
  width: auto;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 26px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--ps-datepicker-cell-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: grid;
  grid-template-columns: repeat(7, var(--ps-datepicker-cell-size));
  grid-template-rows: var(--ps-datepicker-cell-size);
  gap: 0;
  place-items: center;
  place-content: center;
}
span.flatpickr-weekday {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 700;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
  color: var(--ps-color-dark);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  display: grid;
  grid-template-columns: repeat(7, var(--ps-datepicker-cell-size));
  grid-template-rows: var(--ps-datepicker-cell-size);
  gap: 0;
  place-items: center;
  place-content: center;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: var(--ps-datepicker-cell-size);
  cursor: pointer;
  margin: 0;
  position: relative;
  width: var(--ps-datepicker-cell-size);
  height: var(--ps-datepicker-cell-size);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.flatpickr-day:hover:not(.selected) {
  background: var(--ps-datepicker-hover-color);
}
.flatpickr-day:focus-visible {
  outline: 2px solid var(--ps-color-b800);
}
.flatpickr-day.today {
  border: 1px solid var(--ps-color-b500);
  border-radius: var(--ps-datepicker-cell-size);
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange {
  cursor: pointer;
  outline: 0;
}
.flatpickr-day.inRange:hover,
.flatpickr-day.prevMonthDay.inRange:hover,
.flatpickr-day.nextMonthDay.inRange:hover,
.flatpickr-day.today.inRange:hover,
.flatpickr-day.prevMonthDay.today.inRange:hover,
.flatpickr-day.nextMonthDay.today.inRange:hover {
  color: var(--ps-color-dark);
  background: var(--ps-datepicker-hover-color);
}
.flatpickr-day.inRange:focus-visible,
.flatpickr-day.prevMonthDay.inRange:focus-visible,
.flatpickr-day.nextMonthDay.inRange:focus-visible,
.flatpickr-day.today.inRange:focus-visible,
.flatpickr-day.prevMonthDay.today.inRange:focus-visible,
.flatpickr-day.nextMonthDay.today.inRange:focus-visible {
  outline: 2px solid var(--ps-color-b800);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--ps-color-b500);
  color: var(--ps-color-light);
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 var(--ps-datepicker-active-color);
  box-shadow: -10px 0 0 var(--ps-datepicker-active-color);
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: var(--ps-shadow-medium);
          box-shadow: var(--ps-shadow-medium);
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: var(--ps-datepicker-disabled);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: var(--ps-datepicker-disabled);
}
.flatpickr-day.week.selected {
  border-radius: 0;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  width: calc(var(--ps-datepicker-cell-size) * 7);
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.multi-select {
  width: 100%;
  max-width: 295px;
}
.multi-select-presets {
  border-bottom: var(--ps-stroke-s) solid var(--report-global-border-color);
  padding: 12px 0px 8px;
  margin: 0 12px;
}
.multi-select-presets + .multi-select-menuitems {
  padding-top: 4px;
}
.multi-select-menuitems {
  padding: 12px 0 10px 2px;
  margin: 0 12px 10px 10px;
}
.multi-select-button {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 295px;
}
.multi-select-footer {
  margin: 0 12px;
  padding: 8px 0 12px;
  border-top: var(--ps-stroke-s) solid var(--report-global-border-color);
}
.ps-form.filters .ps-form-field {
  --ps-form-input-height: 32px;
  --ps-form-input-padding-vertical: 4px;
  --ps-form-input-font-height: 24px;
}
.ps-form.filters .ps-form-field.has-type-icon {
  --ps-form-input-padding-left: calc(var(--ps-form-input-height) + 10px);
}
.ps-form.filters .ps-form-field.has-action-icon {
  --ps-form-input-padding-right: calc(var(--ps-form-input-height) + 10px);
}
.ps-form-note {
  color: var(--ps-color-n700);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 500;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
:root {
  --ps-pop-header-bg: var(--ps-color-light);
  --ps-pop-content-bg: var(--ps-color-light);
  --ps-pop-color: var(--ps-color-n700);
  --ps-pop-header-color: var(--ps-color-dark);
  --ps-pop-radius: 8px;
  --ps-pop-mobile-offset: 20px;
  --ps-pop-base-width: 600px;
  --ps-pop-base-height: auto;
  --ps-pop-shadow: var(--ps-shadow-strong);
  --ps-pop-border: var(--ps-stroke-s) solid var(--border-color);
  --ps-pop-side-padding-g: 20px;
  --ps-pop-header-padding-vertical: 16px;
  --ps-pop-content-padding-vertical: 16px;
  --ps-pop-content-padding-outer: calc(var(--ps-pop-side-padding-g) * 0.6);
  --ps-pop-content-padding-inner: calc(var(--ps-pop-side-padding-g) * 0.4);
  --ps-pop-footer-padding-vertical: 16px;
  --ps-pop-header-height: 58px;
  --ps-pop-header-icon-size: 20px;
  --ps-pop-content-padding: 15px;
  --ps-pop-footer-gap: 16px;
  --ps-pop-padding-scrollable-content: 0px;
}
@container popup (min-width: 768px) {
  .psrk-popup-inner {
    --ps-pop-side-padding: var(--ps-pop-side-padding-g);
    --ps-pop-content-padding-outer: calc(var(--ps-pop-side-padding) * 0.6);
    --ps-pop-content-padding-inner: calc(var(--ps-pop-side-padding) * 0.4);
  }
}
@container popup (max-width: 767px) {
  .psrk-popup-inner {
    --ps-pop-side-padding: var(--ps-pop-side-padding-g);
    --ps-pop-content-padding-outer: calc(var(--ps-pop-side-padding) * 0.4);
    --ps-pop-content-padding-inner: calc(var(--ps-pop-side-padding) * 0.6);
  }
  .psrk-popup-inner .section-loading,
  .psrk-popup-inner .psrk-loading-txt {
    --loader-section-height: 250px;
  }
}
.psrk-popup {
  z-index: 10000;
  position: fixed;
  background: var(--ps-pop-content-bg);
  border-radius: var(--ps-pop-radius);
  width: calc(100% - var(--ps-pop-mobile-offset));
  max-width: var(--ps-pop-base-width);
  max-height: calc(100vh - var(--ps-pop-mobile-offset));
  max-height: calc(100dvh - var(--ps-pop-mobile-offset));
  -webkit-box-shadow: var(--ps-pop-shadow);
          box-shadow: var(--ps-pop-shadow);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
  -webkit-transition: width 0.25s linear, opacity 0.25s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.25s linear, opacity 0.25s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s ease-in-out;
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  container-type: inline-size;
  container-name: popup;
}
.psrk-popup:not(.visible) {
  opacity: 0;
  pointer-events: none;
}
.psrk-popup.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.25s linear, opacity 0.15s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.25s linear, opacity 0.15s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.15s ease-in-out;
  transition: width 0.25s linear, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.15s ease-in-out, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.psrk-popup.visible + #psrk-popup-overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.psrk-popup.visible ~ .psrk-popup.visible {
  z-index: 10001;
}
.psrk-popup.visible ~ .psrk-popup.visible ~ #psrk-popup-overlay {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
}
.psrk-popup.visible:has(~ #psrk-message.visible) ~ #psrk-popup-overlay {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
}
.psrk-popup .outer {
  position: relative!important;
}
.psrk-popup .psrk-popup-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-height: calc(100vh - var(--ps-pop-mobile-offset));
  max-height: calc(100dvh - var(--ps-pop-mobile-offset));
  overflow: hidden;
  position: relative;
  color: var(--ps-pop-color);
  width: 100%;
}
.psrk-popup .psrk-popup-header {
  --pop-head-right-pad: calc(var(--ps-pop-side-padding) + var(--ps-pop-header-icon-size) + 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--ps-pop-header-bg);
  color: var(--ps-pop-header-color);
  height: var(--ps-pop-header-height);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-bottom: var(--ps-pop-border);
  padding: var(--ps-pop-header-padding-vertical) var(--pop-head-right-pad) var(--ps-pop-header-padding-vertical) var(--ps-pop-side-padding);
}
.psrk-popup .psrk-popup-header:empty {
  --ps-pop-header-height: 0px;
  --ps-pop-header-padding-vertical: 0px;
  --ps-pop-border: none;
}
@media only screen and (max-width: 767px) {
  .psrk-popup .psrk-popup-header:has(.psrk-popup-header-details) {
    --pop-head-right-pad: var(--ps-pop-side-padding);
  }
}
.psrk-popup .psrk-popup-header-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]) {
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
  color: #005FA7;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.9);
  outline-offset: 0px;
  border-radius: 3px;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):hover,
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):active {
  color: #002F54;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):visited {
  color: #00477D;
}
.psrk-popup .psrk-popup-header-details a[href]:not([class*="btn"]):visited:hover {
  color: #002F54;
}
.psrk-popup .psrk-popup-header-details .header-details-borough-zip {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.psrk-popup .psrk-popup-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-image: none;
  position: absolute;
  width: var(--ps-pop-header-icon-size);
  height: var(--ps-pop-header-icon-size);
  top: calc((var(--ps-pop-header-height) - var(--ps-pop-header-icon-size)) / 2);
  right: var(--ps-pop-side-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--ps-pop-header-color);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
}
.psrk-popup .psrk-popup-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
.psrk-popup .psrk-popup-close i {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.psrk-popup .psrk-popup-title {
  color: inherit;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.19px;
}
@media screen and (max-width: 767.9px) {
  .psrk-popup .psrk-popup-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .psrk-popup .psrk-popup-title {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .psrk-popup .psrk-popup-title {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .psrk-popup .psrk-popup-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .psrk-popup .psrk-popup-title {
    font-size: 18px;
  }
}
@media print {
  .psrk-popup .psrk-popup-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .psrk-popup .psrk-popup-title {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .psrk-popup .psrk-popup-title {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .psrk-popup .psrk-popup-title {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .psrk-popup .psrk-popup-title {
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .psrk-popup .psrk-popup-title {
    line-height: 24px;
  }
}
@media print {
  .psrk-popup .psrk-popup-title {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .psrk-popup .psrk-popup-title {
    padding-right: calc(var(--ps-pop-header-padding-vertical) + var(--ps-pop-header-icon-size));
  }
}
.psrk-popup .psrk-popup-title.has-details {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  top: 1px;
  padding-right: var(--ps-pop-header-padding-vertical);
}
@media only screen and (max-width: 459px) {
  .psrk-popup .psrk-popup-title.has-details {
    width: 100%;
  }
}
.psrk-popup .psrk-popup-title.title-only {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  top: 2px;
}
.psrk-popup .psrk-popup-content {
  position: relative;
  z-index: 1;
  padding: var(--ps-pop-content-padding-vertical) var(--ps-pop-content-padding-outer);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  background: var(--ps-pop-content-bg);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 400;
  --ps-elem-font-height: 20px;
  font-size: var(--ps-elem-font-size);
  font-weight: var(--ps-elem-font-weight);
  line-height: var(--ps-elem-font-height);
}
.psrk-popup .psrk-popup-content > [id*="popup"] {
  width: 100%;
}
.psrk-popup .psrk-popup-content-inner {
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow: auto;
  position: relative;
  padding: 0 var(--ps-pop-content-padding-inner);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 100%;
}
@supports (-moz-appearance: none) {
  .psrk-popup .psrk-popup-content-inner {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
.psrk-popup .psrk-popup-content-inner::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.psrk-popup .psrk-popup-content .popup-footer {
  margin-top: var(--ps-pop-footer-gap);
  padding: var(--ps-pop-header-padding-vertical) var(--ps-pop-side-padding);
  background: var(--ps-pop-content-bg);
  border-top: var(--ps-pop-border);
}
.psrk-popup .psrk-popup-content .popup-footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.psrk-popup .psrk-popup-content .popup-footer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-pop-footer-gap);
}
.psrk-popup .psrk-popup-content .buttons,
.psrk-popup .psrk-popup-content .ps-cnt-btn,
.psrk-popup .psrk-popup-content .buttons-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-pop-footer-gap);
  padding-top: calc(var(--ps-pop-footer-gap) * 2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.psrk-popup .psrk-popup-footer {
  padding: var(--ps-pop-header-padding-vertical) var(--ps-pop-side-padding);
  background: var(--ps-pop-content-bg);
  border-top: var(--ps-pop-border);
}
.psrk-popup .psrk-popup-content:has(+ .psrk-popup-footer) .psrk-popup-content,
.psrk-popup .psrk-popup-content:has(+ .psrk-popup-footer) .psrk-popup-content-inner {
  padding-bottom: 0;
}
.psrk-popup .bottom-note {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #585858;
}
.psrk-popup .psrk-popup-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.psrk-popup.has-height {
  min-height: min(calc(100dvh - var(--ps-pop-mobile-offset)), var(--ps-pop-base-height));
}
#psrk-message {
  position: fixed!important;
  top: 50%!important;
  left: 50%!important;
  z-index: 100001;
}
#psrk-message .psrk-popup-header h3 {
  color: #000;
  padding: var(--ps-pop-header-padding) calc(var(--ps-pop-header-icon-size) + (var(--ps-pop-header-padding) * 2)) var(--ps-pop-header-padding) var(--ps-pop-header-padding);
}
#psrk-message .psrk-popup-header a[title="Close"] {
  position: absolute;
  background: none;
  width: calc(var(--ps-pop-header-icon-size) + (var(--ps-pop-header-padding) * 2));
  height: var(--ps-pop-header-height);
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.22s ease-in-out;
  transition: -webkit-transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out;
  transition: transform 0.22s ease-in-out, -webkit-transform 0.22s ease-in-out;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  text-decoration: none;
}
#psrk-message .psrk-popup-header a[title="Close"]:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
  text-decoration: none;
}
#psrk-message .psrk-popup-header a[title="Close"]:before {
  content: "\e667";
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#psrk-message #psrk-message_c {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
#psrk-popup-overlay,
.pp_overlay,
.tip-popup-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: none;
}
#psrk-popup-overlay.visible,
.pp_overlay.visible,
.tip-popup-overlay.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
body:has(.psrk-popup.visible) #psrk-popup-overlay,
body:has(.psrk-popup.visible) .pp_overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#loaded_popup:has(.outer) {
  position: fixed;
  z-index: 100002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
  height: 100dvh;
}
#loaded_popup .outer {
  position: relative;
  padding: 50px;
  width: 100%;
  height: auto;
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.32);
}
.psrk-popup.psrk-tip .psrk-popup-header:empty {
  display: none;
}
.psrk-confirm {
  --ps-pop-base-width: 364px;
  --ps-pop-content-padding-outer: 20px;
  z-index: 100001;
}
.psrk-confirm .ps-confirm-popup-content .ps-popup-content {
  margin-bottom: 16px;
}
.psrk-confirm .ps-confirm-popup-content p + p {
  margin-top: 8px;
}
.psrk-confirm.visible + #psrk-popup-overlay {
  z-index: 10000;
}
:root {
  --ps-scrollbar-thickness: 10px;
  --ps-scrollbar-thumbColor: #B1B1B1;
  --ps-scrollbar-trackColor: var(--ps-color-n25, #F2F3F5);
  --ps-scrollbar-padding: 12px;
  --ps-scrollbar-heightOffset: 0.01px;
}
:root {
  --switcherWidth: 380px;
  --switcherPadding: 4px;
  --switcherHeight: 44px;
  --switcherBg: #e8f4fc;
  --activeBg: #027abb;
  --activeText: #ffffff;
  --inactiveText: #000000;
  --accent: #16a085;
  --note-sep: '·';
  --note-sep-opacity: 0.45;
}
.duration-switcher {
  display: inline-block;
  vertical-align: middle;
  width: var(--switcherWidth);
  max-width: 100%;
  background: var(--switcherBg);
  border-radius: 999px;
  padding: var(--switcherPadding);
}
.duration-switcher-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.duration-switcher-group input[type='radio'] {
  position: absolute;
  opacity: 0.0001;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.duration-switcher-group .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--switcherHeight);
  border-radius: 999px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  color: var(--inactiveText);
  -webkit-transition: background-color 80ms linear, color 80ms linear;
  transition: background-color 80ms linear, color 80ms linear;
  padding: 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.duration-switcher-group .radio-label .label-note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: var(--accent);
  font-weight: 700;
}
.duration-switcher-group .radio-label .label-note::before {
  content: var(--note-sep, '·');
  color: currentColor;
  /* matches the label’s color */
  opacity: var(--note-sep-opacity, 0.45);
  margin: 0 0.45em 0 0.55em;
  /* tiny gap from the main label */
  line-height: 1;
}
#radio_month:checked + label[for='radio_month'],
#radio_year:checked + label[for='radio_year'] {
  background: var(--activeBg);
  color: var(--activeText);
}
#radio_month:checked + label[for='radio_month'] .label-note,
#radio_year:checked + label[for='radio_year'] .label-note {
  color: var(--activeText);
}
.duration-switcher-group input[type='radio']:focus-visible + .radio-label {
  outline: 2px solid #99C8ED;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .duration-switcher {
    width: 100%;
    max-width: 440px;
    margin: 8px auto 0;
  }
}
.duration-switcher-group input[type='radio']:not(:checked) + .radio-label:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(2, 122, 187, 0.25) inset;
          box-shadow: 0 0 0 1px rgba(2, 122, 187, 0.25) inset;
}
:root {
  --mp-padding: 20px;
  --mp-icon: 16px;
  --mp-gap: 8px;
  --mp-height: 40px;
  --mp-font-size: 16px;
  --mp-radius: 8px 8px 0 0;
  --mp-vertical-position: 11px;
}
#content #content-inner {
  padding: 0px !important;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
#content #content-inner .subscription-header {
  background-color: #fff;
  text-align: center;
}
#content #content-inner .subscription-header h2 {
  font-weight: 600;
  padding: 60px 30px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .subscription-header h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #content #content-inner .subscription-header h2 {
    font-size: calc(28px + 12 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #content #content-inner .subscription-header h2 {
    font-size: calc(28px + 12 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #content #content-inner .subscription-header h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #content #content-inner .subscription-header h2 {
    font-size: 38px;
  }
}
@media print {
  #content #content-inner .subscription-header h2 {
    font-size: 40px;
  }
}
#content #content-inner #subscription-content .subscription-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1110px;
  width: 100%;
  padding-top: 10px;
}
#content #content-inner #subscription-content .period-buttons {
  margin-bottom: 30px;
  --switcherMargin: 0;
}
#content #content-inner #subscription-content .period-buttons .region-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .period-buttons .region-period {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#content #content-inner #subscription-content .period-buttons .region-selector {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .period-buttons .region-selector {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
#content #content-inner #subscription-content .period-buttons .region-selector h3 {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
#content #content-inner #subscription-content .period-buttons .region-selector .subscription-state-selection {
  --ps-form-field-gap: 0px;
}
#content #content-inner #subscription-content .period-buttons .region-selector .subscription-state-selection .ps-form-input-action {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #content #content-inner #subscription-content .period-buttons .region-selector .subscription-state-selection {
    min-width: 210px;
  }
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown {
  position: relative;
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select {
  border: 1px solid #DBDBDB;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (hover: hover) and (pointer: fine) {
  #content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select {
    padding-right: var(--ps-scrollbar-padding);
  }
}
@supports (-moz-appearance: none) {
  #content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select {
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-width: var(--ps-scrollbar-thickness);
    scrollbar-height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
    scrollbar-color: var(--ps-scrollbar-thumbColor) var(--ps-scrollbar-trackColor);
  }
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select::-webkit-scrollbar {
  width: var(--ps-scrollbar-thickness);
  height: calc(var(--ps-scrollbar-thickness) + var(--ps-scrollbar-heightOffset));
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select::-webkit-scrollbar-track {
  background-color: var(--ps-scrollbar-trackColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select::-webkit-scrollbar-thumb {
  background-color: var(--ps-scrollbar-thumbColor);
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: var(--ps-scrollbar-thickness);
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select::-webkit-scrollbar-thumb:hover {
  border: 0;
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select:focus-visible {
  outline: 1px solid #6e6e6e;
}
@media only screen and (min-width: 768px) {
  #content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown select {
    min-width: 210px;
  }
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown .drop-arrow {
  position: absolute;
  pointer-events: none;
  top: 12px;
  right: 16px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.43, -0.2, 0.24, 1.28);
  transition: -webkit-transform 0.2s cubic-bezier(0.43, -0.2, 0.24, 1.28);
  transition: transform 0.2s cubic-bezier(0.43, -0.2, 0.24, 1.28);
  transition: transform 0.2s cubic-bezier(0.43, -0.2, 0.24, 1.28), -webkit-transform 0.2s cubic-bezier(0.43, -0.2, 0.24, 1.28);
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown .drop-arrow::before {
  content: '\e913';
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
}
#content #content-inner #subscription-content .period-buttons .region-selector #styled_dropdown.open .drop-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (min-width: 1080px) {
  #content #content-inner #subscription-content .blue-hero {
    padding-bottom: 80px;
  }
}
#content #content-inner #subscription-content .blue-hero .subscription-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2a7abb;
  padding: 0;
  max-width: 1080px;
  gap: 64px;
  position: relative;
}
@media screen and (min-width: 1080px) {
  #content #content-inner #subscription-content .blue-hero .subscription-container {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .blue-hero .subscription-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#content #content-inner #subscription-content .blue-hero .subscription-container picture img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 0;
}
@media screen and (min-width: 1080px) {
  #content #content-inner #subscription-content .blue-hero .subscription-container picture img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  #content #content-inner #subscription-content .blue-hero .subscription-container picture {
    display: none;
  }
}
#content #content-inner #subscription-content .blue-hero .hero_text {
  max-width: 590px;
  padding: 48px 0 48px 48px;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .blue-hero .hero_text {
    padding: 48px 20px;
  }
  #content #content-inner #subscription-content .blue-hero .hero_text .hero-btn {
    width: 100%;
  }
}
#content #content-inner #subscription-content .blue-hero .hero_text .blue-title {
  font-size: 36px;
  color: #fff;
  padding-bottom: 15px;
}
#content #content-inner #subscription-content .blue-hero .hero_text p {
  font-size: 16px;
  line-height: 180%;
}
#content #content-inner #subscription-content .subscription-title {
  padding-top: 24px;
  padding-bottom: 24px;
}
#content #content-inner #subscription-content #pshark_testimonials {
  border-bottom: none;
}
#content #content-inner #subscription-content .bottom-text {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}
#content #content-inner .hide {
  display: none !important;
}
#content #content-inner .striked-value {
  text-decoration: line-through;
}
/*====================  Popup message ====================*/
#pagemsg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(192, 192, 192, 0.5);
  z-index: 10000;
}
#pagemsg .page-msg-sub {
  z-index: 9999;
  padding: 12px;
  width: 300px;
  background-color: #f3f3f3;
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid gray;
  border-top: 4px solid #FF8D20;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#pagemsg .page-msg-sub div.alert {
  padding: 0 0 0 55px;
  border: none;
  text-align: left;
  position: relative;
}
#pagemsg .page-msg-sub div.alert::before {
  content: "\e973";
  color: #FF8D20;
  position: absolute;
  left: 0;
  font-family: psrkicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 44px;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
html > body #pagemsg .page-msg-sub div.alert {
  height: auto;
  min-height: 44px;
}
#pagemsg .page-msg-sub input {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #027ABB;
  border: 1px solid #027ABB;
  border-radius: 4px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#pagemsg div.loading {
  min-height: 31px;
  padding: 0 0 0 50px;
  background: transparent url("/cdn/img/base/jk/msg_load.gif") 10px 0px no-repeat;
  line-height: 31px;
  text-align: center;
}
#pagemsg input {
  font-size: 14px;
  bottom: 1%;
  right: 1%;
}
#pagemsg .red {
  color: #C10000;
}
#pagemsg.hide,
#pagemsg .hide {
  display: none !important;
}
.subscription-button {
  display: inline-block;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .subscription-button {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.yellow-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
  font-weight: 600;
}
.yellow-btn:focus,
.yellow-btn:active {
  text-decoration: none;
}
.yellow-btn:hover {
  background: #f8981d;
}
.blue-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.blue-btn:focus,
.blue-btn:active {
  text-decoration: none;
}
.blue-btn:hover {
  color: #000000;
  background: #00BDFF;
}
#content #content-inner #subscription-content .subs-property-data {
  background-color: #E8F4FC;
}
#content #content-inner #subscription-content .subs-property-data .subscription-container {
  display: grid;
  grid-template-columns: 410px 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container {
    grid-template-columns: 310px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container {
    padding-bottom: 20px;
    padding-top: 40px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container .property-text {
    padding-bottom: 20px;
  }
}
#content #content-inner #subscription-content .subs-property-data .subscription-container .property-text .desktop-view {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container .property-text .desktop-view {
    display: none;
  }
}
#content #content-inner #subscription-content .subs-property-data .subscription-container .data-banner {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #027abb;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#content #content-inner #subscription-content .subs-property-data .subscription-container .data-banner::before {
  content: '';
  background-image: url("/cdn/svg/unmatched-icon.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#content #content-inner #subscription-content .subs-property-data .subscription-container h3 {
  font-size: 28px;
  padding-top: 24px;
  padding-bottom: 12px;
  max-width: 250px;
  margin-right: -13px;
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container h3 {
    max-width: none;
  }
}
#content #content-inner #subscription-content .subs-property-data .subscription-container p {
  max-width: 350px;
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container p {
    max-width: none;
  }
}
#content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 599px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  #content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
#content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards li.ps-data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
#content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards li.ps-data-item span {
  line-height: normal;
  font-weight: 600;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
#content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards li.ps-data-item .ps-value {
  font-size: 32px;
  color: #027abb;
}
#content #content-inner #subscription-content .subs-property-data .subscription-container ul.data-cards li.ps-data-item .ps-desc {
  font-size: 20px;
  line-height: 24px;
}
#subscription-content .pricing-cards {
  font-size: 18px;
  padding: 30px 0px 60px;
}
@media only screen and (max-width: 599px) {
  #subscription-content .pricing-cards {
    padding-top: 0;
  }
}
#subscription-content .pricing-cards .cards-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #subscription-content .pricing-cards .cards-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 720px;
    margin: 0 auto;
    row-gap: 0;
  }
  #subscription-content .pricing-cards .cards-list .card[data-most-popular] ~ .card {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #subscription-content .pricing-cards .cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}
#subscription-content .pricing-cards .cards-list .card {
  --card-padding: 20px;
  width: 100%;
  min-width: 255px;
  max-width: 343px;
  height: auto;
  -webkit-box-shadow: 0 0 0 1px #CCCCCC;
          box-shadow: 0 0 0 1px #CCCCCC;
  border-radius: 8px;
  padding: var(--card-padding);
  position: relative;
}
@media only screen and (min-width: 768px) {
  #subscription-content .pricing-cards .cards-list .card:not([data-most-popular]) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #subscription-content .pricing-cards .cards-list .card {
    max-width: 370px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #subscription-content .pricing-cards .cards-list .card {
    max-width: none;
  }
  #subscription-content .pricing-cards .cards-list .card:nth-child(2n-1):last-of-type {
    grid-column: 1 / -1;
  }
}
#subscription-content .pricing-cards .cards-list .card span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-weight: 600;
}
#subscription-content .pricing-cards .cards-list .card span:first-of-type p {
  white-space: nowrap;
}
#subscription-content .pricing-cards .cards-list .card .subscription-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subscription-content .pricing-cards .cards-list .card .subscription-button a {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#subscription-content .pricing-cards .cards-list .card ul {
  list-style-type: none;
}
#subscription-content .pricing-cards .cards-list .card ul li {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
#subscription-content .pricing-cards .cards-list .card ul li:not(:last-child) {
  margin-bottom: 16px;
}
#subscription-content .pricing-cards .cards-list .card ul li:before {
  color: #027ABB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "\e91B";
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
  width: 16px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#subscription-content .pricing-cards .cards-list .card ul li.reports-card {
  display: block;
}
#subscription-content .pricing-cards .cards-list .card ul li.reports-card:before {
  display: none;
}
#subscription-content .pricing-cards .cards-list .card ul li#see_all_features {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subscription-content .pricing-cards .cards-list .card ul li#see_all_features::before {
  content: none;
  display: none;
}
#subscription-content .pricing-cards .cards-list .card ul li#see_all_features .element-popup {
  color: #02527E;
  cursor: pointer;
}
#subscription-content .pricing-cards .cards-list .card .subscription-button a.pshark-subscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
#subscription-content .pricing-cards .cards-list .card .subscription-button a.pshark-subscribe:focus,
#subscription-content .pricing-cards .cards-list .card .subscription-button a.pshark-subscribe:active {
  text-decoration: none;
}
#subscription-content .pricing-cards .cards-list .card .subscription-button a.pshark-subscribe:hover {
  color: #000000;
  background: #00BDFF;
}
#subscription-content .pricing-cards .cards-list .card[data-most-popular] .subscription-button a.pshark-subscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
  font-weight: 600;
}
#subscription-content .pricing-cards .cards-list .card[data-most-popular] .subscription-button a.pshark-subscribe:focus,
#subscription-content .pricing-cards .cards-list .card[data-most-popular] .subscription-button a.pshark-subscribe:active {
  text-decoration: none;
}
#subscription-content .pricing-cards .cards-list .card[data-most-popular] .subscription-button a.pshark-subscribe:hover {
  background: #f8981d;
}
#subscription-content .pricing-cards .cards-list .card .card-type {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.15px;
}
#subscription-content .pricing-cards .cards-list .card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 10px;
}
#subscription-content .pricing-cards .cards-list .card .price .price-value {
  font-weight: 400;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    font-size: calc(38px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    font-size: calc(38px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    font-size: 40px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    font-size: 38px;
  }
}
@media print {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    line-height: calc(38px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    line-height: calc(38px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    line-height: 40px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    line-height: 38px;
  }
}
@media print {
  #subscription-content .pricing-cards .cards-list .card .price .price-value {
    line-height: 40px;
  }
}
#subscription-content .pricing-cards .cards-list .card .price > span:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#subscription-content .pricing-cards .cards-list .card .saving.transparent {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#subscription-content .pricing-cards .cards-list .card .saving-value {
  font-size: 16px;
  color: #585858;
  height: 22px;
  padding-top: 10px;
}
#subscription-content .pricing-cards .cards-list .card .promo {
  font-size: var(--promo-font, 18px);
  font-weight: 700;
  font-style: italic;
  color: #000;
  --f: 0.5em;
  /* control the folded part */
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.8;
  padding-inline: 1lh;
  padding-bottom: var(--f);
  -o-border-image: conic-gradient(#0008 0 0) 51%/var(--f);
     border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  -webkit-transform: translate(calc((1 - 0.70710678)*100%), -100%) rotate(45deg);
          transform: translate(calc((1 - 0.70710678)*100%), -100%) rotate(45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  background-color: #00BDFF;
}
#subscription-content .pricing-cards .cards-list .card[data-most-popular] {
  -webkit-box-shadow: 0 0 0 2px #027ABB;
          box-shadow: 0 0 0 2px #027ABB;
  padding-top: calc(var(--card-padding) + var(--mp-height));
}
#subscription-content .pricing-cards .cards-list .group-card p {
  padding-top: 10px;
  line-height: 175%;
}
.new-bnr-container {
  -ms-flex-item-align: center;
      align-self: center;
}
.new-banner {
  color: #16A085;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 3px;
  background: #E8F4FC;
  padding: 0px 4px;
  margin-left: 10px;
}
[data-most-popular]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-most-popular);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--mp-font-size);
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  white-space: nowrap;
  background-image: url("/cdn/svg/fire-icon.svg");
  background-repeat: no-repeat;
  background-size: var(--mp-icon) var(--mp-icon);
  background-position: var(--mp-padding) var(--mp-vertical-position);
  padding: 0 var(--mp-padding) 0 calc(var(--mp-padding) + var(--mp-icon) + var(--mp-gap));
  background-color: #E8F4FC;
  height: var(--mp-height);
  color: #027ABB;
  border-radius: var(--mp-radius);
}
[data-popular-badge] {
  --mp-padding: 10px;
  --mp-height: 28px;
  --mp-font-size: 14px;
  --mp-gap: 8px;
  --mp-radius: 8px;
  --mp-vertical-position: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 1023px) {
  [data-popular-badge] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-top: calc((var(--mp-height) + 6px) * -1);
  }
}
[data-popular-badge]::after {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-popular-badge);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--mp-font-size);
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  white-space: nowrap;
  background-image: url("/cdn/svg/fire-icon.svg");
  background-repeat: no-repeat;
  background-size: var(--mp-icon) var(--mp-icon);
  background-position: var(--mp-padding) var(--mp-vertical-position);
  padding: 0 var(--mp-padding) 0 calc(var(--mp-padding) + var(--mp-icon) + var(--mp-gap));
  background-color: #E8F4FC;
  height: var(--mp-height);
  color: #027ABB;
  border-radius: var(--mp-radius);
}
@media only screen and (max-width: 1023px) {
  [data-popular-badge]::after {
    --mp-height: 22px;
    --mp-padding: 8px;
    background-image: none;
    padding: 0 var(--mp-padding);
  }
}
#pricing-details {
  padding-bottom: 80px;
}
#pricing-details > h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  #pricing-details > h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 460px) {
  #pricing-details br {
    display: none;
  }
}
.subscription-container {
  --separatorPadding: 20px;
}
.subscription-container:has(.pricing-header.no-platinum) {
  --separatorPadding: 40px;
}
@media only screen and (min-width: 1024px) {
  .subscription-container {
    --separatorPadding: 60px;
  }
  .subscription-container:has(.pricing-header.no-platinum) {
    --separatorPadding: 70px;
  }
}
.subscription-container .pricing-header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas: ". pro elite platinum";
  position: sticky;
  top: var(--header-height);
  background-color: #fff;
  z-index: 1;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .subscription-container .pricing-header {
    padding-top: 0px;
  }
}
.subscription-container .pricing-header.no-platinum {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .subscription-container .pricing-header {
    grid-template-columns: 40% repeat(3, minmax(0, 1fr));
  }
  .subscription-container .pricing-header.no-platinum {
    grid-template-columns: 40% repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .subscription-container .pricing-header {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "pro elite platinum";
    gap: 10px;
    justify-items: center;
  }
  .subscription-container .pricing-header.no-platinum {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .subscription-container .pricing-header li {
    padding-left: 0 !important;
  }
}
.subscription-container .pricing-header li:nth-child(1) {
  grid-area: pro;
}
.subscription-container .pricing-header li:nth-child(2) {
  grid-area: elite;
}
.subscription-container .pricing-header li:nth-child(3) {
  grid-area: platinum;
}
.subscription-container .pricing-header li {
  position: relative;
}
.subscription-container .pricing-header li:not(.hide) {
  padding-left: var(--separatorPadding);
}
.subscription-container .pricing-header li .sub-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
}
.subscription-container .pricing-header li .price {
  font-size: 16px;
  font-weight: 600;
  color: #585858;
}
.subscription-container .pricing-header li .elite-banner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-color: #E8F4FC;
  padding: 6px 8px;
  border-radius: 8px !important;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .subscription-container .pricing-header li .elite-banner {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .subscription-container .pricing-header li .elite-banner::before {
    display: none;
  }
}
.subscription-container .pricing-header .subscription-button a.pshark-subscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1;
  min-height: 46px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.subscription-container .pricing-header .subscription-button a.pshark-subscribe:focus,
.subscription-container .pricing-header .subscription-button a.pshark-subscribe:active {
  text-decoration: none;
}
.subscription-container .pricing-header .subscription-button a.pshark-subscribe:hover {
  color: #000000;
  background: #00BDFF;
}
.subscription-container .pricing-header li[data-highlight-action-button="1"] .subscription-button a.pshark-subscribe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
  font-weight: 600;
}
.subscription-container .pricing-header li[data-highlight-action-button="1"] .subscription-button a.pshark-subscribe:focus,
.subscription-container .pricing-header li[data-highlight-action-button="1"] .subscription-button a.pshark-subscribe:active {
  text-decoration: none;
}
.subscription-container .pricing-header li[data-highlight-action-button="1"] .subscription-button a.pshark-subscribe:hover {
  background: #f8981d;
}
.subscription-container .pricing-data {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid #e6e6e6;
}
.subscription-container .pricing-data:has(li .element-popup) li.desc-details {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subscription-container .pricing-data.no-platinum {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .subscription-container .pricing-data {
    grid-template-columns: 40% repeat(3, minmax(0, 1fr));
  }
  .subscription-container .pricing-data.no-platinum {
    grid-template-columns: 40% repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .subscription-container .pricing-data {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 20px 0;
    row-gap: 20px;
  }
  .subscription-container .pricing-data.no-platinum {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.subscription-container .pricing-data li {
  padding: 15px 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .subscription-container .pricing-data li.desc-details {
    padding-left: var(--separatorPadding);
  }
  .subscription-container .pricing-data li.desc-details:nth-child(3),
  .subscription-container .pricing-data li.desc-details:nth-child(4) {
    border-left: 1px solid #e6e6e6;
  }
}
.subscription-container .pricing-data li .desc-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.subscription-container .pricing-data li .desc-info .info-bullet {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.subscription-container .pricing-data li .element-popup {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #027abb;
  cursor: pointer;
  margin: 10px 0;
  gap: 8px;
}
.subscription-container .pricing-data li .element-popup::after {
  content: "\e92c";
  font-family: "psrkicons";
}
@media only screen and (max-width: 767px) {
  .subscription-container .pricing-data li {
    min-height: 0;
    padding: 0;
  }
  .subscription-container .pricing-data li .desc-info {
    width: 100%;
  }
  .subscription-container .pricing-data li .desc-info:has(.element-popup) .info-bullet {
    display: none;
  }
  .subscription-container .pricing-data li .desc-info > [id$="-prop"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .subscription-container .pricing-data li .desc-info .info-bullet {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: 8px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .subscription-container .pricing-data li .element-popup {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
@media only screen and (max-width: 767px) {
  .subscription-container .pricing-data .desc-details {
    justify-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .subscription-container .pricing-data li:first-child {
    grid-column: 1/-1;
  }
}
.subscription-container .pricing-data:last-child {
  border-bottom: none;
}
.info-bullet {
  background-image: url("/cdn/svg/info-bullet.svg");
  background-repeat: no-repeat;
  color: #585858;
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ps-ic-done {
  color: #027ABB;
  background-color: #E8F4FC;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px;
  border-radius: 80px;
}
@media only screen and (max-width: 767px) {
  .ps-ic-done {
    padding: 6px;
  }
}
.ps-ic-collapse-sp {
  color: #ccc;
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 768px) {
  .ps-ic-collapse-sp {
    display: none;
  }
}
[id*="pshark_accordion"] {
  --acc-container-width: 1080px;
  --acc-title-width: 185px;
  --acc-gap: 20px;
  --acc-offset: 10px;
  --acc-header-padding: var(--acc-offset) 60px var(--acc-gap) 0;
  --acc-body-padding: var(--acc-offset) 60px var(--acc-gap) 0;
  --acc-header-icon: "\e913";
  --acc-color-body: #000000;
  --acc-color-head: #000000;
  --acc-color-secondary: #027abb;
  --acc-color-secondary-rgb: 2, 122, 187;
  --acc-color-secondary-dark: #0A5D8C;
  --acc-color-accent: #ffc107;
  --acc-color-border: #E6E6E6;
  --acc-color-background: #ffffff;
  --acc-title-size: 28px;
  --acc-title-weight: 600;
  --acc-title-lh: 1.2;
  --acc-header-size: 20px;
  --acc-header-weight: 600;
  --acc-header-lh: 24px;
  --acc-body-size: 16px;
  --acc-body-weight: 400;
  --acc-body-lh: 180%;
  --acc-speed: 0.25s;
  background: var(--acc-color-background);
}
@media only screen and (min-width: 1280px) {
  [id*="pshark_accordion"] {
    --acc-title-width: 255px;
  }
}
.pshark-accordion-container {
  display: grid;
  grid-template-columns: var(--acc-title-width) auto;
  gap: var(--acc-gap);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: var(--acc-container-width);
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .pshark-accordion-container {
    grid-template-columns: 1fr;
  }
}
#accordion-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--acc-title-size);
  font-weight: var(--acc-title-weight);
  line-height: var(--acc-title-lh);
  color: var(--acc-color-head);
  padding-top: var(--acc-offset);
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  #accordion-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
}
@media only screen and (max-width: 1023px) {
  #accordion-title {
    padding-bottom: var(--acc-gap);
  }
}
.pshark-accordion {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pshark-accordion .pshark-accordion-section {
  overflow: hidden;
}
.pshark-accordion .pshark-accordion-section:not(:last-child) {
  border-bottom: 1px solid var(--acc-color-border);
  margin-bottom: var(--acc-gap);
  -webkit-transition: border var(--acc-speed) linear;
  transition: border var(--acc-speed) linear;
}
.pshark-accordion .pshark-accordion-section:has(.pshark-accordion-header:focus-visible) {
  background: rgba(var(--acc-color-secondary-rgb), 0.1);
}
.pshark-accordion .pshark-accordion-section.open .pshark-accordion-header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.pshark-accordion .pshark-accordion-section.open .pshark-accordion-body {
  -webkit-transition: all var(--acc-speed) ease-in;
  transition: all var(--acc-speed) ease-in;
}
.pshark-accordion .pshark-accordion-section.open .pshark-accordion-body-content {
  opacity: 1;
  -webkit-transition: opacity var(--acc-speed) linear;
  transition: opacity var(--acc-speed) linear;
}
.pshark-accordion .pshark-accordion-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--acc-header-size);
  font-weight: var(--acc-header-weight);
  line-height: var(--acc-header-lh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--acc-header-padding);
  background: transparent;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  color: var(--acc-color-head);
}
.pshark-accordion .pshark-accordion-header:focus-visible {
  outline: none;
}
.pshark-accordion .pshark-accordion-header::after {
  color: var(--acc-color-head);
  content: var(--acc-header-icon);
  font-family: 'psrkicons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--acc-header-lh);
  width: calc(var(--acc-header-lh) + 6px);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  margin-top: var(--acc-offset);
}
.pshark-accordion .pshark-accordion-body {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--acc-body-size);
  font-weight: var(--acc-body-weight);
  line-height: var(--acc-body-lh);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height var(--acc-speed) ease-out;
  transition: max-height var(--acc-speed) ease-out;
}
.pshark-accordion .pshark-accordion-body-content {
  color: var(--acc-color-body);
  padding: var(--acc-body-padding);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.pshark-accordion .pshark-accordion-body p,
.pshark-accordion .pshark-accordion-body a,
.pshark-accordion .pshark-accordion-body ul,
.pshark-accordion .pshark-accordion-body ol,
.pshark-accordion .pshark-accordion-body li,
.pshark-accordion .pshark-accordion-body span,
.pshark-accordion .pshark-accordion-body strong,
.pshark-accordion .pshark-accordion-body b {
  font: inherit;
  color: var(--acc-color-body);
}
.pshark-accordion .pshark-accordion-body p,
.pshark-accordion .pshark-accordion-body ul,
.pshark-accordion .pshark-accordion-body ol {
  display: block;
  margin-bottom: var(--acc-gap);
}
.pshark-accordion .pshark-accordion-body a {
  color: var(--acc-color-secondary);
  text-decoration: underline;
}
.pshark-accordion .pshark-accordion-body a:visited {
  color: var(--acc-color-secondary-dark);
}
.pshark-accordion .pshark-accordion-body a:focus-visible {
  outline: none;
  background: rgba(var(--acc-color-secondary-rgb), 0.1);
}
.pshark-accordion .pshark-accordion-body ul {
  list-style: disc;
  padding-left: var(--acc-gap);
}
.pshark-accordion .pshark-accordion-body ul li {
  margin-bottom: var(--acc-offset);
}
#pshark_testimonials {
  background: #ffffff;
  border-bottom: 2px solid #ffc107;
  border-top: none;
}
@media screen and (max-width: 1023px) {
  #pshark_testimonials .ps-section-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
#pshark_testimonials .ps-section-paddings .ps-section-title {
  background: #ffffff;
}
#pshark_testimonials .slick-list {
  grid-column: 1 / -1;
}
@media screen and (max-width: 1023px) {
  #pshark_testimonials .slick-list {
    padding: 0 60px 0 10px!important;
  }
}
#pshark_testimonials .pshark-testimonial-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(346px, 1fr));
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1100px;
  width: 100%;
}
#pshark_testimonials .slick-slider.is-draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
#pshark_testimonials .slick-slider.is-draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#pshark_testimonials .pshark-testimonial.slick-slide {
  padding: 0 10px;
  height: unset;
}
#pshark_testimonials .pshark-testimonial-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  padding: 20px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
@media screen and (min-width: 610px) {
  #pshark_testimonials .pshark-testimonial-content {
    padding: 24px 28px 28px;
  }
}
@media screen and (min-width: 1080px) {
  #pshark_testimonials .pshark-testimonial-content {
    padding: 24px 32px 32px;
  }
}
#pshark_testimonials .pshark-testimonial blockquote {
  position: relative;
  padding: 0;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
@media screen and (max-width: 424px) {
  #pshark_testimonials .pshark-testimonial blockquote {
    line-height: 28px;
  }
}
#pshark_testimonials .pshark-testimonial blockquote::before,
#pshark_testimonials .pshark-testimonial blockquote::after {
  color: #000000;
  font-size: inherit;
  line-height: inherit;
}
#pshark_testimonials .pshark-testimonial blockquote::before {
  content: "\201C";
  margin-top: 2px;
}
#pshark_testimonials .pshark-testimonial blockquote::after {
  content: "\201D";
}
#pshark_testimonials .pshark-testimonial .testimonial-author-photo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}
#pshark_testimonials .pshark-testimonial .testimonial-photo {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin: 0;
  position: relative;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
#pshark_testimonials .pshark-testimonial .testimonial-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
#pshark_testimonials .pshark-testimonial .testimonial-author {
  color: #000000;
  max-width: 264px;
}
#pshark_testimonials .pshark-testimonial .testimonial-author .testimonial-name {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: inherit;
  margin-bottom: 5px;
  margin-top: 0;
}
#pshark_testimonials .pshark-testimonial .testimonial-author .testimonial-position {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
  min-height: 50px;
  margin: 0;
}
#pshark_testimonials .pshark-testimonial.item-1 .testimonial-photo {
  background: #C5D2DE;
}
#pshark_testimonials .pshark-testimonial.item-2 .testimonial-photo {
  background: #ACDEF1;
}
#pshark_testimonials .pshark-testimonial.item-3 .testimonial-photo {
  background: #F0B795;
}
#pshark_testimonials .pshark-testimonial-read-all {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1100px;
  width: 100%;
  margin-top: -20px;
}
#pshark_testimonials .pshark-testimonial-controls {
  grid-column: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#pshark_testimonials .pshark-testimonial-read-all > a {
  grid-column: 3;
  justify-self: end;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #027ABB;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pshark_testimonials .pshark-testimonial-read-all > a:focus-visible {
  outline: 2px solid #002F54;
  outline-offset: 2px;
  border-radius: 3px;
}
#pshark_testimonials .pshark-testimonial-read-all > a:hover,
#pshark_testimonials .pshark-testimonial-read-all > a:active {
  color: #028ad4;
}
#pshark_testimonials .pshark-testimonial-read-all > a:visited {
  color: #015989;
}
#pshark_testimonials .pshark-testimonial-read-all > a:visited:hover {
  color: #027ABB;
}
#pshark_testimonials .pshark-testimonial-read-all > a [class*="ps-ic-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
}
#pshark_testimonials .pshark-testimonial-read-all > a [class*="ps-ic-"]:before {
  font-size: 22px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  min-height: 1px;
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-vertical.use-slick .slick-list {
  height: 100%!important;
}
.slick-vertical .slick-list .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 0 10px;
  width: 100%;
  height: auto;
}
.slick-vertical .slick-list .slick-slide {
  width: 100% !important;
}
#subs-popup {
  position: fixed;
  top: 100%;
  left: 50%;
  background-color: #fff;
  z-index: 9992;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, transform 0.5s ease;
  transition: opacity 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
  max-width: 696px;
  width: calc(100vw - 40px);
  max-heigth: calc(100vh - 40px);
  max-height: min(752px, calc(100dvh - 40px));
}
#subs-popup.open {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  pointer-events: all;
}
@media only screen and (min-width: 460px) {
  #subs-popup br {
    display: none;
  }
}
#subs-popup .closebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: 72px;
  background-color: #E8F4FC;
  padding: 16px 24px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#subs-popup .closebtn .close-btn {
  background-color: #E8F4FC;
  font-size: 18px;
  font-weight: normal;
}
#subs-popup .closebtn .close-btn::after {
  content: "\e617";
  font-family: psrkicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 28px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #subs-popup .closebtn .close-btn {
    font-size: 0;
  }
}
#subs-popup .subs-popup-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
#subs-popup .subs-popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
#subs-popup .popup-header {
  display: grid;
  border-bottom: 1px solid #e6e6e6;
}
#subs-popup .popup-header.mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  #subs-popup .popup-header.mobile-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#subs-popup .popup-header.mobile-view .table-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  padding: 16px;
}
#subs-popup .popup-header.mobile-view .table-header.no-platinum {
  grid-template-columns: repeat(2, 1fr);
}
#subs-popup .popup-header.mobile-view .table-header:first-of-type {
  background-color: #E8F4FC;
}
#subs-popup .popup-header .table-header {
  display: grid;
  grid-template-columns: 35% repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  padding: 20px 16px;
}
#subs-popup .popup-header .table-header.no-platinum {
  grid-template-columns: 35% repeat(2, 1fr);
}
#subs-popup .popup-header .table-header li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#subs-popup .popup-header .table-header li:first-child {
  color: #585858;
  font-weight: 600;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #subs-popup .popup-header .table-header li:first-child {
    color: #000;
    font-weight: 700;
  }
}
#subs-popup .popup-header .table-header li .header-titles {
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 5px;
  line-height: normal;
}
#subs-popup .popup-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  #subs-popup .popup-content .second-header,
  #subs-popup .popup-content .mobile-tooltip {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #subs-popup .popup-content::-webkit-scrollbar {
    display: none;
  }
  #subs-popup .popup-content .second-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    padding: 10px 0 16px;
    border-bottom: 1px solid #e6e6e6;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #subs-popup .popup-content .second-header.no-platinum {
    grid-template-columns: repeat(2, 1fr);
  }
  #subs-popup .popup-content .second-header li {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
  }
  #subs-popup .popup-content .mobile-tooltip {
    padding: 16px 0;
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
  }
  #subs-popup .popup-content .mobile-tooltip .mob-toolt-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 24px;
  }
}
#subs-popup .popup-content .popup-data {
  display: grid;
  grid-template-columns: 35% repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#subs-popup .popup-content .popup-data.no-elite {
  grid-template-columns: 35% repeat(1, 1fr);
}
#subs-popup .popup-content .popup-data.no-platinum {
  grid-template-columns: 35% repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  #subs-popup .popup-content .popup-data {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 20px;
    padding: 20px 0;
  }
  #subs-popup .popup-content .popup-data.no-elite {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #subs-popup .popup-content .popup-data.no-platinum {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#subs-popup .popup-content .popup-data li {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #subs-popup .popup-content .popup-data li {
    min-height: 68px;
  }
}
#subs-popup .popup-content .popup-data li .item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #subs-popup .popup-content .popup-data li .item-desc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #subs-popup .popup-content .popup-data li:first-child {
    grid-column: 1 / -1;
  }
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul {
  --column-width: 40%;
  grid-template-columns: var(--column-width) 1fr;
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul li {
  font-weight: 400;
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul li:first-child {
  font-weight: 600;
  line-height: 24px;
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul li:last-child {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul li:first-child {
    grid-column: 1 / 2;
  }
  #subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul li .item-desc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul.in-depth-child {
  color: #585858;
  border-bottom: none;
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul.in-depth-child li:first-child {
  padding-left: 16px;
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul#professional_details_pop {
  border-bottom: none;
}
#subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul#compact_reports_details_pop {
  border-top: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  #subs-popup .subs-popup-body[data-origin="#popup1-body"] .popup-content ul {
    --column-width: 60%;
  }
}
#content .desktop-view {
  display: block;
}
@media only screen and (max-width: 767px) {
  #content .desktop-view {
    display: none;
  }
}
#content .mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  #content .mobile-view {
    display: block;
  }
}
.subscription-content [class^="ps-ic-"] {
  min-width: 32px;
  width: auto;
}
#subs-popup-overlay {
  position: fixed;
  z-index: 9991;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(96, 96, 96, 0.5);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}
#subs-popup-overlay.open {
  display: block;
}
.popup_outer {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  z-index: 9993;
  padding: 3px;
  border-radius: 3px;
  font-size: 12px;
  line-height: normal;
}
.popup_outer .popup_inner {
  padding: 0;
  border: 1px solid #02527E;
  background: #ffffff;
  border-radius: 2px;
  overflow: auto;
}
.popup_outer .popup_content {
  margin: 0;
  background-color: #ffffff;
  position: relative;
  padding: 14px;
  line-height: normal;
}
.popup_outer .popup_content a {
  color: #027ABB;
}
.popup_outer .popup_content a:hover {
  color: #000;
}
.popup_outer.tip .popup_content {
  font-size: 12px;
  border-color: #555;
  background: #FFFDEA;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.popup_header {
  padding: 3px 2px 3px 8px;
  margin: 0;
  background: #6a92ba;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #255482;
  position: relative;
  min-height: 15px;
}
.popup_close {
  display: block;
  width: 30px;
  padding: 3px 6px 3px 3px;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
#discount-banner {
  margin-top: 30px;
}
#discount-banner .subscription-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 1110px;
}
#discount-banner .discount-text {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding: 24px;
  border-radius: 8px;
  background-color: #00BDFF;
  background-image: url("/cdn/svg/subs_percent.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 24px center;
  position: relative;
}
.upgrades-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1112px;
  width: 100%;
  padding: 0 16px;
}
.upgrades-container.mb-centered {
  text-align: center;
  margin-bottom: 40px;
}
.grayed-text {
  color: #585858;
}
.upgrade-hero {
  min-height: 208px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  .upgrade-hero img[src*="buildings"] {
    height: 160%!important;
    -webkit-transform: translate(-66%, -9%) !important;
            transform: translate(-66%, -9%) !important;
  }
}
@media only screen and (max-width: 1023px) {
  .upgrade-hero img[src*="buildings"] {
    height: 160%!important;
    -webkit-transform: translate(-57%, -11%) !important;
            transform: translate(-57%, -11%) !important;
  }
}
.upgrade-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 40px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.upgrade-hero-title {
  margin: 0;
  font-weight: 400;
}
@media screen and (max-width: 599.9px) {
  .upgrade-hero-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) {
  .upgrade-hero-title {
    font-size: calc(30px + 5 * ((100vw - 600px) / 167));
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) and (max-height: 599.9px) {
  .upgrade-hero-title {
    font-size: calc(30px + 5 * ((100vw - 600px) / 167) - 2px);
  }
}
@media screen and (min-width: 767px) {
  .upgrade-hero-title {
    font-size: 35px;
  }
}
@media screen and (min-width: 767px) and (max-height: 599.9px) {
  .upgrade-hero-title {
    font-size: 33px;
  }
}
@media print {
  .upgrade-hero-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 599.9px) {
  .upgrade-hero-title {
    line-height: 34px;
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) {
  .upgrade-hero-title {
    line-height: calc(34px + 6 * ((100vw - 600px) / 167));
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) and (max-height: 599.9px) {
  .upgrade-hero-title {
    line-height: calc(34px + 6 * ((100vw - 600px) / 167) - 2px);
  }
}
@media screen and (min-width: 767px) {
  .upgrade-hero-title {
    line-height: 40px;
  }
}
@media screen and (min-width: 767px) and (max-height: 599.9px) {
  .upgrade-hero-title {
    line-height: 38px;
  }
}
@media print {
  .upgrade-hero-title {
    line-height: 40px;
  }
}
.upgrade-hero-subtitle {
  --max-subtitle-width: 100%;
  max-width: var(--max-subtitle-width);
  font-weight: 400;
}
@media screen and (max-width: 599.9px) {
  .upgrade-hero-subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) {
  .upgrade-hero-subtitle {
    font-size: calc(22px + 2 * ((100vw - 600px) / 167));
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) and (max-height: 599.9px) {
  .upgrade-hero-subtitle {
    font-size: calc(22px + 2 * ((100vw - 600px) / 167) - 2px);
  }
}
@media screen and (min-width: 767px) {
  .upgrade-hero-subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 767px) and (max-height: 599.9px) {
  .upgrade-hero-subtitle {
    font-size: 22px;
  }
}
@media print {
  .upgrade-hero-subtitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 599.9px) {
  .upgrade-hero-subtitle {
    line-height: 28px;
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) {
  .upgrade-hero-subtitle {
    line-height: calc(28px + 4 * ((100vw - 600px) / 167));
  }
}
@media screen and (min-width: 600px) and (max-width: 766.9px) and (max-height: 599.9px) {
  .upgrade-hero-subtitle {
    line-height: calc(28px + 4 * ((100vw - 600px) / 167) - 2px);
  }
}
@media screen and (min-width: 767px) {
  .upgrade-hero-subtitle {
    line-height: 32px;
  }
}
@media screen and (min-width: 767px) and (max-height: 599.9px) {
  .upgrade-hero-subtitle {
    line-height: 30px;
  }
}
@media print {
  .upgrade-hero-subtitle {
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .upgrade-hero-subtitle {
    --max-subtitle-width: 500px;
  }
}
@media only screen and (max-width: 459px) {
  .upgrade-hero-subtitle {
    --max-subtitle-width: 300px;
  }
}
.upgrade-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .upgrade-cards:has([data-most-popular])[data-columns="4"] {
    margin-top: calc(-1 * var(--switcherMargin));
  }
}
@media only screen and (min-width: 1280px) {
  .upgrade-cards:has([data-most-popular]) .upgrade-card:not([data-most-popular]) {
    margin-top: 40px;
  }
}
.upgrade-cards:has([data-most-popular]) .upgrade-card[data-most-popular] {
  -webkit-box-shadow: 0 0 0 2px #027ABB;
          box-shadow: 0 0 0 2px #027ABB;
  padding-top: 40px;
}
@media only screen and (max-width: 1279px) {
  .upgrade-cards[data-columns="4"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1279px) {
  .upgrade-cards[data-columns="4"] .upgrade-card.upgrade-to-group {
    margin-top: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .upgrade-cards[data-columns="3"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .upgrade-cards[data-columns="3"] .upgrade-card.upgrade-to-group {
    margin-top: 0;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .upgrade-cards[data-columns="2"] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.upgrade-cards .upgrade-card {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
  padding: 0 16px 16px 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 346px;
          flex: 0 1 346px;
  gap: 24px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .upgrade-cards .upgrade-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 var(--switcherWidth);
            flex: 0 1 var(--switcherWidth);
  }
}
.upgrade-cards .upgrade-card[data-most-popular] {
  -webkit-box-shadow: 0 0 0 2px #027ABB;
          box-shadow: 0 0 0 2px #027ABB;
  padding-top: 40px;
}
.upgrade-cards .upgrade-card .type-container {
  min-height: 160px;
}
.upgrade-cards .upgrade-card .upgrade-type {
  padding: 20px 0 16px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.upgrade-cards .upgrade-card .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-bottom: 10px;
}
.upgrade-cards .upgrade-card .price-dollars {
  font-family: inherit;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}
.upgrade-cards .upgrade-card .price-cents {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.upgrade-cards .upgrade-card .prorated-label {
  color: #585858;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.upgrade-cards .upgrade-card .price-afterwards {
  padding-top: 4px;
  color: #585858;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.current-plan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #707070;
  background: #f4f4f4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.current-plan:focus,
.upgrade-cards .upgrade-card .upgrade-plan-button.current-plan:active {
  text-decoration: none;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #ffffff;
  background: #027ABB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-primary:focus,
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-primary:active {
  text-decoration: none;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-primary:hover {
  color: #000000;
  background: #00BDFF;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-accent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  min-height: 46px;
  gap: 11px;
  padding: 6px 20px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 100px;
  color: #000000;
  background: #FFC107;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-accent:focus,
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-accent:active {
  text-decoration: none;
}
.upgrade-cards .upgrade-card .upgrade-plan-button.btn-accent:hover {
  background: #f8981d;
}
.upgrade-cards .upgrade-card .upgrades-features-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
.upgrade-cards .upgrade-card .upgrades-features-container .upgrades-reports {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.upgrade-cards .upgrade-card .upgrades-features-container .upgrade-features-label {
  margin-bottom: 4px;
}
.upgrade-cards .upgrade-card .upgrade-features {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.upgrade-cards .upgrade-card .upgrade-features li {
  position: relative;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}
.upgrade-cards .upgrade-card .upgrade-features li:not(.reports-card):before {
  content: "\e91B";
  font-family: 'psrkicons';
  color: #027ABB;
  display: inline-block;
  font-size: 20px;
  overflow: visible;
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upgrade-cards .upgrade-card .upgrade-features li:not(.reports-card):before::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upgrade-cards .upgrade-card .upgrade-features li.previous-plan {
  font-weight: 600;
}
.upgrade-cards .upgrade-card .upgrade-features li:has(.new-bnr-container) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[data-most-popular]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: attr(data-most-popular);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--mp-font-size);
  font-weight: 600;
  line-height: 24px;
  text-transform: unset;
  white-space: nowrap;
  background-image: url("/cdn/svg/fire-icon.svg");
  background-repeat: no-repeat;
  background-size: var(--mp-icon) var(--mp-icon);
  background-position: var(--mp-padding) var(--mp-vertical-position);
  padding: 0 var(--mp-padding) 0 calc(var(--mp-padding) + var(--mp-icon) + var(--mp-gap));
  background-color: #E8F4FC;
  height: var(--mp-height);
  color: #027ABB;
  border-radius: var(--mp-radius);
}
.prorated-details {
  padding: 40px 16px;
  text-align: center;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.34;
}
.contact {
  --contactPadding: 24px;
  color: #000000;
}
@media only screen and (min-width: 1080px) {
  .contact {
    --contactPadding: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .contact {
    margin-bottom: var(--contactPadding);
  }
}
.contact-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1080px;
  width: 100%;
  background: #E8F4FC;
  padding: var(--contactPadding);
}
@media only screen and (min-width: 768px) {
  .contact-container {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: var(--contactPadding);
  }
}
@media only screen and (max-width: 767px) {
  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: var(--contactPadding);
  }
}
@media only screen and (min-width: 1024px) {
  .contact-container {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .contact-container {
    border-radius: 8px;
  }
}
.contact-expand,
.contact-data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .contact-expand,
  .contact-data {
    gap: 16px;
  }
}
.contact-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 110%;
}
@media only screen and (max-width: 1023px) {
  .contact-title {
    font-size: 26px;
  }
}
.contact-text {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  max-width: 450px;
}
.contact-text a {
  font-weight: 600;
  color: #027ABB;
  -webkit-text-decoration-color: #027ABB;
          text-decoration-color: #027ABB;
  text-underline-offset: 3px;
}
.contact-options li,
.contact-options li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
}
.contact-options li i,
.contact-options li a i {
  overflow: visible;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
.contact-options li i::before,
.contact-options li a i::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-options li i::before,
.contact-options li a i::before {
  font-size: inherit;
}
.contact-options li a,
.contact-options li a a {
  color: inherit;
  text-decoration: none;
}
.contact-options li a:hover,
.contact-options li a a:hover {
  text-decoration: none;
}
.contact-options li a:hover span,
.contact-options li a a:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}