*, *:before, *:after {
  box-sizing: border-box;
}
picture { display: contents; }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}
:root {
  --cc-blue-900: #011825;
  --cc-blue-800: #04202f;
  --cc-blue-700: #0a2c40;
  --cc-blue: #123b54;
  --icon-navy: #01304a;

  --cc-orange: #f85d00;

  --teal: #185a7d;
  --light-blue: #13a0db;
  --green: #449a45;
  --green-600: #3a8a3b;

  --ink: #1f2933;
  --ink-soft: #515b65;
  --line: #e3e8ec;
  --surface: #f4f6f8;
  --surface-2: #eef1f4;
  --white: #ffffff;
  --on-dark: rgba(255, 255, 255, .82);
  --green-tint: rgba(68, 154, 69, .12);
  --focus-ring: 0 0 0 3px rgba(19, 160, 219, .15);

  --font: Montserrat, Verdana, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-heading: Montserrat, Verdana, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  --fw-body: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-heading: 700;
  --fw-extrabold: 800;


  --fs-h1: 50px;
  --fs-h2: 38px;
  --fs-h3: 30px;
  --fs-h4: 24px;
  --fs-h5: 16px;
  --fs-h6: 14px;
  --fs-body: 24px;

  --radius: 12px;
  --radius-small: 6px;
  --radius-lg: 18px;
  --radius-pill: 999px;

  --container: 1200px;

  --portrait-shadow: 0px 4px 10px rgba(1, 24, 37, .12);
  --shadow-sm: 0 4px 14px rgba(1, 24, 37, .08);
  --shadow-md: 0 16px 40px rgba(1, 24, 37, .12);
  --shadow-lg: 0 30px 70px rgba(1, 24, 37, .22);

  --gutter: 3rem;
  --mobile-gutter: 1.5rem;
  --sp-section: 80px;
  --sp-section-sm: 72px;
  --sp-head: 44px;
  --sp-col: 48px;
  --sp-grid: 24px;

  --space-2: 0.125rem;
  --space-4: 0.25rem;
  --space-6: 0.375rem;
  --space-8: 0.5rem;
  --space-10: 0.625rem;
  --space-12: 0.75rem;
  --space-14: 0.875rem;
  --space-16: 1rem;
  --space-18: 1.125rem;
  --space-20: 1.25rem;
  --space-24: 1.5rem;
  --space-28: 1.75rem;
  --space-32: 2rem;
  --space-40: 2.5rem;
  --space-48: 3rem;
  --space-64: 4rem;
  --space-96: 6rem;

  --tr: 250ms;
  --tr-slow: 350ms;
  --tr-fast: 200ms;
  --lift: -5px;

  --cc-glow-rgb: 58, 190, 240;
  --cc-glow-spot: .26;
  --cc-glow-spot-mid: .13;
  --cc-glow-frame: .14;
  --cc-glow-frame-mid: .09;
  --cc-glow-frame-far: .05;
}


:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
 
  @media (max-width: 768px) { 
    .container {
      padding: 0 var(--mobile-gutter);
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 var(--space-16);
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 var(--space-16);
}
.footer__dnd .dnd-section {
  padding: 0;
}
.footer__dnd .dnd-section > .row-fluid {
  max-width: none;
}
.footer__dnd .dnd-section .dnd-column {
  padding: 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  overflow-wrap: break-word;
  font-family: var(--font);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

p {
  font-family: var(--font);
  font-size: 1rem;
  margin: 0;
}

p + p {
  margin-top: var(--space-20);
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: var(--space-16);
}

a {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  margin: 0;
  line-height: 1;
}

h1 { font-size: clamp(40px, 4vw,   var(--fs-h1)); font-weight: var(--fw-extrabold);}
h2 { font-size: clamp(26px, 3.2vw, var(--fs-h2)); font-weight: var(--fw-extrabold); color: var(--cc-blue);}
h3 { font-size: clamp(22px, 2.6vw, var(--fs-h3)); }
h4 { font-size: clamp(19px, 2vw,   var(--fs-h4)); }
h5 { font-size: clamp(15px, 1.4vw, var(--fs-h5)); }
h6 { font-size: clamp(13px, 1.2vw, var(--fs-h6)); }

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

li {
  margin: 0;
}

li + li {
  margin-top: var(--space-8);
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

img {
  font-size: 0.583rem;
  word-break: normal;
}

.preheader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
}
.cc-btn-reset {
  appearance: none;
  -webkit-appearance: none;
}

:where(.cc-btn-reset) {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: pointer;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  white-space: normal;
  transition: transform var(--tr-fast) linear;

  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 1.55;
  padding: 10px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  text-decoration: none;

  background-color: var(--cc-orange);
  border-color: var(--cc-orange);
  color: var(--white);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.btn--orange {
  background-color: var(--cc-orange);
  border-color: var(--cc-orange);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(248, 93, 0, .28);
}

.btn.btn--green {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(68, 154, 69, .28);
}

.btn.btn--light-blue {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(19, 160, 219, .28);
}

.btn.btn--teal {
  background-color: var(--teal);
  border-color: var(--teal);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(24, 90, 125, .28);
}

.btn.btn--white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--cc-blue-900);
  box-shadow: 0 8px 20px rgba(1, 24, 37, .26);
}

.btn.btn--transparent,
.btn.tertiary {
  background-color: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .55);
  color: var(--white);
}

.cc-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-16);
}

button:disabled,
.btn:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
  cursor: default;
}

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
a {
  color: #515b65;
  text-decoration: underline;
  font-family: var(--font);
  cursor: pointer;
  transition: color var(--tr);
}
a:hover {
  color: color-mix(in srgb, currentColor, #000 12%);
}

.link {
  color: var(--cc-orange);
  font-weight: 700;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.link-arrow {
  display: inline;
  font-size: 15px;
  font-weight: 700;
  color: var(--cc-orange);
  text-decoration: none;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.link-arrow--teal {
  color: var(--teal);
}

.link-arrow__icon {
  display: inline-flex;
  flex: 0 0 auto;
  transition: transform var(--tr);
}
.link-arrow__icon svg {
  display: block;
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
}
.link-arrow:hover .link-arrow__icon {
  transform: translateX(5px);
}

.link-arrow__tail {
  white-space: nowrap;
}

.link-arrow--auto .link-arrow__tail::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-left: 8px;
  vertical-align: middle;
  background-color: currentColor;
  transition: margin var(--tr);
  -webkit-mask: var(--link-arrow-svg) center / contain no-repeat;
          mask: var(--link-arrow-svg) center / contain no-repeat;
}
.link-arrow--auto:not(:has(.link-arrow__tail))::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-left: 8px;
  vertical-align: middle;
  background-color: currentColor;
  transition: margin var(--tr);
  -webkit-mask: var(--link-arrow-svg) center / contain no-repeat;
          mask: var(--link-arrow-svg) center / contain no-repeat;
}

.link-arrow--auto:hover .link-arrow__tail::after,
.link-arrow--auto:not(:has(.link-arrow__tail)):hover::after {
  margin-left: 13px;
  margin-right: -5px;
}

.link-arrow--back {
  flex-direction: row-reverse;
}
.link-arrow--back .link-arrow__icon svg {
  transform: scaleX(-1);
}
.link-arrow--back:hover .link-arrow__icon {
  transform: translateX(-5px);
}
.link-arrow--back.link-arrow--auto:hover .link-arrow__tail::after {
  margin-left: 3px;
  margin-right: 5px;
}

.link-arrow--on-dark {
  color: var(--light-blue);
}
.link-arrow--on-dark:hover {
  color: var(--white);
}

.link-arrow--muted {
  color: var(--ink-soft);
}
.link-arrow--muted:hover {
  color: var(--cc-blue);
}

:root {
  --link-arrow-svg: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Arrow_Right.svg");
}
.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}
.form-title {
  margin-bottom: 0;
}
.hs-form legend {
  font-size: 0.875rem;
}
.hs-form input[type=text],
.hs-form input[type=search],
.hs-form input[type=email],
.hs-form input[type=password],
.hs-form input[type=tel],
.hs-form input[type=number],
.hs-form input[type=file],
.hs-form select,
.hs-form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}
.hs-form textarea {
  resize: vertical;
}
.hs-form fieldset {
  max-width: 100% !important;
}
.hs-form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}
.hs-form .inputs-list input,
.hs-form .inputs-list span {
  vertical-align: middle;
}
.hs-form input[type=checkbox],
.hs-form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}
.hs-dateinput {
  position: relative;
}
.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}
.hs-form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
.hs-form .hs-richtext,
.hs-form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
.hs-form .hs-richtext img {
  max-width: 100% !important;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: var(--space-16) !important;
}
.hs-form-required {
  color: #EF6B51;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}
.hs-form input[type=submit],
.hs-form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
.grecaptcha-badge {
  margin: 0 auto;
}
form.hs-form,
.submitted-message.submitted-message {
  padding: var(--space-32);
  border: 0;
  border-radius: var(--radius-lg);
  background-color: var(--white);
  box-shadow: var(--shadow-md);
}
form.hs-form > :first-child,
.submitted-message.submitted-message > :first-child {
  margin-top: 0;
}
form.hs-form .form-title {
  margin: 0 0 var(--space-4);
}
form.hs-form .hs-form-field {
  margin-bottom: 0.9375rem;
}
form.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: var(--space-6);
  color: var(--cc-blue);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
}
form.hs-form .hs-input[type="text"],
form.hs-form .hs-input[type="email"],
form.hs-form .hs-input[type="password"],
form.hs-form .hs-input[type="tel"],
form.hs-form .hs-input[type="number"],
form.hs-form .hs-input[type="search"],
form.hs-form .hs-input[type="url"],
form.hs-form .hs-input[type="date"],
.hs-form select.hs-input,
.hs-form textarea.hs-input {
  width: 100%;
  min-width: 0;
  height: 2.875rem;
  padding: 0 var(--space-14);
  border: 1px solid var(--line);
  border-radius: 0.5625rem;
  background: var(--surface);
  font-family: var(--font);
  font-size: 0.875rem;
  color: var(--ink);
  transition:
    border-color var(--tr, 250ms) ease,
    box-shadow var(--tr, 250ms) ease,
    background-color var(--tr, 250ms) ease;
}
.hs-form textarea.hs-input {
  height: auto;
  min-height: 7.5rem;
  padding: var(--space-12) var(--space-14);
  resize: vertical;
}
form.hs-form .hs-input[type="text"]:focus,
form.hs-form .hs-input[type="email"]:focus,
form.hs-form .hs-input[type="password"]:focus,
form.hs-form .hs-input[type="tel"]:focus,
form.hs-form .hs-input[type="number"]:focus,
form.hs-form .hs-input[type="search"]:focus,
form.hs-form .hs-input[type="url"]:focus,
form.hs-form .hs-input[type="date"]:focus,
.hs-form select.hs-input:focus,
.hs-form textarea.hs-input:focus {
  outline: none;
  border-color: var(--light-blue);
  box-shadow: var(--focus-ring);
  background: var(--white);
}
form.hs-form .legal-consent-container,
form.hs-form .legal-consent-container p {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
form.hs-form .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
  width: 100%;
  margin-top: var(--space-6);
  padding: var(--space-10) 1.5625rem;
  border: 2px solid var(--teal);
  border-radius: 0.625rem;
  background-color: var(--teal);
  box-shadow: 0 8px 20px rgba(24, 90, 125, 0.28);
  color: var(--white);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.005em;
  text-align: center;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  transition: transform var(--tr-fast) linear;
}
form.hs-form .hs-button:hover,
form.hs-form .hs-button:focus-visible {
  border-color: var(--teal);
  background-color: var(--teal);
  color: var(--white);
  transform: translateY(-2px);
}
form.hs-form .hs-button:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring), 0 8px 20px rgba(24, 90, 125, 0.28);
}
form.hs-form .hs-button:disabled {
  border-color: #d0d0d0;
  background-color: #d0d0d0;
  box-shadow: none;
  color: #e6e6e6;
  cursor: default;
  transform: none;
}

.body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }
.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }
.body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }
.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }
.body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }


@media (prefers-reduced-motion: reduce) {
  form.hs-form .hs-input {
    transition-duration: 0.01ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  form.hs-form .hs-button {
    transition-duration: 0.01ms;
  }
  form.hs-form .hs-button:hover,
  form.hs-form .hs-button:focus-visible {
    transform: none;
  }
}
[data-cc-icon="Icon_Personas_Architect"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_Architect.svg");
}

[data-cc-icon="Icon_Personas_BPM"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_BPM.svg");
}

[data-cc-icon="Icon_Personas_Economist"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_Economist.svg");
}

[data-cc-icon="Icon_Personas_Employee"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_Employee.svg");
}

[data-cc-icon="Icon_Personas_General_Contractor"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_General_Contractor.svg");
}

[data-cc-icon="Icon_Personas_Subcontractor"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_Subcontractor.svg");
}

[data-cc-icon="Icon_Personas_Supplier"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Personas_Supplier.svg");
}

[data-cc-icon="Icon_Product_Bid_Management"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Product_Bid_Management.svg");
}

[data-cc-icon="Icon_Product_Economic_Insights"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Product_Economic_Insights.svg");
}

[data-cc-icon="Icon_Product_Project_Data"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Product_Project_Data.svg");
}

[data-cc-icon="Icon_Product_Takeoff"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Product_Takeoff.svg");
}

[data-cc-icon="Icon_Product_Takeoff_Boost"] {
  --cc-icon: url("https://www.constructconnect.com/hubfs/raw_assets/public/ConstructConnect%20-%20Main/images/icons/Icon_Product_Takeoff_Boost.svg");
}
[data-cc-animate] {
  --cc-animate-distance: 1.5rem;
  --cc-animate-scale: 0.94;
  --cc-animate-duration: 0.6s;
  --cc-animate-easing: cubic-bezier(0.16, 1, 0.3, 1);
}

.cc-animate-armed {
  opacity: 0;
}

.cc-animate-armed[data-cc-animate="fade-up"] {
  transform: translate3d(0, var(--cc-animate-distance), 0);
}

.cc-animate-armed[data-cc-animate="fade-down"] {
  transform: translate3d(0, calc(var(--cc-animate-distance) * -1), 0);
}

.cc-animate-armed[data-cc-animate="fade-left"] {
  transform: translate3d(var(--cc-animate-distance), 0, 0);
}

.cc-animate-armed[data-cc-animate="fade-right"] {
  transform: translate3d(calc(var(--cc-animate-distance) * -1), 0, 0);
}

.cc-animate-armed[data-cc-animate="zoom-in"] {
  transform: scale(var(--cc-animate-scale));
}

.cc-animate-armed.is-visible {
  opacity: 1;
  transform: none;
  transition:
    opacity var(--cc-animate-duration) var(--cc-animate-easing),
    transform var(--cc-animate-duration) var(--cc-animate-easing);
}

@media (prefers-reduced-motion: reduce) {
  .cc-animate-armed,
  .cc-animate-armed.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
:root {
  --cc-top-banner-height: 0px;
}

[id^="hs-web-interactives"][class*="banner"],
[class*="hs-web-interactive"][class*="banner"],
[class*="hs-web-interactive"][class*="top"] {
  z-index: 10001;
}
#hs-web-interactives-top-push-anchor { width: 100%; height: 0; }
.site-header-sticky { position: sticky; top: var(--cc-falldown-h, 0px); z-index: 9999; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.site-header__top-nav { background: var(--cc-blue-900); color: var(--white); }
.site-header__top-nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 9px var(--gutter); }
.site-header__top-nav :is(a, button) { color: rgba(255, 255, 255, .85); font-size: 13px; font-weight: var(--fw-semibold); text-decoration: none; }
.site-header__top-nav :is(a, button):hover { color: var(--white); }
.site-header__boost { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--white); }
.site-header__boost-pill { font-weight: var(--fw-extrabold); letter-spacing: .05em; text-transform: uppercase; line-height: 1.5; border-radius: var(--radius-small); font-size: 10.5px; background: var(--light-blue); color: var(--white); padding: 3px 9px; flex: 0 0 auto; }
.site-header__boost-text { font-size: 13px; color: rgba(255, 255, 255, .9); }
.site-header__boost-text strong { color: var(--white); }
.site-header__boost-cta { font-size: 13px; font-weight: var(--fw-extrabold); color: var(--cc-orange); white-space: nowrap; }
.site-header__boost:hover .site-header__boost-cta { text-decoration: underline; text-underline-offset: 3px; }
.site-header__top-nav-links { display: flex; gap: 1rem; flex-wrap: wrap;}
.site-header-main { position: relative; display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 16px; }
.site-header__logo { display: inline-flex; align-items: center; }
.site-header__logo img { height: 32px; width: auto; }
.site-header__nav { display: flex; align-items: center; align-self: stretch; gap: 18px; }
.site-header__link { font-size: 13.5px; font-weight: var(--fw-semibold); color: var(--cc-blue-900); text-decoration: none; position: relative; white-space: nowrap; transition: color var(--tr); }
.site-header__link:hover { color: var(--cc-orange); }
.site-header__actions { display: flex; gap: 9px; flex: 0 0 auto; }
.site-header__actions .btn--outline { box-shadow: 0 8px 20px rgba(1, 24, 37, .26); border-color: transparent; }
.site-header__actions .btn--sm { padding: 8px 22px; }
.site-header__nav-ctas { display: none; }
.site-header__nav-boost { display: none; }
.site-header__burger { display: none; flex: 0 0 auto; align-items: center; justify-content: center; width: 42px; height: 42px; padding: 0; margin: 0; border: none; background: transparent; cursor: pointer; -webkit-appearance: none; appearance: none; }
.site-header__burger-box { position: relative; width: 22px; height: 16px; transition: transform var(--tr-slow); }
.site-header__burger-line { position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background: var(--cc-blue-900); transition: transform var(--tr-slow), opacity .2s ease; }
.site-header__burger-line:nth-child(1) { top: 0; }
.site-header__burger-line:nth-child(2) { top: 7px; }
.site-header__burger-line:nth-child(3) { top: 14px; }
.site-header.is-menu-open .site-header__burger-box { transform: rotate(180deg); }
.site-header.is-menu-open .site-header__burger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-menu-open .site-header__burger-line:nth-child(2) { opacity: 0; transform: scaleX(.4); }
.site-header.is-menu-open .site-header__burger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.site-header__item { display: flex; align-items: center; height: 100%; }
.site-header__item--drop { position: relative; }
.site-header__link--has-menu {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.site-header__link--has-menu::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 5px;
  margin-top: 1px;
  background-color: currentColor;
  transition: transform var(--tr), background-color var(--tr);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.site-header__item:focus-within > .site-header__link--has-menu { color: var(--cc-orange); }
.site-header__item:focus-within > .site-header__link--has-menu::after { transform: rotate(180deg); }
.site-header__panel { position: absolute; top: 100%; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 var(--radius-lg) var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; z-index: 200; }
.site-header__item:focus-within > .site-header__panel { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s; }
.site-header__mega { left: 0; right: 0; }
.site-header__mega-inner { display: grid; grid-template-columns: 1fr 280px; }
.site-header__mega-cols { display: grid; gap: 4px 26px; padding: 26px 30px; align-items: start; }
.site-header__mega-cols--2 { grid-template-columns: repeat(3, 1fr); }
.site-header__mega-cols--4 { grid-template-columns: repeat(4, 1fr); }
.site-header__mega-cols--biz { grid-template-columns: repeat(3, 1fr); gap: 8px 26px; }
.site-header__col { display: flex; flex-direction: column; }
.site-header__col-title { font-size: 11px; font-weight: var(--fw-extrabold); letter-spacing: .06em; text-transform: uppercase; color: var(--teal); margin: 0 0 8px; }
.site-header__col-link, .site-header__biz { display: block; text-decoration: none; padding: 7px 9px; margin: 0 -9px; border-radius: 9px; transition: background .18s ease; }
.site-header__col-link:hover, .site-header__biz:hover { background: var(--surface); }
.site-header__col-name { display: block; font-size: 13.5px; font-weight: var(--fw-semibold); color: var(--cc-blue-900); transition: color .18s ease; }
.site-header__col-link:hover .site-header__col-name,
.site-header__biz:hover .site-header__col-name { color: var(--cc-orange); }
.site-header__col-desc { display: block; font-size: 11.5px; color: var(--ink-soft); line-height: 1.35; margin-top: 1px; }
.site-header__mega-cta { background: var(--surface); border-left: 1px solid var(--line); padding: 26px 26px 28px; display: flex; flex-direction: column; align-items: flex-start; }
.site-header__cta-title{ font-size: 11px; font-weight: var(--fw-extrabold); letter-spacing: .06em; text-transform: uppercase; color: var(--cc-orange); margin: 0 0 8px; }
.site-header__cta-sub h2, .site-header__cta-sub h3, .site-header__cta-sub h4, .site-header__cta-sub h5, .site-header__cta-sub h6{ font-size: 16px; color: var(--cc-blue-900); }
.site-header__mega-cta .btn { margin-top: auto; }
.site-header__drop { left: 0; padding: 22px 22px; }
.site-header__drop--right { left: auto; right: 0; }
.site-header__drop-cols { display: grid; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 4px 36px; }
.site-header__drop--wide .site-header__drop-cols { grid-template-columns: repeat(4, minmax(155px, 1fr)); gap: 4px 20px; }
@media (hover: hover) and (pointer: fine) {
  .site-header__item:hover > .site-header__link--has-menu { color: var(--cc-orange); }
  .site-header__item:hover > .site-header__link--has-menu::after { transform: rotate(180deg); }
  .site-header__item:hover > .site-header__panel { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s; }
}
@media (min-width: 1001px) {
  .site-header__item.is-open > .site-header__link--has-menu { color: var(--cc-orange); }
  .site-header__item.is-open > .site-header__link--has-menu::after { transform: rotate(180deg); }
  .site-header__item.is-open > .site-header__panel { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s; }
}
@media (max-width: 1100px) {
  .site-header__boost-text { display: none; }
  .site-header-main { gap: 12px; }
  .site-header__nav { gap: 13px; }
  .site-header__link { font-size: 14px; }
  .site-header__link--has-menu { gap: 4px; }
  .site-header__logo img { height: 22px; }
  .site-header__actions { gap: 7px; }
  .site-header__actions .btn--sm { padding: 7px 12px; font-size: 12.5px; }
}
@media (max-width: 1000px) {
  .site-header__burger { display: inline-flex; background-color: transparent; border: none;}
  .site-header__burger:hover, .site-header__burger:focus, .site-header__burger:active {background-color: transparent; border: none;}
  .site-header__actions { margin-left: auto; }
  .site-header__logo img { height: 30px; }

  .site-header__nav { position: fixed; left: 0; right: 0; top: var(--site-header-h, 106px); bottom: 0; z-index: 90; overflow-y: auto; -webkit-overflow-scrolling: touch; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 2px; padding: 30px 24px 40px; background: var(--white); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  .site-header.is-menu-open .site-header__nav { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s; }

  .site-header__nav > .site-header__link { font-size: 16px; padding: 12px 0; }
  .site-header__item { display: block; height: auto; width: 100%; max-width: 460px; margin: 4px 0; }
  .site-header__link { display: flex; justify-content: center; }
  .site-header__link--has-menu { font-size: 16px; padding: 10px 0; }
  .site-header__item.is-open > .site-header__link--has-menu::after { transform: rotate(180deg); }

  .site-header__panel { position: static; visibility: visible; transform: none; width: 100%; background: transparent; border: none; border-radius: 0; box-shadow: none; display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .3s ease, opacity .3s ease; }
  .site-header__panel > * { min-height: 0; overflow: hidden; }
  .site-header__item.is-open > .site-header__panel { grid-template-rows: 1fr; opacity: 1; }
  .site-header__mega-inner { display: block; }
  .site-header__mega-cols, .site-header__drop { padding: 0; }
  .site-header__mega-cols--4, .site-header__mega-cols--biz,
  .site-header__drop-cols, .site-header__drop--wide .site-header__drop-cols { display: grid; grid-template-columns: 1fr; gap: 2px; }
  .site-header__col { align-items: center; margin-bottom: 12px; }
  .site-header__col-title { margin-top: 6px; }
  .site-header__col-link, .site-header__biz { margin: 0; text-align: center; }
  .site-header__mega-cta { display: none; }
}
@media (max-width: 700px) {
  .site-header__actions { display: none; }
  .site-header__nav-ctas { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 300px; margin-top: 22px; }
  .site-header__nav-ctas .btn,
  .site-header__nav-boost { padding: 9px 16px; font-size: 12px; line-height: 1.2; }
}
@media (max-width: 500px) {
  .site-header__boost { display: none; }
  .site-header__nav-boost { display: inline-flex; align-items: center; gap: 8px; order: -1; text-decoration: none; background: var(--cc-blue-900); color: var(--white); border-radius: var(--radius-pill); margin-bottom: 16px; font-weight: var(--fw-heading); }
  .site-header__nav-boost-text { color: var(--cc-orange); white-space: nowrap; }
}
.cc-footer {
  background: var(--cc-footer-background, var(--cc-blue));
  color: var(--cc-footer-text-color, rgba(255, 255, 255, 0.72));
  padding: var(--space-64) 0 0;
}
.cc-footer .cc-footer__cta {
  text-align: center;
  padding-bottom: 2.75rem;
  margin-bottom: var(--space-40);
}
.cc-footer .cc-footer__cta-heading {
  margin: 0;
  color: var(--cc-footer-heading-color, var(--white));
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.cc-footer .cc-footer__cta-buttons {
  justify-content: center;
  align-items: center;
  margin-top: 1.375rem;
}
.cc-footer__cta-buttons .link-arrow {
  align-self: center;
}
.cc-footer .cc-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-12);
  margin: 0;
  padding: 0 0 var(--space-40);
  list-style: none;
}
.cc-footer .cc-footer__social-item {
  margin: 0;
}
.cc-footer .cc-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--cc-footer-social-size, 2.5rem);
  height: var(--cc-footer-social-size, 2.5rem);
  border-radius: 50%;
  background: var(--cc-footer-social-background, rgba(255, 255, 255, 0.08));
  transition:
    background-color var(--tr, 250ms) ease,
    transform var(--tr, 250ms) ease;
}
.cc-footer .cc-footer__social-link:hover,
.cc-footer .cc-footer__social-link:focus-visible {
  background: var(--cc-footer-social-hover-background, var(--cc-orange));
  transform: translateY(-3px);
}
.cc-footer .cc-footer__social-link::after {
  content: "";
  width: var(--cc-footer-social-icon-size, 1.125rem);
  height: var(--cc-footer-social-icon-size, 1.125rem);
  background-color: var(--cc-footer-social-color, var(--white));
  -webkit-mask: var(--cc-footer-social-icon) center / contain no-repeat;
          mask: var(--cc-footer-social-icon) center / contain no-repeat;
}
.cc-footer .cc-footer__grid {
  display: grid;
  grid-template-columns: minmax(14.375rem, 1fr) 2.5fr;
  gap: 2.25rem 2.75rem;
  padding-bottom: 2.75rem;
}
.cc-footer .cc-footer__menus {
  display: grid;
  grid-template-columns: repeat(var(--cc-footer-menu-columns, 3), 1fr);
  gap: var(--cc-footer-row-gap, 1.875rem) var(--cc-footer-column-gap, 2.25rem);
}
.cc-footer .cc-footer__brand,
.cc-footer .cc-footer__col {
  display: grid;
  gap: 0.5625rem;
  align-content: start;
}
.cc-footer .cc-footer__logo-link {
  justify-self: start;
  line-height: 0;
}
.cc-footer .cc-footer__logo {
  display: block;
  height: var(--cc-footer-logo-height, 1.625rem);
  width: auto;
  margin-bottom: var(--space-6);
}
.cc-footer .cc-footer__logo--knockout {
  filter: brightness(0) invert(1);
  opacity: 0.95;
}
.cc-footer .cc-footer__brand-heading,
.cc-footer .cc-footer__col-heading {
  margin: 0 0 var(--space-4);
  color: var(--cc-footer-heading-color, var(--white));
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.cc-footer .cc-footer__brand-details {
  display: grid;
  gap: 0.5625rem;
  font-size: 0.84375rem;
  line-height: 1.55;
  color: var(--cc-footer-text-color, rgba(255, 255, 255, 0.72));
}
.cc-footer .cc-footer__tagline {
  margin: var(--space-10) 0 0;
  color: var(--cc-footer-tagline-color, var(--light-blue));
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
}
.cc-footer .cc-footer__col-links {
  display: grid;
  gap: 0.5625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-footer .cc-footer__link {
  color: var(--cc-footer-link-color, rgba(255, 255, 255, 0.68));
  font-size: 0.84375rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color var(--tr, 250ms) ease;
}
.cc-footer .cc-footer__link:hover,
.cc-footer .cc-footer__link:focus-visible {
  color: var(--cc-footer-link-hover-color, var(--white));
}
.cc-footer .cc-footer__bar {
  border-top: 1px solid var(--cc-footer-divider-color, rgba(255, 255, 255, 0.12));
  padding: var(--space-20) 0;
  font-size: 0.78125rem;
}
.cc-footer .cc-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-16);
}
.cc-footer .cc-footer__bar-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--space-12);
  margin: 0;
  padding: 0;
  list-style: none;
}
.cc-footer .cc-footer__social-link--linkedin {
  --cc-footer-social-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M20.45%2020.45h-3.56v-5.57c0-1.33-.02-3.04-1.85-3.04-1.85%200-2.14%201.45-2.14%202.94v5.67H9.34V9h3.42v1.56h.05c.48-.9%201.64-1.85%203.37-1.85%203.6%200%204.27%202.37%204.27%205.46v6.28zM5.34%207.43a2.07%202.07%200%201%201%200-4.14%202.07%202.07%200%200%201%200%204.14zM7.12%2020.45H3.55V9h3.57v11.45zM22.22%200H1.77C.8%200%200%20.78%200%201.74v20.52C0%2023.22.8%2024%201.77%2024h20.45c.98%200%201.78-.78%201.78-1.74V1.74C24%20.78%2023.2%200%2022.22%200z%22%2F%3E%3C%2Fsvg%3E");
}
.cc-footer .cc-footer__social-link--youtube {
  --cc-footer-social-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M23.5%206.19a3.02%203.02%200%200%200-2.12-2.14C19.5%203.55%2012%203.55%2012%203.55s-7.5%200-9.38.5A3.02%203.02%200%200%200%20.5%206.19C0%208.08%200%2012%200%2012s0%203.92.5%205.81a3.02%203.02%200%200%200%202.12%202.14c1.88.5%209.38.5%209.38.5s7.5%200%209.38-.5a3.02%203.02%200%200%200%202.12-2.14C24%2015.92%2024%2012%2024%2012s0-3.92-.5-5.81zM9.6%2015.6V8.4l6.27%203.6L9.6%2015.6z%22%2F%3E%3C%2Fsvg%3E");
}
.cc-footer .cc-footer__social-link--instagram {
  --cc-footer-social-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12%202.16c3.2%200%203.58.01%204.85.07%201.17.05%201.8.25%202.23.41.56.22.96.48%201.38.9.42.42.68.82.9%201.38.16.42.36%201.06.41%202.23.06%201.27.07%201.65.07%204.85s-.01%203.58-.07%204.85c-.05%201.17-.25%201.8-.41%202.23-.22.56-.48.96-.9%201.38-.42.42-.82.68-1.38.9-.42.16-1.06.36-2.23.41-1.27.06-1.65.07-4.85.07s-3.58-.01-4.85-.07c-1.17-.05-1.8-.25-2.23-.41a3.72%203.72%200%200%201-1.38-.9%203.72%203.72%200%200%201-.9-1.38c-.16-.42-.36-1.06-.41-2.23C2.17%2015.58%202.16%2015.2%202.16%2012s.01-3.58.07-4.85c.05-1.17.25-1.8.41-2.23.22-.56.48-.96.9-1.38.42-.42.82-.68%201.38-.9.42-.16%201.06-.36%202.23-.41C8.42%202.17%208.8%202.16%2012%202.16zM12%200C8.74%200%208.33.01%207.05.07%205.77.13%204.9.33%204.14.63c-.79.3-1.46.72-2.13%201.38A5.88%205.88%200%200%200%20.63%204.14c-.3.76-.5%201.63-.56%202.91C.01%208.33%200%208.74%200%2012s.01%203.67.07%204.95c.06%201.28.26%202.15.56%202.91.3.79.72%201.46%201.38%202.13.67.66%201.34%201.08%202.13%201.38.76.3%201.63.5%202.91.56C8.33%2023.99%208.74%2024%2012%2024s3.67-.01%204.95-.07c1.28-.06%202.15-.26%202.91-.56a5.88%205.88%200%200%200%202.13-1.38%205.88%205.88%200%200%200%201.38-2.13c.3-.76.5-1.63.56-2.91.06-1.28.07-1.69.07-4.95s-.01-3.67-.07-4.95c-.06-1.28-.26-2.15-.56-2.91a5.88%205.88%200%200%200-1.38-2.13A5.88%205.88%200%200%200%2019.86.63c-.76-.3-1.63-.5-2.91-.56C15.67.01%2015.26%200%2012%200zm0%205.84a6.16%206.16%200%201%200%200%2012.32%206.16%206.16%200%200%200%200-12.32zM12%2016a4%204%200%201%201%200-8%204%204%200%200%201%200%208zm6.41-10.85a1.44%201.44%200%201%200%200%202.88%201.44%201.44%200%200%200%200-2.88z%22%2F%3E%3C%2Fsvg%3E");
}
.cc-footer .cc-footer__social-link--facebook {
  --cc-footer-social-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%2012.07C24%205.4%2018.63%200%2012%200S0%205.4%200%2012.07c0%206.02%204.39%2011.01%2010.13%2011.93v-8.44H7.08v-3.49h3.05V9.41c0-3.02%201.79-4.69%204.53-4.69%201.31%200%202.68.24%202.68.24v2.97h-1.51c-1.49%200-1.96.93-1.96%201.89v2.25h3.33l-.53%203.49h-2.8v8.44C19.61%2023.08%2024%2018.09%2024%2012.07z%22%2F%3E%3C%2Fsvg%3E");
}
.cc-footer .cc-footer__social-link--x {
  --cc-footer-social-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18.9%201.15h3.68l-8.04%209.19L24%2022.85h-7.41l-5.8-7.58-6.64%207.58H.46l8.6-9.83L0%201.15h7.6l5.24%206.93%206.06-6.93zm-1.29%2019.5h2.04L6.48%203.24H4.29L17.61%2020.65z%22%2F%3E%3C%2Fsvg%3E");
}
.cc-footer .cc-footer__privacy {
  display: inline-flex;
  align-items: center;
  gap: var(--space-6);
  font-size: 0.8125rem;
  color: inherit;
  text-decoration: none;
}
.cc-footer .cc-footer__privacy:hover,
.cc-footer .cc-footer__privacy:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}
.cc-footer .cc-footer__brand-details p {
  margin: 0;
}
.cc-footer .cc-footer__brand-details a {
  color: var(--cc-footer-link-color, rgba(255, 255, 255, 0.68));
  text-decoration: none;
}
.cc-footer .cc-footer__brand-details a:hover,
.cc-footer .cc-footer__brand-details a:focus-visible {
  color: var(--cc-footer-link-hover-color, var(--white));
}
.cc-footer .cc-footer__col-links li {
  margin: 0;
}
.cc-footer .cc-footer__bar-links li {
  display: flex;
  align-items: center;
  margin: 0;
}
.cc-footer .cc-footer__privacy img {
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}
.cc-footer .cc-footer__bar-links .cc-footer__link {
  font-size: 0.78125rem;
}
.cc-footer .cc-footer__bar-links li + li::before {
  content: "·";
  margin-right: var(--space-12);
  color: var(--cc-footer-link-color, rgba(255, 255, 255, 0.68));
}

@media (max-width: 992px) {
  .cc-footer .cc-footer__grid {
    grid-template-columns: 1fr;
  }
  .cc-footer .cc-footer__menus {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .cc-footer {
    padding-top: var(--space-48);
  }
  .cc-footer .cc-footer__cta-heading {
    font-size: 1.625rem;
  }
  .cc-footer .cc-footer__menus {
    grid-template-columns: 1fr;
  }
  .cc-footer .cc-footer__bar-inner,
  .cc-footer .cc-footer__bar-links {
    justify-content: flex-start;
  }

  .cc-footer .cc-footer__social-link:hover {
    transform: none;
  }

  .cc-footer .cc-footer__bar-links li + li::before {
    content: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-footer .cc-footer__social-link {
    transition-duration: 0.01ms;
  }
  .cc-footer .cc-footer__social-link:hover,
  .cc-footer .cc-footer__social-link:focus-visible {
    transform: none;
  }
}
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.cc-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: var(--space-12) var(--space-16);
  background: var(--white);
  color: var(--cc-blue-900);
  font-weight: 700;
  text-decoration: none;
  border-radius: 0 0 var(--radius) 0;
}
.cc-skip-link:focus {
  left: 0;
  outline: 0.125rem solid var(--cc-orange);
  outline-offset: 0.125rem;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}