<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.simple-header .header .header__menu,
.simple-header .header .header__cta,
.simple-header .header .header__hamburger {
	display: none !important;
}

.header__mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__mega-menu a {
  text-decoration: none;
}

.header__hamburger {
  margin: 1em 19px 1em 0;
  font-size: 28px;
}
.header__logo {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-grid-column-align: left;
  justify-self: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.header__logo a {
  width: 100%;
}
.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
	margin: 10px 0;
}
.header-container .header__logo .hs_cos_wrapper_type_logo a img {
  display: block;
}
.header__cta {
  font-size: 8px;
  max-width: 30%;
}
.header__cta .btn {
  background-color: #00B1E2;
  padding: 6px 8px;
  color: #fff;
}
@media screen and (min-width: 280px) {
  .header__cta {
    font-size: 10px;
    margin: 0 0 0 8px;
  }
}
.header__menu {
  height: 100%;
  display: none;
  width: 100%;
}
.header__menu ul {
  list-style: none;
  padding: 0;
}
.header__menu &gt; nav &gt; ul {
  background: #11254A;
  margin: 0;
}
.header__menu &gt; nav &gt; ul &gt; li {
  width: 100%;
}
.header__menu &gt; nav &gt; ul &gt; li a {
  transition: all 0.3s ease;
}
.header__menu &gt; nav &gt; ul &gt; li a:hover {
	opacity: 1 !important;
}
.header__menu &gt; nav &gt; ul &gt; li &gt; a, .header__menu &gt; nav &gt; ul &gt; li .header__link-wrapper {
  background: #ffffff;
  /*width: calc(100% - 32px);*/
  padding: 24px 18px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.header__menu &gt; nav &gt; ul &gt; li .header__link-wrapper__sublist {
  padding: 0;
  background-color: transparent;
}
.header__menu &gt; nav &gt; ul &gt; li .no-headline .header__link-wrapper__sublist {
  display: none !important;
}
.header__link-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link-wrapper a, .header__link-wrapper .expand-trigger {
  display: block;
  color: #fff;
}
.header__link-wrapper .expand-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-self: flex-end;
  position: relative;
  top: -4px;
}
.header__link-wrapper .expand-trigger i {
  text-align: right;
  font-size: 24px;
}
.header__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.header__item-content.open {
  max-height: 99rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__subitem {
  padding: 0;
	min-width: 300px;
}
.header__subitem:last-child {

}

.header__subitem * {

}
.header__subitem a {
  color: #00B1E2;
}
.header__subitem.no-headline a {
  padding: 14px 20px;
  display: inline-block;
  opacity: 1;
  width: 100%;
  font-size: 13px;
}
.header__subitem.no-headline li {
  margin: 0;
}
.header__subitem h4 {
  font-size: 14px;
  margin-bottom: 1.2em;
}
.header__subitem h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.header__subitem p {
  font-size: 12px;
  margin-top: 0;
}
.header__subitem__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: calc(100% - 62px);
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  padding-top: 32px;
}
.header__subitem__copy p:last-child {
  margin-bottom: 0;
}
.header__subitem__copy img {
  margin-bottom: 20px;
}
.header__subitem__menu ul {
  display: none;
  line-height: 1.2;
  margin-top: 10px;
}
.header__subitem__menu.no-headline ul {
  display: block !important;
  margin-bottom: 0;
}
.header__subitem__menu ul li {
}
.header__subitem__resource h6 {
  margin: 8px 0 0;
  text-transform: uppercase;
  color: #00B1E2;
}
.header__subitem__resource h4 {
  margin: 11px 0 15px;
}
.header__subitem__resource h4 a {
  color: #fff;
  transition: all 0.3s ease;
}
.header__subitem__resource h4 a:hover {
  opacity: 0.6;
}
.header__subitem__resource img {
  max-height: 140px;
  margin: 8px 0 18px;
  object-fit: contain;
}
.header__subitem__resource a img {
  transition: all 0.3s ease;
}
.header__subitem__resource a img:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .header__mega-menu {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__hamburger {
    display: none;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
  }
	.header__logo a {
		max-width: 200px;
		width: 100%;
		display: inline-block;
	}
  .header__menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    flex: auto 1 1;
    justify-content: flex-end;
    margin: 0 10px 0 0;
  }
  .header__menu &gt; nav &gt; ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  .header__menu nav &gt; ul &gt; li {
    width: auto;
    cursor: pointer;
  }
  .header__menu nav &gt; ul &gt; li.active .header__item-content {
    visibility: visible;
    opacity: 1;
  }
  .saas-theme .header__menu &gt; nav &gt; ul &gt; li.active &gt; .header__link-wrapper {
    position: relative;
    z-index: 1;
  }

  .header__menu &gt; nav &gt; ul &gt; li.active &gt; .header__link-wrapper &gt; a {
    opacity: .6;
  }
  .header__menu nav &gt; ul &gt; li.active .expand-trigger i {
    -webkit-transform: translateX(6px) rotate(-180deg);
    -ms-transform: translateX(6px) rotate(-180deg);
    transform: translateX(6px) rotate(-180deg);
    opacity: 0.6;
  }
  .header__menu nav &gt; ul &gt; li &gt; a, .header__menu nav &gt; ul &gt; li &gt; .header__link-wrapper {
    background-color: transparent;
    color: #00558C;
  }
  .header__menu nav &gt; ul &gt; li &gt; a a, .header__menu nav &gt; ul &gt; li &gt; a i, .header__menu nav &gt; ul &gt; li &gt; .header__link-wrapper a, .header__menu nav &gt; ul &gt; li &gt; .header__link-wrapper i {
    color: #00558C;
  }
  .header__menu nav &gt; ul &gt; li &gt; .header__link-wrapper:hover {
    position: relative;
    z-index: 1;
  }
  .header__menu nav ul li .header__link-wrapper__sublist {
    width: 100%;
  }
  .header__cta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
  .header__cta .btn {
    font-size: 18px;
    padding: 7px 30px 8px;
  }
  .header__link-wrapper .expand-trigger i {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__link-wrapper__sublist .expand-trigger {
    display: none;
  }
  .header__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: initial;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    position: absolute;
    padding: 2rem 1.25rem;
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		margin-top: -10px;
  }

  .header__subitem {
    flex: 1;
  }
	.header__subitem li {
		margin-top: 28px;
		padding: 0 10px;
	}
	.header__subitem li a .text {
		position: relative;
		font-size: 16px;
	}
	.header__subitem li a .text:after {
		content: "";
    position: absolute;
    top: 50%;
    right: -0.5rem;
    width: 0.625rem;
    height: 0.625rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS4zOCAxMS4wOSI+PHRpdGxlPnNob3J0IGFycm93IHJpZ2h0IHdoaXRlIGNvbG9yPC90aXRsZT48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzJGMkYyRjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNC44NC43NCw1LjQuMThhLjYuNiwwLDAsMSwuODYsMEwxMS4yLDUuMTFhLjYuNiwwLDAsMSwwLC44Nkw2LjI2LDEwLjkxYS42LjYsMCwwLDEtLjg2LDBsLS41Ni0uNTZhLjYyLjYyLDAsMCwxLDAtLjg4TDcuOTEsNi41NkguNjFBLjYxLjYxLDAsMCwxLDAsNlY1LjE0YS42MS42MSwwLDAsMSwuNjEtLjYxaDcuM0w0Ljg1LDEuNjFBLjYuNiwwLDAsMSw0Ljg0Ljc0WiIvPjwvc3ZnPg0K) no-repeat center;
    background-size: 100% auto;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out .2s,right .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s,right .2s ease-in-out .2s;
		
	}
	.header__subitem li a .description {
		display: block;
		color: #737373;
		line-height: 1.4;
		white-space: break-spaces;
		-webkit-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
		font-size: 14px;
		margin-top: 5px;
	}
	.header__subitem li a:hover .description {
		color: #2f2f2f;
	}
	.header__subitem li a {
		padding-left: 48px;
		background-size: contain;
		background-repeat: no-repeat;
		background-size: 34px 100%;
		display: flex;
		flex-direction: column;
		color: #2f2f2f;
		position: relative;
		align-items: flex-start;
	}
	.header__subitem li a.has-icon {
		min-height: 65px;
	}
	.header__subitem li a.no-description {
		min-height: 48px;
		justify-content: center;
	}
	.header__subitem li a.has-icon img {
		position: absolute;
    top: 5px;
    left: 0;
    width: 2.125rem;
    height: auto;
    opacity: .5;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
	}

	
	.header__subitem li a:hover .text:after {
		right: -1rem;
    opacity: 1;
	}
	.header__subitem li a.has-icon:hover img {
		opacity: 1;
	}

	.header__subitem li:first-child {
		margin-top: 0px;
	}
  .header__subitem h6 {
    font-size: 10px;
  }
  .header__subitem h4 {
    font-size: 16px;
  }
  .header__subitem h3 {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .header__subitem p {
    font-size: 14px;
    padding: 0 12px;
  }
  .header__subitem li {
    font-size: 14px;
  }
  .header__subitem__menu &gt; *,
  .header__subitem__copy &gt; * {

  }
  .header__subitem__copy:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  .header__subitem__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
		margin: 0;
  }
  .header__subitem__menu ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__subitem__menu ul li a:hover {
    opacity: 0.6;
  }
  .header__subitem__resource img {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu {
    padding-left: 50px;
  }
  .header__menu &gt; nav &gt; ul &gt; li {
    font-size: 16px;
  }
  .header__subitem {
  }
  .header__subitem h6 {
    font-size: 14px;
  }
  .header__subitem h4 {
    font-size: 18px;
  }
  .header__subitem h3 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .header__subitem p {
    font-size: 16px;
    padding: 0 24px;
  }
  .header__subitem li {
    font-size: 18px;
  }
  .header__subitem__resource {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
    grid-gap: 16px;
    max-width: 560px;
    min-width: 500px;
  }
  .header__subitem__resource + .header__subitem{
    min-width: 270px;
  }
  .header__subitem__resource &gt; a {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .header__subitem__resource &gt; .header__subitem__inner-content {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .header__subitem__resource img {
    display: block;
    max-height: none;
    max-width: 100%;
    margin: initial;
  }
}


.header__menu .fa-angle-down:before {
  content: "";
  background: url(https://cdn2.hubspot.net/hubfs/142915/chevron-down-saas.svg) no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 9px;
  display: inline-block;33
  margin-top: 1px;
}

@media(min-width: 768px) {
  .header__menu nav &gt; ul &gt; li {
    position: relative;
  }
  .header__item-content {;
		box-shadow: 0 0 1rem 0 rgb(0 0 0 / 11%);
		border-radius: 1.25rem;
  }

	.header__item-content:before {
		content: "";
    position: absolute;
    top: -0.5rem;
    right: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
  .header__subitem.no-headline {
  }
}

@media(max-width: 1100px) and (min-width: 769px) {
  .header__mega-menu .header__cta a.button-wide {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media(max-width: 950px) and (min-width: 769px) {
	.header.header__mega-menu {
		flex-wrap: nowrap;
	}
  .header__menu {
    margin: 0 5px 0 0;
    justify-content: flex-end;
  }
  .header__menu &gt; nav &gt; ul &gt; li .header__link-wrapper:not(.header__link-wrapper__sublist) {
    padding: 24px 10px 28px;
		font-size: 15px;
  }
	
	.header__cta a {
		font-size: 15px;
	}
	
  .header__logo {
    max-width: 120px;
  }
}
@media(max-width: 850px) and (min-width: 769px) {
  .header__menu nav &gt; ul &gt; li &gt; .header__link-wrapper a {
    font-size: 13px;
  }
  .header__item-content:not(.only-links) {
    min-width: 430px;
    right: 0;
  }
}

@media(max-width: 768px) {
  .header__menu {
    max-height: 500px;
    overflow: scroll;
  }
  .header__subitem.header__subitem__menu ul {
    display: block !important;
  }
  .header__subitem.header__subitem__menu .expand-trigger {
    display: none !important;
  }
  .header__cta {
    max-width: 38%;
  }
  .header__mega-menu .header__cta a.button-wide {
    font-size: 14px;
    padding: 20px;
  }
  .header__subitem__menu ul li:last-of-type,
  .header__subitem__menu.no-headline ul,
  .header__subitem.no-headline {
    margin: 0 !important;
  }
  .header__subitem__menu ul li:last-of-type {
    padding-bottom: 30px;
  }
  .header__menu &gt; nav &gt; ul &gt; li &gt; a, 
  .header__menu &gt; nav &gt; ul &gt; li .header__link-wrapper {
    padding: 14px 18px 18px;
  }
  .header__subitem__copy {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .header__link-wrapper.header__link-wrapper__sublist {
    padding: 14px 0 18px !important;
  }
	
	
	
	.header__hamburger .fa-bars {
		background-image: linear-gradient(80deg, rgb(56, 102, 245) 0%, rgb(189, 0, 255) 100%, rgb(56, 102, 245) 200%);
    border-radius: 50%;
    padding: 8px 11px;
    color: white;
	}
	
	.header__hamburger .mburger {
    font-family: "Lexend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 1.125rem;
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: block !important;
    border-radius: 50% !important;
    border: none;
    position: relative;
    box-sizing: border-box;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: none;
    cursor: pointer;
    background: linear-gradient(80deg, #3866f5 0%, #bd00ff 100%, #3866f5 200%);
    --mb-button-size: 2.75rem;
    --mb-bar-height: 0.125rem;
    --mb-bar-spacing: 0.375rem;
    color: rgba(255,255,255,0.6);
    transition: color .2s ease-in-out;
	}
	
	.header__hamburger .mburger b {
    font-family: "Lexend",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 1.125rem;
    box-sizing: border-box;
    font-weight: 700;
    display: block;
    position: absolute;
    color: inherit;
    opacity: 1;
    transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease, -webkit-transform 0.2s ease;
    transition-delay: 0.2s, 0s;
    left: 50%;
    width: 1.25rem;
    border-radius: 1px;
    transform: translateX(-50%);
		height: 1px;
		bottom: 22px;
		background: white;
	}

	.header__hamburger .mburger b:first-child {
		bottom: 16px;
	}
	.header__hamburger .mburger b:last-child {
		bottom: 28px;
	}
	
	
	
	
}</pre></body></html>