/* Application */
/* Root */
/* Basic */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

body *:first-child {
  margin-top: 0;
}

body *:last-child {
  margin-bottom: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}

ul img, ol img, p img {
  display: inline-block;
  vertical-align: text-top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Spacing */
/*@import "spacing";*/
/* Layout */
body {
  min-width: 320px;
  background: #FFF;
  position: relative;
}
body.no-overflow {
  overflow: hidden;
}
body.members {
  background: #E8E9EA;
}
@media print {
  body.members {
    background: transparent;
  }
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.site-content {
  flex: 1 1 auto;
}
.site-content.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-content.h-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.site-content.h-full .wrapper {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.section {
  padding: 5rem 0;
  position: relative;
}
.section.even {
  background-color: #F8F8F9;
}
.section.light {
  background-color: rgba(0, 113, 235, 0.05);
}
.section.dark {
  color: #FFF;
  background-color: #222431;
}
.section.special-success {
  background: linear-gradient(0deg, rgba(35, 133, 0, 0.05) 0%, rgba(0, 113, 235, 0.1) 100%);
}
.section.md {
  padding: 3rem 0;
}
.section.xl {
  padding: 7rem 0;
}
.section.xl .h1 {
  margin: 7rem 0;
}
.section.xl .h1:first-child {
  margin-top: 0;
}
.section.xl .h1:last-child {
  margin-bottom: 0;
}
.section.pt-0 {
  padding-top: 0;
}

.wrapper {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding-right: 3rem;
  padding-left: 3rem;
  position: relative;
}
@media print {
  .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1279px) {
  .order-xl-first {
    order: -1;
  }
}

@media only screen and (max-width: 1279px) {
  .order-xl-last {
    order: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .order-lg-first {
    order: -1;
  }
}

@media only screen and (max-width: 1023px) {
  .order-lg-last {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .order-md-first {
    order: -1;
  }
}

@media only screen and (max-width: 767px) {
  .order-md-last {
    order: 1;
  }
}

@media only screen and (max-width: 1279px) {
  body .d-xl-none {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  body .d-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body .d-md-none {
    display: none;
  }
}
body .d-xl-block {
  display: none;
}
@media only screen and (max-width: 1279px) {
  body .d-xl-block {
    display: block;
  }
}
body .d-lg-block {
  display: none;
}
@media only screen and (max-width: 1023px) {
  body .d-lg-block {
    display: block;
  }
}
body .d-md-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .d-md-block {
    display: block;
  }
}

.cf {
  display: block;
}
.cf:after {
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
}

html[xmlns] .cf {
  display: block;
}

* html .cf {
  height: 1%;
}

.skip-to-content-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-to-content-link:focus {
  color: #FFF;
  background-color: #222431;
  left: auto;
  top: auto;
  width: 15%;
  height: auto;
  overflow: auto;
  outline: none;
  padding: 2px;
  text-align: center;
  font-size: 1em;
  z-index: 10000;
}

.mw-xs {
  max-width: 360px;
}

.mw-sm {
  max-width: 480px;
}

.mw-md {
  max-width: 640px;
}

.mw-lg {
  max-width: 800px;
}

.mw-xl {
  max-width: 960px;
}

.g-xs {
  gap: 1rem;
}

.g-sm {
  gap: 1.5rem;
}

.g-md {
  gap: 2rem;
}

.g-lg {
  gap: 3rem;
}

.g-xl {
  gap: 4rem;
}

body .m7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
body .mt7 {
  margin-top: 7rem;
}
body .mb7 {
  margin-bottom: 7rem;
}
body .m6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
body .mt6 {
  margin-top: 6rem;
}
body .mb6 {
  margin-bottom: 6rem;
}
body .m5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body .mt5 {
  margin-top: 5rem;
}
body .mb5 {
  margin-bottom: 5rem;
}
body .m4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body .mt4 {
  margin-top: 4rem;
}
body .mb4 {
  margin-bottom: 4rem;
}
body .m3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body .mt3 {
  margin-top: 3rem;
}
body .mb3 {
  margin-bottom: 3rem;
}
body .m2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body .mt2 {
  margin-top: 2rem;
}
body .mb2 {
  margin-bottom: 2rem;
}
body .m1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body .mt1 {
  margin-top: 1rem;
}
body .mb1 {
  margin-bottom: 1rem;
}
body .m0 {
  margin-top: 0;
  margin-bottom: 0;
}
body .mt0 {
  margin-top: 0;
}
body .mb0 {
  margin-bottom: 0;
}
body .mxa {
  margin-right: auto;
  margin-left: auto;
}

.gototop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  background: rgba(34, 36, 49, 0.2);
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 888;
  border-radius: 50%;
}
@media print {
  .gototop {
    display: none;
  }
}
.gototop:hover {
  background: rgba(0, 113, 235, 0.5);
}
.gototop::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/arw.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* width */
::-webkit-scrollbar {
  height: 6px;
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(34, 36, 49, 0.05);
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(34, 36, 49, 0.2);
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 36, 49, 0.4);
}

/* OneTrust Cookies */
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk.otFloatingRoundedCorner {
    width: calc(100% - 2rem);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk.otFloatingRoundedCorner.ot-bottom-right {
    right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-policy {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk .banner-header {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-policy-text {
    padding: 5px 15px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-policy-text,
  body #onetrust-banner-sdk .ot-b-addl-desc {
    font-size: 11px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-button-group-parent {
    padding: 0 15px 15px 15px;
  }
}
body #onetrust-consent-sdk #onetrust-accept-btn-handler,
body #onetrust-banner-sdk #onetrust-reject-all-handler {
  background: #238500;
  border-color: #238500;
}
body #onetrust-consent-sdk #onetrust-banner-sdk a[href],
body #onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
body #onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
  color: #238500;
  outline: none;
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk #onetrust-accept-btn-handler,
  body #onetrust-banner-sdk #onetrust-reject-all-handler,
  body #onetrust-banner-sdk #onetrust-pc-btn-handler {
    padding: 10px;
    font-size: 12px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  body #onetrust-banner-sdk button {
    margin: 0;
  }
}

.pre-loader {
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  margin: auto;
  background: url(../img/spinner.svg) center center no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}

/* Typography */
html {
  font-size: 10px;
}
@media only screen and (max-width: 1279px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 6px;
  }
}
@media only screen and (max-width: 413px) {
  html {
    font-size: 5px;
  }
}

/*html {
	font-size: 62.5%;
	@include xl {
		font-size: calc(62.5% / 4 * 3);
	}
	@include md {
		font-size: calc(62.5% / 3 * 2);
	}
	@include sm {
		font-size: calc(62.5% / 2);
	}
}*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222431;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 4rem 0 2rem 0;
  padding: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  line-height: 1.5;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  display: inline-block;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  display: inline-block;
  font-size: calc(100% / 3 * 2);
}
@media only screen and (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}
h1.line,
h2.line,
h3.line,
h4.line,
h5.line {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
h1.line::after,
h2.line::after,
h3.line::after,
h4.line::after,
h5.line::after {
  content: '\a0';
  width: 100%;
  height: 1px;
  margin-left: 2rem;
  background: rgba(34, 36, 49, 0.1);
  overflow: hidden;
  position: absolute;
  bottom: 0.375em;
}
h1.gradient-special,
h2.gradient-special,
h3.gradient-special,
h4.gradient-special,
h5.gradient-special {
  padding: 2rem;
  background: #0071eb;
  background: linear-gradient(90deg, rgba(0, 113, 235, 0.1012780112) 0%, rgba(255, 255, 255, 0) 100%);
}
h1.fx,
h2.fx,
h3.fx,
h4.fx,
h5.fx {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
h1.fx.center,
h2.fx.center,
h3.fx.center,
h4.fx.center,
h5.fx.center {
  justify-content: center;
}
h1 .icn,
h2 .icn,
h3 .icn,
h4 .icn,
h5 .icn {
  flex: 0 0 auto;
  margin-right: 2rem;
}
h1 .icn.lg img,
h2 .icn.lg img,
h3 .icn.lg img,
h4 .icn.lg img,
h5 .icn.lg img {
  width: 32px;
}
@media only screen and (max-width: 767px) {
  h1 .icn.lg img,
  h2 .icn.lg img,
  h3 .icn.lg img,
  h4 .icn.lg img,
  h5 .icn.lg img {
    width: 24px;
  }
}
h1 .icn.md,
h2 .icn.md,
h3 .icn.md,
h4 .icn.md,
h5 .icn.md {
  margin-right: 1.5rem;
}
h1 .icn.md img,
h2 .icn.md img,
h3 .icn.md img,
h4 .icn.md img,
h5 .icn.md img {
  width: 24px;
}
@media only screen and (max-width: 767px) {
  h1 .icn.md img,
  h2 .icn.md img,
  h3 .icn.md img,
  h4 .icn.md img,
  h5 .icn.md img {
    width: 16px;
  }
}
h1 .icn.sm,
h2 .icn.sm,
h3 .icn.sm,
h4 .icn.sm,
h5 .icn.sm {
  margin-right: 1rem;
}
h1 .icn.sm img,
h2 .icn.sm img,
h3 .icn.sm img,
h4 .icn.sm img,
h5 .icn.sm img {
  width: 16px;
}

h1,
.h1 {
  font-size: 44px;
}
@media only screen and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 413px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}

h2,
.h2 {
  font-size: 36px;
}
@media only screen and (max-width: 1279px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 413px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
h2.checkmark::before,
.h2.checkmark::before {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  margin: 9px 12px 0 0;
  background: url(../img/icns/fill/32/checkmark.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
  vertical-align: top;
}
@media only screen and (max-width: 1279px) {
  h2.checkmark::before,
  .h2.checkmark::before {
    width: 32px;
    height: 32px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  h2.checkmark::before,
  .h2.checkmark::before {
    width: 24px;
    height: 24px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  h2.checkmark::before,
  .h2.checkmark::before {
    width: 20px;
    height: 20px;
  }
}

h3,
.h3 {
  font-size: 30px;
}
@media only screen and (max-width: 1279px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h3.checkmark::before,
.h3.checkmark::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin: 7px 16px 0 0;
  background: url(../img/icns/fill/32/checkmark.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
  vertical-align: top;
}
@media only screen and (max-width: 1279px) {
  h3.checkmark::before,
  .h3.checkmark::before {
    width: 24px;
    height: 24px;
    margin: 6px 12px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  h3.checkmark::before,
  .h3.checkmark::before {
    width: 20px;
    height: 20px;
    margin: 4px 10px 0 0;
  }
}

h4,
.h4 {
  font-size: 24px;
}
@media only screen and (max-width: 1279px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-size: 18px;
}
@media only screen and (max-width: 1279px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}

p,
ul,
ol {
  margin: 2rem 0;
}

ul,
ol {
  margin-left: 4rem;
}
ul p,
ul ul,
ul ol,
ul li,
ol p,
ol ul,
ol ol,
ol li {
  margin: 1rem 0;
}

a {
  color: #0071EB;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:active, a:focus {
  color: #007BFF;
  outline: none;
}

address {
  margin: 2rem 0;
  padding-left: 3rem;
  font-style: italic;
  border-left: 4px solid #E8E9EA;
}
address p {
  margin: 0;
}

.fs-xs {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .fs-xs {
    font-size: 10px;
  }
}

.fs-sm {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .fs-sm {
    font-size: 12px;
  }
}

.fs-md {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .fs-md {
    font-size: 16px;
  }
}
@media only screen and (max-width: 413px) {
  .fs-md {
    font-size: 14px;
  }
}

.fs-lg {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .fs-lg {
    font-size: 18px;
  }
}
@media only screen and (max-width: 413px) {
  .fs-lg {
    font-size: 16px;
  }
}

.fs-xl {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fs-xl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 413px) {
  .fs-xl {
    font-size: 18px;
  }
}

.fw-nr {
  font-weight: 400;
}

.fw-sb {
  font-weight: 500;
}

.fw-bd {
  font-weight: 700;
}

.fw-eb {
  font-weight: 900;
}

.ul-check {
  margin: 0;
}
.ul-check.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.ul-check.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 767px) {
  .ul-check.three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .ul-check.md-no-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.ul-check li {
  margin: 0;
  padding: 3px 0 3px 26px;
  list-style: none;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
@media only screen and (max-width: 767px) {
  .ul-check li {
    padding: 2px 0 2px 20px;
  }
}
.ul-check li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/checkmark.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
  position: absolute;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .ul-check li::before {
    width: 12px;
    height: 12px;
  }
}

.ul-arw {
  margin-left: 0;
}
.ul-arw.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.ul-arw.two-cols li {
  margin: 0;
}
.ul-arw.no-gap li {
  margin: 0;
}
.ul-arw li {
  padding-left: 32px;
  list-style: none;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
@media only screen and (max-width: 767px) {
  .ul-arw li {
    padding-left: 24px;
  }
}
.ul-arw li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #0071EB url(../img/arw_ul.svg) center center no-repeat;
  background-size: 8px auto;
  border-radius: 0.4rem;
  position: absolute;
  top: 6px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .ul-arw li::before {
    width: 12px;
    height: 12px;
    background-size: 6px auto;
    top: 5px;
  }
}
.ul-arw.success li::before {
  background-color: #238500;
}
.ul-arw.warning li::before {
  background-color: #EA0000;
}

.color-special {
  color: #0071EB;
}

.color-black {
  color: #222431;
}

.color-warning {
  color: #EA0000;
}

.color-success {
  color: #238500;
}

.color-gray {
  color: #909198;
}

.filter-special {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}

.filter-black {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}

.filter-warning {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}

.filter-success {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}

.center {
  text-align: center;
}

.long-word {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}

.long-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nowrap {
  white-space: nowrap;
}

.hint-info {
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../img/qm.svg) center center no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}

.hint,
[data-hint] {
  position: relative;
  display: inline-block;
}

.hint::before,
.hint::after,
[data-hint]::before,
[data-hint]::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.hint:hover::before,
.hint:hover::after,
[data-hint]:hover::before,
[data-hint]:hover::after {
  visibility: visible;
  opacity: 1;
}

.hint::before,
[data-hint]::before {
  content: '';
  position: absolute;
  background: transparent;
  border: 8px solid transparent;
  z-index: 1000001;
}

.hint::after,
[data-hint]::after {
  content: attr(data-hint);
  background: #FFF;
  color: #222431;
  padding: 3rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  width: 320px;
  text-align: left;
  text-transform: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.3);
  box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.3);
}
@media only screen and (max-width: 767px) {
  .hint::after,
  [data-hint]::after {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .hint::after,
  [data-hint]::after {
    width: 240px;
  }
}

.hint--top::before,
.hint--top::after {
  bottom: 100%;
  left: 50%;
}
@media only screen and (max-width: 1279px) {
  .hint--top::before,
  .hint--top::after {
    left: inherit;
    right: -4rem;
  }
}

.hint--top::before {
  margin-bottom: -15px;
  margin-left: -8px;
  border-top-color: #FFF;
}
@media only screen and (max-width: 1279px) {
  .hint--top::before {
    margin-left: 0;
    left: inherit;
    right: 0;
  }
}

.hint--top::after {
  margin-left: -160px;
}
@media only screen and (max-width: 1279px) {
  .hint--top::after {
    margin-left: 0;
  }
}

.hint--top:hover::before,
.hint--top:hover::after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.txt-with-icn img {
  display: inline-block;
  margin: 0.3rem 1rem 0 0;
  vertical-align: top;
}
.txt-with-icn.md {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .txt-with-icn.md {
    font-size: 16px;
  }
}
.txt-with-icn.md img {
  width: 24px;
  margin: 0.5rem 1.2rem 0 0;
}
@media only screen and (max-width: 767px) {
  .txt-with-icn.md img {
    width: 16px;
  }
}
.txt-with-icn.lg {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .txt-with-icn.lg {
    font-size: 20px;
  }
}
.txt-with-icn.lg img {
  width: 32px;
  margin: 0.7rem 1.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .txt-with-icn.lg img {
    width: 20px;
  }
}

/* Notifications */
.notify {
  page-break-inside: avoid;
}
.notify .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.notify .col {
  flex: 0 1 auto;
}
.notify .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2rem 2.4rem;
  background-color: #FFF;
  border-radius: 0.8rem;
}
.notify .itm.info {
  background-color: #C8E2FF;
}
.notify .itm.info .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.notify .itm.success {
  background-color: #CDE9C3;
}
.notify .itm.success .icn {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.notify .itm.warning {
  background-color: #FFEECC;
}
.notify .itm.warning .icn {
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(2838%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.notify .itm.danger {
  background-color: #FBCCCC;
}
.notify .itm.danger .icn {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.notify .icn {
  flex: 0 0 auto;
  width: 16px;
  padding-top: 0.3rem;
}

/* Buttons */
.button .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.btn {
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #238500;
  border-radius: 100px;
  vertical-align: top;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.tc {
  text-transform: none;
}
.btn:hover, .btn:focus, .btn:active {
  color: #FFF;
}
.btn:hover, .btn:focus-visible {
  background: #2A9E00;
}
.btn.arw::after {
  display: inline-block;
  content: "";
  background: url(../img/btn_arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn.back::before {
  display: inline-block;
  content: "";
  background: url(../img/btn_arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.plus::before {
  display: inline-block;
  content: "";
  background: url(../img/plus.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.btn.home::before {
  display: inline-block;
  content: "";
  background: url(../img/icns/fill/16/home.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.btn.dollar::before {
  display: inline-block;
  content: "";
  background: url(../img/icns/fill/16/dollar.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  vertical-align: top;
}
.btn.download::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/download.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  vertical-align: top;
}
.btn.document::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/document.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  vertical-align: top;
}
.btn.edit::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/edit.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  vertical-align: top;
}
.btn.bell::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/bell.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  vertical-align: top;
}
.btn.magnifier::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/magnifier.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.btn.xs {
  padding: 8px 16px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .btn.xs {
    padding: 6px 14px;
    font-size: 11px;
  }
}
.btn.xs.line {
  padding: 6px 14px;
}
@media only screen and (max-width: 767px) {
  .btn.xs.line {
    padding: 4px 12px;
  }
}
.btn.sm {
  padding: 10px 24px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .btn.sm {
    padding: 7px 20px;
    font-size: 12px;
  }
}
.btn.sm.line {
  padding: 8px 22px;
}
@media only screen and (max-width: 767px) {
  .btn.sm.line {
    padding: 5px 18px;
  }
}
.btn.sm.arw::after, .btn.sm.magnifier::after {
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .btn.sm.arw::after, .btn.sm.magnifier::after {
    width: 9px;
    height: 9px;
    margin-left: 8px;
  }
}
.btn.sm.back::before, .btn.sm.home::before, .btn.sm.plus::before {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .btn.sm.back::before, .btn.sm.home::before, .btn.sm.plus::before {
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
}
.btn.sm.dollar::before {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .btn.sm.dollar::before {
    width: 11px;
    height: 11px;
    margin-right: 8px;
  }
}
.btn.sm.download::before, .btn.sm.edit::before, .btn.sm.bell::before {
  margin: -1px 8px -1px 0;
}
@media only screen and (max-width: 767px) {
  .btn.sm.download::before, .btn.sm.edit::before, .btn.sm.bell::before {
    width: 12px;
    height: 12px;
    margin: 0 6px 0 0;
  }
}
.btn.sm.document::after {
  margin: -1px 0 -1px 8px;
}
@media only screen and (max-width: 767px) {
  .btn.sm.document::after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.sm.no-scale {
    padding: 9px 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.sm.no-scale.arw::after {
    width: 9px;
    height: 9px;
    margin-left: 6px;
  }
}
.btn.md {
  padding: 15px 35px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .btn.md {
    padding: 12px 25px;
    font-size: 16px;
  }
}
.btn.md.line {
  padding: 13px 33px;
}
@media only screen and (max-width: 767px) {
  .btn.md.line {
    padding: 10px 23px;
  }
}
.btn.md.arw::after, .btn.md.magnifier::after {
  width: 13px;
  height: 13px;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .btn.md.arw::after, .btn.md.magnifier::after {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }
}
.btn.md.back::before, .btn.md.home::before {
  width: 13px;
  height: 13px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .btn.md.back::before, .btn.md.home::before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
.btn.md.plus::before {
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .btn.md.plus::before {
    margin-right: 10px;
  }
}
.btn.md.download::before, .btn.md.edit::before, .btn.md.bell::before {
  margin: 1px 12px 0 0;
}
@media only screen and (max-width: 767px) {
  .btn.md.download::before, .btn.md.edit::before, .btn.md.bell::before {
    margin: 0 10px 0 0;
  }
}
.btn.md.document::after {
  margin: 1px 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .btn.md.document::after {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.md.no-scale {
    padding: 15px 35px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.md.no-scale.arw::after {
    width: 13px;
    height: 13px;
    margin-left: 12px;
  }
}
.btn.lg {
  padding: 20px 50px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .btn.lg {
    padding: 15px 25px;
    font-size: 16px;
  }
}
.btn.lg.line {
  padding: 18px 48px;
}
@media only screen and (max-width: 767px) {
  .btn.lg.line {
    padding: 13px 28px;
  }
}
.btn.lg.arw::after, .btn.lg.magnifier::after {
  width: 17px;
  height: 17px;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .btn.lg.arw::after, .btn.lg.magnifier::after {
    width: 12px;
    height: 12px;
    margin-left: 12px;
  }
}
.btn.lg.back::before, .btn.lg.home::before {
  width: 17px;
  height: 17px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .btn.lg.back::before, .btn.lg.home::before {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
}
.btn.lg.download::before, .btn.lg.edit::before, .btn.lg.bell::before {
  margin: 4px 16px 0 0;
}
@media only screen and (max-width: 767px) {
  .btn.lg.download::before, .btn.lg.edit::before, .btn.lg.bell::before {
    margin: 0 12px 0 0;
  }
}
.btn.lg.document::after {
  margin: 4px 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .btn.lg.document::after {
    margin: 0 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.lg.no-scale {
    padding: 20px 50px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.lg.no-scale.arw::after {
    width: 17px;
    height: 17px;
    margin-left: 16px;
  }
}
.btn.special {
  background: #0071EB;
}
.btn.special:hover, .btn.special:focus-visible {
  background: #007BFF;
}
.btn.warning {
  background: #EA0000;
}
.btn.warning:hover, .btn.warning:focus-visible {
  background: #F00;
}
.btn.gray {
  color: #222431;
  background: #E8E9EA;
}
.btn.gray:hover, .btn.gray:focus-visible {
  background: #D3D3D6;
}
.btn.line {
  color: #238500;
  background: #FFF;
  border: 2px solid #238500;
}
.btn.line::before, .btn.line::after {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.btn.line:hover, .btn.line:focus-visible {
  color: #FFF;
  background: #238500;
}
.btn.line:hover::before, .btn.line:hover::after, .btn.line:focus-visible::before, .btn.line:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.btn.line.special {
  color: #0071EB;
  border-color: #0071EB;
}
.btn.line.special::before, .btn.line.special::after {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.btn.line.special:hover, .btn.line.special:focus-visible {
  color: #FFF;
  background: #0071EB;
}
.btn.line.special:hover::before, .btn.line.special:hover::after, .btn.line.special:focus-visible::before, .btn.line.special:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.btn.line.warning {
  color: #EA0000;
  border-color: #EA0000;
}
.btn.line.warning::before, .btn.line.warning::after {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.btn.line.warning:hover, .btn.line.warning:focus-visible {
  color: #FFF;
  background: #EA0000;
}
.btn.line.warning:hover::before, .btn.line.warning:hover::after, .btn.line.warning:focus-visible::before, .btn.line.warning:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.btn.line.gray {
  color: #909198;
  border-color: #909198;
}
.btn.line.gray::before, .btn.line.gray::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.5;
}
.btn.line.gray:hover, .btn.line.gray:focus-visible {
  color: #FFF;
  background: #909198;
}
.btn.line.gray:hover::before, .btn.line.gray:hover::after, .btn.line.gray:focus-visible::before, .btn.line.gray:focus-visible::after {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  opacity: 1;
}

.pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .pdf-link {
    font-size: 16px;
  }
}
.pdf-link::before {
  flex: 0 0 auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icns/fill/24/pdf.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
@media only screen and (max-width: 767px) {
  .pdf-link::before {
    width: 20px;
    height: 20px;
  }
}

.slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0px;
  background: #FFF;
  border: 1px solid #0071EB;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 10;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-arrow:hover {
  background: #0071EB;
}
.slick-arrow:hover::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.slick-arrow::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/slider_arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 6px);
}
.slick-arrow.slick-prev {
  left: -15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: -15px;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}

/* Lightbox */
.lbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: rgba(34, 36, 49, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .lbox-container {
    align-items: flex-start;
  }
}
.lbox-container.show {
  visibility: visible;
  opacity: 1;
}

.lbox-container-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
  max-width: 800px;
  padding: 6rem;
  background: #FFF;
  border-radius: 1.5rem;
  position: relative;
  z-index: 2;
}
.lbox-container-inn.xl {
  max-width: 960px;
}
.lbox-container-inn.md {
  max-width: 640px;
}
.lbox-container-inn.sm {
  max-width: 480px;
}
body .lbox-container-inn {
  margin: auto;
}

.lbox-hide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.lbox-close {
  display: block;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  text-indent: -999em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .lbox-close {
    width: 6rem;
    height: 6rem;
  }
}
.lbox-close::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lbox-close:hover::before, .lbox-close:focus-within::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}

.lbox-spinner {
  background: rgba(34, 36, 49, 0.9);
}
.lbox-spinner .lbox-container-inn {
  padding: 0;
  align-items: center;
  background: transparent;
}

.spinner-img {
  width: 160px;
  height: 160px;
  background: url(../img/spinner.svg) center center no-repeat;
  background-size: contain;
}

.spinner-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: #FFF;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .spinner-txt {
    font-size: 16px;
  }
}
.spinner-txt .name {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .spinner-txt .name {
    font-size: 24px;
    line-height: 1.5;
  }
}
.spinner-txt strong {
  display: inline-block;
  font-weight: 600;
}

/* Form */
form {
  border: none;
  margin: 0;
  padding: 0;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2.5rem;
}
.form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .form .row {
    flex-direction: column;
  }
}
.form .row .row {
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .form .row .row {
    flex-direction: row;
  }
}
.form .row.cta-plus {
  align-items: center;
  justify-content: space-between;
}
.form .row.cta-plus .col {
  flex: 0 1 auto;
}
.form .row.cta-plus .col.cta {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .form .row.cta-plus .col.cta {
    margin: 0;
  }
}
.form .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex: 0 1 100%;
  min-width: 0;
}
.form .col.w12 {
  flex: 0 0 calc(100% / 2);
}
.form .col.w13 {
  flex: 0 0 calc(100% / 3);
}
.form .col.w14 {
  flex: 0 0 calc(100% / 4);
}
.form .col.w15 {
  flex: 0 0 calc(100% / 5);
}
.form .col.cta {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.form .col.cta.inline {
  flex: 0 0 auto;
  align-items: flex-start;
  padding-top: calc(24px + 0.5rem);
}
@media only screen and (max-width: 767px) {
  .form .col.cta.inline {
    padding-top: 0;
  }
}
.form .col.center {
  align-items: center;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form-label {
    font-size: 13px;
  }
}
.form-label.sm {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form-label.sm {
    font-size: 12px;
  }
}
.not-valid .form-label {
  color: #EA0000;
}

.form-note {
  margin-top: 0.5rem;
  color: #64656E;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .form-note {
    font-size: 12px;
  }
}

.label-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .label-plus {
    font-size: 13px;
  }
}
.label-plus .form-label {
  margin-bottom: 0;
}

.form-input {
  position: relative;
}

.form-control {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #222431;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(1em + 6px);
  background-color: #FFF;
  border: 2px solid #BCBDC1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-control:hover {
  background-color: #FFF;
  border-color: #222431;
}
.form-control:focus, .form-control:active {
  border-color: #0071EB;
  outline: none;
}
.form-control.capitalize {
  text-transform: capitalize;
}
.not-valid .form-control {
  border-color: #EA0000;
}
.form-control[disabled] {
  background-color: #E8E9EA;
  cursor: not-allowed;
  opacity: 1;
}
.form-control.sm {
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 4px;
}
.form-control.md {
  height: 48px;
  padding: 0 12px;
  font-size: 16px;
  border-radius: 6px;
}
.form-control.lg {
  height: 60px;
  padding: 0 16px;
  font-size: 18px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .form-control.lg {
    height: 48px;
    padding: 0 12px;
    font-size: 16px;
  }
}
.form-control.special {
  border-color: #0071EB;
}
.form-control.special:hover, .form-control.special:focus, .form-control.special:active {
  border-color: #222431;
}

select.form-control {
  background-image: url(../img/select.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control.sm, select.form-control.md, select.form-control.lg {
  padding-right: 30px;
}
select.form-control.sm {
  background-size: 6px auto;
}

textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  padding: 12px 16px;
  vertical-align: top;
  resize: vertical;
}
textarea.form-control.sm {
  padding: 6px 8px;
}
textarea.form-control.md {
  padding: 10px 12px;
}
textarea.form-control.lg {
  padding: 14px 16px;
}
@media only screen and (max-width: 767px) {
  textarea.form-control.lg {
    padding: 10px 12px;
  }
}

::-webkit-input-placeholder {
  color: rgba(34, 36, 49, 0.7);
  text-transform: initial;
}

:-ms-input-placeholder {
  color: rgba(34, 36, 49, 0.7);
  text-transform: initial;
}

::-moz-placeholder {
  color: rgba(34, 36, 49, 0.7);
  opacity: 1;
  text-transform: initial;
}

:-moz-placeholder {
  color: rgba(34, 36, 49, 0.7);
  opacity: 1;
  text-transform: initial;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

button.btn {
  width: auto;
  height: auto;
  margin: 0;
  font-family: "Roboto", sans-serif;
  border: none;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
button.btn:hover, button.btn:focus, button.btn:active {
  outline: none;
}

.autocomplete-clear {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 0px;
  text-indent: -999em;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  border: none;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .autocomplete-clear {
    width: 12px;
    height: 12px;
  }
}
.autocomplete-clear:hover, .autocomplete-clear:focus, .autocomplete-clear:active {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  outline: none;
}

.form-error {
  display: none;
  max-width: calc(100% - 10px);
  margin-top: 3px;
  color: #EA0000;
  font-size: 13px;
  vertical-align: top;
}
@media only screen and (max-width: 1279px) {
  .form-error {
    order: -1;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .form-error {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .form-error span {
    display: none;
  }
}
.not-valid .form-error {
  display: inline-block;
}

.form-toogle-container {
  position: relative;
}

.form-toogle {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/input_hide.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.3;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-toogle:hover, .form-toogle:focus-visible {
  opacity: 1;
  outline: none;
}
.form-toogle.show {
  background-image: url(../img/input_show.svg);
  opacity: 1;
}

.form-help {
  position: absolute;
  top: 2px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .form-help {
    top: 0;
  }
}
.form-help .lnk {
  display: block;
  width: 20px;
  height: 20px;
  color: #222431;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #E8E9EA;
  border-radius: 50%;
  cursor: pointer;
}
.form-help .lnk::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 0px auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
}
.form-help .lnk:hover {
  color: #FFF;
  background-color: #0071EB;
}
.form-help .lnk.hide {
  font-size: 0px;
  background-color: #222431;
}
.form-help .lnk.hide::before {
  background-size: 10px auto;
}
.form-help .ans {
  width: 202px;
  border: 6px solid #FFF;
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  -webkit-box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.5);
  box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.5);
}

.card-js .icon {
  display: none;
}
.card-js .card-number-wrapper {
  position: relative;
}
.card-js .card-number-wrapper .card-type-icon {
  width: 48px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 9px;
  right: 9px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media only screen and (max-width: 767px) {
  .card-js .card-number-wrapper .card-type-icon {
    top: 9px;
    right: 9px;
  }
}
.card-js .card-number-wrapper .card-type-icon.visa {
  background-image: url(../img/checkout/card_visa.svg);
}
.card-js .card-number-wrapper .card-type-icon.master-card {
  background-image: url(../img/checkout/card_mastercard.svg);
}
.card-js .card-number-wrapper .card-type-icon.american-express {
  background-image: url(../img/checkout/card_amex.svg);
}
.card-js .card-number-wrapper .card-type-icon.discover {
  background-image: url(../img/checkout/card_discover.svg);
}
.card-js .card-number-wrapper .show {
  opacity: 1;
}
.card-js input.card-number {
  padding-right: 48px;
}

.card-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.card-icn {
  flex: 0 0 auto;
  width: 48px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .card-icn {
    width: 32px;
    height: 20px;
  }
}
.card-icn.sm {
  width: 32px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .card-icn.sm {
    width: 24px;
    height: 16px;
  }
}
.card-icn.visa {
  background-image: url(../img/checkout/card_visa.svg);
}
.card-icn.master-card {
  background-image: url(../img/checkout/card_mastercard.svg);
}
.card-icn.american-express {
  background-image: url(../img/checkout/card_amex.svg);
}
.card-icn.discover {
  background-image: url(../img/checkout/card_discover.svg);
}

.payment-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.payment-icn {
  display: block;
  flex: 0 0 auto;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .payment-icn {
    height: 20px;
  }
}
.payment-icn.sm {
  height: 20px;
}
.payment-icn.paypal {
  width: 76px;
  background-image: url(../img/checkout/co_paypal.svg);
}
@media only screen and (max-width: 767px) {
  .payment-icn.paypal {
    width: 54px;
  }
}
.payment-icn.paypal.sm {
  width: 54px;
}
.payment-icn.applepay {
  width: 59px;
  background-image: url(../img/checkout/co_applepay.svg);
}
@media only screen and (max-width: 767px) {
  .payment-icn.applepay {
    width: 45px;
  }
}
.payment-icn.applepay.sm {
  width: 45px;
}
.payment-icn.googlepay {
  width: 72px;
  height: 38px;
  background-image: url(../img/checkout/google-pay-mark_800.svg);
}
@media only screen and (max-width: 767px) {
  .payment-icn.googlepay {
    width: 56px;
    height: 30px;
  }
}
.payment-icn.googlepay.sm {
  width: 56px;
  height: 30px;
}
.payment-icn.venmo {
  width: 74px;
  background-image: url(../img/checkout/co_venmo.svg);
}
@media only screen and (max-width: 767px) {
  .payment-icn.venmo {
    width: 56px;
  }
}
.payment-icn.venmo.sm {
  width: 56px;
}

/* Form Checkbox and Radiobutton */
.form-check-radio {
  display: block;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form-check-radio {
    padding-left: 32px;
  }
}
.form-check-radio input {
  width: 24px;
  height: 24px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .form-check-radio input {
    width: 20px;
    height: 20px;
  }
}
.form-check-radio .checkbox,
.form-check-radio .radiobutton {
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  border: 2px solid #0071EB;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .form-check-radio .checkbox,
  .form-check-radio .radiobutton {
    width: 20px;
    height: 20px;
  }
}
.form-check-radio .checkbox {
  border-radius: 5px;
}
.form-check-radio .radiobutton {
  border-radius: 50%;
}
.form-check-radio.not-valid .checkbox,
.form-check-radio.not-valid .radiobutton {
  border-color: #EA0000;
}
.form-check-radio:hover .checkbox, .form-check-radio:focus .checkbox,
.form-check-radio input:focus ~ .checkbox, .form-check-radio:hover .radiobutton, .form-check-radio:focus .radiobutton,
.form-check-radio input:focus ~ .radiobutton {
  background-color: #C8E2FF;
}
.form-check-radio input:checked ~ .checkbox {
  background-color: #0071EB;
}
.form-check-radio input:checked ~ .radiobutton {
  background-color: #FFF;
  border-width: 8px;
}
@media only screen and (max-width: 767px) {
  .form-check-radio input:checked ~ .radiobutton {
    border-width: 6px;
  }
}
.form-check-radio .checkbox::after {
  display: none;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/checkbox.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .form-check-radio .checkbox::after {
    width: 10px;
    height: 10px;
  }
}
.form-check-radio input:checked ~ .checkbox::after {
  display: block;
}
.form-check-radio .txt {
  display: block;
}
.form-check-radio .txt a {
  display: inline-block;
  color: #222431;
}
.form-check-radio .txt a:hover, .form-check-radio .txt a:focus {
  color: #0071EB;
}
.form-check-radio .txt strong {
  font-weight: 500;
}

.rng-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.rng-cont .inp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.rng-cont .txt {
  color: rgba(34, 36, 49, 0.6);
}

.pw-range-number {
  width: 100px;
}

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px;
}

.rangeslider {
  width: 100%;
  height: 24px;
  position: relative;
}
.rangeslider::after {
  content: '';
  width: 100%;
  height: 12px;
  background: rgba(34, 36, 49, 0.2);
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  border-radius: 10px;
}

.rangeslider__fill {
  height: 12px;
  background: #0071EB;
  position: absolute;
  top: calc(50% - 6px);
  z-index: 1;
}

.rangeslider__handle {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background: #0071EB;
  border: 2px solid #FFF;
  border-radius: 50%;
}

.secure-lock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}

.secure-lock::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/outline/16/lock.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}

/* Image Upload */
.image-upload {
  position: relative;
}
.image-upload .drag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  text-decoration: none;
  background: #FFF;
  border: 2px dashed #D3D3D6;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.image-upload .drag-area.active {
  border-style: solid;
  border-color: #0071EB;
}
.image-upload .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.image-upload .icn {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  background: url(../img/icns/outline/32/upload.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.image-upload .t1 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .image-upload .t1 {
    font-size: 20px;
  }
}
.image-upload .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.image-upload img {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  object-fit: cover;
}

/* File Upload */
.file-upload {
  max-width: 640px;
  margin: auto;
  padding: 4rem;
  text-decoration: none;
  background: #FFF;
  border: 2px dashed #D3D3D6;
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.file-upload.dragover {
  border-color: #333333;
  color: #333333;
}
.file-upload.active {
  border-style: solid;
  border-color: #0071EB;
}
.file-upload .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  text-align: center;
}
.file-upload .cnt.hidden {
  display: none;
}
.file-upload .icn {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  background: url(../img/icns/outline/32/upload.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.file-upload .t1 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .file-upload .t1 {
    font-size: 20px;
  }
}
.file-upload .t2 {
  color: #64656E;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .file-upload .t2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .file-upload .t2 br {
    display: none;
  }
}
.file-upload .file-list {
  width: 100%;
}
.file-upload .file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .file-upload .file-item {
    font-size: 14px;
  }
}
.file-upload .file-item::after {
  flex: 0 0 auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icns/fill/32/checkmark.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .file-upload .file-item::after {
    width: 16px;
    height: 16px;
  }
}
.file-upload .file-name {
  flex: 1 1 auto;
}
.file-upload .file-size {
  flex: 0 0 auto;
}
.file-upload .error-message {
  color: #EA0000;
  text-align: center;
}
.file-upload .hidden {
  display: none;
}
.file-upload .input-file {
  display: none;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.button-group.hidden {
  display: none;
}

.success-message {
  max-width: 640px;
  margin: auto;
  display: none;
}
.success-message .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem;
  text-align: center;
  background: #CDE9C3;
  border-radius: 2rem;
}
.success-message .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #238500;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .success-message .t1 {
    flex-direction: column;
    font-size: 20px;
  }
}
.success-message .t1::before {
  flex: 0 0 auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icns/fill/32/checkmark.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .success-message .t2 {
    font-size: 12px;
  }
}
.success-message .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

/* Search */
.search {
  width: 100%;
  max-width: 1080px;
  margin: 5rem auto;
}
@media only screen and (max-width: 1023px) {
  .search {
    max-width: 480px;
  }
}

.search-nav {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .search-nav {
    margin-bottom: 3rem;
  }
}
.search-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .search-nav ul {
    flex-wrap: wrap;
    gap: 1rem 5rem;
  }
}
.search-nav li {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 1023px) {
  .search-nav li {
    flex: 0 1 auto;
  }
}
.search-nav a {
  display: block;
  padding: 1rem 2rem;
  color: #222431;
  text-decoration: none;
  background: rgba(34, 36, 49, 0.1);
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 1023px) {
  .search-nav a {
    padding: 0.75rem 0;
    font-weight: 500;
    background: transparent;
    border-radius: 0;
    border-bottom: 3px solid rgba(34, 36, 49, 0.1);
  }
}
.search-nav a:hover, .search-nav a:focus, .search-nav a:active {
  background: rgba(34, 36, 49, 0.2);
}
@media only screen and (max-width: 1023px) {
  .search-nav a:hover, .search-nav a:focus, .search-nav a:active {
    background: transparent;
  }
}
.search-nav a.active {
  color: #FFF;
  background: #0071EB;
}
@media only screen and (max-width: 1023px) {
  .search-nav a.active {
    color: #0071EB;
    background: transparent;
    border-color: #0071EB;
  }
}
@media only screen and (max-width: 1023px) {
  .search-nav .m-hide {
    display: none;
  }
}
.search-nav .lbl {
  align-self: center;
  margin-right: 2.5rem;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .search-nav .lbl {
    flex: 0 1 100%;
    margin: 0;
  }
}

.search-content {
  background: #FFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
}
@media only screen and (max-width: 1023px) {
  .search-content {
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

[class*="tabs"] .tblock {
  display: none;
}
[class*="tabs"] .tblock.active {
  display: block;
}

.search-footer {
  margin-top: 1rem;
  font-size: 13px;
  font-style: italic;
}

.search-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .search-form .row {
    flex-direction: column;
    gap: 2rem;
  }
}
.search-form .col {
  flex: 0 1 100%;
  padding-right: 1px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .search-form .col {
    padding: 0;
  }
}
.search-form .col::after {
  display: block;
  content: "";
  width: 1px;
  height: 60%;
  background: #D3D3D6;
  position: absolute;
  top: 20%;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .search-form .col::after {
    display: none;
  }
}
.search-form .col:first-child .form-control {
  border-radius: 1.5rem 0 0 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .search-form .col:first-child .form-control {
    border-radius: 1.5rem;
  }
}
.search-form .col:last-child {
  padding-right: 0;
}
.search-form .col:last-child::after {
  display: none;
}
.search-form .col.street {
  flex: 0 0 calc(100% / 3);
}
.search-form .col.apartment {
  flex: 0 0 calc(100% / 7);
}
.search-form .col.cta {
  flex: 0 0 auto;
  align-self: center;
  padding: 0 1.6rem;
}
.search-form .col.state {
  flex: 0 0 calc(100% / 5);
}
@media only screen and (max-width: 1023px) {
  .search-form .col.state {
    flex: 0 1 auto;
  }
}
.search-form .form-label {
  display: none;
  color: #222431;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 1.7rem;
  left: 2.4rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-form .form-control {
  padding: 2.4rem;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  border: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #FFF;
}
@media only screen and (max-width: 1023px) {
  .search-form .form-control {
    padding: 2rem 3rem;
    border: 1px solid #D3D3D6;
    border-radius: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-form .form-control {
    font-size: 18px;
  }
}
.search-form .form-control:hover, .search-form .form-control:focus, .search-form .form-control:active {
  border-bottom-color: #0071EB;
}
.search-form .form-control:hover + .form-label, .search-form .form-control:focus + .form-label, .search-form .form-control:active + .form-label {
  color: #0071EB;
}
.search-form .form-control.error + .form-label {
  color: #EA0000;
}
.search-form .form-control[disabled] {
  background-color: #FFF;
  opacity: 0.3;
  cursor: not-allowed;
}
.search-form .autocomplete .form-control {
  padding-right: calc(4.8rem + 16px);
}
@media only screen and (max-width: 767px) {
  .search-form .autocomplete .form-control {
    padding-right: calc(4.8rem + 12px);
  }
}
.search-form .autocomplete .form-error {
  top: inherit;
  bottom: calc(100% - 12px);
}
.search-form select.form-control {
  padding-right: 4rem;
  background-position: calc(100% - 1.6rem) center;
}
.search-form .form-error {
  margin-top: 0;
  padding: 0 6px;
  color: #FFF;
  background: #EA0000;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(34, 36, 49, 0.2);
  box-shadow: 0 2px 5px 0 rgba(34, 36, 49, 0.2);
  position: absolute;
  top: calc(100% - 12px);
  left: 12px;
  z-index: 10;
}
.search-form .not-valid .form-control {
  border-color: #EA0000;
}

.search2 {
  margin: 5rem auto;
}
@media only screen and (max-width: 1023px) {
  .search2 {
    max-width: 480px;
  }
}

.search2-content {
  background: #FFF;
  border-radius: 1.5rem;
  border: 2px solid #0071EB;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
}
@media only screen and (max-width: 1023px) {
  .search2-content {
    padding: 2rem 4rem 4rem 4rem;
  }
}

.search2-form .sf-none {
  display: none;
}
.search2-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .search2-form .row {
    flex-direction: column;
  }
}
.search2-form .col {
  flex: 0 1 100%;
  padding-right: 1px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .search2-form .col {
    padding: 0;
    border-bottom: 1px solid #D3D3D6;
  }
}
.search2-form .col::after {
  display: block;
  content: "";
  width: 1px;
  height: 60%;
  background: #D3D3D6;
  position: absolute;
  top: 20%;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .search2-form .col::after {
    display: none;
  }
}
.search2-form .col:first-child .form-control {
  border-radius: 1.5rem 0 0 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .search2-form .col:first-child .form-control {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.search2-form .col:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .search2-form .col:last-child {
    border-bottom: none;
  }
}
.search2-form .col:last-child::after {
  display: none;
}
.search2-form .col.filter {
  flex: 0 0 auto;
}
.search2-form .col.street {
  flex: 0 0 calc(100% / 3);
}
.search2-form .col.apartment {
  flex: 0 0 calc(100% / 7);
}
.search2-form .col.cta {
  flex: 0 0 auto;
  align-self: center;
  padding: 0 1.6rem;
}
@media only screen and (max-width: 1023px) {
  .search2-form .col.cta {
    padding: 4rem 0 0 0;
  }
}
.search2-form .form-label {
  display: none;
  color: #222431;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 1.7rem;
  left: 2.4rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .search2-form .form-label {
    left: 0;
  }
}
.search2-form .form-control {
  padding: 2.4rem;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 1279px) {
  .search2-form .form-control {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .search2-form .form-control {
    padding: 2rem 0;
  }
}
.search2-form .form-control:hover, .search2-form .form-control:focus, .search2-form .form-control:active {
  border-color: #0071EB;
}
.search2-form .form-control:hover + .form-label, .search2-form .form-control:focus + .form-label, .search2-form .form-control:active + .form-label {
  color: #0071EB;
}
.search2-form .form-control.error + .form-label {
  color: #EA0000;
}
.search2-form .form-control#filter {
  color: #0071EB;
}
.search2-form select.form-control {
  padding-right: 4rem;
  background-position: calc(100% - 1.6rem) center;
}
@media only screen and (max-width: 1023px) {
  .search2-form select.form-control {
    background-position: 100% center;
  }
}
.search2-form .form-error {
  margin-top: 0;
  padding: 0 6px;
  color: #FFF;
  background: #EA0000;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(34, 36, 49, 0.2);
  box-shadow: 0 2px 5px 0 rgba(34, 36, 49, 0.2);
  position: absolute;
  top: calc(100% - 12px);
  left: 12px;
  z-index: 10;
}
.search2-form .not-valid .form-control {
  border-color: #EA0000;
}

.search-list-lbox .lbox-container-inn {
  max-width: 960px;
  padding: 0;
  overflow: hidden;
}

.sl-cont {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
}
@media only screen and (max-width: 1023px) {
  .sl-cont {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .sl-cont {
    margin-right: -3rem;
    margin-left: -3rem;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.members .sl-cont, .lbox-container .sl-cont {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .members .sl-cont, .lbox-container .sl-cont {
    margin-right: 0;
    margin-left: 0;
    border-radius: 1.5rem;
  }
}
.sl-cont .hdr {
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 5rem;
  text-align: center;
  background: rgba(0, 113, 235, 0.05);
}
.sl-cont .hdr .ic {
  width: 120px;
  height: 120px;
  background: url(../img/icns/outline/60/home_group.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .sl-cont .hdr .ic {
    width: 60px;
    height: 60px;
  }
}
.sl-cont .hdr .t1 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sl-cont .hdr .t1 {
    font-size: 18px;
  }
}
.sl-cont .hdr .t2 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sl-cont .hdr .t2 {
    font-size: 14px;
  }
}
.sl-cont .bdy {
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 5rem;
}
.sl-cont .lst {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.sl-cont .lst .th {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #7A7C83;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #E8E9EA;
}
.sl-cont .lst .tb {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 315px;
  font-weight: 500;
  overflow-y: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sl-cont .lst .tb {
    min-height: 280px;
  }
}
.sl-cont .lst .ftr {
  margin-top: 2rem;
  padding: 1.5rem 0 0 24px;
  font-size: 14px;
  border-top: 1px solid #E8E9EA;
  position: relative;
}
.sl-cont .lst .ftr::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/outline/16/info.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.5;
  position: absolute;
  top: 1.7rem;
  left: 0;
}
.sl-cont .lst ul {
  width: 100%;
  margin: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .sl-cont .lst ul {
    max-height: 238px;
  }
}
.sl-cont .lst li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #F4F4F4;
}
.sl-cont .lst a {
  display: block;
  padding: 1rem 3rem 1rem 0;
  text-decoration: none;
  position: relative;
}
.sl-cont .lst a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sl-cont .lst a:hover, .sl-cont .lst a:focus-within {
  color: #222431;
}
.sl-cont .lst a:hover::after, .sl-cont .lst a:focus-within::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}

.autocomplete-items {
  width: 100%;
  max-height: 50vh;
  padding: 1rem;
  background: #FFF;
  border-radius: 1.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  overflow-y: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
}
.autocomplete-items div,
.autocomplete-items .ui-menu-item-wrapper {
  padding: 1rem 1rem 1rem calc(2rem + 14px);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .autocomplete-items div,
  .autocomplete-items .ui-menu-item-wrapper {
    padding: 1.5rem 1rem 1.5rem calc(2rem + 14px);
  }
}
.autocomplete-items div:hover, .autocomplete-items div:focus-within, .autocomplete-items div.ui-state-active,
.autocomplete-items .ui-menu-item-wrapper:hover,
.autocomplete-items .ui-menu-item-wrapper:focus-within,
.autocomplete-items .ui-menu-item-wrapper.ui-state-active {
  background: #C8E2FF;
}
.autocomplete-items div.ui-state-focus, .autocomplete-items div.ui-state-active,
.autocomplete-items .ui-menu-item-wrapper.ui-state-focus,
.autocomplete-items .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
}
.autocomplete-items div::before,
.autocomplete-items .ui-menu-item-wrapper::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icns/fill/16/home.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: calc(1rem + 4px);
  left: 1rem;
}
@media only screen and (max-width: 767px) {
  .autocomplete-items div::before,
  .autocomplete-items .ui-menu-item-wrapper::before {
    width: 12px;
    height: 12px;
    top: calc(1.5rem + 4px);
  }
}
.autocomplete-items div strong,
.autocomplete-items .ui-menu-item-wrapper strong {
  color: #0071EB;
}
.autocomplete-items .ui-state-active,
.autocomplete-items .ui-widget-content .ui-state-active {
  border: none;
}
.autocomplete-items.ui-widget {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .autocomplete-items.ui-widget {
    font-size: 14px;
  }
}
.autocomplete-items.ui-widget-content {
  color: #222431;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-menu .ui-menu-item {
  list-style-image: none;
}

/* Proposed Addresses */
.pa-msg {
  align-items: center;
  gap: 3rem;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .pa-msg {
    font-size: 14px;
  }
}
.pa-msg::before {
  display: block;
  content: "";
  flex: 0 0 auto;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../img/pin_x.svg) 0 0 no-repeat;
  background-size: 100% auto;
  align-self: flex-start;
}

.pa-t1 {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pa-t1 {
    font-size: 18px;
  }
}
.pa-t1 .icn {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  padding: 6px;
  background: #FF9000;
  border-radius: 50%;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pa-t1 .icn {
    width: 24px;
    height: 24px;
    padding: 4px;
  }
}
.pa-t1 .icn::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icns/fill/24/lightbulb.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
@media only screen and (max-width: 767px) {
  .pa-t1 .icn::before {
    width: 16px;
    height: 16px;
  }
}

.pa-lst {
  flex-direction: column;
  align-items: center;
}
.pa-lst ul {
  margin: 0;
}
.pa-lst li {
  margin: 0 0 -1px 0;
  list-style: none;
}
.pa-lst .row {
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 1rem 0;
  text-decoration: none;
  border-top: 1px solid #E8E9EA;
  border-bottom: 1px solid #E8E9EA;
}
@media only screen and (max-width: 767px) {
  .pa-lst .row {
    padding: 2rem 0;
  }
}
.pa-lst .row:hover, .pa-lst .row:focus-within {
  color: #222431;
}
.pa-lst .row:hover .ttl::before, .pa-lst .row:focus-within .ttl::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.pa-lst .row:hover .cta, .pa-lst .row:focus-within .cta {
  background: #2A9E00;
}
.pa-lst .ttl {
  padding-left: calc(2rem + 16px);
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pa-lst .ttl {
    padding-left: calc(2rem + 12px);
    font-size: 14px;
    line-height: 1.25;
  }
}
.pa-lst .ttl::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/home.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .pa-lst .ttl::before {
    width: 12px;
    height: 12px;
  }
}
.pa-lst .cta {
  padding: 8px 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #238500;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .pa-lst .cta {
    padding: 6px 12px;
    font-size: 10px;
  }
}
.pa-lst .cta::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/btn_arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 767px) {
  .pa-lst .cta::after {
    width: 7px;
    height: 7px;
    margin-left: 4px;
  }
}

.pa-cta {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

/* Table */
.table {
  margin: 3rem 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .table {
    font-size: 12px;
    overflow-x: scroll;
  }
}
.table table {
  width: 100%;
  cursor: default;
  border-collapse: collapse;
}
.table.fixed table {
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .table.fixed table {
    table-layout: inherit;
  }
}
.table thead tr {
  background-color: #C8E2FF;
}
.table tbody tr {
  background-color: #F8F8F9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table tbody tr:nth-of-type(even) {
  background-color: #FFF;
}
.table tbody tr:hover {
  background: #FFEECC;
}
.table th,
.table td {
  padding: 1.5rem 2rem;
}
.table th.cta,
.table td.cta {
  width: 1%;
  white-space: nowrap;
}
.table th.num,
.table td.num {
  width: 0;
  text-align: center;
  background: rgba(0, 113, 235, 0.05);
  white-space: nowrap;
}
.table th {
  font-weight: 500;
}
.table .cta-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
}
.table .cta-txt .txt {
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .table .cta-txt .txt {
    font-size: 11px;
  }
}
.table .cta-txt .txt.pending {
  color: #FF9000;
}

/* Pagination */
.pagination {
  margin: 5rem 0;
  text-align: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
.pagination li {
  margin: 0;
  list-style: none;
}
.pagination a {
  display: block;
  min-width: 40px;
  height: 40px;
  padding: 0 0.5rem;
  color: #222431;
  line-height: 38px;
  text-decoration: none;
  border: 1px solid #222431;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pagination a {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  color: #0071EB;
  border-color: #0071EB;
}
.pagination a:hover.prv::before, .pagination a:hover.nxt::before, .pagination a:focus.prv::before, .pagination a:focus.nxt::before, .pagination a:active.prv::before, .pagination a:active.nxt::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.pagination a.active {
  color: #FFF;
  background: #0071EB;
  border-color: #0071EB;
}
.pagination a.disabled {
  opacity: 0.2;
  cursor: default;
}
.pagination a.disabled:hover, .pagination a.disabled:focus, .pagination a.disabled:active {
  color: #222431;
  border-color: #222431;
}
.pagination a.disabled:hover.prv::before, .pagination a.disabled:hover.nxt::before, .pagination a.disabled:focus.prv::before, .pagination a.disabled:focus.nxt::before, .pagination a.disabled:active.prv::before, .pagination a.disabled:active.nxt::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.pagination a.prv, .pagination a.nxt {
  text-indent: -999em;
}
.pagination a.prv::before, .pagination a.nxt::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/pagination_arw.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination a.prv::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Header */
.site-header {
  padding: 2.5rem 0;
  position: relative;
  z-index: 1000;
}
@media print {
  .site-header {
    padding-top: 0;
  }
}
.site-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}

/* Logo */
.site-logo {
  width: 262px;
  height: 42px;
  background: url(../img/logo.svg) 0 center no-repeat;
  background-size: 100% auto;
  text-indent: -999em;
}
@media only screen and (max-width: 767px) {
  .site-logo {
    width: 150px;
    height: 24px;
  }
}
.site-logo a {
  display: block;
  height: 100%;
}
.site-logo.pro {
  width: 324px;
  background-image: url(../img/logo_pro.svg);
}
@media only screen and (max-width: 767px) {
  .site-logo.pro {
    width: 160px;
  }
}
.site-logo.white {
  background-image: url(../img/logo_white.svg);
}
.site-logo.black {
  background-image: url(../img/logo_black.svg);
}
.site-logo.black.pro {
  background-image: url(../img/logo_pro_black.svg);
}
.site-logo.alabama {
  background-image: url(../img/logos/alabama.svg);
}
.site-logo.alaska {
  background-image: url(../img/logos/alaska.svg);
}
.site-logo.arizona {
  background-image: url(../img/logos/arizona.svg);
}
.site-logo.arkansas {
  background-image: url(../img/logos/arkansas.svg);
}
.site-logo.california {
  background-image: url(../img/logos/california.svg);
}
.site-logo.colorado {
  background-image: url(../img/logos/colorado.svg);
}
.site-logo.connecticut {
  background-image: url(../img/logos/connecticut.svg);
}
.site-logo.delaware {
  background-image: url(../img/logos/delaware.svg);
}
.site-logo.district-of-columbia {
  background-image: url(../img/logos/district_of_columbia.svg);
}
.site-logo.florida {
  background-image: url(../img/logos/florida.svg);
}
.site-logo.georgia {
  background-image: url(../img/logos/georgia.svg);
}
.site-logo.hawaii {
  background-image: url(../img/logos/hawaii.svg);
}
.site-logo.idaho {
  background-image: url(../img/logos/idaho.svg);
}
.site-logo.illinois {
  background-image: url(../img/logos/illinois.svg);
}
.site-logo.indiana {
  background-image: url(../img/logos/indiana.svg);
}
.site-logo.iowa {
  background-image: url(../img/logos/iowa.svg);
}
.site-logo.kansas {
  background-image: url(../img/logos/kansas.svg);
}
.site-logo.kentucky {
  background-image: url(../img/logos/kentucky.svg);
}
.site-logo.louisiana {
  background-image: url(../img/logos/louisiana.svg);
}
.site-logo.maine {
  background-image: url(../img/logos/maine.svg);
}
.site-logo.maryland {
  background-image: url(../img/logos/maryland.svg);
}
.site-logo.massachusetts {
  background-image: url(../img/logos/massachusetts.svg);
}
.site-logo.massachusetts2 {
  background-image: url(../img/logos/massachusetts2.svg);
}
.site-logo.michigan {
  background-image: url(../img/logos/michigan.svg);
}
.site-logo.minnesota {
  background-image: url(../img/logos/minnesota.svg);
}
.site-logo.mississippi {
  background-image: url(../img/logos/mississippi.svg);
}
.site-logo.missouri {
  background-image: url(../img/logos/missouri.svg);
}
.site-logo.montana {
  background-image: url(../img/logos/montana.svg);
}
.site-logo.nebraska {
  background-image: url(../img/logos/nebraska.svg);
}
.site-logo.nevada {
  background-image: url(../img/logos/nevada.svg);
}
.site-logo.new-hampshire {
  background-image: url(../img/logos/new_hampshire.svg);
}
.site-logo.new-jersey {
  background-image: url(../img/logos/new_jersey.svg);
}
.site-logo.new-mexico {
  background-image: url(../img/logos/new_mexico.svg);
}
.site-logo.new-york {
  background-image: url(../img/logos/new_york.svg);
}
.site-logo.north-carolina {
  background-image: url(../img/logos/north_carolina.svg);
}
.site-logo.north-dakota {
  background-image: url(../img/logos/north_dakota.svg);
}
.site-logo.ohio {
  background-image: url(../img/logos/ohio.svg);
}
.site-logo.oklahoma {
  background-image: url(../img/logos/oklahoma.svg);
}
.site-logo.oregon {
  background-image: url(../img/logos/oregon.svg);
}
.site-logo.pennsylvania {
  background-image: url(../img/logos/pennsylvania.svg);
}
.site-logo.rhode-island {
  background-image: url(../img/logos/rhode_island.svg);
}
.site-logo.south-carolina {
  background-image: url(../img/logos/south_carolina.svg);
}
.site-logo.south-dakota {
  background-image: url(../img/logos/south_dakota.svg);
}
.site-logo.tennessee {
  background-image: url(../img/logos/tennessee.svg);
}
.site-logo.texas {
  background-image: url(../img/logos/texas.svg);
}
.site-logo.utah {
  background-image: url(../img/logos/utah.svg);
}
.site-logo.vermont {
  background-image: url(../img/logos/vermont.svg);
}
.site-logo.virginia {
  background-image: url(../img/logos/virginia.svg);
}
.site-logo.washington {
  background-image: url(../img/logos/washington.svg);
}
.site-logo.west-virginia {
  background-image: url(../img/logos/west_virginia.svg);
}
.site-logo.wisconsin {
  background-image: url(../img/logos/wisconsin.svg);
}
.site-logo.wyoming {
  background-image: url(../img/logos/wyoming.svg);
}

/* Navigation Desktop */
@media only screen and (max-width: 1279px) {
  #menu {
    display: none;
  }
}

@media print {
  .hnav {
    display: none;
  }
}
.hnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5rem;
  margin: 0;
}
.members .hnav ul {
  gap: 2rem;
}
.hnav li {
  margin: 0;
  list-style: none;
  position: relative;
}
.hnav a {
  display: block;
  color: #222431;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.hnav a:hover, .hnav a:focus, .hnav a:active {
  color: #0071EB;
}
.hnav a.special {
  padding: 6px 24px;
  color: #FFF;
  background: #0071EB;
  border-radius: 100px;
}
.hnav a.special:hover, .hnav a.special:focus, .hnav a.special:active {
  background: #007BFF;
}
.hnav a.pro {
  padding: 6px 20px;
  color: #FFF;
  font-style: italic;
  font-weight: 900;
  background: #0071EB;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.hnav a.pro:hover, .hnav a.pro:focus, .hnav a.pro:active {
  background: #007BFF;
}
.hnav a.phone {
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .hnav a.phone {
    font-size: 12px;
  }
}
@media only screen and (max-width: 413px) {
  .hnav a.phone {
    padding-left: 20px;
    font-size: 10px;
  }
}
.hnav a.phone::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/outline/16/phone.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
@media only screen and (max-width: 413px) {
  .hnav a.phone::before {
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
.hnav a.phone:hover::before, .hnav a.phone:focus::before, .hnav a.phone:active::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.hnav a .num {
  flex: 0 0 auto;
  display: inline-block;
  min-width: 18px;
  padding: 0 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #EA0000;
  border-radius: 10rem;
}
.hnav .search-again {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  color: #FFF;
  background: #0071EB;
  border-radius: 100px;
}
.hnav .search-again::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/magnifier.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.hnav .search-again:hover, .hnav .search-again:focus, .hnav .search-again:active {
  color: #FFF;
  background: #007BFF;
}
.hnav .hnav-icn {
  padding: 11px;
  font-size: 0px;
  text-indent: -999em;
  background: rgba(34, 36, 49, 0.05);
  border: 2px solid transparent;
  border-radius: 21px;
}
.hnav .hnav-icn:hover, .hnav .hnav-icn:focus-within {
  background: #FFF;
}
.hnav .hnav-icn:hover::before, .hnav .hnav-icn:focus-within::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.hnav .hnav-icn::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hnav .hnav-icn.icn-home::before {
  background-image: url(../img/icns/fill/16/home.svg);
}
.hnav .hnav-icn.icn-support::before {
  background-image: url(../img/icns/fill/16/support.svg);
}
.hnav .hnav-icn.icn-account::before {
  background-image: url(../img/icns/fill/16/user.svg);
}
.hnav .has-sub {
  z-index: 2;
}
.hnav .has-sub > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.hnav .has-sub > a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url(../img/arw.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hnav .has-sub:hover > a, .hnav .has-sub:focus-within > a, .hnav .has-sub.open > a {
  color: #0071EB;
}
.hnav .has-sub:hover > a::after, .hnav .has-sub:focus-within > a::after, .hnav .has-sub.open > a::after {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.hnav .has-sub:hover .hnav-icn, .hnav .has-sub:focus-within .hnav-icn, .hnav .has-sub.open .hnav-icn {
  background: #FFF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hnav .has-sub:hover .hnav-icn::before, .hnav .has-sub:focus-within .hnav-icn::before, .hnav .has-sub.open .hnav-icn::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.hnav .has-sub ul {
  display: none;
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  max-height: 50vh;
  height: inherit;
  padding: 3rem 4rem;
  background: #FFF;
  border-radius: 20px 0 20px 20px;
  white-space: nowrap;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 10px 15px 0 rgba(34, 36, 49, 0.1);
  box-shadow: 0 10px 15px 0 rgba(34, 36, 49, 0.1);
}
.hnav .has-sub ul.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.hnav .has-sub ul.two-cols li {
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.hnav .has-sub ul li {
  border-bottom: 1px solid rgba(34, 36, 49, 0.1);
}
.hnav .has-sub ul li:first-child {
  border-top: none;
}
.hnav .has-sub ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 2rem 1rem 0;
  position: relative;
}
.hnav .has-sub ul a[class^="icn-"]::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hnav .has-sub ul a.icn-account::before {
  background-image: url(../img/icns/fill/16/user.svg);
}
.hnav .has-sub ul a.icn-reports::before {
  background-image: url(../img/icns/fill/16/folder_document.svg);
}
.hnav .has-sub ul a.icn-logout::before {
  background-image: url(../img/icns/fill/16/logout.svg);
}
.hnav .has-sub ul a.icn-alert::before {
  background-image: url(../img/icns/fill/16/bell.svg);
}
.hnav .has-sub ul a.icn-team::before {
  background-image: url(../img/icns/fill/16/group.svg);
}
.hnav .has-sub ul a.icn-upgrade::before {
  background-image: url(../img/icns/fill/16/upgrade.svg);
}
.hnav .has-sub ul a:hover::before, .hnav .has-sub ul a:focus-within::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.hnav .has-sub:hover > ul, .hnav .has-sub:focus-within > ul, .hnav .has-sub.open ul, .hnav .has-sub.hover:hover ul,
.hnav .has-sub ul:hover,
.hnav .has-sub ul:focus {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Navigation Mobile */
.slicknav_menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: -8px;
  z-index: 1000;
}
@media only screen and (max-width: 1279px) {
  .slicknav_menu {
    display: block;
  }
}

a.slicknav_btn {
  display: block;
  height: 100%;
  position: relative;
}
a.slicknav_btn.slicknav_open .slicknav_icon {
  background: url(../img/menu_close.svg) center center no-repeat;
  background-size: 18px auto;
}
a.slicknav_btn.slicknav_open .slicknav_icon-bar {
  display: none;
}

.slicknav_menutxt {
  font-size: 0px;
  text-decoration: none;
  text-indent: -999em;
}

.slicknav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  padding: 3px 0;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.slicknav_icon-bar {
  height: 2px;
  background: #222431;
}

.slicknav_nav {
  display: block;
  width: 300px;
  padding: 15px 30px;
  font-size: 16px;
  background: #FFF;
  border-top: 3px solid #0071EB;
  border-radius: 16px 0 16px 16px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(34, 36, 49, 0.1);
  box-shadow: 0 5px 10px 0 rgba(34, 36, 49, 0.1);
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul ul {
  max-height: 50vh;
  padding-left: 30px;
  font-size: 14px;
  overflow-y: auto;
}
.slicknav_nav li {
  margin: 0;
  border-top: 1px solid #E8E9EA;
  list-style: none;
}
.slicknav_nav li:first-child {
  border-top: none;
}
.slicknav_nav a {
  display: block;
  padding: 15px 0;
  color: #222431;
  text-decoration: none;
  position: relative;
}
.slicknav_nav a:hover, .slicknav_nav a:focus-within {
  color: #0071EB;
}
.slicknav_nav a.special {
  color: #0071EB;
  font-weight: 700;
}
.slicknav_nav .slicknav_row {
  padding: 0;
}
.slicknav_nav .has-sub > a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/arw.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slicknav_nav .has-sub.slicknav_open > a::after {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slicknav_nav .has-sub ul {
  border-top: 1px solid #E8E9EA;
}
.slicknav_nav .num {
  display: inline-block;
  min-width: 18px;
  margin-left: 4px;
  padding: 0 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #EA0000;
  border-radius: 10rem;
  vertical-align: top;
}

.slicknav_arrow {
  display: none;
}

/* Mobile Menu */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
  border: 1px solid transparent;
}

/* Footer */
.site-footer {
  margin-top: auto;
  padding: 7rem 0;
  background: #F4F4F4;
}
@media print {
  .site-footer {
    display: none;
  }
}
.members .site-footer {
  background: transparent;
}
.site-footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.site-footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 1279px) {
  .site-footer .row {
    flex-wrap: wrap;
  }
}
.site-footer .col {
  flex: 0 1 auto;
}
@media only screen and (max-width: 1279px) {
  .site-footer .col {
    flex: 0 1 100%;
  }
}
.site-footer .inf {
  max-width: 260px;
  font-size: 14px;
}
.site-footer .cpy {
  align-self: center;
}
.site-footer .ttl {
  color: #222431;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .site-footer .ttl {
    font-size: 16px;
  }
}
.site-footer .site-logo {
  width: 200px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-logo {
    width: 150px;
    height: 24px;
  }
}
.site-footer .site-logo.pro {
  width: 246px;
}
@media only screen and (max-width: 767px) {
  .site-footer .site-logo.pro {
    width: 185px;
  }
}
.site-footer .cnt li {
  padding-left: 24px;
  position: relative;
}
.site-footer .cnt li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
.site-footer .cnt li.phn::before {
  background-image: url(../img/icns/outline/16/phone.svg);
}
.site-footer .cnt li.eml::before {
  background-image: url(../img/icns/outline/16/email.svg);
}
.site-footer .cnt li.adr::before {
  background-image: url(../img/icns/outline/16/pin.svg);
}
.site-footer ul {
  margin-left: 0;
}
.site-footer ul.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
.site-footer li {
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.site-footer a {
  color: #4E505A;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #0071EB;
}
.site-footer a.fx {
  align-items: center;
  gap: 8px;
}
.site-footer a.fx:hover .ic, .site-footer a.fx:focus-within .ic {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.site-footer a .ic {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-footer a .ic.icn-accsessibility {
  background-image: url(../img/icns/fill/16/accsessibility.svg);
}
.site-footer hr {
  flex: 0 0 auto;
  height: 1px;
  margin: 0;
  border: none;
  background: rgba(34, 36, 49, 0.1);
}
.site-footer .soc {
  flex: 0 0 auto;
}
.site-footer .soc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
}
.site-footer .soc li {
  flex: 0 0 auto;
  margin: 0;
  list-style: none;
}
.site-footer .soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0px;
  text-decoration: none;
  text-indent: -999em;
  background: #BCBDC1;
  border-radius: 5px;
}
.site-footer .soc a::before {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.site-footer .soc a.fb::before {
  background-image: url(../img/icns/fill/16/facebook.svg);
}
.site-footer .soc a.fb:hover, .site-footer .soc a.fb:focus, .site-footer .soc a.fb:active {
  background-color: #4267B2;
}
.site-footer .soc a.tw::before {
  background-image: url(../img/icns/fill/16/twitter.svg);
}
.site-footer .soc a.tw:hover, .site-footer .soc a.tw:focus, .site-footer .soc a.tw:active {
  background-color: #000;
}
.site-footer .soc a.yt::before {
  background-image: url(../img/icns/fill/16/youtube.svg);
}
.site-footer .soc a.yt:hover, .site-footer .soc a.yt:focus, .site-footer .soc a.yt:active {
  background-color: #F00;
}
.site-footer .soc a.li::before {
  background-image: url(../img/icns/fill/16/linkedin.svg);
}
.site-footer .soc a.li:hover, .site-footer .soc a.li:focus, .site-footer .soc a.li:active {
  background-color: #0A66C2;
}
.site-footer .soc a.pi::before {
  background-image: url(../img/icns/fill/16/pinterest.svg);
}
.site-footer .soc a.pi:hover, .site-footer .soc a.pi:focus, .site-footer .soc a.pi:active {
  background-color: #E60023;
}

/* Error */
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .error {
    flex-direction: column;
    gap: 4rem;
    text-align: center;
  }
}
.error .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .error .hdr {
    justify-content: center;
  }
}
.error .t1 {
  color: #222431;
  font-family: "Roboto Slab", serif;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1;
}
.error .t2 {
  color: #BCBDC1;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
}
.error .t3 {
  margin-top: 2rem;
  font-size: 2.4rem;
}
.error .button {
  margin-top: 3rem;
}
.error .button .row {
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .error .button .row {
    justify-content: center;
  }
}
.error .ill {
  flex: 0 0 auto;
}

/* Error */
.infographic-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.chart-hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.chart-hdr * {
  margin: 0;
}
.chart-hdr .t1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .chart-hdr .t1 {
    font-size: 24px;
  }
}

.chart-ftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .chart-ftr {
    flex-direction: column;
  }
}
.chart-ftr .cpy {
  color: #64656E;
  font-size: 12px;
}
.chart-ftr .site-logo {
  width: 200px;
  height: 32px;
  margin: auto;
}

.chart-map {
  width: 100%;
  min-width: 310px;
  max-width: 960px;
  height: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .chart-map {
    height: 320px;
  }
}
.chart-map .loading {
  margin-top: 10em;
  text-align: center;
  color: gray;
}

/* Search */
.d-search .nav {
  margin-bottom: 3rem;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(1em + 4px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .d-search .nav {
    font-size: 12px;
  }
}
.d-search .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
.d-search .nav li {
  margin: 0;
  list-style: none;
}
.d-search .nav a {
  display: block;
  padding: 0.8rem 2rem;
  color: #222431;
  text-decoration: none;
  background: #F4F4F4;
  border-radius: 100px;
  position: relative;
  z-index: 0;
}
.d-search .nav a::before {
  display: block;
  content: "";
  width: 18px;
  height: 8px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.d-search .nav a:hover, .d-search .nav a:focus-within {
  color: #0071EB;
  background: #C8E2FF;
}
.d-search .nav a.active {
  color: #FFF;
  background: #0071EB;
}
.d-search .nav a.active::before {
  background: #0071EB;
  bottom: -6px;
}
.d-search .form {
  max-width: 640px;
  margin: 0 auto;
}
.d-search .form.zip {
  max-width: 240px;
}

/* Single Form */
.single-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0px;
  text-indent: -999rem;
  background: transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.single-form .btn.md {
  width: 48px;
  height: 48px;
}
.single-form .btn::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icns/outline/24/magnifier.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.3;
}
.single-form .btn:hover::before, .single-form .btn:focus::before, .single-form .btn:active::before {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
  opacity: 1;
}

/* Content */
.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.search-cats {
  padding: 1rem 1rem 0 1rem;
  background: #D3D3D6;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .search-cats {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .search-cats {
    font-size: 13px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.search-cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  margin: 0;
}
.search-cats li {
  margin: 0;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-cats li {
    flex: 1 1 auto;
  }
}
.search-cats a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 2.4rem;
  color: #222431;
  font-weight: 500;
  text-decoration: none;
  border-radius: 1rem 1rem 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .search-cats a {
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.5rem;
  }
}
.search-cats a:hover, .search-cats a:focus-within {
  background: rgba(255, 255, 255, 0.3);
}
.search-cats a:hover::before, .search-cats a:hover::after, .search-cats a:focus-within::before, .search-cats a:focus-within::after {
  -webkit-box-shadow: 0px 1rem 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 1rem 0px 0px rgba(255, 255, 255, 0.3);
}
.search-cats a.active {
  color: #0071EB;
  background: #FFF;
  z-index: 10;
}
.search-cats a.active::before, .search-cats a.active::after {
  -webkit-box-shadow: 0px 1rem 0px 0px #FFF;
  box-shadow: 0px 1rem 0px 0px #FFF;
}
.search-cats a.active .ic {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.search-cats a::before, .search-cats a::after {
  display: block;
  content: "";
  width: 1rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-cats a::before {
  border-radius: 0 0 1rem 0;
  right: 100%;
}
.search-cats a::after {
  border-radius: 0 0 0 1rem;
  left: 100%;
}
.search-cats a .ic {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.search-cats a .ic.ic-prt {
  background-image: url(../img/icns/fill/16/home.svg);
}
.search-cats a .ic.ic-frc {
  background-image: url(../img/icns/fill/16/gavel.svg);
}
.search-cats a .ic.ic-ngb {
  background-image: url(../img/icns/fill/16/pin.svg);
}
.search-cats a .ic.ic-mfr {
  background-image: url(../img/icns/fill/16/magnifier.svg);
}
.search-cats a .ic.ic-usr {
  background-image: url(../img/icns/fill/16/user.svg);
}
.search-cats .lbl {
  font-style: italic;
  padding: 1rem 2rem 1rem 0;
}
@media only screen and (max-width: 767px) {
  .search-cats .lbl {
    display: none;
  }
}
.search-cats .lbl .txt {
  padding-left: 26px;
  color: #7A7C83;
  position: relative;
}
.search-cats .lbl .txt::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/magnifier.svg) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}

.d-reports.fit {
  width: fit-content;
  min-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .d-reports.fit {
    width: 100%;
    min-width: inherit;
  }
}
.d-reports.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .d-reports.two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.d-reports .col {
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: -1px;
}
.d-reports .col.type-address .icn::before {
  background-image: url(../img/icns/fill/32/home.svg);
}
.d-reports .col.type-name .icn::before {
  background-image: url(../img/icns/fill/32/user.svg);
}
.d-reports .col.type-phone .icn::before {
  background-image: url(../img/icns/fill/32/phone.svg);
}
.d-reports .col.type-email .icn::before {
  background-image: url(../img/icns/fill/32/email.svg);
}
.d-reports .col.type-zip .icn::before {
  background-image: url(../img/icns/fill/32/pin.svg);
}
.d-reports .col.type-foreclosure .icn::before {
  background-image: url(../img/icns/fill/32/home_gavel.svg);
}
.d-reports .col.type-pre-inspection .icn::before {
  background-image: url(../img/icns/fill/32/home_magnifier.svg);
}
.d-reports .col.type-entity .icn::before {
  background-image: url(../img/icns/fill/32/suitcase.svg);
}
.d-reports .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  color: #222431;
  text-decoration: none;
  border-top: 1px solid #E8E9EA;
  border-bottom: 1px solid #E8E9EA;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .d-reports .cnt {
    flex-wrap: wrap;
  }
}
.d-reports .cnt.cta {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .d-reports .cnt.cta {
    padding-right: 5rem;
  }
}
.d-reports .cnt.cta::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .d-reports .cnt.cta::after {
    display: block;
  }
}
.d-reports a.cnt {
  padding-right: 5rem;
}
.d-reports a.cnt:hover, .d-reports a.cnt:focus-within {
  color: #0071EB;
}
.d-reports a.cnt:hover .icn, .d-reports a.cnt:focus-within .icn {
  background: #0071EB;
}
.d-reports a.cnt:hover .icn::before, .d-reports a.cnt:focus-within .icn::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.d-reports a.cnt:hover .btn, .d-reports a.cnt:focus-within .btn {
  background: #2A9E00;
}
.d-reports a.cnt::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.d-reports .icn {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background: #C8E2FF;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.d-reports .icn::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.d-reports .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .d-reports .inf {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    flex: 0 1 calc(100% - (48px + 2rem));
  }
}
.d-reports .txt {
  flex: 0 1 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .d-reports .txt {
    flex: 0 1 auto;
  }
}
.d-reports .ttl {
  display: block;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  .d-reports .ttl {
    font-size: 16px;
  }
}
.d-reports .ttl a {
  text-decoration: none;
}
.d-reports .dat {
  flex: 0 1 calc(100% / 3);
  display: block;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .d-reports .dat {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .d-reports .dat {
    flex: 0 1 auto;
  }
}
.d-reports .btn {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .d-reports .btn {
    display: none;
  }
}
.d-reports .monitoring-control {
  flex: 0 0 auto;
  justify-content: flex-end;
  min-width: 270px;
  margin-left: auto;
  padding: 0;
}
.d-reports .monitoring-control .lbl {
  padding: 0;
}
.d-reports .monitoring-control .lbl a {
  text-decoration: none;
}

.d-news .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 4rem;
}
.d-news .col {
  flex: 0 1 calc(50% - 2.5rem);
  width: calc(50% - 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .d-news .col {
    flex: 0 1 100%;
    width: 100%;
  }
}
.d-news .img {
  width: 100%;
  padding-top: 42.5%;
  overflow: hidden;
  position: relative;
  background: #E8E9EA;
  border-radius: 10px 10px 0 0;
}
.d-news .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.d-news .txt {
  flex: 1 1 auto;
  padding: 3rem;
  border: 1px solid #E8E9EA;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
.d-news .ttl {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .d-news .ttl {
    font-size: 16px;
  }
}
.d-news .ttl a {
  display: block;
  color: #222431;
  text-decoration: none;
}
.d-news .ttl a:hover, .d-news .ttl a:focus-within {
  color: #0071EB;
}
.d-news .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  margin-top: 2rem;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .d-news .inf {
    font-size: 12px;
  }
}
.d-news .aut {
  font-weight: 500;
}
.d-news .aut:not(:last-child) {
  padding-right: 2rem;
  border-right: 1px solid #E8E9EA;
}
.d-news .dat {
  color: #909198;
}

.d-filters {
  margin-bottom: -2rem;
}
.d-filters .row {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .d-filters .row {
    flex-direction: row;
  }
}
.d-filters .col {
  flex: 0 1 auto;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .d-filters .col {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}
.d-filters .form-label {
  flex: 0 0 auto;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .d-filters .form-label {
    font-size: 12px;
  }
}
.d-filters .form-control {
  border-width: 1px;
}

.d-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}
.d-results .res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #E8E9EA;
}
@media only screen and (max-width: 767px) {
  .d-results .res {
    flex-direction: column;
  }
}
.d-results .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 3rem;
  flex: 1 1 auto;
}
@media only screen and (max-width: 1279px) {
  .d-results .inf {
    flex-direction: column;
  }
}
.d-results .inf .col {
  flex: 0 1 100%;
}
.d-results .inf .col.col-dat {
  flex: 0 0 auto;
  width: 100%;
  max-width: 180px;
}
@media only screen and (max-width: 1279px) {
  .d-results .inf .col.col-dat {
    max-width: inherit;
  }
}
.d-results .inf .col.col-lnk {
  flex: 0 0 auto;
}
.d-results .inf .col.col-lnk a.bci {
  text-decoration: underline;
  text-transform: uppercase;
}
.d-results .inf .col.col-lnk a.bci:hover, .d-results .inf .col.col-lnk a.bci:focus, .d-results .inf .col.col-lnk a.bci:active {
  color: #238500;
}
.d-results .inf .col.col-lnk .btn.sm {
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .d-results .inf .col.col-lnk .btn.sm {
    padding: 10px 12px;
    font-size: 13px;
  }
}
.d-results .inf .ttl {
  flex: 0 0 auto;
  margin-bottom: 1rem;
  color: #7A7C83;
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .d-results .inf .ttl {
    font-size: 11px;
  }
}
.d-results .inf .val {
  font-weight: 500;
  line-height: 1.25;
}
.d-results .inf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
}
.d-results .inf li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  margin: 0;
  list-style: none;
}
.d-results .inf a {
  text-decoration: none;
}
.d-results .nam {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 600;
}
.d-results .nam a {
  text-decoration: none;
}
.d-results .cta {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .d-results .cta {
    align-self: center;
  }
}
.d-results .ftr {
  padding-top: 4rem;
  border-top: 1px solid #E8E9EA;
}

.d-locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5rem;
}
.d-locations .tl {
  margin-bottom: 1rem;
  color: #0071EB;
  font-size: 18px;
}

.d-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 1rem;
}
@media only screen and (max-width: 1279px) {
  .d-container {
    flex-direction: column;
  }
}
.d-container .d-content {
  flex: 1 1 auto;
}
.d-container .d-sidebar {
  flex: 0 0 calc(100% / 2.65);
  width: calc(100% / 2.65);
}
@media only screen and (max-width: 1279px) {
  .d-container .d-sidebar {
    flex: 0 1 auto;
    width: 100%;
  }
}

.c-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}

.c-sum .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E8E9EA;
}
.c-sum strong {
  display: inline-block;
}

.c-sat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1279px) {
  .c-sat {
    margin-top: 3rem;
  }
}
.c-sat .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.c-sat .txt .h5 {
  margin: 0;
}
.c-sat .txt p {
  margin: 0;
  color: #4E505A;
}

@media only screen and (max-width: 1279px) {
  .c-dt {
    display: none;
  }
}

.c-mb {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .c-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.support-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}
.support-contacts .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .support-contacts .row {
    gap: 3rem;
  }
}
.support-contacts .sep {
  height: 1px;
  background: #E8E9EA;
}
.support-contacts .icn {
  flex: 0 0 auto;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .support-contacts .icn {
    width: 24px;
  }
}
.support-contacts .val {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .support-contacts .val {
    font-size: 16px;
  }
}
.support-contacts a:not(.btn) {
  color: #222431;
  text-decoration: none;
}
.support-contacts a:not(.btn):hover, .support-contacts a:not(.btn):focus, .support-contacts a:not(.btn):active {
  color: #0071EB;
}
.support-contacts .cht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .support-contacts .cht {
    flex-direction: row;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .support-contacts .cht {
    gap: 3rem;
  }
}
.support-contacts .cht .icn {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 1279px) {
  .support-contacts .cht .icn {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .support-contacts .cht .icn {
    width: 24px;
  }
}
.support-contacts .cht .icn img {
  width: 100%;
}
.support-contacts .cht .t1 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .support-contacts .cht .t1 {
    font-size: 16px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767px) {
  .support-contacts .cht .t1 {
    font-size: 14px;
  }
}
.support-contacts .cht .t2 {
  font-weight: 500;
}
@media only screen and (max-width: 1279px) {
  .support-contacts .cht .t2 {
    font-size: 20px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .support-contacts .cht .t2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1279px) {
  .support-contacts .cht .cta {
    margin-left: auto;
  }
}
.account .support-contacts {
  flex-direction: row;
  padding: 2rem 3rem;
  background: rgba(0, 113, 235, 0.05);
  border-radius: 1rem;
}
.account .support-contacts .row {
  flex: 0 1 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .account .support-contacts .row {
    justify-content: flex-start;
  }
}
.account .support-contacts .sep {
  flex: 0 0 auto;
  width: 1px;
  height: auto;
  background: rgba(0, 113, 235, 0.2);
}
.account .support-contacts .icn {
  width: 24px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .account .support-contacts .icn {
    display: none;
  }
}
.account .support-contacts .ttl {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .account .support-contacts .ttl {
    font-size: 12px;
  }
}
.account .support-contacts .val {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .account .support-contacts .val {
    font-size: 16px;
  }
}

.ac-details .val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  color: #0071EB;
  background: #F8F8F9;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .ac-details .val {
    height: 40px;
    padding: 0 12px;
    font-size: 16px;
  }
}

.ac-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .ac-status {
    flex-direction: column;
  }
}
.ac-status .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  flex: 0 1 100%;
}
.ac-status .sep {
  flex: 0 0 auto;
  width: 1px;
  background: #E8E9EA;
}
@media only screen and (max-width: 767px) {
  .ac-status .sep {
    width: 100%;
    height: 1px;
  }
}
.ac-status .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ac-status .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ac-status .t2.inactive img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.ac-status .t2.active img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}

.my-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 1279px) {
  .my-profile {
    flex-direction: column;
  }
}
.lbox-body .my-profile {
  flex-direction: column;
}
.my-profile .profile-photo,
.my-profile .image-upload {
  flex: 0 0 calc(100% / 3 - 3rem / 3 * 2);
}
@media only screen and (max-width: 1279px) {
  .my-profile .profile-photo,
  .my-profile .image-upload {
    flex: 0 1 auto;
    min-height: 240px;
  }
}
.my-profile .profile-photo .drag-area,
.my-profile .image-upload .drag-area {
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  .my-profile .profile-photo .drag-area,
  .my-profile .image-upload .drag-area {
    min-height: 240px;
  }
}
.my-profile .form {
  flex: 0 1 100%;
}

.profile-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background: #F8F8F9;
  border-radius: 2rem;
}
.profile-photo img {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  object-fit: cover;
}

.no-searches {
  padding: 2rem;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  background: rgba(0, 113, 235, 0.1);
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .no-searches {
    font-size: 16px;
  }
}

/* Membership Canceled */
.lbox-cancel .lbox-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.lbox-cancel .txt {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lbox-cancel .txt {
    font-size: 16px;
  }
}
.lbox-cancel .txt p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .lbox-cancel .txt p {
    display: inline;
  }
}

/* Thank You */
.thank-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .thank-you {
    font-size: 14px;
  }
}
.thank-you .t1 {
  padding: 2rem 4rem;
  background: rgba(35, 133, 0, 0.1);
  border-radius: 1.5rem;
}
.thank-you .t1 .t12 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .thank-you .t1 .t12 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .thank-you .t2 br {
    display: none;
  }
}
.thank-you a {
  text-decoration: none;
}
.thank-you .form-check-radio .txt {
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .thank-you .form-check-radio .txt {
    line-height: 20px;
  }
}
.thank-you .form-check-radio .txt a {
  color: #0071EB;
}

/* Account Expired */
.ac-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .ac-cnt {
    flex-direction: column;
  }
}
.ac-cnt .ac-rep {
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .ac-cnt .ac-rep {
    order: 2;
  }
}
.ac-cnt .ac-rep .h4 {
  margin: 0;
}
.ac-cnt .ac-rep .report-tmb-cont {
  margin-top: 0;
  margin-bottom: 0;
}
.ac-cnt .ac-rep .tl {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ac-cnt .ac-rep .tl {
    font-size: 20px;
  }
}
.ac-cnt .ac-rep .tl br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ac-cnt .ac-rep .tl br {
    display: block;
  }
}
.ac-cnt .ac-inc {
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.ac-cnt .ac-inc .tl {
  margin: 0;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .ac-cnt .ac-inc .tl {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ac-cnt .ac-inc .tl {
    font-size: 18px;
  }
}
.ac-cnt .ac-inc .tl br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .ac-cnt .ac-inc .tl br {
    display: block;
  }
}

.ac-reports {
  margin: -10px -10px 0 -10px;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ac-reports {
    order: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .account-reactivation .ac-reports {
    order: -1;
  }
}
body .ac-reports {
  margin-top: -10px;
}
.ac-reports::before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ac-reports .row {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 113, 235, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 113, 235, 0.2);
}
@media only screen and (max-width: 767px) {
  .ac-reports .row {
    height: 150px;
  }
}
.ac-reports .col {
  width: 160px;
  position: absolute;
  top: 0;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 113, 235, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 113, 235, 0.2);
}
@media only screen and (max-width: 767px) {
  .ac-reports .col {
    width: 120px;
  }
}
.ac-reports .c1 {
  left: 0;
}
.ac-reports .c2 {
  left: 20%;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
}
.ac-reports .c3 {
  left: 40%;
  -webkit-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  transform: translateX(-40%);
}
.ac-reports .c4 {
  left: 60%;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
}
.ac-reports .c5 {
  left: 80%;
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
}
.ac-reports .c6 {
  right: 0;
}

.monitoring-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 -4rem;
  padding: 4rem;
  background: rgba(0, 113, 235, 0.1);
}
.monitoring-form h3 {
  margin: 0;
}

.monitoring-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.monitoring-results .nav .lbl {
  padding-right: 1rem;
  text-transform: uppercase;
}
.monitoring-results .nav .edt {
  padding-left: 1rem;
}
.monitoring-results .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
.monitoring-results .nav li {
  margin: 0;
  list-style: none;
}
.monitoring-results .nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.monitoring-results .nav .flt a {
  padding: 0.6rem 2rem;
  color: #222431;
  border: 1px solid #D3D3D6;
  border-radius: 50px;
}
.monitoring-results .nav .flt a:hover, .monitoring-results .nav .flt a:focus-within {
  color: #0071EB;
  border: 1px solid #0071EB;
}
.monitoring-results .nav .flt .cls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: -1rem;
  background: #E8E9EA;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.monitoring-results .nav .flt .cls::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.monitoring-results .nav .flt .cls:hover, .monitoring-results .nav .flt .cls:focus-within {
  background: #EA0000;
}
.monitoring-results .nav .flt .cls:hover::before, .monitoring-results .nav .flt .cls:focus-within::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.monitoring-results .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 1279px) {
  .monitoring-results .cnt {
    flex-direction: column;
  }
}
.monitoring-results .cnt .side {
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
  order: 1;
}
@media only screen and (max-width: 1279px) {
  .monitoring-results .cnt .side {
    flex: 0 1 auto;
    width: 100%;
    order: -1;
  }
}
.monitoring-results .cnt .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex: 1 1 auto;
}
.monitoring-results .tot {
  font-size: 24px;
  font-weight: 500;
}
.monitoring-results .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.monitoring-results .lst .res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: #FFF;
  border-radius: 2rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .res {
    flex-direction: column;
    align-items: stretch;
  }
}
.monitoring-results .lst .img {
  flex: 0 0 calc(100% / 3);
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .img {
    flex: 0 1 auto;
  }
}
.monitoring-results .lst .img .img-cnt {
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .img .img-cnt {
    height: auto;
    padding-top: calc(100% / 3 * 2);
  }
}
.monitoring-results .lst .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.monitoring-results .lst .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 auto;
  padding: 2rem 2rem 2rem 0;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .inf {
    align-items: center;
    padding: 0 3rem 4rem 3rem;
  }
}
.monitoring-results .lst .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .txt {
    align-items: center;
  }
}
.monitoring-results .lst .ttl {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .ttl {
    font-size: 18px;
    text-align: center;
  }
}
.monitoring-results .lst .dat {
  font-size: 14px;
  font-weight: 500;
}
.monitoring-results .lst .inc {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .inc {
    font-size: 12px;
  }
}
.monitoring-results .lst .inc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .inc ul {
    justify-content: center;
  }
}
.monitoring-results .lst .inc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  list-style: none;
}
.monitoring-results .lst .inc li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
@media only screen and (max-width: 767px) {
  .monitoring-results .lst .inc li::before {
    width: 12px;
    height: 12px;
  }
}
.monitoring-results .lst .inc li.icn-bed::before {
  background-image: url(../img/icns/fill/16/bed.svg);
}
.monitoring-results .lst .inc li.icn-bath::before {
  background-image: url(../img/icns/fill/16/bath.svg);
}
.monitoring-results .lst .inc li.icn-footage::before {
  background-image: url(../img/icns/fill/16/home_ruller.svg);
}
.monitoring-results .map {
  height: 400px;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .monitoring-results .map {
    height: 300px;
  }
}
.monitoring-results .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.search-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .search-error .img {
    max-width: 132px;
  }
}
.search-error .txt {
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .search-error .txt {
    font-size: 16px;
  }
}
.search-error .txt a {
  display: inline-block;
  color: #222431;
}
.search-error .txt a:hover, .search-error .txt a:focus-within {
  color: #0071EB;
}

.get-link {
  text-align: center;
  position: relative;
}
.get-link .msg {
  width: 100%;
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .get-link .msg {
    font-size: 10px;
  }
}

.mp-lst .slick-list {
  margin: 0 -1rem;
}
.mp-lst .slick-slide > div {
  height: 100%;
}
.mp-lst .col {
  padding: 1rem;
  height: 100%;
}
.mp-lst .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  height: 100%;
  padding: 4rem;
  background: #FFF;
  border: 1px solid #E8E9EA;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem 0 rgba(34, 36, 49, 0.1);
  box-shadow: 0 0 1rem 0 rgba(34, 36, 49, 0.1);
}
.mp-lst .cnt:hover, .mp-lst .cnt:focus-within {
  border-color: #0071EB;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 113, 235, 0.25);
  box-shadow: 0 0 1rem 0 rgba(0, 113, 235, 0.25);
}
.mp-lst .icn {
  width: 64px;
  height: 64px;
  background: #C8E2FF;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mp-lst .icn::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/icns/fill/32/home.svg) center center no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mp-lst .adr {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .mp-lst .adr {
    font-size: 16px;
  }
}
.mp-lst .cta {
  margin-top: auto;
}
.mp-lst .cta .num {
  color: #EA0000;
  font-weight: 700;
}

/* Layout */
.d-section {
  min-height: 100%;
  background: #FFF;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .d-section {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .d-section {
    margin: 0 -2rem;
  }
}
.d-section > .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 4rem;
}
.d-section > .hdr.center {
  justify-content: center;
}
.d-section > .hdr .d-h2 {
  margin: 0;
}
.d-section > .hdr .stl {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .d-section > .hdr .stl {
    font-size: 14px;
  }
}
.d-section > .hdr .cta-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.d-section > .hdr .cta-txt .txt {
  color: #222431;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .d-section > .hdr .cta-txt .txt {
    font-size: 10px;
  }
}
.d-section > .bdy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
  padding: 4rem;
}
.d-section > .bdy:not(:first-child) {
  padding-top: 0;
}

.d-h1.alert::before,
.d-h2.alert::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin: 12px 12px 0 0;
  background: url(../img/alert.svg) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}
@media only screen and (max-width: 1279px) {
  .d-h1.alert::before,
  .d-h2.alert::before {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .d-h1.alert::before,
  .d-h2.alert::before {
    width: 24px;
    height: 24px;
    margin: 7px 8px 0 0;
  }
}
@media only screen and (max-width: 413px) {
  .d-h1.alert::before,
  .d-h2.alert::before {
    margin-top: 5px;
  }
}

.d-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .d-h2 {
    font-size: 20px;
  }
}
.d-h2.alert {
  display: block;
}
.d-h2.alert::before {
  margin-top: 2px;
}
@media only screen and (max-width: 1279px) {
  .d-h2.alert::before {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .d-h2.alert::before {
    margin-top: 0;
  }
}
@media only screen and (max-width: 413px) {
  .d-h2.alert::before {
    margin-top: 0;
  }
}
.d-h2 .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .d-h2 .icn {
    width: 24px;
    margin-right: 3rem;
  }
}
.d-h2 .icn.filter-success {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}

/* Cover */
.r-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.report .r-cover {
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  text-align: center;
  background: #FFF;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .report .r-cover {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .report .r-cover {
    margin: 0 -2rem;
  }
}
.report .r-cover .agt {
  align-items: center;
}
.r-cover .img {
  flex: 0 0 auto;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .r-cover .img {
    width: 96px;
    height: 96px;
  }
}
.r-cover .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.r-cover .agt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.r-cover .agt .nam {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .r-cover .agt .nam {
    font-size: 18px;
  }
}
.r-cover .agt .pos {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .r-cover .agt .pos {
    font-size: 10px;
  }
}
.r-cover .adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.r-cover .adr .t1 {
  color: #0071EB;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .r-cover .adr .t1 {
    font-size: 24px;
  }
}
.r-cover .adr .t2 {
  color: #0071EB;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .r-cover .adr .t2 {
    font-size: 16px;
  }
}

/* Toast Box */
.info-notice {
  width: 100%;
  max-width: 400px;
  font-weight: 500;
  text-align: center;
  position: fixed;
  top: 10px;
  right: -480px;
  z-index: 99999999999;
  animation-name: fadeInAnimation;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 767px) {
  .info-notice {
    max-width: calc(100vw - 20px);
  }
}
.info-notice.is-sticky {
  margin-top: 10px;
}
.info-notice.alerts-notice {
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .info-notice.alerts-notice {
    max-width: calc(100vw - 20px);
  }
}

@keyframes fadeInAnimation {
  0% {
    right: -360px;
    opacity: 0;
  }
  100% {
    right: 10px;
    opacity: 1;
  }
}
.in-block {
  margin-bottom: 1rem;
  padding: 2rem;
  background: #FFF;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
}
.in-block:last-child {
  border-bottom: none;
}

.in-text {
  margin-top: 0.5rem;
  position: relative;
}
.in-text .num {
  display: inline-block;
  min-width: 24px;
  padding: 0 6px;
  color: #FFF;
  text-align: center;
  background: #EA0000;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .in-text .num {
    min-width: 20px;
    padding: 0 4px;
  }
}

.in-t1 {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .in-t1 {
    font-size: 16px;
  }
}
.in-t1.alert::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin: 3px 10px 0 0;
  background: url(../img/alert.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .in-t1.alert::before {
    width: 20px;
    height: 20px;
    margin: 2px 8px 0 0;
  }
}

.in-t2 {
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .in-t2 {
    font-size: 12px;
  }
}

.in-button {
  margin-top: 1rem;
}

.in-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 10px auto;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
}
.in-close:hover, .in-close:focus {
  opacity: 1;
  outline: none;
}

.in-alerts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.in-alerts .img {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background: url(../img/icns/fill/32/alert.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.in-alerts .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
}

/* Upsell */
.ups-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .ups-top {
    flex-direction: column;
  }
}
.ups-top .fld {
  flex: 0 0 auto;
}
.ups-top .inf {
  flex: 0 1 100%;
}
@media only screen and (max-width: 1023px) {
  .ups-top .inf {
    width: 100%;
    max-width: 360px;
  }
}
.ups-top .cta {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ups-top .cta {
    margin-top: 4rem;
  }
}

.ups-fld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 264px;
  padding-top: 84px;
  background: url(../img/folder_upsell_btm.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ups-fld {
    width: 240px;
    height: 176px;
    padding-top: 56px;
  }
}
.ups-fld::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/folder_upsell_top.svg) 0 100% no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.ups-fld .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #222431;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .ups-fld .txt {
    font-size: 12px;
  }
}
.ups-fld .txt .t2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .ups-fld .txt .t2 {
    font-size: 18px;
  }
}
.ups-fld .rcs {
  padding: 4px 6px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #EA0000;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  top: 20px;
  left: 16px;
}
@media only screen and (max-width: 767px) {
  .ups-fld .rcs {
    padding: 2px 4px;
    font-size: 8px;
    top: 12px;
    left: 8px;
  }
}
.ups-fld img {
  position: absolute;
  top: 40px;
  left: 16px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ups-fld img {
    width: 224px;
    top: 24px;
    left: 8px;
  }
}

.ups-sum ul {
  margin: 0;
}
.ups-sum li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  padding: 0.8rem 0;
  list-style: none;
  border-bottom: 1px solid #E8E9EA;
}
.ups-sum .val {
  font-weight: 700;
  text-align: right;
}

.ups-inc .avl {
  margin-top: -1rem;
  color: #909198;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .ups-inc .avl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ups-inc .avl {
    font-size: 14px;
  }
}
.ups-inc .lst {
  max-width: 960px;
  margin: 3rem auto 0 auto;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media only screen and (max-width: 1023px) {
  .ups-inc .lst {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 767px) {
  .ups-inc .lst {
    font-size: 12px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.ups-inc .lst:first-child {
  margin-top: 0;
}
.ups-inc .lst ul {
  margin: 0;
}
.ups-inc .lst li {
  margin: 0;
  padding: 0.25rem 0 0.25rem 28px;
  list-style: none;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
@media only screen and (max-width: 767px) {
  .ups-inc .lst li {
    padding-left: 20px;
  }
}
.ups-inc .lst li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/checkmark.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
  position: absolute;
  top: 3px;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  .ups-inc .lst li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .ups-inc .lst li::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
.ups-inc .lst a {
  color: #222431;
}
.ups-inc .lst a:hover, .ups-inc .lst a:active, .ups-inc .lst a:focus {
  color: #0071EB;
}

/* Map Filters */
.scroll-container-wrapper {
  position: relative;
  width: 100%;
  margin: auto;
}

.scroll-btn {
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99999;
  border: none;
  cursor: pointer;
  font-size: 24px;
  padding: 0 3rem;
  user-select: none;
  display: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.scroll-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/arw.svg) center center no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.scroll-btn.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll-btn.left {
  margin-left: -3rem;
  background: linear-gradient(90deg, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.scroll-btn.left::before {
  transform: rotate(180deg);
}
.scroll-btn.right {
  margin-right: -3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
  right: 0;
}

.map-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.map-filters .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.map-filters .filter:active {
  cursor: grabbing;
}
.map-filters .filter::-webkit-scrollbar {
  display: none;
}
.map-filters .filter label {
  flex: 0 0 auto;
  position: relative;
  white-space: nowrap;
  user-select: none;
}
.map-filters .filter input {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.map-filters .filter input:hover ~ .itm, .map-filters .filter input:focus ~ .itm {
  border-color: #0071EB;
}
.map-filters .filter input:checked ~ .itm {
  color: #FFF;
  border-color: #0071EB;
  background: #0071EB;
}
.map-filters .filter input:checked ~ .itm .num::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.map-filters .filter .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.2rem 1.4rem;
  line-height: 1;
  background: #FFF;
  border: 1px solid #E8E9EA;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.map-filters .filter .itm .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .map-filters .filter .itm .num {
    font-size: 14px;
  }
}
.map-filters .filter .itm .num::before {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .map-filters .filter .itm .num::before {
    width: 12px;
    height: 12px;
  }
}
.map-filters .filter .itm .ttl {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .map-filters .filter .itm .ttl {
    font-size: 9px;
  }
}
.map-filters .filter .itm.cat-free .num::before {
  background-image: url(../img/icns/fill/16/home.svg);
}
.map-filters .filter .itm.cat-foreclosure .num::before {
  background-image: url(../img/icns/fill/16/gavel.svg);
}
.map-filters .filter .itm.cat-equity .num::before {
  background-image: url(../img/icns/fill/16/dollar.svg);
}
.map-filters .filter .itm.cat-tax .num::before {
  background-image: url(../img/icns/fill/16/tax.svg);
}
.map-filters .filter .itm.cat-lot .num::before {
  background-image: url(../img/icns/fill/16/map_pin.svg);
}
.map-filters .filter .itm.cat-transfer .num::before {
  background-image: url(../img/icns/fill/16/users.svg);
}
.map-filters .filter .itm.cat-state .num::before {
  background-image: url(../img/icns/fill/16/flag.svg);
}
.map-filters .filter .itm.cat-residence .num::before {
  background-image: url(../img/icns/fill/16/homes.svg);
}
.map-filters .filter .itm.cat-length .num::before {
  background-image: url(../img/icns/fill/16/calendar.svg);
}
.map-filters .filter .itm.cat-sold .num::before {
  background-image: url(../img/icns/fill/16/home_dollar.svg);
}
.map-filters .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1279px) {
  .map-filters .main {
    flex-direction: column;
  }
}
.map-filters .main .cont {
  flex: 1 1 auto;
  background: #E8E9EA;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .map-filters .main .cont {
    flex: 0 1 auto;
    border-radius: 1rem 1rem 0 0;
  }
}
.map-filters .main .side {
  flex: 0 0 calc(100% / 5 * 2);
  border: 1px solid #E8E9EA;
  border-left: none;
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .map-filters .main .side {
    flex: 0 1 auto;
    border: 1px solid #E8E9EA;
    border-top: none;
    border-radius: 0 0 1rem 1rem;
  }
}
.map-filters .main .side .pre-loader {
  width: 100%;
  height: 40rem;
  background-size: 96px auto;
}
.map-filters .main .side .no-hit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  min-height: 40rem;
  padding: 4rem;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .map-filters .main .side .no-hit {
    font-size: 16px;
  }
}
.map-filters .map {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .map-filters .map {
    height: 60rem;
  }
}
@media only screen and (max-width: 767px) {
  .map-filters .map {
    height: 80rem;
  }
}
.map-filters .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.map-filters .map .pin {
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 7px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: url(../img/pin2.svg) center center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .map-filters .map .pin {
    width: 24px;
    height: 24px;
    padding-top: 5px;
    font-size: 10px;
  }
}
.map-filters .map .pin:hover, .map-filters .map .pin:focus-within {
  opacity: 0.75;
}
.map-filters .lst {
  max-height: 605px;
  overflow-y: auto;
}
@media only screen and (max-width: 1279px) {
  .map-filters .lst {
    max-height: 565px;
  }
}
@media only screen and (max-width: 767px) {
  .map-filters .lst {
    max-height: 660px;
  }
}
.map-filters .lst .itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: #FFF;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.map-filters .lst .itm:hover, .map-filters .lst .itm:focus-within {
  background: rgba(0, 113, 235, 0.05);
}
.map-filters .lst .itm:not(:last-child) {
  border-bottom: 1px solid #E8E9EA;
}
.map-filters .lst .itm.active {
  -webkit-box-shadow: inset 0 0 0 2px #EA0000;
  box-shadow: inset 0 0 0 2px #EA0000;
}
.map-filters .lst .num {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #FFF;
  border-radius: 0 0 1rem 0;
  -webkit-box-shadow: 0 0 1rem 0 rgba(34, 36, 49, 0.15);
  box-shadow: 0 0 1rem 0 rgba(34, 36, 49, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .map-filters .lst .num {
    font-size: 10px;
  }
}
.map-filters .lst .img {
  flex: 0 0 auto;
  width: 190px;
  height: 130px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .map-filters .lst .img {
    width: 120px;
    height: 90px;
  }
}
.map-filters .lst .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.map-filters .lst .inf {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  color: rgba(34, 36, 49, 0.8);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .map-filters .lst .inf {
    flex-direction: column;
    gap: 0;
  }
}
.map-filters .lst .inf .lft {
  flex: 1 1 auto;
}
.map-filters .lst .inf .rgt {
  flex: 0 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .map-filters .lst .inf .rgt {
    text-align: left;
  }
}
.map-filters .lst .inf .str {
  color: #0071EB;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .map-filters .lst .inf .str {
    font-size: 14px;
  }
}
.map-filters .lst .inf .loc {
  color: #222431;
  font-weight: 500;
}
.map-filters .lst .inf .fet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .map-filters .lst .inf .prc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}
.map-filters .lst .inf .prc .val {
  color: #222431;
  font-weight: 700;
}
.map-filters .lst .inf .blur {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.map-filters .pagination {
  margin: 0;
  padding: 2rem;
  font-size: 12px;
  background: #F8F8F9;
}
.map-filters .pagination ul {
  gap: 0.5rem;
}
.map-filters .pagination a {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 0.5rem;
}
.map-filters .upg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.map-filters .upg::before {
  display: block;
  content: "";
  width: 96px;
  height: 96px;
  background: url(../img/lock.svg) center center no-repeat;
  background-size: contain;
}
.map-filters .filters {
  margin: 0;
  padding: 2rem;
  background: #F8F8F9;
}
.map-filters .filters ul {
  gap: 0.5rem;
}
.map-filters .filters li {
  position: inherit;
}
.map-filters .filters .form-control {
  padding: 0.5rem 0.8rem;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .map-filters .filters .form-control {
    font-size: 12px;
  }
}
.map-filters .filters select.form-control {
  padding-right: calc(1.6rem + 6px);
  background-position: calc(100% - 0.8rem) center;
}
.map-filters .filters .lnk {
  padding: 0.5rem calc(1.6rem + 6px) 0.5rem 0.8rem;
  font-size: 12px;
  background-position: calc(100% - 0.8rem) center;
}
@media only screen and (max-width: 767px) {
  .map-filters .filters .lnk {
    font-size: 12px;
  }
}
.map-filters .filters .con {
  width: calc(100%);
  border-radius: 0;
  left: inherit;
  right: 0;
}
.map-filters .lbox-container {
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  position: absolute;
}
.map-filters .lbox-container-inn {
  padding: 4rem;
  -webkit-box-shadow: 0 0 3rem 0 rgba(34, 36, 49, 0.3);
  box-shadow: 0 0 3rem 0 rgba(34, 36, 49, 0.3);
}

.address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .address-info {
    font-size: 12px;
  }
}
.address-info .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .address-info .hdr {
    flex-direction: column;
  }
}
.address-info .hdr .adr {
  flex: 1 1 auto;
}
.address-info .hdr .adr .str {
  color: #0071EB;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .address-info .hdr .adr .str {
    font-size: 16px;
    line-height: 1.5;
  }
}
.address-info .hdr .adr .loc {
  font-weight: 500;
}
.address-info .hdr .prc {
  flex: 0 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .address-info .hdr .prc {
    text-align: left;
  }
}
.address-info .hdr .prc .ttl {
  font-weight: 500;
}
.address-info .hdr .prc .val {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .address-info .hdr .prc .val {
    font-size: 16px;
    line-height: 1.5;
  }
}
.address-info .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.address-info .fet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .address-info .fet {
    font-size: 12px;
  }
}
.address-info .fet .it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: rgba(0, 113, 235, 0.075);
  border-radius: 9rem;
}
.address-info .fet .it::before {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
@media only screen and (max-width: 767px) {
  .address-info .fet .it::before {
    width: 12px;
    height: 12px;
  }
}
.address-info .fet .it.bed::before {
  background-image: url(../img/icns/fill/16/bed.svg);
}
.address-info .fet .it.bth::before {
  background-image: url(../img/icns/fill/16/bath.svg);
}
.address-info .fet .it.sqf::before {
  background-image: url(../img/icns/fill/16/home_ruller.svg);
}
.address-info .fet .it.lot::before {
  background-image: url(../img/icns/fill/16/ruller.svg);
}

/* Filters */
.filters {
  margin: 4rem 0;
  position: relative;
}
.filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
}
.filters li {
  margin: 0;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .filters li {
    position: inherit;
  }
}
.filters .has-sub.open .con {
  display: block;
}
.filters .has-sub.open .lnk {
  border-color: #0071EB;
}
.filters .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.filters .form-control {
  padding: 0.7rem 1.5rem;
  font-size: 16px;
  line-height: 1.5;
  border-width: 1px;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .filters .form-control {
    font-size: 12px;
  }
}
.filters select.form-control {
  padding-right: calc(3rem + 6px);
  background-position: calc(100% - 1.5rem) center;
  background-size: 6px auto;
}
.filters .lnk {
  display: block;
  padding: 0.7rem calc(3rem + 6px) 0.7rem 1.5rem;
  color: #222431;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  background-color: #FFF;
  background-image: url(../img/select.svg);
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  border: 1px solid #BCBDC1;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .filters .lnk {
    font-size: 12px;
  }
}
.filters .lnk:hover {
  border-color: #222431;
}
.filters .lnk:focus, .filters .lnk:focus-within {
  border-color: #0071EB;
}
.filters .con {
  display: none;
  width: 360px;
  padding: 3rem;
  background: #FFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.2);
  box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 1023px) {
  .filters .con {
    width: 100%;
  }
}
.filters .amt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.drop-down {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .drop-down {
    position: inherit;
  }
}
.drop-down .lnk {
  display: block;
  padding: 0.7rem calc(3rem + 6px) 0.7rem 1.5rem;
  color: #222431;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  background-image: url(../img/select.svg);
  background-position: calc(100% - 1.5rem) center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  border: 1px solid #BCBDC1;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .drop-down .lnk {
    font-size: 12px;
  }
}
.drop-down .lnk:hover {
  border-color: #222431;
}
.drop-down .lnk:focus, .drop-down .lnk:focus-within {
  border-color: #0071EB;
}
.drop-down.open .lnk {
  border-color: #0071EB;
}
.drop-down .con {
  display: none;
  width: 360px;
  padding: 3rem;
  background: #FFF;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.2);
  box-shadow: 0 5px 20px 0 rgba(34, 36, 49, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
@media only screen and (max-width: 1023px) {
  .drop-down .con {
    width: 100%;
  }
}
.drop-down .amt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.slider-range {
  height: 4px;
  background: #D3D3D6;
}
.slider-range .ui-widget-header {
  background: #0071EB;
}
.slider-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #0071EB;
  border-radius: 50%;
  border: none;
  top: -6px;
  margin-left: -8px;
}
.slider-range .ui-slider-handle::focus-visible {
  border: none;
  outline: none;
}

.nrc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.nrc .t1 {
  color: #7A7C83;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .nrc .t1 {
    font-size: 10px;
  }
}
.nrc .t2 {
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .nrc .t2 {
    font-size: 12px;
  }
}
.nrc .bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.num-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .num-range {
    font-size: 12px;
  }
}
.num-range .li {
  flex: 1 1 auto;
  margin-right: -1px;
  padding: 0.5rem;
  background: #FFF;
  border: 1px solid #E8E9EA;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.num-range .li:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.num-range .li:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.num-range .li:hover, .num-range .li:focus-within {
  background: #F8F8F9;
}
.num-range .li.selected, .num-range .li.hover {
  color: #0071EB;
  background: rgba(0, 113, 235, 0.1);
  border-color: #0071EB;
  z-index: 1;
}

/* Monitoring */
/* Switch */
.switch {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 70px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .switch {
    width: 60px;
    height: 24px;
  }
}
.switch input {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.switch input:hover + .switch-slider {
  background-color: rgba(34, 36, 49, 0.3);
}
.switch input:checked + .switch-slider {
  background-color: #238500;
}
.switch input:checked + .switch-slider::before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
@media only screen and (max-width: 767px) {
  .switch input:checked + .switch-slider::before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
  }
}
.switch input:checked + .switch-slider::after {
  content: "On";
  right: inherit;
  left: 0;
}
.switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 36, 49, 0.2);
  border-radius: 10rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.switch .switch-slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  z-index: 100;
  background-color: #FFF;
  border-radius: 10rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .switch .switch-slider::before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
  }
}
.switch .switch-slider::after {
  display: block;
  width: 44px;
  content: "Off";
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .switch .switch-slider::after {
    width: 40px;
    font-size: 12px;
    line-height: 24px;
  }
}

.monitoring-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem;
  background: #FFF;
  border-radius: 10rem;
}
.r-section .hdr .monitoring-control {
  background: rgba(0, 113, 235, 0.1);
}
.monitoring-control .lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding-left: 1rem;
}
.monitoring-control .lbl::before {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/bell.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.monitoring-control .hint::after,
.monitoring-control [data-hint]::after {
  width: 200px;
  padding: 2rem;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .monitoring-control .hint::after,
  .monitoring-control [data-hint]::after {
    width: 160px;
  }
}
.monitoring-control .hint--top::after {
  margin-left: -100px;
}
@media only screen and (max-width: 1279px) {
  .monitoring-control .hint--top::after {
    left: 50%;
    right: inherit;
    margin-left: -80px;
  }
}

.monitoring-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst {
    margin: 0 -2rem;
  }
}
.monitoring-lst .itm {
  background: rgba(0, 113, 235, 0.05);
  border-radius: 2rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.monitoring-lst .itm:has(.ui-state-hover) {
  background: rgba(0, 113, 235, 0.1);
}
.monitoring-lst .itm:has(.ui-state-hover) > .hdr .arw {
  background: #0071EB;
}
.monitoring-lst .itm:has(.ui-state-hover) > .hdr .arw::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.monitoring-lst .itm:has(> .ui-state-active) {
  background: rgba(0, 113, 235, 0.1);
}
.monitoring-lst .itm:has(> .ui-state-active) > .hdr .arw {
  background: #0071EB;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.monitoring-lst .itm:has(> .ui-state-active) > .hdr .arw::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.monitoring-lst .itm:has(> .ui-state-active) .ml-hdr .red .txt::before {
  content: "Hide";
}
.monitoring-lst .itm[class*="type-"] .hdr::before {
  flex: 0 0 auto;
  content: "";
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .itm[class*="type-"] .hdr::before {
    display: none;
  }
}
.monitoring-lst .itm.type-address .hdr::before {
  background-image: url(../img/icns/fill/24/home.svg);
}
.monitoring-lst .itm.type-permit .hdr::before {
  background-image: url(../img/icns/fill/24/permit.svg);
}
.monitoring-lst .itm.type-deed .hdr::before {
  background-image: url(../img/icns/fill/24/document_stamp.svg);
}
.monitoring-lst .itm.type-tax .hdr::before {
  background-image: url(../img/icns/fill/24/home_percent.svg);
}
.monitoring-lst .itm.type-loan .hdr::before {
  background-image: url(../img/icns/fill/24/hand_dollar.svg);
}
.monitoring-lst .itm.type-resident .hdr::before {
  background-image: url(../img/icns/fill/24/users.svg);
}
.monitoring-lst .itm.type-sexoffender .hdr::before {
  background-image: url(../img/icns/fill/24/avatar.svg);
}
.monitoring-lst .itm.type-lien .hdr::before {
  background-image: url(../img/icns/fill/24/gavel.svg);
}
.monitoring-lst .itm.type-valuation .hdr::before {
  background-image: url(../img/icns/fill/24/home_dollar.svg);
}
.monitoring-lst .itm.type-owner .hdr::before {
  background-image: url(../img/icns/fill/24/home_user.svg);
}
.monitoring-lst .itm.type-preforeclosure .hdr::before {
  background-image: url(../img/icns/fill/24/home_gavel.svg);
}
.monitoring-lst .itm.type-details .hdr::before {
  background-image: url(../img/icns/fill/24/home_magnifier.svg);
}
.monitoring-lst .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 4rem;
  outline: none;
}
.monitoring-lst .hdr.acc-head {
  cursor: pointer;
}
.monitoring-lst .hdr .inf {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .hdr .inf {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
}
.monitoring-lst .hdr .inf .ttl {
  flex: 1 1 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .hdr .inf .ttl {
    font-size: 14px;
    line-height: 1.5;
  }
}
.monitoring-lst .hdr .inf .dat {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .hdr .inf .dat {
    font-size: 11px;
  }
}
.monitoring-lst .hdr .arw {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: #FFF;
  border: 2px solid #0071EB;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .hdr .arw {
    width: 20px;
    height: 20px;
  }
}
.monitoring-lst .hdr .arw::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/arw_acc.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .hdr .arw::before {
    width: 8px;
    height: 8px;
  }
}
.monitoring-lst .bdy {
  padding: 0 4rem 4rem 4rem;
}
.monitoring-lst .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.monitoring-lst .lst .itm {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid transparent;
  border-radius: 1rem;
  overflow: hidden;
}
.monitoring-lst .lst .itm:has(.ui-state-hover), .monitoring-lst .lst .itm:has(.ui-state-active) {
  background: #FFF;
}
.monitoring-lst .lst .itm:has(.ui-state-hover) .hdr .inf, .monitoring-lst .lst .itm:has(.ui-state-active) .hdr .inf {
  opacity: 1;
}
.monitoring-lst .lst .itm[class*="type-"] .hdr::before {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.4;
}
.monitoring-lst .lst .itm[class*="type-"]:has(.ui-state-hover) .hdr::before, .monitoring-lst .lst .itm[class*="type-"]:has(.ui-state-active) .hdr::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  opacity: 1;
}
.monitoring-lst .lst .itm.status-unread {
  border-color: #0071EB;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 113, 235, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 113, 235, 0.1);
}
.monitoring-lst .lst .itm.status-unread .hdr .inf {
  opacity: 1;
}
.monitoring-lst .lst .itm.status-unread .hdr::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  opacity: 1;
}
.monitoring-lst .lst .itm > .hdr {
  padding: 2rem;
}
.monitoring-lst .lst .itm > .hdr .inf {
  opacity: 0.7;
}
.monitoring-lst .lst .itm > .hdr .inf .ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .monitoring-lst .lst .itm > .hdr .inf .ttl {
    font-size: 14px;
  }
}
.monitoring-lst .lst .itm > .bdy {
  padding: 0;
}
.monitoring-lst .r-section .bdy {
  border-radius: 0;
}

.ml-hdr {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ml-hdr .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .ml-hdr .ttl {
    font-size: 16px;
    ine-height: 1.5;
  }
}
.ml-hdr .ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ml-hdr .ctr {
    flex-wrap: wrap;
    gap: 2rem;
    font-size: 12px;
  }
}
.ml-hdr .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .ml-hdr .cnt {
    flex: 0 1 100%;
    order: 1;
    margin-left: 0;
  }
}
.ml-hdr .cnt .alr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ml-hdr .cnt .alr .num {
  flex: 0 0 auto;
  min-width: 24px;
  padding: 0 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  border-radius: 10rem;
}
@media only screen and (max-width: 767px) {
  .ml-hdr .cnt .alr .num {
    min-width: 20px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
  }
}
.ml-hdr .cnt .alr.new .num {
  background: #EA0000;
}
.ml-hdr .cnt .alr.old .num {
  background: rgba(34, 36, 49, 0.4);
}
.ml-hdr .red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ml-hdr .red {
    order: 3;
  }
}
.ml-hdr .red::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(0, 113, 235, 0.2);
  position: absolute;
  top: 0;
  left: calc(0px - (4rem / 2));
}
@media only screen and (max-width: 767px) {
  .ml-hdr .red::before {
    display: none;
  }
}
.ml-hdr .red .txt {
  color: #0071EB;
}
.ml-hdr .red .txt::before {
  display: inline-block;
  width: 32px;
  content: "Read";
  margin-right: 4px;
  text-align: right;
}

.ml-switch {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ml-switch {
    font-size: 12px;
    order: 2;
  }
}
.ml-switch input {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /*&:hover {
  	+ .slider {
  		border-color: $color-special;
  		&::before {
  			background: $color-special;
  		}
  	}
  }*/
}
.ml-switch input:checked + .slider {
  border-color: #238500;
}
.ml-switch input:checked + .slider::before {
  background: #238500;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .ml-switch input:checked + .slider::before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.ml-switch .slider {
  flex: 0 0 auto;
  width: 30px;
  height: 20px;
  cursor: pointer;
  background: #FFF;
  border: 2px solid #EA0000;
  border-radius: 10rem;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .ml-switch .slider {
    width: 24px;
    height: 16px;
  }
}
.ml-switch .slider::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 3px;
  right: 3px;
  z-index: 100;
  background: #EA0000;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .ml-switch .slider::before {
    height: 8px;
    width: 8px;
    top: 2px;
    right: 2px;
  }
}

.monitoring-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .monitoring-status {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .monitoring-status img {
    width: 160px;
  }
}
.monitoring-status .ul-check li {
  padding-top: 1px;
  padding-bottom: 1px;
}
.monitoring-status .ul-check li::before {
  top: 5px;
}
@media only screen and (max-width: 413px) {
  .monitoring-status .ul-check li::before {
    top: 4px;
  }
}

/* Taxes */
@media only screen and (max-width: 767px) {
  .r-tbl {
    font-size: 11px;
  }
}
.r-tbl table {
  width: 100%;
  border-collapse: collapse;
}
.r-tbl.fixed table {
  table-layout: fixed;
}
.r-tbl thead tr {
  border-bottom: 1px solid #E8E9EA;
}
.r-tbl thead th {
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
}
.r-tbl tbody tr {
  border-bottom: 1px solid #E8E9EA;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.r-tbl tbody tr:hover {
  background: #FFEECC;
}
.r-tbl tbody td {
  font-weight: 500;
}
.r-tbl tbody td:nth-of-type(odd) {
  background: rgba(34, 36, 49, 0.025);
}
.r-tbl th,
.r-tbl td {
  padding: 1rem 2rem;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .r-tbl th,
  .r-tbl td {
    padding: 1rem;
  }
}
.r-tbl th.auto,
.r-tbl td.auto {
  width: 1%;
  white-space: nowrap;
}

.taxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #FFF;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
}
@media only screen and (max-width: 767px) {
  .taxes {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .taxes {
    margin: 0 -3rem;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.taxes.dashboard {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.taxes .d-section {
  background: transparent;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .taxes .d-section {
    margin: 0;
  }
}
.taxes .d-section.special {
  background: rgba(0, 113, 235, 0.1);
}
.taxes .d-section.special .d-search .nav a:not(.active) {
  color: #0071EB;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.2);
}
.taxes .d-section.special .d-search .nav a:not(.active):hover, .taxes .d-section.special .d-search .nav a:not(.active):focus-within {
  background: rgba(0, 113, 235, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.taxes .d-section > .hdr {
  padding: 5rem;
}
.taxes .d-section > .bdy {
  padding: 5rem;
}
.taxes .d-section > .bdy:not(:first-child) {
  padding-top: 0;
}
.taxes .d-section > .bdy.lg {
  gap: 6rem;
}

@media only screen and (max-width: 767px) {
  .tax-stats {
    text-align: center;
  }
}
.tax-stats .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .tax-stats .row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .tax-stats .row.md-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .tax-stats .row.md-wrap .col {
    flex: 0 0 calc(100% / 2 - 2rem / 2);
  }
}
.tax-stats .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
  background: #FFF;
  border: 1px solid #E8E9EA;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(34, 36, 49, 0.05);
  box-shadow: 0 0.5rem 1.5rem 0 rgba(34, 36, 49, 0.05);
}
.tax-stats .set {
  position: relative;
}
.tax-stats .set:not(:first-child)::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #E8E9EA;
  position: absolute;
  left: 0;
}
.tax-stats .ttl {
  font-weight: 500;
}
.tax-stats .val {
  color: #0071EB;
  font-weight: 700;
  line-height: 1.25;
}
.tax-stats.md .col {
  gap: 4rem;
  padding: 3rem;
}
.tax-stats.md .set::before {
  top: calc(0px - 4rem / 2);
}
.tax-stats.md .ttl {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .tax-stats.md .ttl {
    font-size: 12px;
  }
}
.tax-stats.md .val {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .tax-stats.md .val {
    font-size: 20px;
    line-height: 1.5;
  }
}
.tax-stats.md .dsc {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .tax-stats.md .dsc {
    font-size: 10px;
  }
}
.tax-stats.lg .col {
  gap: 6rem;
  padding: 4rem;
}
.tax-stats.lg .set::before {
  top: calc(0px - 6rem / 2);
}
.tax-stats.lg .ttl {
  font-size: 20px;
}
@media only screen and (max-width: 1279px) {
  .tax-stats.lg .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tax-stats.lg .ttl {
    font-size: 12px;
  }
}
.tax-stats.lg .val {
  font-size: 48px;
}
@media only screen and (max-width: 1279px) {
  .tax-stats.lg .val {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tax-stats.lg .val {
    font-size: 24px;
  }
}
.tax-stats.lg .dsc {
  font-size: 14px;
}
@media only screen and (max-width: 1279px) {
  .tax-stats.lg .dsc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .tax-stats.lg .dsc {
    font-size: 10px;
  }
}

.tax-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  line-height: 1.75;
}
.tax-info .t1 {
  margin-bottom: 3rem;
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tax-info .t1 {
    font-size: 24px;
  }
}
.tax-info .t2 {
  padding-top: calc(3rem + 2px);
  font-size: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tax-info .t2 {
    font-size: 20px;
  }
}
.tax-info .t2::before {
  display: block;
  content: "";
  width: 20rem;
  height: 2px;
  background: linear-gradient(90deg, #0071eb 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.tax-info .t3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .tax-info .t3 {
    font-size: 16px;
  }
}

.tax-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem 0;
}
.tax-blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .tax-blocks .row {
    flex-direction: column;
  }
}
.tax-blocks .row.vertical {
  flex-direction: column;
}
.tax-blocks .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 0 1 100%;
  padding: 4rem;
  background: rgba(0, 113, 235, 0.05);
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .tax-blocks .col {
    gap: 3rem;
  }
}
.tax-blocks .col > * {
  margin: 0;
}
.tax-blocks .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tax-blocks .tl {
    gap: 3rem;
    font-size: 16px;
  }
}
.tax-blocks .tl .icn {
  width: 48px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .tax-blocks .tl .icn {
    width: 32px;
  }
}
.tax-blocks.steps .col {
  margin-left: 8rem;
  position: relative;
}
.tax-blocks.steps .col::before {
  display: block;
  content: "";
  width: 4px;
  height: calc(100% + 2rem);
  background: rgba(0, 113, 235, 0.2);
  position: absolute;
  top: 0;
  left: calc(0px - (8rem / 2 + 2px));
}
@media only screen and (max-width: 767px) {
  .tax-blocks.steps .col::before {
    width: 2px;
    left: calc(0px - (8rem / 2 + 1px));
  }
}
.tax-blocks.steps .col:last-child::before {
  height: 100%;
}
.tax-blocks.steps .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  color: #238500;
  font-size: 3rem;
  font-weight: 700;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: -12rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tax-calc .rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 1023px) {
  .tax-calc .rw {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .tax-calc .rw {
    gap: 4px;
  }
}
.tax-calc .cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  padding: 2rem;
  text-align: center;
  background: rgba(0, 113, 235, 0.1);
  border-radius: 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tax-calc .cl {
    padding: 3rem;
  }
}
.tax-calc .cl.sum {
  color: #0071EB;
  background: #FFF;
}
.tax-calc .cl.sum .vl {
  font-weight: 900;
}
.tax-calc .vl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .tax-calc .vl {
    font-size: 20px;
  }
}
.tax-calc .vl2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.tax-calc .ds {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .tax-calc .ds {
    font-size: 12px;
  }
}
.tax-calc .symbol {
  flex: 0 0 auto;
  align-self: center;
  width: 48px;
  height: 48px;
  margin: 0 -28px;
  background: #FFF;
  border: 8px solid rgba(0, 113, 235, 0.05);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .tax-calc .symbol {
    margin: -28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tax-calc .symbol {
    width: 32px;
    height: 32px;
    margin: -18px 0;
    border-width: 4px;
  }
}
.tax-calc .symbol::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0071EB;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.tax-calc .symbol.plus::before {
  background-image: url(../img/icns/calc/plus.svg);
}
.tax-calc .symbol.minus::before {
  background-image: url(../img/icns/calc/minus.svg);
}
.tax-calc .symbol.multiply::before {
  background-image: url(../img/icns/calc/multiply.svg);
}
.tax-calc .symbol.divide::before {
  background-image: url(../img/icns/calc/divide.svg);
}
.tax-calc .symbol.equals::before {
  background-image: url(../img/icns/calc/equals.svg);
}
.tax-calc .symbol.sum::before {
  background-color: #238500;
}

.tax-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin: 3rem 0;
  padding: 4rem;
  background: rgba(0, 113, 235, 0.05);
  border-radius: 2rem;
}
@media only screen and (max-width: 1023px) {
  .tax-howto {
    flex-direction: column;
  }
}
.tax-howto .inf {
  flex: 1 1 auto;
}
.tax-howto .img {
  flex: 0 0 auto;
}

.tax-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin: 3rem 0;
}
@media only screen and (max-width: 1023px) {
  .tax-table-row {
    flex-direction: column;
    gap: 0;
  }
}
.tax-table-row .tax-table {
  flex: 0 1 100%;
  margin-top: 0;
  margin-bottom: -0.4rem;
}

.tax-table {
  margin: 3rem -4px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .tax-table {
    overflow-x: auto;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .tax-table {
    margin: 3rem -2px;
    font-size: 12px;
  }
}
.tax-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.4rem;
}
@media only screen and (max-width: 1023px) {
  .tax-table table {
    width: auto;
    min-width: 100%;
  }
}
.tax-table th,
.tax-table td {
  padding: 0.8rem 1.6rem;
  text-align: left;
  border-radius: 0.6rem;
}
.tax-table thead th {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #222431;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .tax-table thead th {
    font-size: 12px;
  }
}
.tax-table thead th.tl {
  background: #0071EB;
}
.tax-table tbody td {
  background: rgba(34, 36, 49, 0.04);
  vertical-align: top;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tax-table tbody td.tl {
  font-weight: 500;
  background: rgba(0, 113, 235, 0.1);
}
.tax-table tbody tr:nth-of-type(even) td {
  background: rgba(34, 36, 49, 0.02);
}
.tax-table tbody tr:nth-of-type(even) td.tl {
  background: rgba(0, 113, 235, 0.05);
}
.tax-table tbody tr:hover td {
  background: rgba(35, 133, 0, 0.2);
}
.tax-table tbody tr:hover td.tl {
  background: rgba(35, 133, 0, 0.2);
}
.tax-table.mortgage-table table {
  table-layout: inherit;
}
.tax-table.mortgage-table thead th.tl,
.tax-table.mortgage-table thead td.tl,
.tax-table.mortgage-table tbody th.tl,
.tax-table.mortgage-table tbody td.tl {
  width: 24rem;
}

.tax-faqs {
  margin: 3rem 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .tax-faqs {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.tax-faqs * {
  margin: 0;
}
.tax-faqs .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 4rem;
  background: #FFF;
  border: 1px solid #E8E9EA;
  border-radius: 2rem;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.tax-faqs .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tax-faqs .tl {
    font-size: 16px;
  }
}
.tax-faqs .tl::before {
  flex: 0 0 auto;
  content: "?";
  width: 32px;
  height: 32px;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  background: #0071EB;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .tax-faqs .tl::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}

.tax-reports {
  position: relative;
}
.tax-reports .lnk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.tax-reports .row {
  height: 480px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tax-reports .row {
    height: 320px;
  }
}
.tax-reports .row::before {
  display: block;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.tax-reports .col {
  width: 360px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .tax-reports .col {
    width: 240px;
  }
}
.tax-reports .col.c1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.tax-reports .col.c2 {
  left: 0;
}
.tax-reports .col.c3 {
  right: 0;
}
.tax-reports .col .adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 210px;
  height: 24px;
  color: #0071EB;
  font-family: "Roboto Slab", serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-align: right;
  position: absolute;
  top: 12px;
  right: 16px;
}
@media only screen and (max-width: 767px) {
  .tax-reports .col .adr {
    width: 210px;
    height: 16px;
    font-size: 6px;
    line-height: 8px;
    top: 8px;
    right: 10px;
  }
}
.tax-reports .col img {
  border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0 0 3rem 2rem white;
  box-shadow: 0 0 3rem 2rem white;
}
.tax-reports .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tax-reports .cta::before {
  display: block;
  content: "";
  width: 96px;
  height: 96px;
  background: url(../img/lock.svg) center center no-repeat;
  background-size: contain;
}
.tax-reports .cta .btn {
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
}

.mortgage-calculator {
  width: fit-content;
  margin: auto;
  padding: 4rem;
  background: #FFF;
  border-radius: 2rem;
}

.mortgage-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem 0;
  padding: 4rem;
  background: rgba(0, 113, 235, 0.05);
  border-radius: 2rem;
}
.mortgage-howto .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .mortgage-howto .hd {
    flex-direction: column;
  }
}
.mortgage-howto .hd .inf {
  flex: 1 1 auto;
}
.mortgage-howto .hd .img {
  flex: 0 0 auto;
}
@media only screen and (max-width: 1023px) {
  .mortgage-howto .hd .img {
    order: -1;
  }
}

.valuation-cta {
  padding: 4rem;
  background: rgba(0, 113, 235, 0.05);
  border-radius: 2rem;
}

/* Nohit */
/* Nohit Filter */
.nf-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.nf-icn .imap {
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .nf-icn .imap {
    max-width: 240px;
  }
}
.nf-icn img {
  display: block;
  margin: 0 auto;
}

.nf-h1 {
  margin: 0;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nf-h1 {
    font-size: 18px;
  }
}
.nf-h1 span {
  display: inline-block;
}

.nf-h2 {
  margin: 0;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nf-h2 {
    font-size: 14px;
  }
}

.nf-h3 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #D3D3D6;
}
@media only screen and (max-width: 767px) {
  .nf-h3 {
    font-size: 14px;
  }
}

.nf-accuracy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.nf-accuracy .form-check-radio {
  padding: 0;
}
.nf-accuracy .form-check-radio .name {
  display: block;
  padding: 10px 14px 10px 44px;
  font-weight: 700;
  background: rgba(0, 113, 235, 0.1);
  border-radius: 1rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .nf-accuracy .form-check-radio .name {
    padding-left: 40px;
  }
}
.nf-accuracy .form-check-radio .name .num {
  display: inline-block;
  min-width: 16px;
  margin-top: -4px;
  padding: 3px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: #EA0000;
  vertical-align: top;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .nf-accuracy .form-check-radio .name .num {
    font-size: 10px;
  }
}
.nf-accuracy .form-check-radio input,
.nf-accuracy .form-check-radio .checkbox {
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nf-accuracy .form-check-radio:hover .checkbox, .nf-accuracy .form-check-radio:focus .checkbox,
.nf-accuracy .form-check-radio input:focus ~ .checkbox {
  background-color: #FFF;
}
.nf-accuracy .form-check-radio input:checked ~ .checkbox {
  background-color: #0071EB;
}
.nf-accuracy .form-check-radio:hover .name,
.nf-accuracy .form-check-radio input:checked ~ .name {
  background: #C8E2FF;
}

.nf-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.nf-or {
  width: 100%;
  max-width: 640px;
  color: #D3D3D6;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nf-or {
    font-size: 18px;
  }
}
.nf-or::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #E8E9EA;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nf-or span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .nf-search {
    max-width: 360px;
  }
}

.nf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media only screen and (max-width: 1023px) {
  .nf-form {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
  }
}

.nf-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex: 0 1 calc(100% / 2 - 20px);
}
@media only screen and (max-width: 1023px) {
  .nf-col {
    flex: 0 1 auto;
  }
}

.nf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .nf-row {
    flex-direction: column;
    align-items: stretch;
  }
}

.nf-input {
  flex: 0 1 100%;
}
@media only screen and (max-width: 767px) {
  .nf-input {
    flex: 0 1 auto;
  }
}

.nf-arw {
  flex: 0 0 16px;
  height: 16px;
  background: url(../img/nf_arw.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .nf-arw {
    display: none;
  }
}

.nf-label {
  flex: 0 1 100%;
}
@media only screen and (max-width: 767px) {
  .nf-label {
    flex: 0 1 auto;
    order: -1;
  }
}

.nf-form .form-label {
  font-weight: 400;
}

.nf-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex: 0 1 100%;
}

/* Checkout */
.c-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.c-options .opts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.c-options .opts .h4 {
  margin-bottom: 1rem;
}
.c-options .opt {
  background: #FFF;
  border: 2px solid #D3D3D6;
  border-radius: 1.5rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-options .opt:has(.ui-state-active), .c-options .opt:has(> .form-check-radio > input:checked) {
  border-color: #0071EB;
}
.c-options .opt:has(.ui-state-active) .ttl, .c-options .opt:has(> .form-check-radio > input:checked) .ttl {
  color: #0071EB;
}
.c-options .opt .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 9rem;
  padding: 2rem 3rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-options .opt .head {
    font-size: 16px;
  }
}
.c-options .opt .head.acc-head {
  padding-left: calc(6rem + 24px);
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .c-options .opt .head.acc-head {
    padding-left: calc(6rem + 20px);
  }
}
.c-options .opt .head.acc-head::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: #FFF;
  border: 2px solid #0071EB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .c-options .opt .head.acc-head::before {
    width: 20px;
    height: 20px;
  }
}
.c-options .opt .head.acc-head:hover::before, .c-options .opt .head.acc-head:focus-within::before {
  background-color: #C8E2FF;
}
.c-options .opt .head.acc-head.ui-state-active::before {
  background: #FFF;
  border-width: 8px;
}
@media only screen and (max-width: 767px) {
  .c-options .opt .head.acc-head.ui-state-active::before {
    border-width: 6px;
  }
}
.c-options .opt .head .card-frame:not(:first-child) {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-options .opt .head .payment-frame {
    display: none;
  }
}
.c-options .opt .body {
  padding: 0 3rem 3rem 3rem;
}
.c-options .form-control {
  border-color: #0071EB;
}
.c-options .form-control:hover {
  border-color: #007BFF;
}
.c-options .form-control:focus, .c-options .form-control:active {
  border-color: #222431;
}
.c-options .not-valid .form-control {
  border-color: #EA0000;
}
.c-options .form-check-radio {
  padding: 0;
}
.c-options .form-check-radio .txt {
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-left: calc(3rem + 24px);
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .txt {
    padding-left: calc(3rem + 20px);
  }
}
.c-options .form-check-radio input,
.c-options .form-check-radio .radiobutton {
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.c-options .form-check-radio .best {
  flex: 0 0 auto;
  padding: 0.2rem 1rem;
  color: #238500;
  font-size: 12px;
  font-weight: 700;
  background: #CDE9C3;
  border-radius: 5rem;
  position: absolute;
  top: -12px;
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .best {
    font-size: 10px;
    top: -9px;
  }
}
.c-options .form-check-radio .ttl .nm {
  display: block;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .ttl .nm {
    font-size: 18px;
  }
}
.c-options .form-check-radio .ttl .ds {
  display: block;
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .ttl .ds {
    font-size: 12px;
  }
}
.c-options .form-check-radio .prc {
  flex: 0 0 auto;
  color: #238500;
  text-align: right;
}
.c-options .form-check-radio .prc .ds {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .prc .ds {
    font-size: 10px;
  }
}
.c-options .form-check-radio .prc .t1 {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .prc .t1 {
    font-size: 10px;
  }
}
.c-options .form-check-radio .prc .t2 {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .c-options .form-check-radio .prc .t2 {
    font-size: 10px;
  }
}
.c-options .card-num {
  flex: 0 0 auto;
  padding-left: 1rem;
  color: #0071EB;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-options .card-num {
    font-size: 16px;
  }
}
.c-options .cng {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-options .cng {
    flex-direction: column;
  }
}
.c-options .methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  padding-left: calc(3rem + 24px);
}
@media only screen and (max-width: 767px) {
  .c-options .methods {
    padding-left: calc(3rem + 20px);
  }
}
.c-options .methods .form-check-radio input,
.c-options .methods .form-check-radio .radiobutton {
  left: 0;
}
.c-options .methods .form-check-radio .txt {
  min-height: 24px;
}

/* Report Thumb */
.report-tmb-cont {
  width: 100%;
  margin: 3rem auto;
  padding-top: 1rem;
  overflow: hidden;
  position: relative;
}
.report-tmb-cont::before {
  display: block;
  content: "";
  width: 100%;
  height: 25%;
  background: white;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.report-tmb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin: 0 auto;
  padding: 16px;
  gap: 2px;
  text-decoration: none;
  background: #F4F4F4;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  /*.smr {
  	.row {
  		@include flexbox;
  		flex-direction: row;
  		flex-wrap: nowrap;
  		align-items: stretch;
  		justify-content: center;
  		gap: 2px;
  	}
  	.col {
  		flex: 0 1 100%;
  	}
  	.cnt {
  		@include flexbox;
  		flex-direction: column;
  		flex-wrap: nowrap;
  		align-items: center;
  		justify-content: flex-start;
  		height: 100%;
  		padding: 6px 2px;
  		background: $color-white;
  		border-radius: 5px;
  		gap: 4px;
  		text-decoration: none;
  	}
  	.icn {
  		@include flexbox;
  		flex-direction: row;
  		flex-wrap: nowrap;
  		align-items: center;
  		justify-content: center;
  		width: 32px;
  		height: 32px;
  		margin: 0 auto;
  		background: $color-special-light;
  		border-radius: 50%;
  		img {
  			width: 16px;
  		}
  	}
  	.txt {
  		@include flexbox;
  		flex-direction: column;
  		flex-wrap: nowrap;
  		align-items: center;
  		justify-content: flex-start;
  		gap: 2px;
  		text-align: center;
  	}
  	.ttl {
  		color: $color-black-80;
  		font-size: 5px;
  		line-height: 1;
  	}
  	.val {
  		color: $color-black;
  		font-size: 7px;
  		font-weight: 700;
  		line-height: 1;
  		.blur {
  			-webkit-user-select: none;
  			-moz-user-select: none;
  			-ms-user-select: none;
  			user-select: none;
  			-webkit-filter: blur(2px);
  			filter: blur(2px);
  		}
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  .report-tmb {
    padding: 12px;
  }
}
.report-tmb .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}
.report-tmb .hdr .site-logo {
  width: 100px;
  height: 16px;
}
.report-tmb .hdr .txt {
  color: #0071EB;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .report-tmb .hdr .txt {
    font-size: 10px;
  }
}
.report-tmb .adr {
  padding: 0 0 12px 0;
  color: #0071EB;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .report-tmb .adr {
    padding: 0 0 8px 0;
  }
}
.report-tmb .adr:not(:first-child) {
  padding: 8px 0;
}
.report-tmb .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  gap: 8px;
}
.report-tmb .t1 .icn {
  width: 12px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.report-tmb .t1 .txt {
  color: #0071EB;
}
.report-tmb .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  gap: 4px;
}
.report-tmb .t2 .icn {
  width: 6px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.report-tmb .t2 .txt {
  color: #222431;
}
.report-tmb .sct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 8px;
  gap: 8px;
  background: #FFF;
  border-radius: 5px;
}
.report-tmb .two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.report-tmb .two-cols .sct {
  flex: 0 1 100%;
}
.report-tmb .smr .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.report-tmb .smr .col {
  flex: 0 1 100%;
}
.report-tmb .smr .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  padding: 6px 8px;
  background: #FFF;
  border-radius: 5px;
  gap: 8px;
  text-decoration: none;
}
.report-tmb .smr .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin: 0 auto;
}
.report-tmb .smr .icn img {
  width: 12px;
}
.report-tmb .smr .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.report-tmb .smr .ttl {
  color: #4E505A;
  font-size: 4px;
  line-height: 1;
}
.report-tmb .smr .val {
  color: #222431;
  font-size: 5px;
  font-weight: 700;
  line-height: 1;
}
.report-tmb .smr .val .blur {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.report-tmb .nav {
  font-size: 7px;
  line-height: 1;
}
.report-tmb .nav ul {
  margin: -1px 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
.report-tmb .nav li {
  margin: 0;
  padding: 1px 0;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.report-tmb .nav .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 3px 4px;
  color: #222431;
  background: #FFF;
  border-radius: 5px;
  gap: 4px;
  position: relative;
}
.report-tmb .nav .cnt::after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: url(../img/arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: calc(50% - 2px);
  right: 4px;
}
.report-tmb .nav .cnt .icn {
  flex: 0 0 auto;
  width: 8px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.report-tmb .cwi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
}
.report-tmb .cwi .img {
  flex: 0 0 80px;
  overflow: hidden;
}
.report-tmb .cwi .img img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.report-tmb .inf {
  flex: 0 1 100%;
}
.report-tmb .inf .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
}
.report-tmb .inf .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 4px;
  flex: 0 1 100%;
  padding: 3px 0;
  border-top: 1px solid #E8E9EA;
}
.report-tmb .inf .icn {
  flex: 0 0 auto;
  width: 6px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.report-tmb .inf .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2px;
}
.report-tmb .inf .ttl {
  color: #4E505A;
  font-size: 4px;
  line-height: 1;
}
.report-tmb .inf .val {
  color: #222431;
  font-size: 5px;
  font-weight: 700;
  line-height: 1;
}
.report-tmb .inf .val.blur {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.report-tmb .res > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -4px;
}
.report-tmb .res > .row > .col {
  flex: 0 1 50%;
  padding: 4px;
}
.report-tmb .tbl {
  color: #222431;
  font-size: 4px;
  line-height: 1;
}
.report-tmb .tbl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 2px 4px;
  background: #F8F8F9;
  border-radius: 5px;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .report-tmb .tbl .row {
    border-radius: 3px;
  }
}
.report-tmb .tbl .row:nth-of-type(even) {
  background: #FFF;
}
.report-tmb .tbl .val {
  color: #222431;
  font-weight: 700;
  text-align: right;
}
.report-tmb .tbl .val.blur {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
.report-tmb .nch {
  font-size: 4px;
  line-height: 1;
}
.report-tmb .nch ul {
  margin: -2px 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.report-tmb .nch li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 2px 0;
  gap: 4px;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.report-tmb .nch .icn {
  flex: 0 0 auto;
  width: 8px;
}
.report-tmb .ctg {
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}
.report-tmb .ctg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2px;
  margin: 0;
}
.report-tmb .ctg li {
  flex: 0 1 calc(100% / 2 - 1px);
  margin: 0;
  padding: 4px;
  background: rgba(200, 226, 255, 0.4);
  border-radius: 3px;
  list-style: none;
  position: relative;
}
.report-tmb .ctg li::after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: url(../img/arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 4px;
}

/* Includes */
.ac-incs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 3rem;
  text-align: left;
}
.ac-incs.four-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1023px) {
  .ac-incs.four-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ac-incs .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
.ac-incs .icn {
  flex: 0 0 auto;
  width: 32px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .ac-incs .icn {
    width: 24px;
  }
}
.ac-incs .ttl {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .ac-incs .ttl {
    font-size: 14px;
  }
}
.ac-incs .val {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .ac-incs .val {
    font-size: 12px;
  }
}

/* Content */
.report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.report .notify .col:has(.pre-loader) {
  flex: 1 1 auto;
}

.r-header {
  padding: 2rem 0;
}
.r-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media only screen and (max-width: 1279px) {
  .r-header .row {
    flex-direction: column;
    text-align: center;
  }
}
.r-header h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .r-header h1 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.r-header .ctr {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .r-header .ctr {
    align-self: center;
    gap: 3rem;
  }
}
@media print {
  .r-header .ctr {
    display: none;
  }
}
.r-header .ctr a[class*="ctr-"] {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0px;
  text-indent: -999em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.r-header .ctr a[class*="ctr-"]:hover, .r-header .ctr a[class*="ctr-"]:focus-within {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-header .ctr a[class*="ctr-"].ctr-pdf {
  background-image: url(../img/icns/outline/32/pdf.svg);
}
.r-header .ctr a[class*="ctr-"].ctr-pdf:hover, .r-header .ctr a[class*="ctr-"].ctr-pdf:focus-within {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.r-header .ctr a[class*="ctr-"].ctr-print {
  background-image: url(../img/icns/outline/32/print.svg);
}
.r-header .ctr a[class*="ctr-"].ctr-customize {
  background-image: url(../img/icns/outline/32/edit.svg);
}
.r-header .ctr a[class*="ctr-"].ctr-share {
  background-image: url(../img/icns/outline/32/share.svg);
}

@media only screen and (max-width: 767px) {
  .r-section {
    margin: 0 -2rem;
  }
}
.r-section .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 4rem;
  background: #FFF;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .r-section .hdr {
    border-radius: 10px;
  }
}
@media print {
  .r-section .hdr {
    border: 1px solid #E8E9EA;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .r-section .hdr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.r-section .hdr:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.r-section .hdr.acc-head {
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .r-section .hdr.acc-head {
    border-radius: 10px;
  }
}
.r-section .hdr.acc-head::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/acc_arw.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .r-section .hdr.acc-head::after {
    width: 10px;
    height: 10px;
  }
}
.r-section .hdr.acc-head.ui-state-hover {
  -webkit-box-shadow: inset 0 0 0 2px #0071EB;
  box-shadow: inset 0 0 0 2px #0071EB;
}
.r-section .hdr.acc-head.ui-state-hover.ui-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.r-section .hdr.acc-head.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.r-section .hdr.acc-head.ui-state-active::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.r-section .hdr .r-h2 {
  margin: 0;
}
.r-section .dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  font-size: 14px;
  line-height: 1.5;
  background: #FFEECC;
  page-break-inside: avoid;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .r-section .dsc {
    border-radius: 10px;
  }
}
.r-section .dsc:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.r-section .dsc:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.r-section .dsc p {
  margin: 0;
}
.r-section .bdy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: #F8F8F9;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .r-section .bdy {
    border-radius: 10px;
  }
}
@media print {
  .r-section .bdy {
    padding: 0;
    background: #FFF;
    border: 1px solid #E8E9EA;
  }
}
.r-section .bdy:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.r-section .bdy:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.r-section .bdy .r-header {
  padding: 0;
}
.r-section .nht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  font-size: 14px;
  line-height: 1.5;
  background: #F4F4F4;
  border-radius: 15px;
  page-break-inside: avoid;
}
@media only screen and (max-width: 767px) {
  .r-section .nht {
    border-radius: 10px;
  }
}
.r-section .nht:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.r-section .nht:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.r-section .nht p,
.r-section .nht ul,
.r-section .nht ol {
  margin-top: 0;
  margin-bottom: 0;
}
.r-section .nht .t1 {
  padding-left: 36px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.r-section .nht .t1::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icns/fill/16/no.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
  position: absolute;
  top: 0;
  left: 0;
}
.r-section .nht .t2 {
  font-size: 16px;
  font-weight: 500;
}
.r-section .sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 3rem;
  gap: 3rem;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .r-section .sec {
    border-radius: 5px;
  }
}
@media print {
  .r-section .sec {
    border-radius: 0;
    background: transparent;
  }
}
.r-section .sec.acc, .r-section .sec.acc2, .r-section .sec.acc3 {
  padding: 0;
  gap: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
}
.r-section .sec.acc:has(.ui-state-hover, .ui-state-active), .r-section .sec.acc2:has(.ui-state-hover, .ui-state-active), .r-section .sec.acc3:has(.ui-state-hover, .ui-state-active) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media print {
  .r-section .sec.acc, .r-section .sec.acc2, .r-section .sec.acc3 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.r-section .sec.acc .acc-head,
.r-section .sec.acc .acc2-head,
.r-section .sec.acc .acc3-head, .r-section .sec.acc2 .acc-head,
.r-section .sec.acc2 .acc2-head,
.r-section .sec.acc2 .acc3-head, .r-section .sec.acc3 .acc-head,
.r-section .sec.acc3 .acc2-head,
.r-section .sec.acc3 .acc3-head {
  padding: 2rem 6rem 2rem 3rem;
  color: #0071EB;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .r-section .sec.acc .acc-head,
  .r-section .sec.acc .acc2-head,
  .r-section .sec.acc .acc3-head, .r-section .sec.acc2 .acc-head,
  .r-section .sec.acc2 .acc2-head,
  .r-section .sec.acc2 .acc3-head, .r-section .sec.acc3 .acc-head,
  .r-section .sec.acc3 .acc2-head,
  .r-section .sec.acc3 .acc3-head {
    font-size: 14px;
  }
}
.r-section .sec.acc .acc-head *,
.r-section .sec.acc .acc2-head *,
.r-section .sec.acc .acc3-head *, .r-section .sec.acc2 .acc-head *,
.r-section .sec.acc2 .acc2-head *,
.r-section .sec.acc2 .acc3-head *, .r-section .sec.acc3 .acc-head *,
.r-section .sec.acc3 .acc2-head *,
.r-section .sec.acc3 .acc3-head * {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.r-section .sec.acc .acc-head::after,
.r-section .sec.acc .acc2-head::after,
.r-section .sec.acc .acc3-head::after, .r-section .sec.acc2 .acc-head::after,
.r-section .sec.acc2 .acc2-head::after,
.r-section .sec.acc2 .acc3-head::after, .r-section .sec.acc3 .acc-head::after,
.r-section .sec.acc3 .acc2-head::after,
.r-section .sec.acc3 .acc3-head::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/acc_arw.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .r-section .sec.acc .acc-head::after,
  .r-section .sec.acc .acc2-head::after,
  .r-section .sec.acc .acc3-head::after, .r-section .sec.acc2 .acc-head::after,
  .r-section .sec.acc2 .acc2-head::after,
  .r-section .sec.acc2 .acc3-head::after, .r-section .sec.acc3 .acc-head::after,
  .r-section .sec.acc3 .acc2-head::after,
  .r-section .sec.acc3 .acc3-head::after {
    width: 10px;
    height: 10px;
  }
}
.r-section .sec.acc .acc-head.ui-state-hover,
.r-section .sec.acc .acc2-head.ui-state-hover,
.r-section .sec.acc .acc3-head.ui-state-hover, .r-section .sec.acc2 .acc-head.ui-state-hover,
.r-section .sec.acc2 .acc2-head.ui-state-hover,
.r-section .sec.acc2 .acc3-head.ui-state-hover, .r-section .sec.acc3 .acc-head.ui-state-hover,
.r-section .sec.acc3 .acc2-head.ui-state-hover,
.r-section .sec.acc3 .acc3-head.ui-state-hover {
  background: #C8E2FF;
}
.r-section .sec.acc .acc-head.ui-state-hover.ui-state-active,
.r-section .sec.acc .acc2-head.ui-state-hover.ui-state-active,
.r-section .sec.acc .acc3-head.ui-state-hover.ui-state-active, .r-section .sec.acc2 .acc-head.ui-state-hover.ui-state-active,
.r-section .sec.acc2 .acc2-head.ui-state-hover.ui-state-active,
.r-section .sec.acc2 .acc3-head.ui-state-hover.ui-state-active, .r-section .sec.acc3 .acc-head.ui-state-hover.ui-state-active,
.r-section .sec.acc3 .acc2-head.ui-state-hover.ui-state-active,
.r-section .sec.acc3 .acc3-head.ui-state-hover.ui-state-active {
  background: #FFF;
}
.r-section .sec.acc .acc-head.ui-state-active,
.r-section .sec.acc .acc2-head.ui-state-active,
.r-section .sec.acc .acc3-head.ui-state-active, .r-section .sec.acc2 .acc-head.ui-state-active,
.r-section .sec.acc2 .acc2-head.ui-state-active,
.r-section .sec.acc2 .acc3-head.ui-state-active, .r-section .sec.acc3 .acc-head.ui-state-active,
.r-section .sec.acc3 .acc2-head.ui-state-active,
.r-section .sec.acc3 .acc3-head.ui-state-active {
  color: #222431;
  font-size: 24px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .r-section .sec.acc .acc-head.ui-state-active,
  .r-section .sec.acc .acc2-head.ui-state-active,
  .r-section .sec.acc .acc3-head.ui-state-active, .r-section .sec.acc2 .acc-head.ui-state-active,
  .r-section .sec.acc2 .acc2-head.ui-state-active,
  .r-section .sec.acc2 .acc3-head.ui-state-active, .r-section .sec.acc3 .acc-head.ui-state-active,
  .r-section .sec.acc3 .acc2-head.ui-state-active,
  .r-section .sec.acc3 .acc3-head.ui-state-active {
    font-size: 16px;
  }
}
.r-section .sec.acc .acc-head.ui-state-active::after,
.r-section .sec.acc .acc2-head.ui-state-active::after,
.r-section .sec.acc .acc3-head.ui-state-active::after, .r-section .sec.acc2 .acc-head.ui-state-active::after,
.r-section .sec.acc2 .acc2-head.ui-state-active::after,
.r-section .sec.acc2 .acc3-head.ui-state-active::after, .r-section .sec.acc3 .acc-head.ui-state-active::after,
.r-section .sec.acc3 .acc2-head.ui-state-active::after,
.r-section .sec.acc3 .acc3-head.ui-state-active::after {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.r-section .sec.acc .acc-body, .r-section .sec.acc2 .acc-body, .r-section .sec.acc3 .acc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
  padding: 0 3rem 3rem 3rem;
}
@media print {
  .r-section .sec.acc .acc-body, .r-section .sec.acc2 .acc-body, .r-section .sec.acc3 .acc-body {
    display: flex !important;
  }
}
.r-section .blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.5rem;
}
.r-section .blk > p,
.r-section .blk > ul,
.r-section .blk > ol {
  margin: 0;
}

.r-tline .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
}
.r-tline .year {
  flex: 0 1 100%;
  color: #0071EB;
  font-size: 30px;
  line-height: 1.25;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .r-tline .year {
    flex: 0 0 auto;
    width: 30px;
    font-size: 13px;
  }
}
.r-tline .line {
  flex: 0 0 auto;
  align-self: stretch;
  width: 2px;
  background: #D3D3D6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .r-tline .line {
    width: 1px;
  }
}
.r-tline .line::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 2px solid #D3D3D6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .r-tline .line::before {
    width: 7px;
    height: 7px;
    border-width: 1px;
    -webkit-transform: translateX(calc(-50% - 0.5px)) translateY(calc(-50% - 0.5px));
    -ms-transform: translateX(calc(-50% - 0.5px)) translateY(calc(-50% - 0.5px));
    transform: translateX(calc(-50% - 0.5px)) translateY(calc(-50% - 0.5px));
  }
}
.r-tline .line::after {
  display: block;
  content: "";
  width: 4rem;
  height: 2px;
  background: #D3D3D6;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .r-tline .line::after {
    height: 1px;
    -webkit-transform: translateX(-50%) translateY(calc(-50% - 0.5px));
    -ms-transform: translateX(-50%) translateY(calc(-50% - 0.5px));
    transform: translateX(-50%) translateY(calc(-50% - 0.5px));
  }
}
.r-tline .info {
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 0;
}
.r-tline .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .r-tline .name {
    font-size: 13px;
  }
}
.r-tline .name a {
  text-decoration: none;
}
.r-tline .name a:hover, .r-tline .name a:focus-within {
  color: #222431;
}
.r-tline .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 14px;
  line-height: 1.285;
}
@media only screen and (max-width: 767px) {
  .r-tline .data {
    font-size: 12px;
  }
}
.r-tline .data .vl {
  font-weight: 500;
}

.r-sum .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 1023px) {
  .r-sum .row {
    flex-direction: column;
  }
}
.r-sum .col {
  flex: 0 1 100%;
}
.r-sum .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 3rem;
  background: #FFF;
  border-radius: 15px;
  gap: 2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .r-sum .cnt {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .r-sum .cnt {
    flex-direction: row;
    gap: 3rem;
  }
}
@media print {
  .r-sum .cnt {
    padding: 3rem 1rem;
    border: 1px solid #E8E9EA;
  }
}
.r-sum .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .r-sum .icn {
    width: 30px;
    height: 30px;
  }
}
@media print {
  .r-sum .icn {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .r-sum .icn img {
    width: 30px;
  }
}
.r-sum .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .r-sum .txt {
    align-items: stretch;
    text-align: left;
  }
}
.r-sum .ttl {
  color: #4E505A;
  font-size: 14px;
}
.r-sum .val {
  color: #222431;
  font-size: 20px;
  font-weight: 700;
}

.r-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
}
.r-cnt > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  gap: 3rem;
}
@media only screen and (max-width: 1023px) {
  .r-cnt > .row {
    flex-direction: column;
  }
}
@media print {
  .r-cnt > .row {
    flex-direction: column;
  }
}
.r-cnt > .row > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
  flex: 0 1 100%;
}
.r-cnt > .row > .col.w13 {
  flex: 0 0 calc(100% / 3);
  width: calc(100% / 3);
}
@media only screen and (max-width: 1023px) {
  .r-cnt > .row > .col.w13 {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media print {
  .r-cnt > .row > .col.w13 {
    flex: 0 1 100%;
    width: 100%;
  }
}
.r-cnt .r-img {
  height: 100%;
  max-height: 240px;
  min-height: 240px;
  padding-top: 0;
  page-break-inside: avoid;
}

.r-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .r-h2 {
    font-size: 20px;
  }
}
.r-h2 .icn {
  width: 32px;
  margin-top: 2px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .r-h2 .icn {
    width: 24px;
    margin: 0 3rem 0 0;
  }
}
.r-h2 .icn img {
  width: 100%;
}
.r-h2 .txt {
  color: #0071EB;
}
.r-h2 .txt .ttl {
  display: block;
}
.r-h2 .txt .lbls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  color: #222431;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .r-h2 .txt .lbls {
    font-size: 12px;
  }
}
.r-h2 .txt .lbls .tl {
  font-weight: 600;
}
.r-h2 .qty {
  display: inline-block;
  color: #909198;
  font-size: 0.75em;
}
.disclaimer .r-h2 .icn {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.disclaimer .r-h2 .txt {
  color: #222431;
}

.r-h3 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(1em + 6px);
}
@media only screen and (max-width: 767px) {
  .r-h3 {
    font-size: 18px;
  }
}
.r-h3 .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-h3 .icn-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  margin-right: 2rem;
  background: rgba(0, 113, 235, 0.1);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .r-h3 .icn-round {
    width: 32px;
    height: 32px;
    margin-right: 3rem;
    background: transparent;
    border-radius: 0;
  }
}
.r-h3 .icn-round img {
  width: 32px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-h3 a {
  text-decoration: none;
}
.r-h3 a:hover, .r-h3 a:focus-within {
  color: #222431;
}
.r-h3 small {
  display: block;
  color: #7A7C83;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .r-h3 small {
    font-size: 12px;
  }
}

.r-h4 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(1em + 6px);
}
@media only screen and (max-width: 767px) {
  .r-h4 {
    font-size: 15px;
  }
}
.r-h4 .icn {
  margin-right: 1.6rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-h4 small {
  color: #7A7C83;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .r-h4 small {
    font-size: 11px;
  }
}
.r-h4.line::after {
  display: none;
}
.r-h4.line .txt {
  flex: 0 1 100%;
}
.r-h4.line .txt::after {
  content: '\a0';
  width: 100%;
  height: 1px;
  margin-left: 1.6rem;
  background: #E8E9EA;
  overflow: hidden;
  position: absolute;
  bottom: 0.35em;
}

.r-h5 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(1em + 6px);
}
@media only screen and (max-width: 767px) {
  .r-h5 {
    font-size: 13px;
  }
}
.r-h5 .icn {
  margin-right: 1.6rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-h5 .icn.no-filter {
  filter: none;
}

.r-h6 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(1em + 6px);
}
@media only screen and (max-width: 767px) {
  .r-h6 {
    font-size: 12px;
  }
}
.r-h6 .icn {
  margin-right: 1.2rem;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-h6 .icn.no-filter {
  filter: none;
}

.r-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .r-inf {
    flex-direction: column;
  }
}
.r-inf .col {
  flex: 0 1 100%;
}
.r-inf .col.ctr {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .r-inf .col.ctr {
    align-self: center;
  }
}
.r-inf .col.ctr a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0px;
  text-indent: -999em;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.r-inf .col.ctr .ctr-pdf {
  background-image: url(../img/icns/outline/32/pdf.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.r-inf .col.ctr .ctr-print {
  background-image: url(../img/icns/outline/32/print.svg);
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-inf .ttl {
  font-weight: 700;
}

.r-nav {
  line-height: 1.25;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.r-nav.four-cols {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media only screen and (max-width: 1023px) {
  .r-nav.four-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .r-nav.four-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.r-nav.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 1023px) {
  .r-nav.three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .r-nav.three-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media print {
  .r-nav.three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.r-nav ul {
  margin: 0;
}
.r-nav li {
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.r-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 1.6rem;
  color: #222431;
  text-decoration: none;
  border: 1px solid #D3D3D6;
  border-radius: 10px;
  gap: 1.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .r-nav a {
    border-radius: 5px;
  }
}
.r-nav a:hover, .r-nav a:focus, .r-nav a:active {
  color: #FFF;
  background: #0071EB;
  border-color: #0071EB;
}
.r-nav a:hover::after,
.r-nav a:hover .icn, .r-nav a:focus::after,
.r-nav a:focus .icn, .r-nav a:active::after,
.r-nav a:active .icn {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.r-nav a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/arw.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: calc(50% - 5px);
  right: 1.6rem;
}
.r-nav a .icn {
  flex: 0 0 auto;
  width: 16px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-nav.thin a {
  padding: 0;
  border: none;
  border-radius: 0;
}
.r-nav.thin a:hover, .r-nav.thin a:focus, .r-nav.thin a:active {
  color: #0071EB;
  background: transparent;
}
.r-nav.thin a:hover .icn, .r-nav.thin a:focus .icn, .r-nav.thin a:active .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-nav.thin a::after {
  display: none;
}
.r-nav.thin .txt {
  font-weight: 700;
}
.r-nav.thin .qty {
  color: #EA0000;
  font-size: 0.75em;
}

.r-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 1023px) {
  .r-list .row {
    flex-direction: column;
    gap: 0;
  }
}
.r-list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.6rem;
  flex: 0 1 100%;
  padding: 2rem 0;
  border-top: 1px solid #E8E9EA;
}
.r-list .icn {
  flex: 0 0 auto;
  width: 16px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-list .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.8rem;
}
.r-list .ttl {
  color: #4E505A;
  font-size: 13px;
  line-height: 16px;
}
@media only screen and (max-width: 1023px) {
  .r-list .ttl {
    font-size: 12px;
  }
}
.r-list .val {
  color: #222431;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(1em + 4px);
}
@media only screen and (max-width: 1023px) {
  .r-list .val {
    font-size: 16px;
  }
}
.r-list .nte {
  color: #7A7C83;
  font-size: 13px;
  line-height: 16px;
}
.r-list .units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.r-list .units li {
  margin: 0;
  list-style: none;
}
.r-list .units a {
  display: block;
  padding: 4px 8px;
  background: rgba(0, 113, 235, 0.1);
  border-radius: 100px;
  text-decoration: none;
}
.r-list .units a:hover, .r-list .units a:focus-within {
  color: #FFF;
  background: #0071EB;
}

.r-table {
  font-size: 14px;
  line-height: 1.285;
  cursor: default;
}
.r-table.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media only screen and (max-width: 1023px) {
  .r-table.two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media print {
  .r-table.two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.r-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  gap: 1rem;
  background: #F8F8F9;
  border-radius: 5px;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .r-table .row {
    border-radius: 3px;
  }
}
.r-table .row:nth-of-type(even) {
  background: #FFF;
}
.r-table .row:hover {
  background: #FFEECC;
}
.r-table .row .ttl {
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .r-table .row .ttl {
    flex: 0 1 auto;
  }
}
.r-table .val {
  color: #222431;
  font-weight: 500;
  text-align: right;
}
.r-table .val img {
  display: inline-block;
  vertical-align: top;
}

.r-table2 {
  font-size: 14px;
  cursor: default;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.r-table2.two-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 767px) {
  .r-table2.two-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.r-table2.three-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 1023px) {
  .r-table2.three-cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .r-table2.three-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.r-table2 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  gap: 1.5rem;
  border-top: 1px solid #E8E9EA;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.r-table2 .row:not(:last-child) {
  border-bottom: 1px solid #F4F4F4;
}
.r-table2 .row .ttl {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .r-table2 .row .ttl {
    flex: 0 1 auto;
  }
}
.r-table2 .row .ttl img {
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.r-table2 .row .val {
  padding: 0 1rem;
  color: #222431;
  font-weight: 500;
  text-align: right;
  background: #E8E9EA;
  border-radius: 5rem;
}
.r-table2 .row .val.yes {
  color: #238500;
  background: rgba(35, 133, 0, 0.1);
}
.r-table2 .row .val.no {
  color: #EA0000;
  background: rgba(234, 0, 0, 0.1);
}

.r-results > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: -1.5rem;
}
.r-results > .row > .col {
  flex: 0 1 calc(100% / 2);
  width: calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 1.5rem;
  gap: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .r-results > .row > .col {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media print {
  .r-results > .row > .col {
    flex: 0 1 100%;
    width: 100%;
  }
}
.r-results > .row > .col:only-child {
  flex: 0 1 100%;
  width: 100%;
}

.r-map {
  height: 200px;
  background: #E8E9EA;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.r-cnt .r-map {
  height: 100%;
  max-height: 300px;
  min-height: 200px;
}
@media only screen and (max-width: 1023px) {
  .r-cnt .r-map {
    height: 200px;
    min-height: inherit;
  }
}
@media print {
  .r-cnt .r-map {
    height: 200px;
    min-height: inherit;
  }
}
.r-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.r-map img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.r-img {
  width: 100%;
  padding-top: 56.2%;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.r-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.r-tml {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.r-tml:not(.slick-initialized) {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.r-tml .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
}
.r-tml .val {
  padding-bottom: 2rem;
  color: #222431;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.r-tml .val::after {
  display: block;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #D3D3D6;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.r-tml .ttl {
  padding: 2rem 0 0.5rem 0;
  color: #0071EB;
  font-size: 14px;
  border-top: 1px solid #D3D3D6;
  position: relative;
}
.r-tml .ttl::before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #909198;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 3px);
  top: -4px;
  z-index: 10;
}
.r-tml .ttl::after {
  display: block;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #D3D3D6;
  position: absolute;
  left: 50%;
  top: 0;
}

.r-imgs {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.r-imgs:not(.slick-initialized) {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.r-imgs .slick-list {
  margin: 0 -1rem;
}
.r-imgs .col {
  display: block;
  padding: 0 1rem;
  vertical-align: top;
}
.r-imgs .cnt {
  width: 100%;
  padding-top: 66.6%;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.r-imgs.square .cnt {
  padding-top: 100%;
}
.r-imgs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.r-imgs img.lnk {
  cursor: pointer;
}

.r-rel {
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.r-rel:not(.slick-initialized) {
  height: 0px;
  opacity: 0;
  visibility: hidden;
}
.r-rel .slick-list {
  margin: 0 -1rem;
}
.r-rel .col {
  display: block;
  padding: 0 1rem;
  vertical-align: top;
}
.r-rel .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  border: 1px solid #E8E9EA;
  border-radius: 2rem;
}
.r-rel .img {
  overflow: hidden;
  border-radius: 1rem;
}
.r-rel .nam {
  font-size: 18px;
  font-weight: 700;
}

.r-res-list > .row {
  border-bottom: 1px solid #E8E9EA;
}
.r-res-list.full > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  border-bottom: none;
}
@media only screen and (max-width: 1279px) {
  .r-res-list.full > .row {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .r-res-list.full > .row {
    gap: 10rem;
  }
}
.r-res-list .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
  page-break-inside: avoid;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .r-res-list .head {
    flex-direction: column;
    padding: 4rem 0;
    text-align: center;
  }
}
.r-res-list.full .head {
  align-items: stretch;
  flex: 0 1 calc(100% / 2 - 6rem / 2);
  width: calc(100% / 2 - 6rem / 2);
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .r-res-list.full .head {
    flex: 0 1 100%;
    width: 100%;
  }
}
.r-res-list.full .head::before {
  display: none;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #E8E9EA;
  position: absolute;
  top: 0;
  left: -3rem;
}
.r-res-list.full .head::after {
  display: none;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #E8E9EA;
  position: absolute;
  top: -3rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .r-res-list.full .head::after {
    top: -5rem;
  }
}
.r-res-list.full .head:nth-child(2n)::before {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .r-res-list.full .head:nth-child(2n)::before {
    display: none;
  }
}
.r-res-list.full .head:nth-child(n+3)::after {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .r-res-list.full .head:nth-child(n+2)::after {
    display: block;
  }
}
.r-res-list .head.acc-head {
  cursor: pointer;
}
.r-res-list .head.ui-state-focus {
  outline: none;
}
.r-res-list .head .img {
  flex: 0 0 auto;
  width: 96px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .r-res-list.full .head .img {
    align-self: center;
  }
}
.r-res-list .head .img img {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .r-res-list .head .img img {
    border-radius: 5px;
  }
}
.r-res-list .head .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  flex: 0 1 100%;
}
.r-res-list.full .head .inf {
  justify-content: flex-start;
  gap: 1.5rem;
}
.r-res-list .head .cta {
  flex: 0 0 auto;
}
.r-res-list .head .t1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .r-res-list .head .t1 {
    font-size: 18px;
  }
}
.r-res-list .head .t3 {
  color: #0071EB;
  font-size: 14px;
}
.r-res-list .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2rem 0 4rem 0;
}
@media print {
  .r-res-list .body {
    display: block !important;
  }
}
.r-res-list .itm {
  flex: 0 1 calc(100% / 2 - 6rem / 2);
  width: calc(100% / 2 - 6rem / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  page-break-inside: avoid;
}
@media only screen and (max-width: 1279px) {
  .r-res-list .itm {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .r-res-list .itm {
    flex-direction: column;
    text-align: center;
  }
}
.r-res-list .itm .img {
  flex: 0 0 auto;
  width: 96px;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .r-res-list .itm .img {
    align-self: center;
  }
}
.r-res-list .itm .img img {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .r-res-list .itm .img img {
    border-radius: 5px;
  }
}
.r-res-list .itm .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 0 1 100%;
}
.r-res-list .itm .t1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .r-res-list .itm .t1 {
    font-size: 18px;
  }
}

.niche-list {
  font-size: 14px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 1279px) {
  .niche-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .niche-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .niche-list {
    font-size: 12px;
  }
}
.niche-list ul {
  margin: 0;
}
.niche-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 1rem 0;
  gap: 1.6rem;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.niche-list .icn {
  flex: 0 0 auto;
  width: 32px;
}
@media only screen and (max-width: 767px) {
  .niche-list .icn {
    width: 24px;
  }
}

.niche-list2 {
  font-size: 14px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media only screen and (max-width: 1279px) {
  .niche-list2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 1023px) {
  .niche-list2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  .niche-list2 {
    font-size: 12px;
  }
}
.niche-list2 ul {
  margin: 0;
}
.niche-list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 1rem 0;
  gap: 2rem;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.niche-list2 .icn {
  flex: 0 0 auto;
  width: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .niche-list2 .icn {
    width: 24px;
  }
}
.niche-list2 .icn .rat {
  width: 28px;
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: absolute;
  right: -14px;
  bottom: -14px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .niche-list2 .icn .rat {
    width: 20px;
    right: -10px;
    bottom: -10px;
  }
}
.niche-list2 .icn .img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}

.niche-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .niche-base {
    gap: 3rem;
  }
}
.niche-base > .icn {
  flex: 0 0 auto;
  width: 48px;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .niche-base > .icn {
    width: 32px;
  }
}
.niche-base > .inf > .txt {
  color: #7A7C83;
  font-size: 14px;
}
.niche-base > .inf > .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  margin: 0;
  color: #222431;
}
.niche-base > .inf > .txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  list-style: none;
}
.niche-base > .inf > .txt img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.5;
}

.niche-base-txt {
  color: #7A7C83;
  font-size: 14px;
}
.niche-base-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  margin: 0;
  color: #222431;
}
.niche-base-txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  list-style: none;
}
.niche-base-txt img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.5;
}

.r-med {
  color: #222431;
}
.r-med .t1 {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .r-med .t1 {
    font-size: 15px;
  }
}
.r-med .t2 {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .r-med .t2 {
    font-size: 30px;
  }
}
.r-med .t3 {
  color: #7A7C83;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .r-med .t3 {
    font-size: 12px;
  }
}

.r-charts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.r-charts .row {
  padding: 30px 0;
  border-top: 1px solid #E8E9EA;
}

.highcharts-figure {
  width: 100%;
  min-width: 240px;
  max-width: 900px;
  margin: 2rem auto;
}
@media print {
  .highcharts-figure {
    width: 600px;
    min-width: inherit;
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .highcharts-figure > div {
    height: 200px;
  }
}

.highcharts-figure2 {
  width: 100%;
  min-width: 240px;
  max-width: 900px;
  margin: 2rem auto;
}
@media print {
  .highcharts-figure2 {
    width: 600px;
    min-width: inherit;
    max-width: inherit;
  }
}

#salesHistory {
  height: 340px;
}

.degree-lst ul {
  margin-left: 0;
}
.degree-lst li {
  list-style: none;
  position: relative;
}
.degree-lst li.deg2 {
  margin-left: 24px;
}
.degree-lst li.deg3 {
  margin-left: 48px;
}

.indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.75rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: default;
  vertical-align: text-top;
}
.indicator.success {
  background-image: url(../img/icns/fill/16/checkmark.svg);
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.indicator.warning {
  background-image: url(../img/icns/fill/16/alert.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.indicator.neutral {
  background-image: url(../img/icns/fill/16/neutral.svg);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.3;
}
.indicator.deceased {
  background-image: url(../img/icns/fill/16/deceased.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.indicator.failure {
  background-image: url(../img/icns/fill/16/no.svg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.indicator.degree1 {
  background-image: url(../img/icns/fill/16/user.svg);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.indicator.degree2 {
  background-image: url(../img/icns/fill/16/users.svg);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.indicator.degree3 {
  background-image: url(../img/icns/fill/16/group.svg);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}

.r-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .r-timeline {
    gap: 3rem;
  }
}
.r-timeline .rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .r-timeline .rw {
    flex-direction: column;
    align-items: stretch;
  }
}
.r-timeline .cl {
  padding: 1rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .r-timeline .cl {
    padding: 0;
  }
}
.r-timeline .lf,
.r-timeline .rg {
  flex: 0 1 100%;
}
.r-timeline .lf {
  padding-right: 4rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .r-timeline .lf {
    padding: 0;
    text-align: left;
  }
}
.r-timeline .lf .bc::before {
  right: inherit;
  left: 100%;
}
.r-timeline .rg {
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .r-timeline .rg {
    padding: 0;
  }
}
.r-timeline .rg .dt span {
  right: inherit;
  left: -5.8rem;
}
.r-timeline .ct {
  align-self: stretch;
  flex: 0 0 auto;
  width: 4px;
  background: #E8E9EA;
}
@media only screen and (max-width: 767px) {
  .r-timeline .ct {
    display: none;
  }
}
.r-timeline .bc {
  display: inline-block;
  padding: 2rem;
  text-align: left;
  text-decoration: none;
  background: #FFF;
  border-radius: 1rem;
  position: relative;
  vertical-align: top;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
}
@media only screen and (max-width: 767px) {
  .r-timeline .bc {
    display: block;
  }
}
.r-timeline .bc::before {
  display: block;
  content: "";
  width: 4rem;
  height: 4px;
  background: #E8E9EA;
  position: absolute;
  top: calc(50% - 2px);
  right: 100%;
}
@media only screen and (max-width: 767px) {
  .r-timeline .bc::before {
    display: none;
  }
}
.r-timeline .bc:hover, .r-timeline .bc:focus-within {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 113, 235, 0.5), 0 5px 20px 0 rgba(0, 113, 235, 0.1);
}
.r-timeline .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.r-timeline .hd .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #222431;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .r-timeline .hd .tl {
    font-size: 16px;
  }
}
.r-timeline .hd .tl .ic {
  flex: 0 0 auto;
  width: 24px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .r-timeline .hd .tl .ic {
    width: 16px;
  }
}
.r-timeline .hd .tl .ic img {
  width: 100%;
}
.r-timeline .hd .dt {
  color: #7A7C83;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .r-timeline .hd .dt {
    display: block;
    font-size: 12px;
  }
}
.r-timeline .bd {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 14px;
  text-decoration: underline;
  border-top: 1px solid #E8E9EA;
}
.r-timeline .dt {
  color: #7A7C83;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .r-timeline .dt {
    display: none;
  }
}
.r-timeline .dt span {
  display: block;
  width: 32px;
  height: 32px;
  color: #222431;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  background: #FFF;
  border: 4px solid #E8E9EA;
  position: absolute;
  top: calc(50% - 16px);
  right: -5.8rem;
  z-index: 10;
  border-radius: 50%;
}
.r-timeline .yr {
  color: #222431;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.r-timeline .ev {
  color: #EA0000;
  font-size: 14px;
  font-weight: 700;
}

.r-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.r-person .img {
  flex: 0 0 auto;
  align-self: flex-start;
  width: 96px;
  overflow: hidden;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .r-person .img {
    width: 48px;
  }
}
.r-person .img img {
  width: 100%;
}
.r-person .img.brand {
  align-self: center;
  border-radius: 0;
}
.r-person .inf {
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}
.r-person .t1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .r-person .t1 {
    font-size: 18px;
  }
}
.r-person .t3 {
  color: #0071EB;
  font-size: 14px;
}

.powered-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .powered-by {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .powered-by .im {
    max-width: 80px;
  }
}

.schools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.schools .res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  border: 1px solid #E8E9EA;
  border-radius: 1rem;
  page-break-inside: avoid;
}

.web-res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.web-res .res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem;
  border: 1px solid #E8E9EA;
  border-radius: 1rem;
  page-break-inside: avoid;
}
.web-res * {
  margin: 0;
}

.niche-list-inline {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .niche-list-inline {
    font-size: 12px;
  }
}
.niche-list-inline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
  margin: 0;
}
.niche-list-inline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  gap: 0.8rem;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.niche-list-inline .icn {
  flex: 0 0 auto;
  width: 24px;
}

.google-visualization-orgchart-table {
  width: 100%;
}

.google-visualization-orgchart-node,
.google-visualization-orgchart-nodesel {
  padding: 10px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  background: #FFF !important;
  border: 1px solid #D3D3D6 !important;
  -webkit-box-shadow: rgba(34, 36, 49, 0.1) 0px 5px 10px !important;
  -moz-box-shadow: rgba(34, 36, 49, 0.1) 0px 5px 10px !important;
}

.google-visualization-orgchart-node-medium {
  font-size: 14px !important;
}

.google-visualization-orgchart-lineleft,
.google-visualization-orgchart-lineright,
.google-visualization-orgchart-linebottom {
  border-color: #D3D3D6 !important;
}

.gvo-dsc {
  font-weight: 400;
}

@media print {
  #sectionNav {
    display: none;
  }
}

#sectionPropertyDetails .r-table .row .ttl {
  font-weight: 500;
}
#sectionPropertyDetails .r-table .row .val {
  font-weight: 400;
}

.r-office .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.r-office .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem;
  background: rgba(255, 144, 0, 0.1);
  border-radius: 1rem;
}
.r-office .rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .r-office .rw {
    flex-direction: column;
  }
}
.r-office .cl {
  flex: 0 1 100%;
  position: relative;
}
.r-office .cl:nth-child(n+2)::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(34, 36, 49, 0.2);
  position: absolute;
  top: 0;
  left: -3rem;
}
@media only screen and (max-width: 767px) {
  .r-office .cl:nth-child(n+2)::before {
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(34, 36, 49, 0.2);
    border-left: none;
    top: -3rem;
    left: 0;
  }
}
.r-office .tl {
  font-weight: 700;
}

.social-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.social-lst .cl {
  flex: 0 1 calc(100% / 2 - 1rem / 2);
  width: calc(100% / 2 - 1rem / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem;
  border: 1px solid #E8E9EA;
  border-radius: 1rem;
}
@media only screen and (max-width: 1023px) {
  .social-lst .cl {
    flex: 0 1 100%;
    width: 100%;
  }
}
.social-lst .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.social-lst .hd .ic {
  flex: 0 0 auto;
  width: 24px;
}
.social-lst .hd .tl {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .social-lst .hd .tl {
    font-size: 16px;
  }
}
.social-lst .bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.social-lst .bd .nm {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .social-lst .bd .nm {
    font-size: 20px;
  }
}
.social-lst .bd .vl {
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .social-lst .bd .vl {
    font-size: 12px;
  }
}

.r-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.r-adr .itm {
  flex: 0 1 calc(100% / 2 - 2rem / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem 3rem 3rem calc(2.5rem * 2 + 16px);
  position: relative;
  background: #F8F8F9;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .r-adr .itm {
    border-radius: 3px;
  }
}
@media only screen and (max-width: 1279px) {
  .r-adr .itm {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .r-adr .itm {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
}
.r-adr .itm:only-child {
  flex: 0 1 100%;
}
.r-adr .itm::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/pin.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
  position: absolute;
  top: calc(3rem + 4px);
  left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .r-adr .itm::before {
    top: calc(3rem + 1px);
  }
}
.r-adr .itm .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.r-adr .itm .ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .r-adr .itm .ttl {
    font-size: 16px;
    line-height: 1.25;
  }
}
.r-adr .itm .ttl img {
  display: inline-block;
}
.r-adr .itm .txt {
  font-size: 14px;
}
.r-adr .itm .cta {
  flex: 0 0 auto;
}

.folder-loader {
  flex: 0 0 auto;
  width: 128px;
  height: 128px;
  margin: auto;
  padding: 64px 38px 12px 38px;
  background: url(../img/folder_loader.svg) center center no-repeat;
  background-size: contain;
  position: relative;
}
.folder-loader::before {
  display: block;
  content: "";
  width: 52px;
  height: 52px;
  background: url(../img/folder_loader_gear.svg) center center no-repeat;
  background-size: contain;
  -webkit-animation: gear 3s linear infinite;
  -moz-animation: gear 3s linear infinite;
  animation: gear 3s linear infinite;
}

@-moz-keyframes gear {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes gear {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes gear {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.r-hr {
  border-top: 1px dashed #D3D3D6;
}

/* The Modal */
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6rem;
  overflow: auto;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  background-color: rgba(34, 36, 49, 0.9);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 4rem;
  }
}
.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  max-width: 1200px;
}
.modal .mySlides {
  display: none;
}
.modal .mySlides img {
  width: 100%;
  max-height: calc(100vh - 6rem * 2);
}
@media only screen and (max-width: 767px) {
  .modal .mySlides img {
    max-height: calc(100vh - 4rem * 2);
  }
}
.modal .close {
  display: block;
  width: 8rem;
  height: 8rem;
  font-size: 0;
  cursor: pointer;
  text-decoration: none;
  text-indent: -999em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.modal .close::before {
  display: block;
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.modal .close:hover::before, .modal .close:focus-within::before {
  opacity: 0.5;
}

/* Map */
.custom-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40rem;
  background: #E8E9EA;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom-map {
    height: 320px;
  }
}
.custom-map .ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
.custom-map .ctr .form-check-radio {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .custom-map .ctr .form-check-radio {
    padding-left: 24px;
  }
}
.custom-map .ctr .form-check-radio input,
.custom-map .ctr .form-check-radio .checkbox {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .custom-map .ctr .form-check-radio input,
  .custom-map .ctr .form-check-radio .checkbox {
    width: 16px;
    height: 16px;
  }
}
.custom-map .ctr .form-check-radio .checkbox {
  border-radius: 3px;
}
.custom-map .ctr .form-check-radio .checkbox::after {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .custom-map .ctr .form-check-radio .checkbox::after {
    width: 8px;
    height: 8px;
  }
}
.custom-map .ctr .form-check-radio .txt {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .custom-map .ctr .form-check-radio .txt {
    font-size: 11px;
  }
}
.custom-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.report-pre-inspection .r-section .bdy {
  padding: 0.4rem;
}

.pi-row .col {
  padding: 0.6rem;
}
.pi-row .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 330px;
  background: #E8E9EA;
  border-radius: 1rem;
  cursor: pointer;
  overflow: hidden;
  outline: 2px solid transparent;
  outline-offset: -2px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .pi-row .cnt {
    height: 300px;
  }
}
.pi-row .cnt:hover, .pi-row .cnt:focus-within {
  outline-color: #222431;
}
.pi-row .cnt:hover::before, .pi-row .cnt:focus-within::before {
  opacity: 1;
}
.pi-row .cnt::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/arw_url.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .pi-row .cnt::before {
    width: 12px;
    height: 12px;
    top: 9px;
    right: 9px;
  }
}
.pi-row .cnt .hd {
  padding: 1rem 2rem;
}
.pi-row .cnt .hd .txt {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .pi-row .cnt .hd .txt {
    font-size: 12px;
  }
}
.pi-row .cnt .bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 auto;
  padding: 3rem 3rem 4rem 3rem;
  background: #FFF;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pi-row .cnt .bd {
    padding-bottom: 8rem;
  }
}
.pi-row .cnt .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.pi-row .cnt .ttl .icn {
  flex: 0 0 auto;
}
.pi-row .cnt .ttl .txt {
  font-size: 20px;
  font-weight: 600;
}
.pi-row .cnt .ttl2 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .pi-row .cnt .ttl2 {
    font-size: 20px;
  }
}
.pi-row .cnt .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.pi-row .cnt .age .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pi-row .cnt .age .tl .icn {
  flex: 0 0 auto;
}
.pi-row .cnt .age .tl .txt {
  font-size: 12px;
  font-weight: 600;
}
.pi-row .cnt .age .yr {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px 4px 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  background: #F4F4F4;
  border-radius: 5rem;
}
.pi-row .cnt .age .yr::before {
  flex: 0 0 auto;
  content: "";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.pi-row .cnt .age .yr.attention::before {
  background-image: url(../img/icns/fill/16/attention.svg);
}
.pi-row .cnt .age .yr.completed::before {
  background-image: url(../img/icns/fill/16/checkmark2.svg);
}
.pi-row .cnt .age .yr.incomplete::before {
  background-image: url(../img/icns/fill/16/no2.svg);
}
.pi-row .cnt .prc {
  align-self: flex-start;
  padding: 0.6rem 1.2rem;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background: #EA0000;
  border-radius: 1rem;
}
.pi-row .cnt .scr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex: 0 0 auto;
  width: 96px;
  height: 96px;
  font-size: 20px;
  font-weight: 600;
  background: #E8E9EA;
  -webkit-box-shadow: inset 0 0 0 6px #D3D3D6;
  box-shadow: inset 0 0 0 6px #D3D3D6;
  border-radius: 50%;
  position: relative;
}
.pi-row .cnt .scr::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.pi-row .cnt .scr.one::before {
  background-image: url(../img/score/01.svg);
}
.pi-row .cnt .scr.two::before {
  background-image: url(../img/score/02.svg);
}
.pi-row .cnt .scr.three::before {
  background-image: url(../img/score/03.svg);
}
.pi-row .cnt .scr.four::before {
  background-image: url(../img/score/04.svg);
}
.pi-row .cnt .scr.five::before {
  background-image: url(../img/score/05.svg);
}
.pi-row .cnt .scr.six::before {
  background-image: url(../img/score/06.svg);
}
.pi-row .cnt .scr.seven::before {
  background-image: url(../img/score/07.svg);
}
.pi-row .cnt .scr.eight::before {
  background-image: url(../img/score/08.svg);
}
.pi-row .cnt .scr.nine::before {
  background-image: url(../img/score/09.svg);
}
.pi-row .cnt .scr.ten::before {
  background-image: url(../img/score/10.svg);
}
.pi-row .cnt .inf {
  flex: 1 1 auto;
  color: #4E505A;
  font-size: 14px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .pi-row .cnt .inf {
    font-size: 12px;
  }
}
.pi-row .cnt .inf ul,
.pi-row .cnt .inf ol {
  margin-left: 3rem;
}
.pi-row .cnt.warning {
  background: #FBCCCC;
}
.pi-row .cnt.warning:hover, .pi-row .cnt.warning:focus-within {
  outline-color: #EA0000;
}
.pi-row .cnt.warning::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.pi-row .cnt.warning .ttl .icn {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.pi-row .cnt.warning .age .tl .icn {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.pi-row .cnt.warning .scr {
  background: rgba(234, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 0 6px #FBCCCC;
  box-shadow: inset 0 0 0 6px #FBCCCC;
}
.pi-row .cnt.warning .scr::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(6264%) hue-rotate(4deg) brightness(102%) contrast(128%);
}
.pi-row .cnt.orange {
  background: #FFEECC;
}
.pi-row .cnt.orange:hover, .pi-row .cnt.orange:focus-within {
  outline-color: #FF9000;
}
.pi-row .cnt.orange::before {
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(2838%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.pi-row .cnt.orange .ttl .icn {
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(2838%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.pi-row .cnt.orange .age .tl .icn {
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(2838%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.pi-row .cnt.orange .scr {
  background: rgba(255, 144, 0, 0.05);
  -webkit-box-shadow: inset 0 0 0 6px #FFEECC;
  box-shadow: inset 0 0 0 6px #FFEECC;
}
.pi-row .cnt.orange .scr::before {
  filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(2838%) hue-rotate(359deg) brightness(101%) contrast(105%);
}
.pi-row .cnt.special {
  background: #C8E2FF;
}
.pi-row .cnt.special:hover, .pi-row .cnt.special:focus-within {
  outline-color: #0071EB;
}
.pi-row .cnt.special::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.pi-row .cnt.special .ttl .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.pi-row .cnt.special .age .tl .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.pi-row .cnt.special .scr {
  background: rgba(0, 113, 235, 0.05);
  -webkit-box-shadow: inset 0 0 0 6px #C8E2FF;
  box-shadow: inset 0 0 0 6px #C8E2FF;
}
.pi-row .cnt.special .scr::before {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.pi-row .cnt.success {
  background: #CDE9C3;
}
.pi-row .cnt.success:hover, .pi-row .cnt.success:focus-within {
  outline-color: #238500;
}
.pi-row .cnt.success::before {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.pi-row .cnt.success .ttl .icn {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.pi-row .cnt.success .age .tl .icn {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.pi-row .cnt.success .scr {
  background: rgba(35, 133, 0, 0.05);
  -webkit-box-shadow: inset 0 0 0 6px #CDE9C3;
  box-shadow: inset 0 0 0 6px #CDE9C3;
}
.pi-row .cnt.success .scr::before {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
.pi-row .slick-arrow {
  width: 5rem;
  height: 5rem;
  background: #F8F8F9;
  border: none;
  border-radius: 0;
  top: auto;
  bottom: -0.4rem;
}
@media only screen and (max-width: 767px) {
  .pi-row .slick-arrow {
    width: 8rem;
    height: 8rem;
  }
}
.pi-row .slick-arrow:hover {
  background: #0071EB;
}
.pi-row .slick-arrow:hover::before {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
.pi-row .slick-arrow::before {
  width: 16px;
  height: 16px;
  background: url(../img/slider_arw2.svg) 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pi-row .slick-arrow.slick-prev {
  left: -0.4rem;
  border-radius: 0 1.5rem 0 1.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pi-row .slick-arrow.slick-next {
  border-radius: 1.5rem 0 1.5rem 0;
  right: -0.4rem;
}

.report-card .lbox-container-inn {
  flex-direction: row;
  gap: 0;
  max-width: 1280px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .report-card .lbox-container-inn {
    flex-direction: column;
  }
}
.report-card .chat,
.report-card .card {
  flex: 0 1 100%;
  height: calc(400px + 8rem * 2);
}
.report-card .chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem;
}
.report-card .chat .ttl {
  padding-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid #E8E9EA;
}
@media only screen and (max-width: 767px) {
  .report-card .chat .ttl {
    font-size: 16px;
  }
}
.report-card .chat .chat-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 1 auto;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .report-card .chat .chat-container {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .report-card .chat .chat-container {
    height: 200px;
  }
}
.report-card .chat .chat-container .dat {
  color: #64656E;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .report-card .chat .chat-container .dat {
    font-size: 10px;
  }
}
.report-card .chat .chat-container .msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.report-card .chat .chat-container .msg .img {
  flex: 0 0 auto;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.report-card .chat .chat-container .msg .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.report-card .chat .chat-container .msg .txt {
  max-width: 320px;
  margin-bottom: 2.4rem;
  padding: 2rem;
  font-size: 14px;
  background: #F4F4F4;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .report-card .chat .chat-container .msg .txt {
    font-size: 12px;
  }
}
.report-card .chat .chat-container .msg.user {
  justify-content: flex-end;
}
.report-card .chat .chat-container .msg.user .txt {
  order: -1;
  background: #C8E2FF;
}
.report-card .chat .src {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.report-card .chat .src .inp {
  flex: 1 1 auto;
  position: relative;
}
.report-card .chat .src .inp::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/magnifier.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
  opacity: 0.4;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.report-card .chat .src .form-control {
  height: 40px;
  padding: 0 2rem 0 calc(2.4rem + 16px);
  font-size: 14px;
  border: 1px solid #A7A7AD;
  border-radius: 5rem;
}
@media only screen and (max-width: 767px) {
  .report-card .chat .src .form-control {
    height: 32px;
  }
}
.report-card .chat .src .form-control:hover, .report-card .chat .src .form-control:focus, .report-card .chat .src .form-control:active {
  border-color: #0071EB;
}
.report-card .chat .src button.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0px;
  text-indent: -999rem;
  background: #222431;
}
@media only screen and (max-width: 767px) {
  .report-card .chat .src button.btn {
    width: 32px;
    height: 32px;
  }
}
.report-card .chat .src button.btn:hover, .report-card .chat .src button.btn:focus, .report-card .chat .src button.btn:active {
  background: #238500;
}
.report-card .chat .src button.btn::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/send.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(234deg) brightness(107%) contrast(107%);
}
@media only screen and (max-width: 767px) {
  .report-card .chat .src button.btn::before {
    width: 12px;
    height: 12px;
  }
}
.report-card .card {
  padding: 8rem;
  background: #E8E9EA;
}
@media only screen and (max-width: 1023px) {
  .report-card .card {
    padding: 5rem;
    order: -1;
  }
}
.report-card .card .pi-row .col {
  padding: 0;
}
.report-card .card .pi-row .cnt {
  height: 400px;
  cursor: default;
  outline: none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
  box-shadow: 0 1px 3px 0 rgba(34, 36, 49, 0.3), 0 5px 20px 0 rgba(34, 36, 49, 0.07);
}
@media only screen and (max-width: 1023px) {
  .report-card .card .pi-row .cnt {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .report-card .card .pi-row .cnt {
    height: 240px;
  }
}
.report-card .card .pi-row .cnt::before {
  display: none;
}
.report-card .card .pi-row .cnt .bd {
  padding: 3rem;
}

.cm-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  max-width: 400px;
  background: #FFF;
  border-radius: 0.5rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 200;
  -webkit-box-shadow: 0 0 3px 0 rgba(34, 36, 49, 0.2);
  box-shadow: 0 0 3px 0 rgba(34, 36, 49, 0.2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .cm-legend {
    max-width: calc(100% - 2rem);
  }
}
.cm-legend.open .link::before {
  width: 12px;
  height: 12px;
  background-image: url(../img/x.svg);
  filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
}
.cm-legend .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 0px;
  text-indent: -999em;
  cursor: pointer;
}
.cm-legend .link::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icns/fill/16/info.svg) 0 0 no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
.cm-legend .cont {
  display: none;
  padding: 2rem 2rem 0 2rem;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .cm-legend .cont {
    font-size: 11px;
  }
}
.cm-legend .cont ul {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cm-legend .cont ul {
    max-height: 220px;
    overflow-y: auto;
  }
}
.cm-legend .cont li {
  margin: 0;
  padding-left: 18px;
  list-style: none;
  position: relative;
}
.cm-legend .cont li::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #E8E9EA;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cm-legend .cont li::before {
    width: 10px;
    height: 10px;
  }
}
.cm-legend .cont li.zone-a::before {
  background: #FF5733;
}
.cm-legend .cont li.zone-b::before {
  background: #33FF57;
}
.cm-legend .cont li.zone-d::before {
  background: #3357FF;
}
.cm-legend .cont li.zone-v::before {
  background: #FF33A5;
}
.cm-legend .cont li.zone-ah::before {
  background: #A533FF;
}
.cm-legend .cont li.zone-ao::before {
  background: #33FFF5;
}
.cm-legend .cont li.zone-a99::before {
  background: #FFD433;
}
.cm-legend .cont li.zone-v::before {
  background: #FF8633;
}
.cm-legend .cont li.zone-ve::before {
  background: #33FF86;
}
.cm-legend .cont li.zone-c::before {
  background: #FF3333;
}

.cm-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  flex: 0 0 auto;
  padding: 3rem;
  background: #FFF;
  border: 1px solid #E8E9EA;
  border-right: none;
  border-radius: 1rem 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .cm-side {
    padding: 2rem;
  }
}
.cm-side .rw:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 1px solid #E8E9EA;
}
.cm-side .t1 {
  color: #4E505A;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .cm-side .t1 {
    font-size: 10px;
  }
}
.cm-side .t2 {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cm-side .t2 {
    font-size: 12px;
  }
}
.cm-side .t3 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .cm-side .t3 {
    font-size: 30px;
  }
}

.lst-timeline .cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
}
.lst-timeline .dat {
  padding: 0.5rem 1rem;
  color: #0071EB;
  font-size: 12px;
  background: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(34, 36, 49, 0.15);
  box-shadow: 0 0.5rem 1.5rem 0 rgba(34, 36, 49, 0.15);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lst-timeline .dat {
    font-size: 11px;
  }
}
.lst-timeline .dat::before {
  display: block;
  content: "";
  width: 2px;
  height: 3rem;
  background: #D3D3D6;
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
}
.lst-timeline .icn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 2rem 0 1.5rem 0;
  position: relative;
}
.lst-timeline .icn::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #D3D3D6;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.lst-timeline .icn img {
  position: relative;
  z-index: 1;
}
.lst-timeline .ttl {
  font-weight: 700;
}
.lst-timeline .prc {
  font-weight: 700;
  color: #238500;
}
.lst-timeline .slick-arrow {
  top: calc(50% - 25px);
}

/* Table */
@media only screen and (max-width: 767px) {
  .r-tbl {
    font-size: 11px;
  }
}
.r-tbl table {
  width: 100%;
  border-collapse: collapse;
}
.r-tbl.fixed table {
  table-layout: fixed;
}
.r-tbl thead tr {
  border-bottom: 1px solid #E8E9EA;
}
.r-tbl thead th {
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: bottom;
}
.r-tbl tbody tr {
  border-bottom: 1px solid #E8E9EA;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.r-tbl tbody tr:hover {
  background: #FFEECC;
}
.r-tbl tbody td {
  font-weight: 500;
}
.r-tbl tbody td:nth-of-type(odd) {
  background: rgba(34, 36, 49, 0.025);
}
.r-tbl th,
.r-tbl td {
  padding: 1rem 2rem;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .r-tbl th,
  .r-tbl td {
    padding: 1rem;
  }
}
.r-tbl th.auto,
.r-tbl td.auto {
  width: 1%;
  white-space: nowrap;
}

/*# sourceMappingURL=dashboard.css.map */


/*# sourceMappingURL=dashboard.css.map */


/**
CUSTOM OVERRIDE
 */
.tax-reports .members .viewReportBtnContainer {
  text-align: center;
}
.tax-reports .members .viewReportBtnContainer .btn {
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
}

/* Layout */
.d-section {
  min-height: 100%;
  background: #FFF;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .d-section {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .d-section {
    margin: 0 -2rem;
  }
}
.d-section > .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 4rem;
}
.d-section > .hdr.center {
  justify-content: center;
}
.d-section > .hdr .d-h2 {
  margin: 0;
}
.d-section > .hdr .stl {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .d-section > .hdr .stl {
    font-size: 14px;
  }
}
.d-section > .hdr .cta-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.d-section > .hdr .cta-txt .txt {
  color: #222431;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .d-section > .hdr .cta-txt .txt {
    font-size: 10px;
  }
}
.d-section > .bdy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4rem;
  padding: 4rem;
}
.d-section > .bdy:not(:first-child) {
  padding-top: 0;
}

.d-h1.alert::before,
.d-h2.alert::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin: 12px 12px 0 0;
  background: url(../img/alert.svg) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
}
@media only screen and (max-width: 1279px) {
  .d-h1.alert::before,
  .d-h2.alert::before {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .d-h1.alert::before,
  .d-h2.alert::before {
    width: 24px;
    height: 24px;
    margin: 7px 8px 0 0;
  }
}
@media only screen and (max-width: 413px) {
  .d-h1.alert::before,
  .d-h2.alert::before {
    margin-top: 5px;
  }
}

.d-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 30px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .d-h2 {
    font-size: 20px;
  }
}
.d-h2.alert {
  display: block;
}
.d-h2.alert::before {
  margin-top: 2px;
}
@media only screen and (max-width: 1279px) {
  .d-h2.alert::before {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .d-h2.alert::before {
    margin-top: 0;
  }
}
@media only screen and (max-width: 413px) {
  .d-h2.alert::before {
    margin-top: 0;
  }
}
.d-h2 .icn {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(3088%) hue-rotate(199deg) brightness(106%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .d-h2 .icn {
    width: 24px;
    margin-right: 3rem;
  }
}
.d-h2 .icn.filter-success {
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}

/* Upsell */
.ups-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .ups-top {
    flex-direction: column;
  }
}
.ups-top .fld {
  flex: 0 0 auto;
}
.ups-top .inf {
  flex: 0 1 100%;
}
@media only screen and (max-width: 1023px) {
  .ups-top .inf {
    width: 100%;
    max-width: 360px;
  }
}
.ups-top .cta {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ups-top .cta {
    margin-top: 4rem;
  }
}

.ups-fld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 264px;
  padding-top: 84px;
  background: url(../img/folder_upsell_btm.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ups-fld {
    width: 240px;
    height: 176px;
    padding-top: 56px;
  }
}
.ups-fld::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/folder_upsell_top.svg) 0 100% no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.ups-fld .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #222431;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .ups-fld .txt {
    font-size: 12px;
  }
}
.ups-fld .txt .t2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .ups-fld .txt .t2 {
    font-size: 18px;
  }
}
.ups-fld .rcs {
  padding: 4px 6px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #EA0000;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  top: 20px;
  left: 16px;
}
@media only screen and (max-width: 767px) {
  .ups-fld .rcs {
    padding: 2px 4px;
    font-size: 8px;
    top: 12px;
    left: 8px;
  }
}
.ups-fld img {
  position: absolute;
  top: 40px;
  left: 16px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ups-fld img {
    width: 224px;
    top: 24px;
    left: 8px;
  }
}

.ups-sum ul {
  margin: 0;
}
.ups-sum li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  padding: 0.8rem 0;
  list-style: none;
  border-bottom: 1px solid #E8E9EA;
}
.ups-sum .val {
  font-weight: 700;
  text-align: right;
}

.ups-inc .avl {
  margin-top: -1rem;
  color: #909198;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .ups-inc .avl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ups-inc .avl {
    font-size: 14px;
  }
}
.ups-inc .lst {
  max-width: 960px;
  margin: 3rem auto 0 auto;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media only screen and (max-width: 1023px) {
  .ups-inc .lst {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (max-width: 767px) {
  .ups-inc .lst {
    font-size: 12px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.ups-inc .lst:first-child {
  margin-top: 0;
}
.ups-inc .lst ul {
  margin: 0;
}
.ups-inc .lst li {
  margin: 0;
  padding: 0.25rem 0 0.25rem 28px;
  list-style: none;
  position: relative;
  -webkit-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
@media only screen and (max-width: 767px) {
  .ups-inc .lst li {
    padding-left: 20px;
  }
}
.ups-inc .lst li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/checkmark.svg) 0 0 no-repeat;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
  position: absolute;
  top: 3px;
  left: 0;
}
@media only screen and (max-width: 1279px) {
  .ups-inc .lst li::before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .ups-inc .lst li::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
}
.ups-inc .lst a {
  color: #222431;
}
.ups-inc .lst a:hover, .ups-inc .lst a:active, .ups-inc .lst a:focus {
  color: #0071EB;
}

/* Upsell */
.upsell .hdr,
.upsell .bdy {
  padding: 5rem;
}
.upsell .d-h2 {
  line-height: 1.5;
}
.upsell .d-h2 strong {
  font-weight: 600;
}

.upsell-cont {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: center !important;
  gap: 6rem !important;
}

@media only screen and (max-width: 1023px) {
  .upsell-cont {
    flex-direction: column;
  }
}
.upsell-cont .img {
  flex: 0 0 auto;
}
@media only screen and (max-width: 1279px) {
  .upsell-cont .img {
    max-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .upsell-cont .img {
    max-width: 240px;
  }
}
.upsell-cont .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .upsell-cont .inf {
    font-size: 16px;
  }
}
.upsell-cont .inf > * {
  margin: 0;
}
.upsell-cont .inf .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(4 / 3);
}
@media only screen and (max-width: 767px) {
  .upsell-cont .inf .lst {
    font-size: 14px;
    line-height: 1.5;
  }
}
.upsell-cont .inf .lst ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}
.upsell-cont .inf .lst ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  list-style: none;
}
.upsell-cont .inf .lst ul li::before {
  flex: 0 0 auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icns/fill/32/checkmark.svg) 0 0 no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(44%) sepia(54%) saturate(6689%) hue-rotate(76deg) brightness(92%) contrast(101%);
}
@media only screen and (max-width: 767px) {
  .upsell-cont .inf .lst ul li::before {
    width: 16px;
    height: 16px;
  }
}
.upsell-cont .inf .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.upsell-cont .form-check-radio {
  color: #4E505A;
  font-size: 16px;
  font-weight: 400;
}