@charset "UTF-8";
: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

*/
.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 * {
  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;
}
/*====================  Loader  ====================*/
.loader,
.loader-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  --size: 6px;
  --Halfsize: 3px;
}
.loader .ball,
.loader-form .ball {
  position: absolute;
  top: calc(50% - var(--Halfsize));
  left: calc(50% - var(--Halfsize));
  margin: auto;
  display: block;
  height: var(--size);
  width: var(--size);
  background-color: #027ABB;
  border-radius: var(--size);
  -webkit-animation: loading 1.5s infinite ease-in-out;
          animation: loading 1.5s infinite ease-in-out;
}
.loader .ball.one,
.loader-form .ball.one {
  margin-left: -10px;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.loader .ball.two,
.loader-form .ball.two {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.loader .ball.three,
.loader-form .ball.three {
  margin-left: 10px;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.loader .spinner,
.loader-form .spinner {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  height: 60px;
  width: 60px;
  -webkit-animation: rotate 1.3s infinite linear;
          animation: rotate 1.3s infinite linear;
  border: 3px solid #027ABB;
  border-right-color: transparent;
  border-radius: 50%;
}
.loader.small,
.loader-form.small {
  position: relative;
}
.loader.small .spinner,
.loader-form.small .spinner {
  position: absolute;
  height: 40px;
  width: 40px;
  border: 2px solid #027ABB;
  border-right-color: transparent;
}
.loader.small .ball,
.loader-form.small .ball {
  height: 4px;
  width: 4px;
  top: 18px;
}
.loader.small .ball.one,
.loader-form.small .ball.one {
  margin-left: 8px;
}
.loader.small .ball.two,
.loader-form.small .ball.two {
  margin-left: 18px;
}
.loader.small .ball.three,
.loader-form.small .ball.three {
  margin-left: 28px;
}
.loader .small,
.loader-form .small {
  height: 100%;
  --size: 4px;
  --Halfsize: 2px;
}
.loader .small .spinner,
.loader-form .small .spinner {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  border-width: 2px;
}
.loader .small .ball.one,
.loader-form .small .ball.one {
  margin-left: -6px;
}
.loader .small .ball.three,
.loader-form .small .ball.three {
  margin-left: 6px;
}
.load-msg {
  text-align: center;
}
.load-msg span {
  font-size: 22px;
  font-weight: 300;
  color: #027ABB;
  line-height: 50px;
}
.load-msg .name {
  font-weight: bold;
}
@-webkit-keyframes loading {
  0%,
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes loading {
  0%,
  75% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.homepage {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  line-height: 1.6em;
  color: #333333;
  font-size: 15px;
}
body.responsive #content-inner {
  max-width: none;
}
[tabindex],
a,
button,
input,
textarea,
select {
  outline: none;
}
[tabindex]:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 1px;
  border-radius: 4px;
}
ol,
ul {
  list-style: none;
}
.cleaner {
  clear: both;
}
.clearfix *,
.bs-row *,
.bs-container *,
.bs-container-fluid *,
.bs-row *,
#footer .wrap *,
#footer .footer-upper *,
#footer .footer-upper nav .footer-row * {
  zoom: 1;
}
.clearfix:before,
.bs-row:before,
.clearfix:after,
.bs-row:after,
.bs-container:before,
.bs-container:after,
.bs-container-fluid:before,
.bs-container-fluid:after,
.bs-row:before,
.bs-row:after,
#footer .wrap:before,
#footer .wrap:after,
#footer .footer-upper:before,
#footer .footer-upper:after,
#footer .footer-upper nav .footer-row:before,
#footer .footer-upper nav .footer-row:after {
  display: table;
  content: "";
}
.clearfix:after,
.bs-row:after,
.bs-container:after,
.bs-container-fluid:after,
.bs-row:after,
#footer .wrap:after,
#footer .footer-upper:after,
#footer .footer-upper nav .footer-row:after {
  clear: both;
}
#masthead:before {
  content: '';
  display: none;
  background: url("../img/propertyshark_white.png") no-repeat -9999px -9999px;
}
@media print {
  body {
    min-width: 500px;
    background: #fff !important;
    height: auto;
  }
  html {
    height: auto;
  }
  #wrap {
    width: auto;
    font-size: 10pt;
    background-color: transparent;
    background-image: none;
    border: none;
  }
  a {
    text-decoration: none;
  }
  #footer,
  .noprint {
    display: none !important;
  }
  .header .util,
  .header .logo img,
  .header #main-nav {
    display: none;
  }
  #masthead {
    background: transparent;
    border: none;
  }
  #wrap #content {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-width: inherit;
  }
  .header .wrap {
    background: none;
    border: none;
    padding: 4px 0;
  }
  .header a.logo {
    background: url("../img/propertyshark_white.png") no-repeat 0 0;
    display: block;
    height: 55px;
    width: 334px;
    float: left;
    padding: 0;
  }
  #content-inner {
    padding-top: 0;
  }
}
#content {
  --buttons-gap: 50px;
  background: #ffffff !important;
}
#content .pshark-banner-buttons {
  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: var(--buttons-gap);
}
@media screen and (max-width: 544px) {
  #content .pshark-banner-buttons {
    gap: 20px;
  }
  #content .pshark-banner-buttons.mobile-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#content #content-inner {
  max-width: none;
}
#content .content-inner {
  padding: 0;
}
#content #pshark_faq {
  background: #ffffff;
}
body.newshark-free.homepage #content #pshark_data,
body.newshark-sub.homepage #content #pshark_data {
  background: #E8F4FC;
}
body.newshark-free.homepage #content #pshark_data .pshark-data-numbers-list,
body.newshark-sub.homepage #content #pshark_data .pshark-data-numbers-list {
  background: transparent;
}
@media screen and (max-width: 767px) {
  body.newshark-free.homepage #content #pshark_data .pshark-data-numbers-list,
  body.newshark-sub.homepage #content #pshark_data .pshark-data-numbers-list {
    padding: 0px 0px 13px;
  }
}
#predictive_response,
#psrk-autocomplete,
#predictive-response-popup .psrk-popup-content,
#marketCarousel:not(.slick-initialized) {
  scroll-behavior: smooth;
}
#predictive_response::-webkit-scrollbar,
#psrk-autocomplete::-webkit-scrollbar,
#predictive-response-popup .psrk-popup-content::-webkit-scrollbar,
#marketCarousel:not(.slick-initialized)::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
#predictive_response::-webkit-scrollbar-track,
#psrk-autocomplete::-webkit-scrollbar-track,
#predictive-response-popup .psrk-popup-content::-webkit-scrollbar-track,
#marketCarousel:not(.slick-initialized)::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#predictive_response::-webkit-scrollbar-thumb,
#psrk-autocomplete::-webkit-scrollbar-thumb,
#predictive-response-popup .psrk-popup-content::-webkit-scrollbar-thumb,
#marketCarousel:not(.slick-initialized)::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
}
@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";
}
[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);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  body.homepage:not(.newshark-anon) #content #pshark_search_container {
    padding-top: 78px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.homepage:not(.newshark-anon) #content #pshark_search_container .research-banner-title {
    min-height: 110px;
  }
}
body.homepage #content #pshark_search_container,
body #content #pshark_search_container,
body.homepage #content .tsearch-hero,
body #content .tsearch-hero {
  padding: 0px 16px;
  min-height: 489px;
  margin-bottom: 0;
  -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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-height: 699px) {
  body.homepage #content #pshark_search_container,
  body #content #pshark_search_container,
  body.homepage #content .tsearch-hero,
  body #content .tsearch-hero {
    min-height: auto;
    padding: 40px 18px;
  }
}
body.homepage #content #pshark_search_container #predictiveLookupWrapper:has(#predictive_response > li) input[type=text],
body #content #pshark_search_container #predictiveLookupWrapper:has(#predictive_response > li) input[type=text],
body.homepage #content .tsearch-hero #predictiveLookupWrapper:has(#predictive_response > li) input[type=text],
body #content .tsearch-hero #predictiveLookupWrapper:has(#predictive_response > li) input[type=text] {
  -webkit-box-shadow: 0 0 0 2px #027ABB;
          box-shadow: 0 0 0 2px #027ABB;
}
body.homepage #content #pshark_search_container #predictiveLookupWrapper .ps-error-cnt,
body #content #pshark_search_container #predictiveLookupWrapper .ps-error-cnt,
body.homepage #content .tsearch-hero #predictiveLookupWrapper .ps-error-cnt,
body #content .tsearch-hero #predictiveLookupWrapper .ps-error-cnt {
  display: none;
}
body.homepage #content #pshark_search_container .research-banner,
body #content #pshark_search_container .research-banner,
body.homepage #content .tsearch-hero .research-banner,
body #content .tsearch-hero .research-banner {
  position: relative;
  background: transparent;
  opacity: 1;
  min-height: auto;
  color: #ffffff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1024px;
  width: 100%;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}
body.homepage #content #pshark_search_container .research-banner .research-banner-title,
body #content #pshark_search_container .research-banner .research-banner-title,
body.homepage #content .tsearch-hero .research-banner .research-banner-title,
body #content .tsearch-hero .research-banner .research-banner-title {
  padding: 0;
  margin: 0 0 50px;
  text-align: inherit;
  color: #ffffff;
}
@media screen and (max-height: 699px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title,
  body #content #pshark_search_container .research-banner .research-banner-title,
  body.homepage #content .tsearch-hero .research-banner .research-banner-title,
  body #content .tsearch-hero .research-banner .research-banner-title {
    margin: 0 0 30px;
  }
}
body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    font-size: calc(28px + 12 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    font-size: calc(28px + 12 * ((100vw - 768px) / 256) - 4px);
  }
}
@media screen and (min-width: 1024px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    font-size: 36px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    line-height: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    line-height: calc(38px + 14 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    line-height: calc(38px + 14 * ((100vw - 768px) / 256) - 2px);
  }
}
@media screen and (min-width: 1024px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    line-height: 52px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    line-height: 50px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body #content #pshark_search_container .research-banner .research-banner-title:not([class*='title-']),
  body.homepage #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']),
  body #content .tsearch-hero .research-banner .research-banner-title:not([class*='title-']) {
    line-height: 52px;
  }
}
body.homepage #content #pshark_search_container .research-banner .research-banner-title a,
body #content #pshark_search_container .research-banner .research-banner-title a,
body.homepage #content .tsearch-hero .research-banner .research-banner-title a,
body #content .tsearch-hero .research-banner .research-banner-title a {
  text-decoration: underline;
  color: inherit;
}
@media screen and (max-width: 640px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-title,
  body #content #pshark_search_container .research-banner .research-banner-title,
  body.homepage #content .tsearch-hero .research-banner .research-banner-title,
  body #content .tsearch-hero .research-banner .research-banner-title {
    max-width: 460px;
  }
}
body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
body #content #pshark_search_container .research-banner .research-banner-subtitle,
body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
body #content .tsearch-hero .research-banner .research-banner-subtitle {
  text-align: inherit;
  color: #ffffff;
  padding: 0;
  margin: 0 0 24px;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    font-size: calc(22px + 6 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    font-size: calc(22px + 6 * ((100vw - 768px) / 256) - 2px);
  }
}
@media screen and (min-width: 1024px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    font-size: 26px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    line-height: calc(30px + 12 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    line-height: calc(30px + 12 * ((100vw - 768px) / 256) - 2px);
  }
}
@media screen and (min-width: 1024px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    line-height: 42px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    line-height: 40px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .research-banner .research-banner-subtitle,
  body #content #pshark_search_container .research-banner .research-banner-subtitle,
  body.homepage #content .tsearch-hero .research-banner .research-banner-subtitle,
  body #content .tsearch-hero .research-banner .research-banner-subtitle {
    line-height: 42px;
  }
}
body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
body #content #pshark_search_container #pshark_banner_title .research-banner-title,
body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
body #content .tsearch-hero #pshark_banner_title .research-banner-title {
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    font-size: calc(27px + 13 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    font-size: calc(27px + 13 * ((100vw - 768px) / 256) - 2px);
  }
}
@media screen and (min-width: 1024px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    font-size: 38px;
  }
}
@media print {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    line-height: calc(36px + 16 * ((100vw - 768px) / 256));
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    line-height: calc(36px + 16 * ((100vw - 768px) / 256) - 2px);
  }
}
@media screen and (min-width: 1024px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    line-height: 52px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    line-height: 50px;
  }
}
@media print {
  body.homepage #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body #content #pshark_search_container #pshark_banner_title .research-banner-title,
  body.homepage #content .tsearch-hero #pshark_banner_title .research-banner-title,
  body #content .tsearch-hero #pshark_banner_title .research-banner-title {
    line-height: 52px;
  }
}
body.homepage #content #pshark_search_container #pshark_banner_title .title-owner,
body #content #pshark_search_container #pshark_banner_title .title-owner,
body.homepage #content .tsearch-hero #pshark_banner_title .title-owner,
body #content .tsearch-hero #pshark_banner_title .title-owner {
  display: none;
}
body.homepage #content #pshark_search_container #pshark_banner_title.pshark-search-owner .title-address,
body #content #pshark_search_container #pshark_banner_title.pshark-search-owner .title-address,
body.homepage #content .tsearch-hero #pshark_banner_title.pshark-search-owner .title-address,
body #content .tsearch-hero #pshark_banner_title.pshark-search-owner .title-address {
  display: none;
}
body.homepage #content #pshark_search_container #pshark_banner_title.pshark-search-owner .title-owner,
body #content #pshark_search_container #pshark_banner_title.pshark-search-owner .title-owner,
body.homepage #content .tsearch-hero #pshark_banner_title.pshark-search-owner .title-owner,
body #content .tsearch-hero #pshark_banner_title.pshark-search-owner .title-owner {
  display: block;
}
body.homepage #content #pshark_search_container .content-inner,
body #content #pshark_search_container .content-inner,
body.homepage #content .tsearch-hero .content-inner,
body #content .tsearch-hero .content-inner {
  width: 100%;
  max-width: 1024px;
}
body.homepage #content #pshark_search_container .content-inner #search_form,
body #content #pshark_search_container .content-inner #search_form,
body.homepage #content .tsearch-hero .content-inner #search_form,
body #content .tsearch-hero .content-inner #search_form {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
}
body.homepage #content #pshark_search_container .content-inner #search_form [class^=ps-tooltip-],
body #content #pshark_search_container .content-inner #search_form [class^=ps-tooltip-],
body.homepage #content .tsearch-hero .content-inner #search_form [class^=ps-tooltip-],
body #content .tsearch-hero .content-inner #search_form [class^=ps-tooltip-] {
  top: 100%;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-tab-cnt,
body #content #pshark_search_container .content-inner #search_form .ps-tab-cnt,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-tab-cnt,
body #content .tsearch-hero .content-inner #search_form .ps-tab-cnt {
  background-color: transparent;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-tab-cnt .multi-input-row,
body #content #pshark_search_container .content-inner #search_form .ps-tab-cnt .multi-input-row,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-tab-cnt .multi-input-row,
body #content .tsearch-hero .content-inner #search_form .ps-tab-cnt .multi-input-row {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -webkit-box-shadow: 0 0 0 1px #D9D9D9;
          box-shadow: 0 0 0 1px #D9D9D9;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-tab-cnt .multi-input-row:focus-within,
body #content #pshark_search_container .content-inner #search_form .ps-tab-cnt .multi-input-row:focus-within,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-tab-cnt .multi-input-row:focus-within,
body #content .tsearch-hero .content-inner #search_form .ps-tab-cnt .multi-input-row:focus-within {
  -webkit-box-shadow: 0 0 0 2px #027ABB;
          box-shadow: 0 0 0 2px #027ABB;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-crit,
body #content #pshark_search_container .content-inner #search_form .ps-form-crit,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-crit,
body #content .tsearch-hero .content-inner #search_form .ps-form-crit,
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons {
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-crit,
body #content #pshark_search_container .content-inner #search_form .ps-form-crit,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-crit,
body #content .tsearch-hero .content-inner #search_form .ps-form-crit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-crit.second:after,
body #content #pshark_search_container .content-inner #search_form .ps-form-crit.second:after,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-crit.second:after,
body #content .tsearch-hero .content-inner #search_form .ps-form-crit.second:after {
  content: '';
  position: absolute;
  width: 0;
  height: 44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 1px solid #E1E1E1;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field,
body #content #pshark_search_container .content-inner #search_form .ps-form-field,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field,
body #content .tsearch-hero .content-inner #search_form .ps-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
  font-weight: 400;
  padding: 16px 24px 15px;
  border-radius: 3px;
  border: none;
  font-size: 18px;
  height: 52px;
  width: 100%;
  background-color: white !important;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    font-size: calc(16px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    font-size: calc(16px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    font-size: 18px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    font-size: 16px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text],
  body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text] {
    padding: 11px 13px 12px 10px;
  }
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]#search_token_owner,
body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]#search_token_owner,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]#search_token_owner,
body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]#search_token_owner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]#location,
body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]#location,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]#location,
body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]#location {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::-webkit-input-placeholder, body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::-webkit-input-placeholder, body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::-webkit-input-placeholder, body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::-webkit-input-placeholder {
  font-weight: 300;
  font: inherit;
  font-style: italic;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::-moz-placeholder, body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::-moz-placeholder, body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::-moz-placeholder, body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::-moz-placeholder {
  font-weight: 300;
  font: inherit;
  font-style: italic;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]:-ms-input-placeholder, body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]:-ms-input-placeholder, body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]:-ms-input-placeholder, body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]:-ms-input-placeholder {
  font-weight: 300;
  font: inherit;
  font-style: italic;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::-ms-input-placeholder, body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::-ms-input-placeholder, body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::-ms-input-placeholder, body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::-ms-input-placeholder {
  font-weight: 300;
  font: inherit;
  font-style: italic;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::placeholder,
body #content #pshark_search_container .content-inner #search_form .ps-form-field input[type=text]::placeholder,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::placeholder,
body #content .tsearch-hero .content-inner #search_form .ps-form-field input[type=text]::placeholder {
  font-weight: 300;
  font: inherit;
  font-style: italic;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label {
  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;
  height: 100%;
  background: #fff;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label:has(input[disabled]) .search-icon:before,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label:has(input[disabled]) .search-icon:before,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label:has(input[disabled]) .search-icon:before,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label:has(input[disabled]) .search-icon:before {
  color: #898989;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon {
  position: absolute;
  pointer-events: none;
  color: #027ABB;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (min-width: 600px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
  body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
  body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon {
    top: 13px;
    left: 22px;
  }
}
@media screen and (max-width: 599px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
  body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon,
  body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon {
    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: 100%;
    width: 52px;
    top: 0;
    right: 0;
  }
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon:before,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label .search-icon:before,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon:before,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label .search-icon:before {
  font-size: 20px;
  color: inherit;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label:hover [type="submit"],
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label:hover [type="submit"],
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label:hover [type="submit"],
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label:hover [type="submit"] {
  color: #fff;
  background-color: #027ABB;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label:hover .search-icon:before,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons .submit-label:hover .search-icon:before,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label:hover .search-icon:before,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons .submit-label:hover .search-icon:before {
  color: #fff;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"],
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"],
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"],
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"] {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: #027ABB;
  background-color: transparent;
  min-width: 124px;
  height: 100%;
  max-height: 52px;
  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;
  border: none;
  padding: 10px 24px 10px 50px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"]:focus,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"]:focus,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"]:focus,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"]:focus,
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"]:focus-visible,
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"]:focus-visible,
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"]:focus-visible,
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"]:focus-visible {
  outline: 2px solid #027ABB;
}
@media screen and (max-width: 599px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"],
  body #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"],
  body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"],
  body #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"] {
    padding: 10px;
    font-size: 0;
    min-width: 52px;
  }
}
body.homepage #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"][disabled],
body #content #pshark_search_container .content-inner #search_form .ps-form-buttons [type="submit"][disabled],
body.homepage #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"][disabled],
body #content .tsearch-hero .content-inner #search_form .ps-form-buttons [type="submit"][disabled] {
  color: #898989;
  background-color: #ccc;
  border-color: #ccc;
  cursor: default;
}
body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary,
body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary,
body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary,
body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary {
  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-bottom: 24px;
  gap: 20px;
}
body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li,
body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li,
body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li,
body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid currentColor;
}
body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
  color: inherit;
  font-weight: 400;
  padding: 6px 0px;
  background: transparent;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    font-size: calc(20px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    font-size: calc(20px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    font-size: 22px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    font-size: 20px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    font-size: 22px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    line-height: calc(26px + 4 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    line-height: calc(26px + 4 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    line-height: 30px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    line-height: 28px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li button,
  body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button,
  body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li button {
    line-height: 30px;
  }
}
body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li.active,
body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li.active,
body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li.active,
body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li.active {
  border-bottom: 2px solid #ffffff;
}
body.homepage #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li.active button,
body #content #pshark_search_container .content-inner #search_form .pshark-tabs-primary li.active button,
body.homepage #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li.active button,
body #content .tsearch-hero .content-inner #search_form .pshark-tabs-primary li.active button {
  color: #ffffff;
}
body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
body #content #pshark_search_container .content-inner .prop-search-msg,
body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
body #content .tsearch-hero .content-inner .prop-search-msg {
  margin-top: 24px;
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    font-size: calc(14px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    font-size: calc(14px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    font-size: 16px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    font-size: 14px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    line-height: calc(22px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    line-height: calc(22px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    line-height: 24px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    line-height: 22px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner .prop-search-msg,
  body #content #pshark_search_container .content-inner .prop-search-msg,
  body.homepage #content .tsearch-hero .content-inner .prop-search-msg,
  body #content .tsearch-hero .content-inner .prop-search-msg {
    line-height: 24px;
  }
}
body.homepage #content #pshark_search_container .content-inner .ps-error-cnt,
body #content #pshark_search_container .content-inner .ps-error-cnt,
body.homepage #content .tsearch-hero .content-inner .ps-error-cnt,
body #content .tsearch-hero .content-inner .ps-error-cnt {
  padding: 0px 25px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help,
body #content #pshark_search_container .content-inner #parcel_borough_help,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help,
body #content .tsearch-hero .content-inner #parcel_borough_help {
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help p,
body #content #pshark_search_container .content-inner #parcel_borough_help p,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help p,
body #content .tsearch-hero .content-inner #parcel_borough_help p {
  margin: 0 0 8px;
  color: inherit;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help a.parcel-borough-help-link,
body #content #pshark_search_container .content-inner #parcel_borough_help a.parcel-borough-help-link,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help a.parcel-borough-help-link,
body #content .tsearch-hero .content-inner #parcel_borough_help a.parcel-borough-help-link {
  cursor: pointer;
  text-decoration: underline;
  color: #ffffff;
  font: inherit;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help a.parcel-borough-help-link.is-open,
body #content #pshark_search_container .content-inner #parcel_borough_help a.parcel-borough-help-link.is-open,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help a.parcel-borough-help-link.is-open,
body #content .tsearch-hero .content-inner #parcel_borough_help a.parcel-borough-help-link.is-open {
  text-decoration: none;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help a.parcel-borough-help-link:hover,
body #content #pshark_search_container .content-inner #parcel_borough_help a.parcel-borough-help-link:hover,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help a.parcel-borough-help-link:hover,
body #content .tsearch-hero .content-inner #parcel_borough_help a.parcel-borough-help-link:hover {
  opacity: 0.9;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content {
  margin-top: 8px;
  background: #E6F2FB;
  border-radius: 6px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  max-width: 580px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  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;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close .ps-ic-close,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close .ps-ic-close,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close .ps-ic-close,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close .ps-ic-close {
  font-size: 18px;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close:hover,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close:hover,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close:hover,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .parcel_borough_help_close:hover {
  opacity: 0.7;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-name,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-name,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-name,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-name {
  font-weight: 600;
}
body.homepage #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-id,
body #content #pshark_search_container .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-id,
body.homepage #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-id,
body #content .tsearch-hero .content-inner #parcel_borough_help #parcel_borough_help_content .borough-item .borough-id {
  font-size: 12px;
  color: inherit;
}
body.homepage #content #pshark_search_container .content-inner .form-note,
body #content #pshark_search_container .content-inner .form-note,
body.homepage #content .tsearch-hero .content-inner .form-note,
body #content .tsearch-hero .content-inner .form-note {
  margin-top: 24px;
  color: #ffffff;
}
body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    font-size: calc(14px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    font-size: calc(14px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    font-size: 16px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    font-size: 14px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    line-height: calc(22px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    line-height: calc(22px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    line-height: 24px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    line-height: 22px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body #content #pshark_search_container .content-inner .form-note:not(.anon-user),
  body.homepage #content .tsearch-hero .content-inner .form-note:not(.anon-user),
  body #content .tsearch-hero .content-inner .form-note:not(.anon-user) {
    line-height: 24px;
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
body #content #pshark_search_container .content-inner .form-note.anon-user,
body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
body #content .tsearch-hero .content-inner .form-note.anon-user {
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    font-size: calc(18px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    font-size: calc(18px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    font-size: 20px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    font-size: 18px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    line-height: calc(22px + 2 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    line-height: calc(22px + 2 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    line-height: 24px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    line-height: 22px;
  }
}
@media print {
  body.homepage #content #pshark_search_container .content-inner .form-note.anon-user,
  body #content #pshark_search_container .content-inner .form-note.anon-user,
  body.homepage #content .tsearch-hero .content-inner .form-note.anon-user,
  body #content .tsearch-hero .content-inner .form-note.anon-user {
    line-height: 24px;
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note a,
body #content #pshark_search_container .content-inner .form-note a,
body.homepage #content .tsearch-hero .content-inner .form-note a,
body #content .tsearch-hero .content-inner .form-note a,
body.homepage #content #pshark_search_container .content-inner .form-note p,
body #content #pshark_search_container .content-inner .form-note p,
body.homepage #content .tsearch-hero .content-inner .form-note p,
body #content .tsearch-hero .content-inner .form-note p,
body.homepage #content #pshark_search_container .content-inner .form-note button,
body #content #pshark_search_container .content-inner .form-note button,
body.homepage #content .tsearch-hero .content-inner .form-note button,
body #content .tsearch-hero .content-inner .form-note button {
  color: inherit;
  font: inherit;
  line-height: inherit;
}
body.homepage #content #pshark_search_container .content-inner .form-note a.flex-note-link,
body #content #pshark_search_container .content-inner .form-note a.flex-note-link,
body.homepage #content .tsearch-hero .content-inner .form-note a.flex-note-link,
body #content .tsearch-hero .content-inner .form-note a.flex-note-link,
body.homepage #content #pshark_search_container .content-inner .form-note .street-index a,
body #content #pshark_search_container .content-inner .form-note .street-index a,
body.homepage #content .tsearch-hero .content-inner .form-note .street-index a,
body #content .tsearch-hero .content-inner .form-note .street-index a {
  text-decoration: none;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: block;
  position: relative;
  padding: 4px;
}
body.homepage #content #pshark_search_container .content-inner .form-note a.flex-note-link:after,
body #content #pshark_search_container .content-inner .form-note a.flex-note-link:after,
body.homepage #content .tsearch-hero .content-inner .form-note a.flex-note-link:after,
body #content .tsearch-hero .content-inner .form-note a.flex-note-link:after,
body.homepage #content #pshark_search_container .content-inner .form-note .street-index a:after,
body #content #pshark_search_container .content-inner .form-note .street-index a:after,
body.homepage #content .tsearch-hero .content-inner .form-note .street-index a:after,
body #content .tsearch-hero .content-inner .form-note .street-index a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px);
  width: 0%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
}
body.homepage #content #pshark_search_container .content-inner .form-note a.flex-note-link:hover:after,
body #content #pshark_search_container .content-inner .form-note a.flex-note-link:hover:after,
body.homepage #content .tsearch-hero .content-inner .form-note a.flex-note-link:hover:after,
body #content .tsearch-hero .content-inner .form-note a.flex-note-link:hover:after,
body.homepage #content #pshark_search_container .content-inner .form-note .street-index a:hover:after,
body #content #pshark_search_container .content-inner .form-note .street-index a:hover:after,
body.homepage #content .tsearch-hero .content-inner .form-note .street-index a:hover:after,
body #content .tsearch-hero .content-inner .form-note .street-index a:hover:after {
  width: 100%;
}
body.homepage #content #pshark_search_container .content-inner .form-note .street-index a,
body #content #pshark_search_container .content-inner .form-note .street-index a,
body.homepage #content .tsearch-hero .content-inner .form-note .street-index a,
body #content .tsearch-hero .content-inner .form-note .street-index a {
  text-transform: lowercase;
}
body.homepage #content #pshark_search_container .content-inner .form-note .street-index a::first-letter,
body #content #pshark_search_container .content-inner .form-note .street-index a::first-letter,
body.homepage #content .tsearch-hero .content-inner .form-note .street-index a::first-letter,
body #content .tsearch-hero .content-inner .form-note .street-index a::first-letter {
  text-transform: uppercase;
}
body.homepage #content #pshark_search_container .content-inner .form-note .info-box,
body #content #pshark_search_container .content-inner .form-note .info-box,
body.homepage #content .tsearch-hero .content-inner .form-note .info-box,
body #content .tsearch-hero .content-inner .form-note .info-box {
  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: 15px;
}
body.homepage #content #pshark_search_container .content-inner .form-note .info-box .square-info,
body #content #pshark_search_container .content-inner .form-note .info-box .square-info,
body.homepage #content .tsearch-hero .content-inner .form-note .info-box .square-info,
body #content .tsearch-hero .content-inner .form-note .info-box .square-info {
  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;
  width: 20px;
  height: 20px;
  background-image: url(../svg/square_info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.homepage #content #pshark_search_container .content-inner .form-note .inline-flex,
body #content #pshark_search_container .content-inner .form-note .inline-flex,
body.homepage #content .tsearch-hero .content-inner .form-note .inline-flex,
body #content .tsearch-hero .content-inner .form-note .inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
body.homepage #content #pshark_search_container .content-inner .form-note .inline-flex .list-divider,
body #content #pshark_search_container .content-inner .form-note .inline-flex .list-divider,
body.homepage #content .tsearch-hero .content-inner .form-note .inline-flex .list-divider,
body #content .tsearch-hero .content-inner .form-note .inline-flex .list-divider {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.homepage #content #pshark_search_container .content-inner .form-note.flex-note,
body #content #pshark_search_container .content-inner .form-note.flex-note,
body.homepage #content .tsearch-hero .content-inner .form-note.flex-note,
body #content .tsearch-hero .content-inner .form-note.flex-note {
  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: 20px;
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.flex-note,
  body #content #pshark_search_container .content-inner .form-note.flex-note,
  body.homepage #content .tsearch-hero .content-inner .form-note.flex-note,
  body #content .tsearch-hero .content-inner .form-note.flex-note {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.homepage #content #pshark_search_container .content-inner .form-note.flex-note,
  body #content #pshark_search_container .content-inner .form-note.flex-note,
  body.homepage #content .tsearch-hero .content-inner .form-note.flex-note,
  body #content .tsearch-hero .content-inner .form-note.flex-note {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note.flex-note span.link-wrapper,
body #content #pshark_search_container .content-inner .form-note.flex-note span.link-wrapper,
body.homepage #content .tsearch-hero .content-inner .form-note.flex-note span.link-wrapper,
body #content .tsearch-hero .content-inner .form-note.flex-note span.link-wrapper {
  display: inline-block;
  min-width: 140px;
}
body.homepage #content #pshark_search_container .content-inner .form-note.flex-note span.link-wrapper a,
body #content #pshark_search_container .content-inner .form-note.flex-note span.link-wrapper a,
body.homepage #content .tsearch-hero .content-inner .form-note.flex-note span.link-wrapper a,
body #content .tsearch-hero .content-inner .form-note.flex-note span.link-wrapper a {
  display: inline-block;
}
body.homepage #content #pshark_search_container .content-inner .form-note.flex-note #search_toggle_text,
body #content #pshark_search_container .content-inner .form-note.flex-note #search_toggle_text,
body.homepage #content .tsearch-hero .content-inner .form-note.flex-note #search_toggle_text,
body #content .tsearch-hero .content-inner .form-note.flex-note #search_toggle_text {
  color: inherit;
  padding-right: 0;
  border: none;
  background-color: transparent;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports,
body #content #pshark_search_container .content-inner .form-note #recent_reports,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports,
body #content .tsearch-hero .content-inner .form-note #recent_reports {
  width: 100%;
  margin-top: 0px;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports [class*="ps-ic-"],
body #content #pshark_search_container .content-inner .form-note #recent_reports [class*="ps-ic-"],
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports [class*="ps-ic-"],
body #content .tsearch-hero .content-inner .form-note #recent_reports [class*="ps-ic-"] {
  width: 100%;
  display: block;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports [class*="ps-ic-"]:before,
body #content #pshark_search_container .content-inner .form-note #recent_reports [class*="ps-ic-"]:before,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports [class*="ps-ic-"]:before,
body #content .tsearch-hero .content-inner .form-note #recent_reports [class*="ps-ic-"]: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;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports .ps-ic-reload:before,
body #content #pshark_search_container .content-inner .form-note #recent_reports .ps-ic-reload:before,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports .ps-ic-reload:before,
body #content .tsearch-hero .content-inner .form-note #recent_reports .ps-ic-reload:before {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports .outer,
body #content #pshark_search_container .content-inner .form-note #recent_reports .outer,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports .outer,
body #content .tsearch-hero .content-inner .form-note #recent_reports .outer {
  position: relative;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports .your_reports,
body #content #pshark_search_container .content-inner .form-note #recent_reports .your_reports,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports .your_reports,
body #content .tsearch-hero .content-inner .form-note #recent_reports .your_reports {
  padding: 0;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports #recent-reports.bs-row,
body #content #pshark_search_container .content-inner .form-note #recent_reports #recent-reports.bs-row,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports #recent-reports.bs-row,
body #content .tsearch-hero .content-inner .form-note #recent_reports #recent-reports.bs-row {
  margin: 0!important;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports #recent-reports.bs-row [class*=col-],
body #content #pshark_search_container .content-inner .form-note #recent_reports #recent-reports.bs-row [class*=col-],
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports #recent-reports.bs-row [class*=col-],
body #content .tsearch-hero .content-inner .form-note #recent_reports #recent-reports.bs-row [class*=col-] {
  padding: 0;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports #recent-reports.bs-row p,
body #content #pshark_search_container .content-inner .form-note #recent_reports #recent-reports.bs-row p,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports #recent-reports.bs-row p,
body #content .tsearch-hero .content-inner .form-note #recent_reports #recent-reports.bs-row p {
  margin: 0;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports ul,
body #content #pshark_search_container .content-inner .form-note #recent_reports ul,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports ul,
body #content .tsearch-hero .content-inner .form-note #recent_reports ul {
  -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;
  margin: 0 -10px 10px -10px;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports ul li,
body #content #pshark_search_container .content-inner .form-note #recent_reports ul li,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports ul li,
body #content .tsearch-hero .content-inner .form-note #recent_reports ul li {
  width: 100%;
  float: none;
  padding: 0;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  border-radius: 3px;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports ul .rr_report a,
body #content #pshark_search_container .content-inner .form-note #recent_reports ul .rr_report a,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports ul .rr_report a,
body #content .tsearch-hero .content-inner .form-note #recent_reports ul .rr_report a {
  padding: 4px 10px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  max-width: 100%;
  color: #027ABB;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports ul .rr_report a:hover,
body #content #pshark_search_container .content-inner .form-note #recent_reports ul .rr_report a:hover,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports ul .rr_report a:hover,
body #content .tsearch-hero .content-inner .form-note #recent_reports ul .rr_report a:hover {
  background: rgba(0, 0, 0, 0.05);
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports ul .rr_report a:after,
body #content #pshark_search_container .content-inner .form-note #recent_reports ul .rr_report a:after,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports ul .rr_report a:after,
body #content .tsearch-hero .content-inner .form-note #recent_reports ul .rr_report a:after {
  display: none;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports #more_reports,
body #content #pshark_search_container .content-inner .form-note #recent_reports #more_reports,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports #more_reports,
body #content .tsearch-hero .content-inner .form-note #recent_reports #more_reports {
  text-decoration: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #027ABB;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports #more_reports:hover,
body #content #pshark_search_container .content-inner .form-note #recent_reports #more_reports:hover,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports #more_reports:hover,
body #content .tsearch-hero .content-inner .form-note #recent_reports #more_reports:hover {
  color: #0A5D8C;
  text-decoration: underline;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports .reports-error,
body #content #pshark_search_container .content-inner .form-note #recent_reports .reports-error,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports .reports-error,
body #content .tsearch-hero .content-inner .form-note #recent_reports .reports-error {
  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;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #EC5644;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports .reports-error span,
body #content #pshark_search_container .content-inner .form-note #recent_reports .reports-error span,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports .reports-error span,
body #content .tsearch-hero .content-inner .form-note #recent_reports .reports-error span {
  background: #EC5644;
  color: white;
  width: 50px;
  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;
  padding: 15px;
}
body.homepage #content #pshark_search_container .content-inner .form-note #recent_reports .reports-error p,
body #content #pshark_search_container .content-inner .form-note #recent_reports .reports-error p,
body.homepage #content .tsearch-hero .content-inner .form-note #recent_reports .reports-error p,
body #content .tsearch-hero .content-inner .form-note #recent_reports .reports-error p {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 15px;
  margin-bottom: 0;
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-opener,
body #content #pshark_search_container .content-inner .form-note .search-popup-opener,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-opener,
body #content .tsearch-hero .content-inner .form-note .search-popup-opener {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-opener:before,
  body #content #pshark_search_container .content-inner .form-note .search-popup-opener:before,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-opener:before,
  body #content .tsearch-hero .content-inner .form-note .search-popup-opener:before {
    content: "";
    width: 12px;
    height: 0px;
    border-bottom: 0px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 22px);
            transform: translate(-50%, 22px);
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-container.open .flex-note-link:after,
body #content #pshark_search_container .content-inner .form-note .search-popup-container.open .flex-note-link:after,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-container.open .flex-note-link:after,
body #content .tsearch-hero .content-inner .form-note .search-popup-container.open .flex-note-link:after {
  width: 100%;
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-container.open .search-popup,
body #content #pshark_search_container .content-inner .form-note .search-popup-container.open .search-popup,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-container.open .search-popup,
body #content .tsearch-hero .content-inner .form-note .search-popup-container.open .search-popup {
  -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;
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: all;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-container.open .search-popup,
  body #content #pshark_search_container .content-inner .form-note .search-popup-container.open .search-popup,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-container.open .search-popup,
  body #content .tsearch-hero .content-inner .form-note .search-popup-container.open .search-popup {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-container.open .search-popup-opener:before,
  body #content #pshark_search_container .content-inner .form-note .search-popup-container.open .search-popup-opener:before,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-container.open .search-popup-opener:before,
  body #content .tsearch-hero .content-inner .form-note .search-popup-container.open .search-popup-opener:before {
    opacity: 1;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
    border-bottom: 12px solid #fff;
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup,
body #content #pshark_search_container .content-inner .form-note .search-popup,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup,
body #content .tsearch-hero .content-inner .form-note .search-popup {
  background: #fff;
  color: #333;
  padding: 20px;
  gap: 10px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  min-width: 130px;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1);
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup,
  body #content #pshark_search_container .content-inner .form-note .search-popup,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup,
  body #content .tsearch-hero .content-inner .form-note .search-popup {
    margin-top: 8px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@media screen and (max-width: 767px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup,
  body #content #pshark_search_container .content-inner .form-note .search-popup,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup,
  body #content .tsearch-hero .content-inner .form-note .search-popup {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-close,
body #content #pshark_search_container .content-inner .form-note .search-popup-close,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-close,
body #content .tsearch-hero .content-inner .form-note .search-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  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: transparent;
  color: inherit;
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-close,
  body #content #pshark_search_container .content-inner .form-note .search-popup-close,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-close,
  body #content .tsearch-hero .content-inner .form-note .search-popup-close {
    display: none;
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-title,
body #content #pshark_search_container .content-inner .form-note .search-popup-title,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-title,
body #content .tsearch-hero .content-inner .form-note .search-popup-title {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-title,
  body #content #pshark_search_container .content-inner .form-note .search-popup-title,
  body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-title,
  body #content .tsearch-hero .content-inner .form-note .search-popup-title {
    display: none;
  }
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-desc,
body #content #pshark_search_container .content-inner .form-note .search-popup-desc,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-desc,
body #content .tsearch-hero .content-inner .form-note .search-popup-desc {
  margin: 0;
  font: inherit;
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-list,
body #content #pshark_search_container .content-inner .form-note .search-popup-list,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-list,
body #content .tsearch-hero .content-inner .form-note .search-popup-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 16px;
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-list li,
body #content #pshark_search_container .content-inner .form-note .search-popup-list li,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-list li,
body #content .tsearch-hero .content-inner .form-note .search-popup-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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font: inherit;
}
body.homepage #content #pshark_search_container .content-inner .form-note .search-popup-list li span,
body #content #pshark_search_container .content-inner .form-note .search-popup-list li span,
body.homepage #content .tsearch-hero .content-inner .form-note .search-popup-list li span,
body #content .tsearch-hero .content-inner .form-note .search-popup-list li span {
  font-weight: 700;
}
body.homepage #content .tsearch-hero,
body #content .tsearch-hero {
  min-height: 383px;
}
body.homepage.newshark-sub #content #pshark_search_container .research-banner .research-banner-title {
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  body.borough-locked {
    height: 100vh;
    overflow: hidden !important;
  }
}
body.homepage #predictive_response,
body .tsearch-hero #predictive_response {
  top: 100%;
  width: 100% !important;
  max-height: 40vh;
  overflow-y: auto;
  position: absolute;
  display: none;
  z-index: 999;
  background-color: #ffffff;
  padding: 10px 0;
  margin-top: 1px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px #cccccc;
          box-shadow: 0px 2px 5px #cccccc;
}
body.homepage #predictive_response [class^=see-more-] a,
body .tsearch-hero #predictive_response [class^=see-more-] a {
  cursor: pointer;
}
body.homepage #predictive_response .places-list span,
body .tsearch-hero #predictive_response .places-list span {
  color: #707070;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 600;
}
body.homepage #predictive_response li span,
body .tsearch-hero #predictive_response li span {
  font-style: italic;
  color: #ccc;
  padding-left: 0;
}
body.homepage #predictive_response .see-more-property,
body .tsearch-hero #predictive_response .see-more-property {
  padding-left: 20px;
}
body.homepage #predictive_response .see-more-property button,
body .tsearch-hero #predictive_response .see-more-property button {
  font-weight: 600;
  color: #027ABB;
  text-decoration: none;
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 7px 10px;
}
body.homepage #predictive_response .see-more-property button:hover,
body .tsearch-hero #predictive_response .see-more-property button:hover {
  text-decoration: none;
}
body.homepage #predictive_response .selected,
body .tsearch-hero #predictive_response .selected {
  background-color: #ecf4ff;
}
body.homepage #predictive_response .scroll-responses,
body .tsearch-hero #predictive_response .scroll-responses {
  display: none;
}
body.homepage #predictive_response .new-results,
body .tsearch-hero #predictive_response .new-results {
  -webkit-animation-name: backgroundFadeOut;
          animation-name: backgroundFadeOut;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
body.homepage #psrk-autocomplete,
body .tsearch-hero #psrk-autocomplete {
  background-color: #ffffff;
  padding: 10px 0;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px #cccccc;
          box-shadow: 0px 2px 5px #cccccc;
  max-height: 40vh;
  overflow-y: auto;
  border: none;
}
body.homepage #psrk-autocomplete > li,
body .tsearch-hero #psrk-autocomplete > li {
  cursor: pointer;
  border: none;
}
body.homepage #psrk-autocomplete > li:hover,
body .tsearch-hero #psrk-autocomplete > li:hover {
  background-color: #ecf4ff;
}
body.homepage #psrk-autocomplete > li a,
body .tsearch-hero #psrk-autocomplete > li a {
  padding: 7px 20px;
  background: inherit;
}
#predictive-response-popup.psrk-popup[role="dialog"] {
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  max-width: 480px !important;
  border: none;
  overflow: hidden;
}
#predictive-response-popup.psrk-popup[role="dialog"] .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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  overflow: hidden;
}
#predictive-response-popup.psrk-popup[role="dialog"] .psrk-popup-header {
  min-height: 40px;
  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: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
#predictive-response-popup.psrk-popup[role="dialog"] .psrk-popup-header h3 {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 8px 12px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#predictive-response-popup.psrk-popup[role="dialog"] .psrk-popup-header a {
  background: none;
  width: 35px;
  height: 100%;
  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-keyframes backgroundFadeOut {
  from {
    background-color: #ecf4ff;
  }
  to {
    background-color: transparent;
  }
}
@keyframes backgroundFadeOut {
  from {
    background-color: #ecf4ff;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*,
*::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;
}
body {
  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);
}
a {
  color: var(--ps-color-b500);
  text-decoration: none;
}
.tsearch-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1110px;
  width: 100%;
}
.tsearch-container h3 {
  margin: 0;
}
.property-data-btn {
  display: inline-block;
  margin: var(--ps-spacing-600) 0;
}
@media only screen and (max-width: 767px) {
  .property-data-btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.property-data-btn:hover {
  text-decoration: none;
}
.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;
  -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;
  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;
  background-color: var(--ps-color-b500);
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blue-btn:focus,
.blue-btn:active {
  text-decoration: none;
}
.blue-btn:hover {
  color: #000000;
  background: #00BDFF;
}
.blue-btn:hover {
  background-color: var(--ps-color-b600);
  text-decoration: none;
}
.desktop-view {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
}
.mobile-view {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-view {
    display: block;
  }
}
.text-center {
  text-align: center;
}
.section-title {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.3px;
  color: var(--ps-color-dark);
}
@media screen and (max-width: 767.9px) {
  .section-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .section-title {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .section-title {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .section-title {
    font-size: 30px;
  }
}
@media print {
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .section-title {
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .section-title {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .section-title {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .section-title {
    line-height: 38px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .section-title {
    line-height: 36px;
  }
}
@media print {
  .section-title {
    line-height: 38px;
  }
}
.section-text {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 400;
  --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);
  line-height: 180%;
  color: var(--ps-color-dark);
}
.cta-banner-section {
  padding-top: var(--ps-spacing-800);
  padding-bottom: var(--ps-spacing-800);
}
@media only screen and (max-width: 599px) {
  .cta-banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.free-account-banner {
  background-color: var(--ps-color-b500);
  border-radius: var(--ps-radius-s);
  padding: var(--ps-spacing-800);
  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;
  gap: var(--ps-spacing-2400);
}
@media only screen and (max-width: 767px) {
  .free-account-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--ps-spacing-600);
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .free-account-banner {
    border-radius: 0;
  }
}
.free-account-banner .banner-text {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.19px;
  color: var(--ps-color-light);
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .free-account-banner .banner-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .free-account-banner .banner-text {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .free-account-banner .banner-text {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .free-account-banner .banner-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .free-account-banner .banner-text {
    font-size: 18px;
  }
}
@media print {
  .free-account-banner .banner-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .free-account-banner .banner-text {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .free-account-banner .banner-text {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .free-account-banner .banner-text {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .free-account-banner .banner-text {
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .free-account-banner .banner-text {
    line-height: 24px;
  }
}
@media print {
  .free-account-banner .banner-text {
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .free-account-banner .banner-text {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 18px;
    --ps-elem-font-weight: 600;
    --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);
  }
}
.free-account-banner .blue-btn {
  background-color: var(--ps-color-y500);
  color: var(--ps-color-dark);
  border-radius: var(--ps-radius-s);
  padding: var(--ps-spacing-300) var(--ps-spacing-500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 500;
  --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);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.free-account-banner .blue-btn:hover {
  background-color: var(--ps-color-y400);
  text-decoration: none;
}
.icon-container {
  position: relative;
}
.icon-container::before {
  font-family: psrkicons;
  color: var(--ps-color-b500);
  font-weight: 300;
  display: inline-block;
  font-size: 52px;
  width: 52px;
  margin-right: var(--ps-spacing-200);
  position: relative;
}
.hide {
  display: none !important;
}
#pshark_accordion_titleSearchFaq.pshark-accordion {
  padding-bottom: var(--ps-spacing-600);
}
@media only screen and (max-width: 767px) {
  #pshark_accordion_titleSearchFaq.pshark-accordion {
    background-color: var(--ps-color-n25);
  }
}
.footer-section {
  background-color: var(--ps-color-n25);
}
.footer-section h5,
.footer-section .h5 {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --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);
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-section .footer-tools {
  padding-top: var(--ps-spacing-600);
}
@media only screen and (max-width: 767px) {
  .footer-section .footer-tools {
    padding-top: var(--ps-spacing-1000);
  }
}
.footer-section .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .footer-section .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer-section .nav-links a {
  color: var(--ps-color-b700);
  text-decoration: underline;
  display: inline-block;
  line-height: var(--ps-spacing-600);
}
.footer-section .nav-links .nav-link1 {
  padding-right: 35px;
  border-right: var(--ps-stroke-s) solid var(--ps-color-n400);
}
@media only screen and (max-width: 599px) {
  .footer-section .nav-links .nav-link1 {
    padding-right: 0;
    border-right: none;
  }
}
.footer-section .nav-links .nav-link2 {
  padding-left: 35px;
}
@media only screen and (max-width: 599px) {
  .footer-section .nav-links .nav-link2 {
    padding-left: 0;
  }
}
.tsearch-hero {
  background-color: var(--ps-color-b500);
  position: relative;
}
.tsearch-hero .sketch-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.tsearch-hero .hero-sketch {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 599px) {
  .tsearch-hero .hero-sketch {
    right: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scale(62%) translateX(130px);
            transform: scale(62%) translateX(130px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tsearch-hero .hero-sketch {
    left: 100%;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
  }
}
@media only screen and (min-width: 768px) {
  .tsearch-hero .hero-sketch {
    --left: calc(680px + ((100vw - 768px) / 2));
    left: var(--left);
    height: 327px;
    width: 365px;
  }
}
@media only screen and (min-width: 1024px) {
  .tsearch-hero .hero-sketch {
    --left: calc(900px + ((100vw - 1440px) / 2));
  }
}
@media only screen and (min-width: 1440px) {
  .tsearch-hero .hero-sketch {
    left: calc(1050px + ((100vw - 1440px) / 2));
    height: 327px;
    width: 365px;
    bottom: 0;
  }
}
.tsearch-hero .tsearch-container {
  padding: 0;
  position: relative;
  z-index: 1;
}
.tsearch-hero .hero-content {
  padding-bottom: var(--ps-spacing-400);
}
@media only screen and (min-width: 768px) {
  .tsearch-hero .hero-content {
    padding-bottom: var(--ps-spacing-800);
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  .tsearch-hero .hero-content {
    max-width: 895px;
  }
}
.tsearch-hero .tsearch-title {
  color: var(--ps-color-light);
  font-weight: 700;
  line-height: 48px;
  margin: 0 0 var(--ps-spacing-400) 0;
}
@media screen and (max-width: 767.9px) {
  .tsearch-hero .tsearch-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) {
  .tsearch-hero .tsearch-title {
    font-size: calc(32px + 8 * ((100vw - 768px) / 792));
  }
}
@media screen and (min-width: 768px) and (max-width: 1559.9px) and (max-height: 599.9px) {
  .tsearch-hero .tsearch-title {
    font-size: calc(32px + 8 * ((100vw - 768px) / 792) - 2px);
  }
}
@media screen and (min-width: 1560px) {
  .tsearch-hero .tsearch-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1560px) and (max-height: 599.9px) {
  .tsearch-hero .tsearch-title {
    font-size: 38px;
  }
}
@media print {
  .tsearch-hero .tsearch-title {
    font-size: 40px;
  }
}
.tsearch-hero h2 {
  color: var(--ps-color-light);
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .tsearch-hero h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .tsearch-hero h2 {
    font-size: calc(20px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .tsearch-hero h2 {
    font-size: calc(20px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .tsearch-hero h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .tsearch-hero h2 {
    font-size: 22px;
  }
}
@media print {
  .tsearch-hero h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .tsearch-hero h2 {
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .tsearch-hero h2 {
    line-height: calc(26px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .tsearch-hero h2 {
    line-height: calc(26px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .tsearch-hero h2 {
    line-height: 30px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .tsearch-hero h2 {
    line-height: 28px;
  }
}
@media print {
  .tsearch-hero h2 {
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .tsearch-hero h2 {
    max-width: 430px;
  }
}
.tsearch-hero .hero-text {
  color: var(--ps-color-light);
  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);
  padding-top: var(--ps-spacing-1400);
  padding-bottom: var(--ps-spacing-400);
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .tsearch-hero .hero-text {
    max-width: 380px;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 16px;
    --ps-elem-font-weight: 400;
    --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);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tsearch-hero .hero-text {
    max-width: 80%;
  }
}
#predictive_response {
  width: 98%;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  display: none;
  z-index: 999;
  background-color: var(--ps-color-light);
  padding: 10px 0;
  margin-top: var(--ps-spacing-25);
  border-radius: var(--ps-radius-xs);
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
}
#predictive_response [class^=see-more-] a {
  cursor: pointer;
}
#predictive_response span {
  color: var(--ps-color-n500);
  padding-left: 7px;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --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);
}
#predictive_response li {
  cursor: pointer;
  padding: 7px var(--ps-spacing-500);
}
#predictive_response li span {
  font-style: italic;
  color: var(--ps-color-n200);
  padding-left: 0;
}
#predictive_response .see-more-property {
  padding-left: var(--ps-spacing-500);
}
#predictive_response .see-more-property button {
  font-weight: 600;
  color: var(--ps-color-b500);
  text-decoration: none;
  background: var(--ps-color-light);
  border: none;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 14px;
  --ps-elem-font-weight: 600;
  --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);
}
#predictive_response .see-more-property button:hover {
  text-decoration: none;
}
#predictive_response .selected {
  background-color: var(--ps-color-b50);
}
#predictive_response .scroll-responses {
  display: none;
}
#predictive_response .new-results {
  -webkit-animation-name: backgroundFadeOut;
  -webkit-animation-duration: 5s;
  animation-name: backgroundFadeOut;
  animation-duration: 5s;
}
.how-to-section {
  padding-top: var(--ps-spacing-2400);
  padding-bottom: var(--ps-spacing-2000);
}
@media only screen and (max-width: 767px) {
  .how-to-section {
    padding-top: var(--ps-spacing-1600);
    padding-bottom: var(--ps-spacing-1600);
  }
}
.how-to-section .section-title {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.3px;
  text-align: center;
  margin-bottom: var(--ps-spacing-1600);
  color: var(--ps-color-dark);
}
@media screen and (max-width: 767.9px) {
  .how-to-section .section-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .how-to-section .section-title {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .how-to-section .section-title {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .how-to-section .section-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .how-to-section .section-title {
    font-size: 30px;
  }
}
@media print {
  .how-to-section .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .how-to-section .section-title {
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .how-to-section .section-title {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .how-to-section .section-title {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .how-to-section .section-title {
    line-height: 38px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .how-to-section .section-title {
    line-height: 36px;
  }
}
@media print {
  .how-to-section .section-title {
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-section .section-title {
    text-align: left;
    margin-bottom: var(--ps-spacing-1000);
  }
}
.how-to-section .how-to-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-1600);
}
@media only screen and (max-width: 767px) {
  .how-to-section .how-to-steps {
    gap: var(--ps-spacing-1200);
  }
}
.how-to-section .how-to-step {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: var(--ps-spacing-1000);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 767px) {
  .how-to-section .how-to-step {
    grid-template-columns: 1fr;
    gap: var(--ps-spacing-600);
  }
}
.how-to-section .how-to-step .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-400);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.how-to-section .how-to-step .step-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 59px;
  height: 59px;
  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;
  border: var(--ps-stroke-s) solid var(--ps-color-b500);
  border-radius: var(--ps-radius-s);
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.3px;
  color: var(--ps-color-b500);
}
@media screen and (max-width: 767.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .how-to-section .how-to-step .step-number {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: 30px;
  }
}
@media print {
  .how-to-section .how-to-step .step-number {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  .how-to-section .how-to-step .step-number {
    line-height: 38px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: 36px;
  }
}
@media print {
  .how-to-section .how-to-step .step-number {
    line-height: 38px;
  }
}
@media only screen and (max-width: 599px) {
  .how-to-section .how-to-step .step-number {
    width: 48px;
    height: 48px;
    font-weight: 700;
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: 0.26px;
  }
}
@media only screen and (max-width: 599px) and screen and (max-width: 767.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: 24px;
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 768px) and (max-width: 1249.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: calc(24px + 4 * ((100vw - 768px) / 482));
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: calc(24px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 1250px) {
  .how-to-section .how-to-step .step-number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 1250px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    font-size: 26px;
  }
}
@media only screen and (max-width: 599px) and print {
  .how-to-section .how-to-step .step-number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 599px) and screen and (max-width: 767.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: 30px;
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 768px) and (max-width: 1249.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: calc(30px + 4 * ((100vw - 768px) / 482));
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: calc(30px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 1250px) {
  .how-to-section .how-to-step .step-number {
    line-height: 34px;
  }
}
@media only screen and (max-width: 599px) and screen and (min-width: 1250px) and (max-height: 599.9px) {
  .how-to-section .how-to-step .step-number {
    line-height: 32px;
  }
}
@media only screen and (max-width: 599px) and print {
  .how-to-section .how-to-step .step-number {
    line-height: 34px;
  }
}
.how-to-section .how-to-step .step-text {
  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);
  color: var(--ps-color-dark);
  margin: 0;
  max-width: 360px;
}
.how-to-section .how-to-step .step-text strong,
.how-to-section .how-to-step .step-text b {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .how-to-section .how-to-step .step-text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .how-to-section .how-to-step .step-text {
    font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
    --ps-elem-font-size: 16px;
    --ps-elem-font-weight: 400;
    --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);
  }
}
.how-to-section .how-to-step .step-image img {
  width: 100%;
  max-width: 706px;
  height: auto;
  border-radius: var(--ps-radius-s);
}
#content #content-inner .property-data {
  background-color: var(--ps-color-b50);
}
#content #content-inner .property-data .tsearch-container {
  padding-top: var(--ps-spacing-2000);
  padding-bottom: var(--ps-spacing-2000);
}
@media only screen and (max-width: 767px) {
  #content #content-inner .property-data .tsearch-container {
    padding-bottom: var(--ps-spacing-1000);
    padding-top: var(--ps-spacing-1000);
  }
}
#content #content-inner .property-data .property-data-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--ps-spacing-500);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  #content #content-inner .property-data .property-data-layout {
    -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;
    gap: var(--ps-spacing-800);
  }
}
#content #content-inner .property-data .property-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 455px;
  padding-right: var(--ps-spacing-600);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-600);
}
@media only screen and (max-width: 767px) {
  #content #content-inner .property-data .property-text {
    width: 100%;
    padding-right: 0;
  }
}
#content #content-inner .property-data .property-text .section-title {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.26px;
  color: var(--ps-color-dark);
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .property-data .property-text .section-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  #content #content-inner .property-data .property-text .section-title {
    font-size: calc(24px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  #content #content-inner .property-data .property-text .section-title {
    font-size: calc(24px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  #content #content-inner .property-data .property-text .section-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  #content #content-inner .property-data .property-text .section-title {
    font-size: 26px;
  }
}
@media print {
  #content #content-inner .property-data .property-text .section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .property-data .property-text .section-title {
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  #content #content-inner .property-data .property-text .section-title {
    line-height: calc(30px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  #content #content-inner .property-data .property-text .section-title {
    line-height: calc(30px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  #content #content-inner .property-data .property-text .section-title {
    line-height: 34px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  #content #content-inner .property-data .property-text .section-title {
    line-height: 32px;
  }
}
@media print {
  #content #content-inner .property-data .property-text .section-title {
    line-height: 34px;
  }
}
#content #content-inner .property-data .property-text .section-text {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 400;
  --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);
  color: var(--ps-color-n800);
  max-width: 345px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #content #content-inner .property-data .property-text .section-text {
    max-width: 100%;
  }
}
#content #content-inner .property-data .property-text .property-data-btn {
  margin: 0;
}
#content #content-inner .property-data .property-text .property-data-btn .blue-btn {
  padding: var(--ps-spacing-300) var(--ps-spacing-500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 500;
  --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);
}
#content #content-inner .property-data .data-cards-grid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--ps-spacing-500);
}
@media only screen and (max-width: 767px) {
  #content #content-inner .property-data .data-cards-grid {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #content #content-inner .property-data .data-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--ps-spacing-300);
  }
}
#content #content-inner .property-data .data-cards-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-500);
}
@media only screen and (max-width: 599px) {
  #content #content-inner .property-data .data-cards-column {
    display: contents;
  }
}
#content #content-inner .property-data .data-card {
  background-color: var(--ps-color-light);
  border-radius: var(--ps-radius-s);
  padding: var(--ps-spacing-500) var(--ps-spacing-500) var(--ps-spacing-600);
  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;
}
#content #content-inner .property-data .data-card .card-value {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.3px;
  color: var(--ps-color-b500);
  line-height: 38px;
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .property-data .data-card .card-value {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  #content #content-inner .property-data .data-card .card-value {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-value {
    font-size: calc(28px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  #content #content-inner .property-data .data-card .card-value {
    font-size: 32px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-value {
    font-size: 30px;
  }
}
@media print {
  #content #content-inner .property-data .data-card .card-value {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .property-data .data-card .card-value {
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  #content #content-inner .property-data .data-card .card-value {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-value {
    line-height: calc(34px + 4 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  #content #content-inner .property-data .data-card .card-value {
    line-height: 38px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-value {
    line-height: 36px;
  }
}
@media print {
  #content #content-inner .property-data .data-card .card-value {
    line-height: 38px;
  }
}
#content #content-inner .property-data .data-card .card-desc {
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.19px;
  color: var(--ps-color-dark);
  line-height: 26px;
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    font-size: calc(18px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  #content #content-inner .property-data .data-card .card-desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    font-size: 18px;
  }
}
@media print {
  #content #content-inner .property-data .data-card .card-desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482));
  }
}
@media screen and (min-width: 768px) and (max-width: 1249.9px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    line-height: calc(24px + 2 * ((100vw - 768px) / 482) - 2px);
  }
}
@media screen and (min-width: 1250px) {
  #content #content-inner .property-data .data-card .card-desc {
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) and (max-height: 599.9px) {
  #content #content-inner .property-data .data-card .card-desc {
    line-height: 24px;
  }
}
@media print {
  #content #content-inner .property-data .data-card .card-desc {
    line-height: 26px;
  }
}
#content #content-inner .property-data .mobile-view.property-data-btn {
  margin-top: var(--ps-spacing-600);
  text-align: center;
  width: 100%;
}
#content #content-inner .property-data .mobile-view.property-data-btn .blue-btn {
  padding: var(--ps-spacing-300) var(--ps-spacing-500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 500;
  --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);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.why-use .section-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ps-spacing-700);
  padding-top: var(--ps-spacing-1600);
  padding-bottom: var(--ps-spacing-2000);
}
@media only screen and (max-width: 767px) {
  .why-use .section-content {
    grid-template-columns: 1fr;
    padding-top: var(--ps-spacing-1200);
    padding-bottom: var(--ps-spacing-1600);
  }
}
.why-use .section-content .section-title {
  padding-top: 0;
  padding-bottom: var(--ps-spacing-1000);
}
.why-use .section-content .responsive {
  max-width: 100%;
  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;
}
.why-use .section-content .responsive img {
  max-width: 100%;
  height: auto;
}
.why-use .section-content ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: var(--ps-spacing-200) 0;
}
.why-use .section-content ul li::before {
  content: "\e668";
  font-family: psrkicons;
  color: var(--ps-color-b500);
  font-weight: 300;
  display: inline-block;
  font-size: 22px;
  width: 1em;
  margin-right: var(--ps-spacing-200);
  position: relative;
}
.subscription-docs {
  padding-top: var(--ps-spacing-2000);
  padding-bottom: var(--ps-spacing-2000);
}
@media only screen and (max-width: 599px) {
  .subscription-docs {
    padding-top: var(--ps-spacing-1200);
    padding-bottom: var(--ps-spacing-1200);
  }
}
.subscription-docs .subscription-docs-content {
  display: grid;
  grid-template-columns: 265px 1fr;
  gap: var(--ps-spacing-1600);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .subscription-docs .subscription-docs-content {
    grid-template-columns: 1fr;
    gap: var(--ps-spacing-800);
  }
}
.subscription-docs .magnifier-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;
}
@media only screen and (max-width: 599px) {
  .subscription-docs .magnifier-container {
    display: none;
  }
}
.subscription-docs .magnifier-image {
  max-width: 100%;
  height: auto;
}
.subscription-docs .docs-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-600);
}
.subscription-docs .docs-intro {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 600;
  --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);
  color: var(--ps-color-dark);
  margin: 0;
  max-width: 645px;
}
.subscription-docs .docs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-200);
  margin: 0;
  padding: 0;
  list-style: none;
}
.subscription-docs .docs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--ps-spacing-400);
}
.subscription-docs .docs-list .doc-text {
  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);
  color: var(--ps-color-dark);
}
.subscription-docs .docs-list .info-bullet {
  background-image: url("/cdn/svg/info-bullet.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subscription-docs .docs-cta {
  margin-top: var(--ps-spacing-400);
}
@media only screen and (max-width: 599px) {
  .subscription-docs .docs-cta {
    width: 100%;
  }
  .subscription-docs .docs-cta .blue-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.access-th {
  padding-bottom: var(--ps-spacing-2400);
}
@media only screen and (max-width: 767px) {
  .access-th {
    padding-bottom: var(--ps-spacing-1000);
  }
}
.access-th .section-title {
  padding-top: var(--ps-spacing-3000);
  padding-bottom: var(--ps-spacing-1000);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .access-th .section-title {
    padding-top: var(--ps-spacing-1600);
  }
}
@media only screen and (max-width: 599px) {
  .access-th .section-title {
    text-align: left;
  }
}
.access-th .section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ps-spacing-500);
}
@media only screen and (min-width: 1080px) {
  .access-th .section-content {
    padding-left: 92px;
    padding-right: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .access-th .section-content {
    grid-template-columns: 1fr;
    row-gap: var(--ps-spacing-800);
  }
}
.access-th .section-content .scanned-docs::before {
  content: "\e93B";
}
.access-th .section-content .map-pin::before {
  content: "\e921";
}
.access-th .section-content .house-balance::before {
  content: "\e92F";
}
.access-th .section-content .redeveloped-prop::before {
  content: "\e92E";
}
.access-th .section-content .section-text {
  padding-top: var(--ps-spacing-500);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .access-th .section-content .section-text {
    padding-top: var(--ps-spacing-200);
  }
}
/* 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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../fonts/slick/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: relative;
  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: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 16px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  -webkit-transition: background 0.25s linear, -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: background 0.25s linear, -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.1), background 0.25s linear;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.1), background 0.25s linear, -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-tap-highlight-color: transparent;
}
.slick-prev:hover,
.slick-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(0, 0, 0, 0.15);
}
.slick-prev:active,
.slick-next:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "psrkicons";
  font-size: inherit;
  line-height: 1;
  color: #414141;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  inset: 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;
}
[dir="rtl"] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "\e912";
}
[dir="rtl"] .slick-prev:before {
  content: "\e902";
}
[dir="rtl"] .slick-next {
  right: auto;
}
.slick-next:before {
  content: "\e902";
}
[dir="rtl"] .slick-next:before {
  content: "\e912";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: relative;
  list-style: none;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.slick-dots li button {
  border: 0;
  background: #D9D9D9;
  display: block;
  height: 16px;
  width: 16px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-tap-highlight-color: transparent;
}
.slick-dots li button:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slick-dots li button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.slick-dots li.slick-active button {
  background: #027ABB;
  opacity: 1;
}
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: none;
}
.slick-arrow {
  --offset: 1px;
}
.slick-arrow.ps-btn-float:has([class*="-caret-"]) [class*="right"] {
  right: calc(-1 * var(--offset));
}
.slick-arrow.ps-btn-float:has([class*="-caret-"]) [class*="left"] {
  left: calc(-1 * var(--offset));
}
#reviews {
  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;
  gap: var(--ps-spacing-800);
  background-color: var(--ps-color-b50);
  padding-top: var(--ps-spacing-2000);
  padding-bottom: var(--ps-spacing-1600);
}
@media only screen and (max-width: 767px) {
  #reviews {
    padding-top: var(--ps-spacing-1600);
    padding-bottom: var(--ps-spacing-1600);
  }
}
#reviews .slick-list {
  grid-column: 1 / -1;
}
@media only screen and (max-width: 1023px) {
  #reviews .slick-list {
    padding: 0 60px 0 10px !important;
  }
}
@media only screen and (max-width: 599px) {
  #reviews .slick-list {
    padding: 0 45px 0 10px !important;
  }
}
#reviews .slick-slider.is-draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
#reviews .slick-slider.is-draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#reviews .slick-slide {
  padding: 0 var(--ps-spacing-300);
  height: unset;
}
#reviews .slick-prev {
  display: none !important;
}
#reviews .slick-next {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 0;
  opacity: 0;
  z-index: 10;
}
@media only screen and (max-width: 599px) {
  #reviews .slick-next {
    width: 55px;
  }
}
@media only screen and (min-width: 600px) {
  #reviews .slick-next {
    width: 70px;
  }
}
@media only screen and (min-width: 1080px) {
  #reviews .slick-next {
    display: none !important;
  }
}
#reviews .reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(347px, 1fr));
  gap: var(--ps-spacing-500);
  padding: 0;
  position: relative;
}
#reviews .reviews-container .review-box-content {
  border-radius: var(--ps-radius-s);
  background: var(--ps-color-light);
  -webkit-box-shadow: var(--ps-shadow-subtle);
          box-shadow: var(--ps-shadow-subtle);
  padding: var(--ps-spacing-600);
  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;
  gap: var(--ps-spacing-400);
  color: var(--ps-color-dark);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 400;
  --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);
  line-height: 180%;
  height: 100%;
  position: relative;
  text-align: center;
}
#reviews .reviews-container .review-box-content .logo {
  width: var(--ps-spacing-600);
  height: var(--ps-spacing-600);
}
#reviews .reviews-container .review-box-content .logo img {
  width: 100%;
  height: 100%;
}
#reviews .reviews-container .review-box-content .stars img {
  height: 16px;
  width: auto;
}
#reviews .reviews-container .review-box-content p {
  margin: 0;
}
#reviews .reviews-container .review-box-content .see-more {
  color: var(--ps-color-b500);
  font-weight: 600;
  text-decoration: none;
}
#reviews .reviews-container .review-box-content .see-more:hover {
  text-decoration: underline;
}
#reviews .reviews-container .review-box-content .customers {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 600;
  --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);
  color: var(--ps-color-dark);
  margin-top: auto;
}
#reviews .reviews-container .review-box-content .review-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#reviews .discover-reviews {
  text-align: center;
}
#reviews .discover-reviews a {
  color: var(--ps-color-b500);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 600;
  --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);
  line-height: 180%;
  text-decoration: none;
}
#reviews .discover-reviews a:hover {
  text-decoration: underline;
}
.deed-title {
  padding-top: var(--ps-spacing-2000);
  padding-bottom: var(--ps-spacing-1600);
}
@media only screen and (max-width: 767px) {
  .deed-title {
    padding-top: var(--ps-spacing-1600);
    padding-bottom: var(--ps-spacing-1600);
  }
}
.deed-title .section-title {
  text-align: center;
  margin-bottom: var(--ps-spacing-1200);
}
@media only screen and (max-width: 599px) {
  .deed-title .section-title {
    text-align: left;
  }
}
.deed-title .section-content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ps-spacing-500);
}
@media only screen and (max-width: 1023px) {
  .deed-title .section-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 599px) {
  .deed-title .section-content {
    grid-template-columns: 1fr;
  }
}
.deed-title .section-content 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--ps-spacing-200);
}
.deed-title .section-content .icon-container {
  width: 52px;
  height: 52px;
  margin-bottom: var(--ps-spacing-200);
}
.deed-title .section-content .icon-container::before {
  content: none;
}
.deed-title .section-content .icon-lender::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6597 41.5999V39.1399C20.6597 38.7599 20.9697 38.45 21.3497 38.45H30.4897C30.8697 38.45 31.1797 38.7599 31.1797 39.1399V39.7999' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.8498 41.5999H19.9698C19.4506 41.5999 19.0298 42.0207 19.0298 42.5399V45.3599C19.0298 45.879 19.4506 46.2999 19.9698 46.2999H31.8498C32.3689 46.2999 32.7898 45.879 32.7898 45.3599V42.5399C32.7898 42.0207 32.3689 41.5999 31.8498 41.5999Z' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.37 28.49C33.94 30.45 32.13 32.1 30.04 33.36' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.1802 27.7999C28.5802 25.9499 30.3302 24.3699 32.3302 23.1699' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.4001 37.4301L33.8101 32.8401' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.91 34.0399L34.54 29.6699' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.5799 43.66C45.7999 44.44 44.5399 44.44 43.7699 43.66L38.4999 38.39C38.1999 38.09 38.1999 37.61 38.4999 37.31L40.2299 35.58C40.5299 35.28 41.0099 35.28 41.3099 35.58L46.5799 40.85C47.3599 41.63 47.3599 42.89 46.5799 43.66Z' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.7922 30.118C26.1087 29.4346 25.0023 29.433 24.3208 30.1145C23.6394 30.796 23.6409 31.9024 24.3244 32.5858L26.8558 35.1173C27.5392 35.8007 28.6457 35.8023 29.3271 35.1208C30.0086 34.4393 30.007 33.3329 29.3236 32.6495L26.7922 30.118Z' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5124 21.4103C34.8289 20.7268 33.7225 20.7253 33.041 21.4067C32.3596 22.0882 32.3611 23.1946 33.0446 23.8781L35.576 26.4095C36.2594 27.0929 37.3659 27.0945 38.0473 26.413C38.7288 25.7316 38.7272 24.6251 38.0438 23.9417L35.5124 21.4103Z' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0098 25.3799V45.6699H16.3998' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32.3298 17.99L24.3698 11.62L7.71984 24.95L4.83984 21.35L24.3698 5.69995L43.8998 21.35L42.3698 23.26' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.8198 14.87V7.46997H16.3398V10.23' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.deed-title .section-content .icon-broker::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.2598 30.7301V46.2501H6.81982V30.3201' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.31 29.9L20.94 16.79L4.56998 29.9L1.72998 26.36L20.94 10.97L40.15 26.36L37.31 29.9Z' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.62012 18.8V11.53H13.0501V17.2' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.3803 25.51V41.03H39.0703' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1602 9.68L31.0602 5.75L50.2702 21.14L47.4302 24.68L31.0602 11.56L28.9702 13.24' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.73 46.2501V32.8401H26.16V46.2501' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.deed-title .section-content .icon-investor::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.23 43.1V16.29H29.34V43.1' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.3301 14.05V10.72L37.5501 14.68V43.1' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.2902 12.53H16.6802V16.29' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2299 25.8701L8.3999 28.9901V43.1001' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.4199 23.6101H43.7799V43.1001' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.1899 14.2699V8.8999' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.1602 13.36V10.72' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.5502 18.53H34.7202' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.5502 23.6899H34.7202' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.5502 28.8501H34.7202' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.5502 34.02H34.7202' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.5502 39.1799H34.7202' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5498 31.6399H10.3898' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5498 39.1201H10.3898' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75 43.1001H46.25' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9302 20.1699H25.6402' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9302 24.75H25.6402' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9302 29.3201H25.6402' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9302 33.8899H25.6402' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9302 38.47H25.6402' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.deed-title .section-content .icon-homebuyer::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8201 25.4101L9.53012 19.9201C9.53012 19.9201 9.51012 19.8501 9.50012 19.8101C8.95012 17.8701 6.14012 18.0601 5.79012 20.0501C5.73012 20.3601 5.73012 20.6901 5.79012 21.0201L7.45012 31.7301C7.59012 32.6401 8.04012 33.4701 8.73012 34.0901L12.6201 37.5801C13.8201 38.6501 14.3201 40.3101 13.9201 41.8601' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6401 34.8501L10.9801 30.1901C10.3601 29.5701 10.3601 28.5701 10.9801 27.9501C11.6001 27.3301 12.6001 27.3301 13.2201 27.9501L17.4301 32.1601C17.7201 32.4501 18.1201 32.5901 18.5201 32.5601L18.8801 32.5301C19.9801 32.4301 21.0701 32.7701 21.9201 33.4601C23.0101 34.3401 23.5901 35.6901 23.4901 37.0801L23.1601 40.8901' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 45.04L12.81 42.81C12.9 42.15 13.5 41.69 14.16 41.77L23.42 42.89C24.1 42.97 24.57 43.59 24.48 44.27L24.18 46.46' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.1804 25.4101L42.4704 19.9201C42.4704 19.9201 42.4904 19.8501 42.5004 19.8101C43.0504 17.8701 45.8604 18.0601 46.2104 20.0501C46.2704 20.3601 46.2704 20.6901 46.2104 21.0201L44.5504 31.7301C44.4104 32.6401 43.9604 33.4701 43.2704 34.0901L39.3804 37.5801C38.1804 38.6501 37.6804 40.3101 38.0804 41.8601' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.3601 34.8501L41.0201 30.1901C41.6401 29.5701 41.6401 28.5701 41.0201 27.9501C40.4001 27.3301 39.4001 27.3301 38.7801 27.9501L34.5701 32.1601C34.2801 32.4501 33.8801 32.5901 33.4801 32.5601L33.1201 32.5301C32.0201 32.4301 30.9301 32.7701 30.0801 33.4601C28.9901 34.3401 28.4101 35.6901 28.5101 37.0801L28.8201 40.6801' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.5003 45.04L39.1903 42.81C39.1003 42.15 38.5003 41.69 37.8403 41.77L28.5803 42.89C27.9003 42.97 27.4303 43.59 27.5203 44.27L27.8203 46.46' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.0498 17.3801V28.3101H17.8198V17.3801' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.62 16.75L25.94 5.55005L14.25 16.75' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.0498 28.2602V20.4102H28.8198V28.3502' stroke='%230076D1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.deed-title .section-content .minsection-title {
  color: var(--ps-color-dark);
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 18px;
  --ps-elem-font-weight: 600;
  --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);
  margin: 0;
}
.deed-title .section-content .section-text {
  font-family: 'Lato', 'Segoe UI', Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  --ps-elem-font-size: 16px;
  --ps-elem-font-weight: 400;
  --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);
  color: var(--ps-color-n700);
  margin: 0;
}
.ess-info-section {
  background-color: var(--ps-page-background);
  padding-top: var(--ps-spacing-1600);
  padding-bottom: var(--ps-spacing-1600);
}
@media only screen and (max-width: 767px) {
  .ess-info-section {
    background-color: var(--ps-color-light);
    padding-top: var(--ps-spacing-1600);
    padding-bottom: var(--ps-spacing-1000);
  }
}
.ess-info-section .tsearch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: var(--ps-spacing-500);
}
@media only screen and (max-width: 767px) {
  .ess-info-section .tsearch-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--ps-spacing-1000);
  }
}
.ess-info-section .tsearch-container .check-list-title {
  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: 400;
  --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);
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-1000);
}
@media only screen and (max-width: 767px) {
  .ess-info-section .tsearch-container .check-list-title {
    gap: var(--ps-spacing-600);
  }
}
.ess-info-section .tsearch-container .check-list-title li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--ps-spacing-500);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ess-info-section .tsearch-container .check-list-title li::before {
  content: "\e91B";
  font-family: psrkicons;
  color: var(--ps-color-b500);
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  width: 1em;
  position: relative;
}
.disclaimer-section {
  padding-top: var(--ps-spacing-1400);
  padding-bottom: var(--ps-spacing-1000);
}
@media only screen and (max-width: 767px) {
  .disclaimer-section {
    padding-top: var(--ps-spacing-1000);
  }
}
.disclaimer-section .tsearch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--ps-spacing-200);
}
.disclaimer-section .disclaimer-title {
  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);
  margin: 0;
}
.disclaimer-section .disclaimer-text {
  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: 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);
  line-height: 180%;
  margin: 0;
}