
.w-list-unstyled {
	padding-left: 0;
	list-style: none
}
.w-embed:before, .w-embed:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-embed:after {
	clear: both
}
.w-video {
	width: 100%;
	padding: 0;
	position: relative
}
.w-video iframe, .w-video object, .w-video embed {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0
}
button, [type=button], [type=reset] {
	cursor: pointer;
	-webkit-appearance: button;
	border: 0
}
.w-form {
	margin: 0 0 15px
}
.w-form-done {
	text-align: center;
	background-color: #ddd;
	padding: 20px;
	display: none
}
.w-form-fail {
	background-color: #ffdede;
	margin-top: 10px;
	padding: 10px;
	display: none
}
.w-input, .w-select {
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	height: 38px;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.42857;
	display: block
}
.w-input:-moz-placeholder, .w-select:-moz-placeholder {
color:#999
}
.w-input::-moz-placeholder, .w-select::-moz-placeholder {
color:#999;
opacity:1
}
.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
color:#999
}
.w-input:focus, .w-select:focus {
	border-color: #3898ec;
	outline: 0
}
.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
	cursor: not-allowed
}
.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
	background-color: #eee
}
textarea.w-input, textarea.w-select {
	height: auto
}
.w-select {
	background-color: #f3f3f3
}
.w-select[multiple] {
	height: auto
}
.w-form-label {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	display: inline-block
}
.w-radio {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block
}
.w-radio:before, .w-radio:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-radio:after {
	clear: both
}
.w-radio-input {
	float: left;
	margin: 3px 0 0 -20px;
	line-height: normal
}
.w-file-upload {
	margin-bottom: 10px;
	display: block
}
.w-file-upload-input {
	opacity: 0;
	z-index: -100;
	width: .1px;
	height: .1px;
	position: absolute;
	overflow: hidden
}
.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
	color: #333;
	display: inline-block
}
.w-file-upload-error {
	margin-top: 10px;
	display: block
}
.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
	display: none
}
.w-file-upload-uploading-btn {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	display: flex
}
.w-file-upload-file {
	background-color: #fafafa;
	border: 1px solid #ccc;
	flex-grow: 1;
	justify-content: space-between;
	margin: 0;
	padding: 8px 9px 8px 11px;
	display: flex
}
.w-file-upload-file-name {
	font-size: 14px;
	font-weight: 400;
	display: block
}
.w-file-remove-link {
	cursor: pointer;
	width: auto;
	height: auto;
	margin-top: 3px;
	margin-left: 10px;
	padding: 3px;
	display: block
}
.w-icon-file-upload-remove {
	margin: auto;
	font-size: 10px
}
.w-file-upload-error-msg {
	color: #ea384c;
	padding: 2px 0;
	display: inline-block
}
.w-file-upload-info {
	padding: 0 12px;
	line-height: 38px;
	display: inline-block
}
.w-file-upload-label {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #ccc;
	margin: 0;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 400;
	display: inline-block
}
.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
	width: 20px;
	margin-right: 8px;
	display: inline-block
}
.w-icon-file-upload-uploading {
	height: 20px
}
.w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto
}
.w-container:before, .w-container:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-container:after {
	clear: both
}
.w-container .w-row {
	margin-left: -10px;
	margin-right: -10px
}
.w-row:before, .w-row:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-row:after {
	clear: both
}
.w-row .w-row {
	margin-left: 0;
	margin-right: 0
}
.w-col {
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative
}
.w-col .w-col {
	padding-left: 0;
	padding-right: 0
}
.w-col-1 {
	width: 8.33333%
}
.w-col-2 {
	width: 16.6667%
}
.w-col-3 {
	width: 25%
}
.w-col-4 {
	width: 33.3333%
}
.w-col-5 {
	width: 41.6667%
}
.w-col-6 {
	width: 50%
}
.w-col-7 {
	width: 58.3333%
}
.w-col-8 {
	width: 66.6667%
}
.w-col-9 {
	width: 75%
}
.w-col-10 {
	width: 83.3333%
}
.w-col-11 {
	width: 91.6667%
}
.w-col-12 {
	width: 100%
}
.w-hidden-main {
	display: none!important
}

@media screen and (max-width:991px) {
.w-container {
	max-width: 728px
}
.w-hidden-main {
	display: inherit!important
}
.w-hidden-medium {
	display: none!important
}
.w-col-medium-1 {
	width: 8.33333%
}
.w-col-medium-2 {
	width: 16.6667%
}
.w-col-medium-3 {
	width: 25%
}
.w-col-medium-4 {
	width: 33.3333%
}
.w-col-medium-5 {
	width: 41.6667%
}
.w-col-medium-6 {
	width: 50%
}
.w-col-medium-7 {
	width: 58.3333%
}
.w-col-medium-8 {
	width: 66.6667%
}
.w-col-medium-9 {
	width: 75%
}
.w-col-medium-10 {
	width: 83.3333%
}
.w-col-medium-11 {
	width: 91.6667%
}
.w-col-medium-12 {
	width: 100%
}
.w-col-stack {
	width: 100%;
	left: auto;
	right: auto
}
}

@media screen and (max-width:767px) {
.w-hidden-main, .w-hidden-medium {
	display: inherit!important
}
.w-hidden-small {
	display: none!important
}
.w-row, .w-container .w-row {
	margin-left: 0;
	margin-right: 0
}
.w-col {
	width: 100%;
	left: auto;
	right: auto
}
.w-col-small-1 {
	width: 8.33333%
}
.w-col-small-2 {
	width: 16.6667%
}
.w-col-small-3 {
	width: 25%
}
.w-col-small-4 {
	width: 33.3333%
}
.w-col-small-5 {
	width: 41.6667%
}
.w-col-small-6 {
	width: 50%
}
.w-col-small-7 {
	width: 58.3333%
}
.w-col-small-8 {
	width: 66.6667%
}
.w-col-small-9 {
	width: 75%
}
.w-col-small-10 {
	width: 83.3333%
}
.w-col-small-11 {
	width: 91.6667%
}
.w-col-small-12 {
	width: 100%
}
}

@media screen and (max-width:479px) {
.w-container {
	max-width: none
}
.w-hidden-main, .w-hidden-medium, .w-hidden-small {
	display: inherit!important
}
.w-hidden-tiny {
	display: none!important
}
.w-col {
	width: 100%
}
.w-col-tiny-1 {
	width: 8.33333%
}
.w-col-tiny-2 {
	width: 16.6667%
}
.w-col-tiny-3 {
	width: 25%
}
.w-col-tiny-4 {
	width: 33.3333%
}
.w-col-tiny-5 {
	width: 41.6667%
}
.w-col-tiny-6 {
	width: 50%
}
.w-col-tiny-7 {
	width: 58.3333%
}
.w-col-tiny-8 {
	width: 66.6667%
}
.w-col-tiny-9 {
	width: 75%
}
.w-col-tiny-10 {
	width: 83.3333%
}
.w-col-tiny-11 {
	width: 91.6667%
}
.w-col-tiny-12 {
	width: 100%
}
}
.w-widget {
	position: relative
}
.w-widget-map {
	width: 100%;
	height: 400px
}
.w-widget-map label {
	width: auto;
	display: inline
}
.w-widget-map img {
	max-width: inherit
}
.w-widget-map .gm-style-iw {
	text-align: center
}
.w-widget-map .gm-style-iw>button {
	display: none!important
}
.w-widget-twitter {
	overflow: hidden
}
.w-widget-twitter-count-shim {
	vertical-align: top;
	text-align: center;
	background: #fff;
	border: 1px solid #758696;
	border-radius: 3px;
	width: 28px;
	height: 20px;
	display: inline-block;
	position: relative
}
.w-widget-twitter-count-shim * {
	pointer-events: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
	text-align: center;
	color: #999;
	font-family: serif;
	font-size: 15px;
	line-height: 12px;
	position: relative
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
	display: block;
	position: relative
}
.w-widget-twitter-count-shim.w--large {
	width: 36px;
	height: 28px
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 18px
}
.w-widget-twitter-count-shim:not(.w--vertical) {
	margin-left: 5px;
	margin-right: 8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
	margin-left: 6px
}
.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
	content: " ";
	pointer-events: none;
	border: solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 0
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
	border-width: 4px;
	border-color: rgba(117,134,150,0) #5d6c7b rgba(117,134,150,0) rgba(117,134,150,0);
	margin-top: -4px;
	margin-left: -9px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -10px
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
	border-width: 4px;
	border-color: rgba(255,255,255,0) #fff rgba(255,255,255,0) rgba(255,255,255,0);
	margin-top: -4px;
	margin-left: -8px
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
	border-width: 5px;
	margin-top: -5px;
	margin-left: -9px
}
.w-widget-twitter-count-shim.w--vertical {
	width: 61px;
	height: 33px;
	margin-bottom: 8px
}
.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
	content: " ";
	pointer-events: none;
	border: solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%
}
.w-widget-twitter-count-shim.w--vertical:before {
	border-width: 5px;
	border-color: #5d6c7b rgba(117,134,150,0) rgba(117,134,150,0);
	margin-left: -5px
}
.w-widget-twitter-count-shim.w--vertical:after {
	border-width: 4px;
	border-color: #fff rgba(255,255,255,0) rgba(255,255,255,0);
	margin-left: -4px
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
	font-size: 18px;
	line-height: 22px
}
.w-widget-twitter-count-shim.w--vertical.w--large {
	width: 76px
}
.w-background-video {
	color: #fff;
	height: 500px;
	position: relative;
	overflow: hidden
}
.w-background-video>video {
	object-fit: cover;
	z-index: -100;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%
}
.w-background-video>video::-webkit-media-controls-start-playback-button {
-webkit-appearance:none;
display:none!important
}
.w-background-video--control {
	background-color: transparent;
	padding: 0;
	position: absolute;
	bottom: 1em;
	right: 1em
}
.w-background-video--control>[hidden] {
	display: none!important
}
.w-slider {
	text-align: center;
	clear: both;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	background: #ddd;
	height: 300px;
	position: relative
}
.w-slider-mask {
	z-index: 1;
	white-space: nowrap;
	height: 100%;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden
}
.w-slide {
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative
}
.w-slider-nav {
	z-index: 2;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	height: 40px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0
}
.w-slider-nav.w-round>div {
	border-radius: 100%
}
.w-slider-nav.w-num>div {
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	padding: .2em .5em
}
.w-slider-nav.w-shadow>div {
	box-shadow: 0 0 3px rgba(51,51,51,.4)
}
.w-slider-nav-invert {
	color: #fff
}
.w-slider-nav-invert>div {
	background-color: rgba(34,34,34,.4)
}
.w-slider-nav-invert>div.w-active {
	background-color: #222
}
.w-slider-dot {
	cursor: pointer;
	background-color: rgba(255,255,255,.4);
	width: 1em;
	height: 1em;
	margin: 0 3px .5em;
	transition: background-color .1s, color .1s;
	display: inline-block;
	position: relative
}
.w-slider-dot.w-active {
	background-color: #fff
}
.w-slider-dot:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff
}
.w-slider-dot:focus.w-active {
	box-shadow: none
}
.w-slider-arrow-left, .w-slider-arrow-right {
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 80px;
	margin: auto;
	font-size: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}
.w-slider-arrow-left [class^=w-icon-], .w-slider-arrow-right [class^=w-icon-], .w-slider-arrow-left [class*=\ w-icon-], .w-slider-arrow-right [class*=\ w-icon-] {
	position: absolute
}
.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
	outline: 0
}
.w-slider-arrow-left {
	z-index: 3;
	right: auto
}
.w-slider-arrow-right {
	z-index: 4;
	left: auto
}
.w-icon-slider-left, .w-icon-slider-right {
	width: 1em;
	height: 1em;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.w-slider-aria-label {
	clip: rect(0 0 0 0);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden
}
.w-slider-force-show {
	display: block!important
}
.w-dropdown {
	text-align: left;
	z-index: 900;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	position: relative
}
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	position: relative
}
.w-dropdown-toggle {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	padding-right: 40px;
	display: inline-block
}
.w-dropdown-toggle:focus {
	outline: 0
}
.w-icon-dropdown-toggle {
	width: 1em;
	height: 1em;
	margin: auto 20px auto auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}
.w-dropdown-list {
	background: #ddd;
	min-width: 100%;
	display: none;
	position: absolute
}
.w-dropdown-list.w--open {
	display: block
}
.w-dropdown-link {
	color: #222;
	padding: 10px 20px;
	display: block
}
.w-dropdown-link.w--current {
	color: #0082f3
}
.w-dropdown-link:focus {
	outline: 0
}

@media screen and (max-width:767px) {
.w-nav-brand {
	padding-left: 10px
}
}
.w-lightbox-backdrop {
	cursor: auto;
	letter-spacing: normal;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	visibility: visible;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	color: #fff;
	text-align: center;
	z-index: 2000;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: rgba(0,0,0,.9);
	outline: 0;
	font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.2;
	list-style: disc;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0)
}
.w-lightbox-backdrop, .w-lightbox-container {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	overflow: auto
}
.w-lightbox-content {
	height: 100vh;
	position: relative;
	overflow: hidden
}
.w-lightbox-view {
	opacity: 0;
	width: 100vw;
	height: 100vh;
	position: absolute
}
.w-lightbox-view:before {
	content: "";
	height: 100vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
	height: 86vh
}
.w-lightbox-frame, .w-lightbox-view:before {
	vertical-align: middle;
	display: inline-block
}
.w-lightbox-figure {
	margin: 0;
	position: relative
}
.w-lightbox-group .w-lightbox-figure {
	cursor: pointer
}
.w-lightbox-img {
	width: auto;
	max-width: none;
	height: auto
}
.w-lightbox-image {
	float: none;
	max-width: 100vw;
	max-height: 100vh;
	display: block
}
.w-lightbox-group .w-lightbox-image {
	max-height: 86vh
}
.w-lightbox-caption {
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0,0,0,.4);
	padding: .5em 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}
.w-lightbox-embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.w-lightbox-control {
	cursor: pointer;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 4em;
	transition: all .3s;
	position: absolute;
	top: 0
}
.w-lightbox-left {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
	display: none;
	bottom: 0;
	left: 0
}
.w-lightbox-right {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
	display: none;
	bottom: 0;
	right: 0
}
.w-lightbox-close {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
	background-size: 18px;
	height: 2.6em;
	right: 0
}
.w-lightbox-strip {
	white-space: nowrap;
	padding: 0 1vh;
	line-height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: auto;
	overflow-y: hidden
}
.w-lightbox-item {
	box-sizing: content-box;
	cursor: pointer;
	width: 10vh;
	padding: 2vh 1vh;
	display: inline-block;
	-webkit-transform: translate(0, 0)
}
.w-lightbox-active {
	opacity: .3
}
.w-lightbox-thumbnail {
	background: #222;
	height: 10vh;
	position: relative;
	overflow: hidden
}
.w-lightbox-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0
}
.w-lightbox-thumbnail .w-lightbox-tall {
	width: 100%;
	top: 50%;
	transform: translateY(-50%)
}
.w-lightbox-thumbnail .w-lightbox-wide {
	height: 100%;
	left: 50%;
	transform: translate(-50%)
}
.w-lightbox-spinner {
	box-sizing: border-box;
	border: 5px solid rgba(0,0,0,.4);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	animation: .8s linear infinite spin;
	position: absolute;
	top: 50%;
	left: 50%
}
.w-lightbox-spinner:after {
	content: "";
	border: 3px solid transparent;
	border-bottom-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px
}
.w-lightbox-hide {
	display: none
}
.w-lightbox-noscroll {
	overflow: hidden
}

@media (min-width:768px) {
.w-lightbox-content {
	height: 96vh;
	margin-top: 2vh
}
.w-lightbox-view, .w-lightbox-view:before {
	height: 96vh
}
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
	height: 84vh
}
.w-lightbox-image {
	max-width: 96vw;
	max-height: 96vh
}
.w-lightbox-group .w-lightbox-image {
	max-width: 82.3vw;
	max-height: 84vh
}
.w-lightbox-left, .w-lightbox-right {
	opacity: .5;
	display: block
}
.w-lightbox-close {
	opacity: .8
}
.w-lightbox-control:hover {
	opacity: 1
}
}
.w-lightbox-inactive, .w-lightbox-inactive:hover {
	opacity: 0
}
.w-richtext:before, .w-richtext:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-richtext:after {
	clear: both
}
.w-richtext[contenteditable=true]:before, .w-richtext[contenteditable=true]:after {
	white-space: initial
}
.w-richtext ol, .w-richtext ul {
	overflow: hidden
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
	outline: 2px solid #2895f7
}
.w-richtext figure.w-richtext-figure-type-video>div:after, .w-richtext figure[data-rt-type=video]>div:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}
.w-richtext figure {
	max-width: 60%;
	position: relative
}
.w-richtext figure>div:before {
	cursor: default!important
}
.w-richtext figure img {
	width: 100%
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
	opacity: .6
}
.w-richtext figure div {
	color: transparent;
	font-size: 0
}
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type=image] {
	display: table
}
.w-richtext figure.w-richtext-figure-type-image>div, .w-richtext figure[data-rt-type=image]>div {
	display: inline-block
}
.w-richtext figure.w-richtext-figure-type-image>figcaption, .w-richtext figure[data-rt-type=image]>figcaption {
	caption-side: bottom;
	display: table-caption
}
.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type=video] {
	width: 60%;
	height: 0
}
.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type=video] iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.w-richtext figure.w-richtext-figure-type-video>div, .w-richtext figure[data-rt-type=video]>div {
	width: 100%
}
.w-richtext figure.w-richtext-align-center {
	clear: both;
	margin-left: auto;
	margin-right: auto
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div, .w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
	max-width: 100%
}
.w-richtext figure.w-richtext-align-normal {
	clear: both
}
.w-richtext figure.w-richtext-align-fullwidth {
	text-align: center;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block
}
.w-richtext figure.w-richtext-align-fullwidth>div {
	padding-bottom: inherit;
	display: inline-block
}
.w-richtext figure.w-richtext-align-fullwidth>figcaption {
	display: block
}
.w-richtext figure.w-richtext-align-floatleft {
	float: left;
	clear: none;
	margin-right: 15px
}
.w-richtext figure.w-richtext-align-floatright {
	float: right;
	clear: none;
	margin-left: 15px
}
.w-nav {
	z-index: 1000;
	background: #ddd;
	position: relative
}
.w-nav:before, .w-nav:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-nav:after {
	clear: both
}
.w-nav-brand {
	float: left;
	color: #333;
	text-decoration: none;
	position: relative
}
.w-nav-link {
	vertical-align: top;
	color: #222;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-decoration: none;
	display: inline-block;
	position: relative
}
.w-nav-link.w--current {
	
}
.w-nav-menu {
	float: right;
	position: relative
}
[data-nav-menu-open] {
	text-align: center;
	background: #c8c8c8;
	min-width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: visible;
	display: block!important
}
.w--nav-link-open {
	display: block;
	position: relative
}
.w-nav-overlay {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	overflow: hidden
}
.w-nav-overlay [data-nav-menu-open] {
	top: 0
}
.w-nav[data-animation=over-left] .w-nav-overlay {
	width: auto
}
.w-nav[data-animation=over-left] .w-nav-overlay, .w-nav[data-animation=over-left] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	right: auto
}
.w-nav[data-animation=over-right] .w-nav-overlay {
	width: auto
}
.w-nav[data-animation=over-right] .w-nav-overlay, .w-nav[data-animation=over-right] [data-nav-menu-open] {
	z-index: 1;
	top: 0;
	left: auto
}
.w-nav-button {
	float: right;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 18px;
	font-size: 24px;
	display: none;
	position: relative
}
.w-nav-button:focus {
	outline: 0
}
.w-nav-button.w--open {
	color: #fff;
	background-color: #c8c8c8
}
.w-nav[data-collapse=all] .w-nav-menu {
	display: none
}
.w-nav[data-collapse=all] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
	display: block
}
.w--nav-dropdown-list-open {
	position: static
}

@media screen and (max-width:991px) {
.w-nav[data-collapse=medium] .w-nav-menu {
	display: none
}
.w-nav[data-collapse=medium] .w-nav-button {
	display: block
}
}

@media screen and (max-width:767px) {
.w-nav[data-collapse=small] .w-nav-menu {
	display: none
}
.w-nav[data-collapse=small] .w-nav-button {
	display: block
}
.w-nav-brand {
	padding-left: 10px
}
}

@media screen and (max-width:479px) {
.w-nav[data-collapse=tiny] .w-nav-menu {
	display: none
}
.w-nav[data-collapse=tiny] .w-nav-button {
	display: block
}
}
.w-tabs {
	position: relative
}
.w-tabs:before, .w-tabs:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-tabs:after {
	clear: both
}
.w-tab-menu {
	position: relative
}
.w-tab-link {
	vertical-align: top;
	text-align: left;
	cursor: pointer;
	color: #222;
	background-color: #ddd;
	padding: 9px 30px;
	text-decoration: none;
	display: inline-block;
	position: relative
}
.w-tab-link.w--current {
	background-color: #c8c8c8
}
.w-tab-link:focus {
	outline: 0
}
.w-tab-content {
	display: block;
	position: relative;
	overflow: hidden
}
.w-tab-pane {
	display: none;
	position: relative
}
.w--tab-active {
	display: block
}

@media screen and (max-width:479px) {
.w-tab-link {
	display: block
}
}
.w-ix-emptyfix:after {
	content: ""
}
@keyframes spin {
0% {
transform:rotate(0)
}
to {
transform:rotate(360deg)
}
}
.w-dyn-empty {
	background-color: #ddd;
	padding: 10px
}
.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
	display: none!important
}
.wf-layout-layout {
	display: grid
}
.w-code-component>* {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
:root {
--new-black:#080808;
--black\<deleted\|variable-8551cbdc\>:black;
--webflow-blue\<deleted\|variable-59132acb\>:#4353ff;
--webflow-blue:#146ef5;
--white:white;
--white-smoke\<deleted\|variable-3c2ffb2d\>:#eff0f3;
--blue-600:#0055d4;
--gray-800:#222;
--blue-400:#3b89ff;
--gray-500:#757575;
--gray-300:#ababab;
--gray-100:#f0f0f0;
--gray-400:#898989;
--gray-600:#5a5a5a;
--gray-200:#d8d8d8;
--gray-900:#171717;
--gray-700:#363636;
--yellow:#ffae13;
--red:#ee1d36;
--orange:#ff6b00;
--green:#00d722;
--purple:#7a3dff;
--pink:#ed52cb
}
.w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.w-pagination-wrapper {
	flex-wrap: wrap;
	justify-content: center;
	display: flex
}
.w-pagination-previous {
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 9px 20px;
	font-size: 14px;
	display: block
}
.w-pagination-previous-icon {
	margin-right: 4px
}
.w-pagination-next {
	color: #333;
	background-color: #fafafa;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 9px 20px;
	font-size: 14px;
	display: block
}
.w-pagination-next-icon {
	margin-left: 4px
}
.w-checkbox {
	margin-bottom: 5px;
	padding-left: 20px;
	display: block
}
.w-checkbox:before {
	content: " ";
	grid-area: 1/1/2/2;
	display: table
}
.w-checkbox:after {
	content: " ";
	clear: both;
	grid-area: 1/1/2/2;
	display: table
}
.w-checkbox-input {
	float: left;
	margin: 4px 0 0 -20px;
	line-height: normal
}
.w-checkbox-input--inputType-custom {
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 12px;
	height: 12px
}
.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: #3898ec
}
.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0 0 3px 1px #3898ec
}

label {
	margin-bottom: 5px;
	font-weight: 500;
	display: block
}
strong {
	font-weight: 600
}
blockquote {
	border-left: 5px solid #e2e2e2;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px
}
figure {
	margin-bottom: 10px
}
figcaption {
	text-align: center;
	margin-top: 5px
}
.modal_x {
	z-index: 2;
	cursor: pointer;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df442c508cb7a_x.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
	bottom: auto;
	left: auto;
	right: 16px
}
.modal_x:hover {
	opacity: .5
}
.sr-only {
	white-space: nowrap;
	border: 0 solid transparent;
	width: 1px;
	height: 1px;
	margin-top: -1px;
	padding: 0;
	display: block;
	position: absolute;
	overflow: hidden
}
.blog_footer {
	border-top: 1px solid #000;
	flex-direction: column;
	width: 100%;
	max-width: none;
	padding-top: 0;
	padding-bottom: 48px;
	display: block
}
.blog_sign-up_grid {
	grid-column-gap: 0px;
	grid-row-gap: 16px;
	color: #fff;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: baseline;
	display: grid
}
.blog-social-link {
	color: #43464d;
	margin-top: 8px;
	margin-left: 0;
	margin-right: 20px;
	padding: 8px 0;
	font-size: 18px;
	line-height: 1.5;
	position: static
}
.blog-social-link:hover {
	color: #4353ff
}
.blog_eyebrow {
	color: #666;
	letter-spacing: .04em;
	text-transform: uppercase;
	max-width: 400px;
	margin-top: 0;
	margin-bottom: 24px;
	font-family: Roboto Mono, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5
}
.sidenav_links {
	background-color: transparent;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	align-self: auto;
	display: flex;
	position: relative
}
.blog-nav-link {
	align-self: auto;
	margin-top: 8px;
	margin-left: 0;
	margin-right: 0;
	padding: 8px 0;
	font-size: 1rem;
	line-height: 1.5;
	position: static
}
.blog-nav-link:hover {
	color: #4353ff;
	text-decoration: underline
}
.footer__link-wrap {
	flex-wrap: wrap;
	flex: 1;
	align-content: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	padding-bottom: 40px;
	display: flex
}
.blog_footer-heading {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 17px
}
.modal_wrap {
	z-index: 2147483647;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.modal_box {
	z-index: 2;
	background-color: #fff;
	align-self: flex-start;
	width: 960px;
	max-width: 90vw;
	height: 600px;
	max-height: 90vh;
	margin-top: 30px;
	position: relative
}
.modal_box.full_size {
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin-top: 0
}
.footer__link {
	color: #888;
	flex: none;
	align-self: flex-start;
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: 500;
	line-height: 17px;
	display: block
}
.footer__link:hover {
	color: #fff
}
.footer__link.footer__link--icon {
	opacity: .45;
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	margin-bottom: 16px
}
.footer__link.footer__link--icon:hover {
	opacity: 1
}
.footer__link.footer__link--icon.footer__link--youtube {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df4687c08cb8c_24-youtube.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--youtube.light {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df482d508cb88_24-youtube-black.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--insta {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df40f3d08cb7b_24-insta.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--insta.light {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df4475308cb95_24-insta-black.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--fb {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df4ae2508cb8b_24-fb.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--fb.light {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df4d6ec08cb79_24-fb-black.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--twitter {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df45c4608cb8d_24-twitter.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--twitter.light {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df4fd0308cb7d_24-twitter-black.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--tiktok {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/608b419fb548a699e23b19eb_24-tiktok.svg);
	background-size: 24px
}
.footer__link.footer__link--icon.footer__link--tiktok.light {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/608b41b48672b5749b37f1fb_tiktok-black.svg);
	background-size: 24px
}
.footer__link.light {
	color: #666;
	font-weight: 400
}
.footer__link.light:hover {
	color: #000
}
.blog-subscribe-form {
	text-align: left;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto
}
.blog-search-input {
	color: #000;
	background-color: transparent;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: .9rem;
	line-height: 1.5
}
.blog-search_component {
	z-index: 5;
	border-top: 1px solid #e3e6eb;
	flex-direction: column;
	flex: 0 auto;
	order: 0;
	align-items: flex-start;
	margin-top: 45px;
	margin-right: 0;
	padding-top: 35px;
	display: flex;
	position: static;
	top: 37vh
}
.blog-search_component.cc-mobile {
	margin-top: 30px;
	margin-bottom: 35px;
	padding-top: 25px
}
.blog_logos-wrapper {
	flex-direction: column;
	align-self: stretch;
	padding-top: 30px;
	padding-bottom: 0;
	display: flex
}
.text-block-25 {
	text-align: center
}
.blog_paragraph {
	margin-top: 24px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6
}
.footer__logo-link {
	align-self: flex-start
}
.blog-h2 {
	color: #000;
	margin-bottom: 12px;
	font-family: Graphik, sans-serif;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.1
}
.blog-nav_blog {
	margin-bottom: 0;
	margin-left: 4px;
	font-size: 1.2rem;
	line-height: 18px
}
.blog-nav_blog:hover {
	opacity: .6
}
.blog-content_main {
	position: relative
}
.modal_overlay {
	z-index: 0;
	background-color: rgba(0,0,0,.65);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.footer__link-column {
	flex-direction: column;
	flex: 1;
	display: flex
}
.footer__link-column.cc-blog {
	flex: 0 auto
}
.footer__link-column.footer__link-column--logo {
	flex: 0 auto;
	padding-top: 48px;
	padding-bottom: 65px
}
.b-nav-webflow-logo {
	width: 84px;
	display: block
}
.blog_sign-up_cell {
	color: #1a1b1f;
	padding-right: 75px
}
.blog-social-links-wrapper {
	order: 0;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	display: flex
}
.html-embed-3 {
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.blog-wrapper {
	position: relative
}
.blog-nav_social-icon {
	text-align: left;
	width: 24px;
	height: 24px
}
.blog-nav_social-icon.cc-insta {
	width: 32px;
	height: 32px
}
.blog-nav_social-icon.cc-twitter {
	height: 21px
}
.blog_signup-button {
	color: #fff;
	background-color: #4353ff;
	margin-top: 32px;
	margin-right: 16px;
	padding-top: 1px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 17px;
	font-weight: 500;
	line-height: 59px;
	text-decoration: none;
	position: relative
}
.blog_signup-button:hover {
	background-color: #3545ee
}
.blog-section_mobile-search {
	margin-top: 50px;
	margin-bottom: 100px;
	margin-left: 100px;
	display: none
}
.footer__copyright-text {
	color: #999;
	font-size: 15px
}
.footer__copyright-text.light {
	color: #666
}
.blog-nav_lockup {
	flex: none;
	align-items: center;
	margin-top: 0;
	margin-bottom: 45px;
	display: flex
}
.html-embed-7 {
	background-color: transparent;
	margin-bottom: 5px;
	font-size: .8rem;
	font-weight: 400
}
.sign-up_container {
	flex: none;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.blog-content {
	flex-direction: column;
	flex: 1
}
.logo_wrap {
	grid-column-gap: 20px;
	grid-row-gap: 32px;
	flex-wrap: wrap;
	flex: 1;
	grid-template: "."".""."/auto auto auto;
	grid-auto-columns: auto;
	align-content: space-between;
	justify-content: space-between;
	align-self: stretch;
	align-items: center;
	justify-items: start;
	padding-top: 40px;
	display: grid
}
.logo_wrap.cc-row-gap-40 {
	grid-row-gap: 40px
}
.blog-nav_bottom {
	flex-direction: column;
	flex: none;
	order: 0;
	justify-content: flex-end;
	align-items: stretch;
	margin-bottom: 0;
	display: flex
}
.blog-search-button {
	color: transparent;
	background-color: #eff0f3;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df484d708cb92_b-nav-icon.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 20px;
	width: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: .9rem;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%
}
.blog-search-button:hover {
	background-color: #e3e6eb
}
.madeinwebflow_link {
	color: #666;
	order: 0;
	font-size: .9rem;
	text-decoration: underline
}
.madeinwebflow_link:hover {
	color: var(--webflow-blue\<deleted\|variable-59132acb\>);
	text-decoration: underline
}
.blog-nav_top {
	flex-direction: column;
	flex: 0 auto;
	order: -1;
	justify-content: flex-start;
	align-self: auto;
	align-items: stretch;
	display: flex
}
.blog_sign-up_wrap {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: flex
}
.error-text {
	color: #1a1b1f;
	font-weight: 500
}
.blog-side_nav {
	background-color: transparent;
	border-right: 1px solid #000;
	flex-direction: column;
	flex: 0 auto;
	justify-content: space-between;
	width: 25vw;
	min-width: 260px;
	max-width: 300px;
	height: 100vh;
	padding: 48px 2.5vw 35px;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	overflow: auto
}
.sign-up_nav-wrapper {
	order: 0;
	margin-top: 0;
	display: block
}
.sign-up_nav-wrapper.cc-topmarg {
	margin-bottom: 30px
}
.cta-button_sub-text {
	opacity: .8;
	font-weight: 400
}
.blog-search-wrapper {
	background-color: #eff0f3;
	align-self: stretch;
	display: flex;
	position: relative
}
.footer__logo {
	width: 80px
}
.nav__sign-up {
	color: #fff;
	background-color: #4353ff;
	height: 50px;
	margin-bottom: 0;
	padding: 1px 24px 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 50px
}
.nav__sign-up:hover {
	background-color: #3e4dee
}
.nav__sign-up.cc-black {
	background-color: #000
}
.nav__sign-up.cc-black:hover {
	background-color: #4353ff
}
.nav__sign-up.cc-black.cc-main {
	position: relative
}
.nav__sign-up.cc-black.cc-main.cc-blog-nav {
	display: block
}
.nav__sign-up.cc-black.cc-main.cc-blog-nav:hover {
	background-color: #2a3bec
}
.nav__sign-up.cc-black.cc-main.cc-blog-nav.cc-blue {
	color: #fff;
	text-align: center;
	background-color: #4353ff;
	margin-right: 0
}
.logo {
	opacity: .35;
	display: block
}
.logo.cc-auto {
	margin-top: 2px
}
.logo.cc-pwc {
	position: relative;
	bottom: 10px
}
.blog-subscribe-success {
	background-color: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0
}
.blog_body-wrapper {
	font-size: 18px;
	line-height: 1.7
}
.blog-card {
	outline-offset: 16px;
	outline: 1px solid transparent;
	flex-direction: column;
	transition: all .3s;
	display: flex;
	position: relative
}
.blog-card:hover {
	outline-color: var(--black\<deleted\|variable-8551cbdc\>);
	outline-offset: 16px;
	outline-width: 1px;
	outline-style: none
}
.blog-card.cc-horizontal {
	flex-direction: row
}
.blog-card_post-link {
	margin-bottom: .4em
}
.blog-card_category-link {
	z-index: 10;
	order: 1;
	align-self: flex-start;
	margin-top: auto;
	line-height: 1.5;
	position: relative
}
.blog-card_category-link:hover {
	text-decoration: underline
}
.blog-card_category-link.cc-first {
	order: 0;
	margin-bottom: .6em
}
.blog-category {
	text-transform: uppercase;
	font-size: .75rem;
	line-height: 1.2;
	display: inline-block
}
.blog-category:hover {
	text-decoration: underline
}
.blog-thumb-sm {
	object-fit: cover;
	width: 100%;
	height: auto;
	margin-bottom: 1em
}
.up-arrow {
	width: 12px;
	padding-top: 6px
}
.up-arrow.cc-topic-title-link {
	width: 17px;
	margin-left: 12px;
	padding-top: 0
}
.cc-light {
	font-weight: 400
}
.b-nav__logo {
	flex: none;
	align-items: center;
	margin-top: -2px;
	display: flex
}
.b-nav__logo.u-ml-0 {
	margin-left: 0
}
.b-nav-search_icon {
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	flex: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	display: flex;
	position: relative
}
.b-nav-search_icon:hover {
	opacity: 1
}
.b-nav-search_icon:focus {
	box-shadow: 0 0 #000
}
.b-nav-search_icon:focus-visible {
box-shadow:inset 0 0 0 1px #000
}
.b-nav-search_icon[data-wf-focus-visible] {
	box-shadow: inset 0 0 0 1px #000
}
.sign-up_wrap {
	background-color: #000;
	padding: 100px 50px;
	display: flex
}
.paragraph {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6
}
.paragraph.paragraph__large {
	margin-bottom: 15px;
	font-size: 20px
}
.eyebrow {
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 24px;
	font-family: Graphik, sans-serif;
	font-size: .85rem;
	font-weight: 400;
	line-height: 1.5
}
.blog-pageinate_wrapper {
	border-top: 1px solid var(--black\<deleted\|variable-8551cbdc\>);
	height: 70px;
	margin-top: 120px;
	display: block;
	position: relative
}
.blog-pageinate_button {
	z-index: 1;
	color: var(--black\<deleted\|variable-8551cbdc\>);
	text-transform: uppercase;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	align-items: center;
	height: 40px;
	margin-left: 0;
	margin-right: 0;
	padding: 6px 16px 8px;
	font-family: Graphik, sans-serif;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.2;
	display: flex;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: auto;
	right: 0%
}
.blog-pageinate_button:hover {
	border-color: var(--webflow-blue\<deleted\|variable-59132acb\>);
	color: var(--webflow-blue\<deleted\|variable-59132acb\>)
}
.blog-pageinate_button.cc-left {
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto
}
.button-arrow {
	margin-left: 10px
}
.button-arrow.cc-left {
	margin-left: 0;
	margin-right: 10px;
	transform: rotate(180deg)
}
.button-arrow.cc-pagination {
	width: 22px
}
.b-archive-link__text {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px
}
.b-archive-link__text.cc-page {
	z-index: 0;
	position: absolute;
	top: auto;
	bottom: 24px;
	left: 0%;
	right: 0%
}
.b-body {
	color: #000;
	line-height: 25px
}
.blog-progress {
	z-index: 10000;
	background-color: var(--webflow-blue);
	transform-origin: 0%;
	height: 4px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0
}
.cc-blue {
	color: #4353ff
}
.modal_trigger {
	display: none
}
.search-results_wrapper {
	width: 90%;
	max-width: 550px;
	margin-top: 48px
}
.sr_wrapper {
	width: 100%
}
.button_old {
	color: #fff;
	background-color: #2b2b2b;
	justify-content: center;
	align-items: flex-start;
	padding: 16px 24px;
	font-weight: 500;
	line-height: 1.4;
	display: flex
}
.button_old:hover {
	color: #fff;
	background-color: #000
}
.grid-wrap {
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.grid-wrap.cc-gap-80 {
	grid-column-gap: 80px;
	grid-row-gap: 80px;
	grid-template-rows: auto
}
.gated-blog_image {
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
	background-position: 50%;
	background-size: cover;
	flex: 1;
	width: 100%;
	min-height: 200px;
	position: relative
}
.u-flex-h {
	flex-direction: row;
	align-items: center;
	display: flex
}
.u-flex-h.cc-space-btn {
	justify-content: space-between
}
.u-flex-h.cc-space-btn.cc-wrap-1rem {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-wrap: wrap
}
.u-flex-h.cc-align-start {
	align-items: flex-start
}
.u-flex-h.cc-align-start.cc-gap-80 {
	grid-column-gap: 5rem
}
.u-flex-h.cc-align-center {
	align-items: center
}
.u-flex-h.cc-gap-16 {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem
}
.u-flex-h.cc-masthead {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem
}
.u-mb-2 {
	margin-bottom: 2em
}
.nav-simple {
	height: 120px;
	position: fixed;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%
}
.nav-simple.cc-blog-gate {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	padding-top: 32px;
	padding-bottom: 32px;
	display: flex;
	position: static
}
.nav-simple_left {
	flex: 1;
	align-items: center;
	display: flex
}
.nav-simple_right {
	flex: 0 auto;
	display: flex
}
.gated-author_name {
	font-family: Graphik, sans-serif;
	font-size: 16px;
	font-weight: 500
}
.gated-author_photo {
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg), linear-gradient(225deg, #4353ff, #ff6382);
	background-position: 50%, 0 0;
	background-size: cover, auto;
	border-radius: 50%;
	flex: none;
	width: 40px;
	height: 40px;
	margin-right: 15px
}
.u-w-100 {
	width: 100%
}
.blog-page-lede {
	padding: 3rem 2rem
}
.blog-page-lede.cc-hero-image {
	padding: 0
}
.blog-page-lede.cc-author {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 2fr;
	grid-auto-columns: 1fr;
	padding: 0;
	display: grid
}
.blog-page-content {
	max-width: 720px
}
.blog-page-sidebar__social {
	z-index: 1;
	flex-wrap: wrap;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 200px
}
.cc-flex_v {
	flex-direction: column;
	display: flex
}
.gated-author_role {
	text-transform: uppercase;
	font-family: Roboto Mono, sans-serif;
	font-size: 12px
}
.blog-article-grid {
	grid-column-gap: 8rem;
	grid-row-gap: 0vw;
	grid-template-rows: auto auto 1fr;
	grid-template-columns: 1fr 2fr;
	grid-auto-columns: 1fr;
	display: grid
}
.blog-pageinate_count {
	margin-top: 40px;
	font-size: .8rem;
	font-weight: 500;
	line-height: 1.3
}
.form_policy {
	background-color: #f5f5f5;
	padding: 12px 20px
}
.notification_bar {
	z-index: 999999;
	color: #fff;
	background-color: #4353ff;
	justify-content: center;
	align-items: center;
	padding: 20px 28px;
	font-size: 16px;
	text-decoration: none;
	display: none;
	position: relative
}
.notification_bar:hover {
	background-color: #3545ee
}
.notification_bar-flex {
	flex: 1;
	justify-content: space-between;
	align-items: center;
	display: flex
}
.notification_bar-button {
	flex: none;
	align-self: center;
	align-items: center;
	font-weight: 500;
	display: flex
}
.u-d-inline-block {
	display: inline-block
}
.button-icon_top-right {
	width: 12px;
	height: 12px;
	margin-top: -4px;
	margin-left: 12px
}
.styles__selector-callout {
	border: 1px solid var(--webflow-blue\<deleted\|variable-59132acb\>);
	color: var(--webflow-blue\<deleted\|variable-59132acb\>);
	background-color: #f0f1ff;
	border-radius: 3px;
	margin-left: .1em;
	margin-right: .1em;
	padding: .1em .5em;
	font-size: .85em;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	top: -1px
}
.styles__selector-callout.cc-html-tag {
	color: var(--white);
	background-color: #d13591;
	border-color: transparent
}
.old_caption {
	color: #000;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-family: Roboto Mono, sans-serif;
	font-size: .7rem;
	font-weight: 400;
	line-height: 1.3;
	display: block
}
.u-w-70 {
	width: 70%
}
.styles__group {
	margin-top: 48px;
	padding-top: 40px
}
.grid {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.grid.lg-col-1 {
	grid-template-columns: 1fr
}
.grid.lg-col-1.cc-gap-2 {
	grid-column-gap: 2px;
	grid-row-gap: 2px
}
.grid.lg-col-1.cc-gap-32 {
	grid-row-gap: 32px
}
.grid.lg-col-1.cc-gap-16 {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem
}
.grid.lg-col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}
.grid.lg-col-5.cc-gap-48.md-col-1.cc-masthead.cc-categories {
	grid-column-gap: 48px;
	grid-row-gap: 32px
}
.grid.lg-col-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.grid.lg-col-3 {
	grid-template-columns: 1fr 1fr 1fr
}
.grid.lg-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr
}
.grid.cc-gap-20 {
	grid-column-gap: 20px;
	grid-row-gap: 20px
}
.grid.cc-align-center {
	align-items: center
}
.grid.cc-align-top {
	align-items: start
}
.grid.cc-gap-40 {
	grid-column-gap: 40px;
	grid-row-gap: 40px
}
.grid.cc-gap-60 {
	grid-column-gap: 60px;
	grid-row-gap: 60px
}
.grid.cc-align-bottom {
	align-items: end
}
.grid.cc-gap-80 {
	grid-column-gap: 80px;
	grid-row-gap: 80px
}
.grid.cc-gap-48 {
	grid-column-gap: 48px;
	grid-row-gap: 48px
}
.grid.cc-gap-64 {
	grid-column-gap: 64px;
	grid-row-gap: 64px
}
.grid.cc-gap-96 {
	grid-column-gap: 96px;
	grid-row-gap: 96px
}
.grid.cc-gap-16 {
	grid-column-gap: 16px;
	grid-row-gap: 16px
}
.grid.cc-gap-32 {
	grid-column-gap: 32px;
	grid-row-gap: 32px
}
.styles__bordered-component {
	border: 1px solid #bbb;
	width: 100%;
	min-height: 120px;
	margin-bottom: 20px;
	padding: 20px
}
.old_h4 {
	margin-top: 0;
	margin-bottom: .8em;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3
}
.h5 {
	margin-top: 0;
	margin-bottom: .8em;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3
}
.old_h3 {
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3
}
.h6 {
	margin-top: 0;
	margin-bottom: .8em;
	font-family: Roboto Mono, sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.3
}
.container {
	flex-direction: column;
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}
.h1 {
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.1
}
.h2 {
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 2.375rem;
	font-weight: 500;
	line-height: 1.2
}
.h0 {
	letter-spacing: -.03em;
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.1
}
.paragraph-xl {
	font-size: 1.5rem;
	line-height: 1.5
}
.paragraph-s {
	font-size: .875rem;
	line-height: 1.6
}
.section {
	padding-top: 120px;
	padding-bottom: 120px
}
.section.cc-header {
	padding-top: 200px
}
.section.u-pt-0 {
	padding-top: 0
}
.u-bg-midgray {
	background-color: #bbb
}
.u-bg-lightgray {
	background-color: #f5f5f5
}
.u-bg-white {
	background-color: #fff
}
.u-bg-black {
	background-color: #000
}
.u-bg-blue {
	background-color: var(--webflow-blue\<deleted\|variable-59132acb\>)
}
.u-bg-darkgray {
	background-color: #444
}
.u-text-blue {
	color: var(--webflow-blue\<deleted\|variable-59132acb\>)
}
.u-text-white {
	color: #fff
}
.u-text-midgray {
	color: #747474
}
.u-text-lightgray {
	color: #f5f5f5
}
.u-text-black {
	color: #000
}
.u-mb-0 {
	margin-bottom: 0
}
.u-pt-3 {
	padding-top: 3em
}
.u-pt-2 {
	padding-top: 2em
}
.u-p-0 {
	padding: 0
}
.u-m-0 {
	margin: 0
}
.u-mb-1 {
	margin-bottom: 1em
}
.u-mt-2 {
	margin-top: 2em
}
.u-pt-1 {
	padding-top: 1em
}
.u-mt-1 {
	margin-top: 1em
}
.u-mt-0 {
	margin-top: 0
}
.u-pb-0 {
	padding-bottom: 0
}
.u-mb-3 {
	margin-bottom: 3em
}
.u-pb-1 {
	padding-bottom: 1em
}
.u-pb-2 {
	padding-bottom: 2em
}
.u-p-2 {
	padding: 2em
}
.styles__utility-wrap {
	border: 1px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 1px
}
.styles__utility-wrap.cc-margin {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6128039eff60c46cd0bb2bc0_bg-lines-lightblue3.svg);
	background-position: 0 0;
	background-size: 4px
}
.styles__utility-wrap.cc-padding {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6128039eff60c47811bb2bc1_bg-lines-green.svg);
	background-position: 0 0;
	background-size: 4px
}
.styles__utility-center {
	background-color: #fff;
	padding: 8px
}
.u-p-1 {
	padding: 1em
}
.u-pb-3 {
	padding-bottom: 3em
}
.u-mt-auto {
	margin-top: auto
}
.u-mlr-auto {
	margin-left: auto;
	margin-right: auto
}
.u-mt-3 {
	margin-top: 3em
}
.u-w-90 {
	width: 90%
}
.u-w-80 {
	width: 80%
}
.u-h-100 {
	height: 100%
}
.u-w-60 {
	width: 60%
}
.u-w-50 {
	width: 50%
}
.u-text-right {
	text-align: right
}
.u-text-center {
	text-align: center
}
.u-d-none {
	display: none
}
.u-overflow-visible {
	overflow: visible
}
.u-overflow-hidden {
	overflow: hidden
}
.u-d-block {
	display: block
}
.tweet-card_photo {
	border-radius: 100%;
	align-self: flex-start;
	width: 44px;
	height: 44px;
	margin-right: 16px;
	position: relative;
	overflow: hidden
}
.u-img-cover {
	object-fit: cover;
	width: 100%;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.u-text-medium {
	font-weight: 500
}
.u-z-index-1 {
	z-index: 1;
	position: relative
}
.u-z-index-1.cc-final-ad {
	display: block;
	box-shadow: 0 -30px 10px 20px #fff
}
.u-position-relative {
	position: relative
}
.u-position-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0
}
.styles__sticker-components {
	background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/612803f26ce96ccdc4775bba_sheet-bg.svg);
	background-position: 0 0, 0 0;
	background-size: auto, 10px;
	margin-top: 48px;
	margin-bottom: 16px;
	padding: 20px
}
.u-border-top {
	border-top: 1px solid var(--black\<deleted\|variable-8551cbdc\>);
	padding-top: 40px
}
.u-border-top.cc-mt-40 {
	margin-top: 40px
}
.u-border-top.cc-new-black {
	border-top-color: var(--new-black);
	padding-top: 3rem
}
.input {
	background-color: transparent;
	border: 1px solid #bbb;
	border-radius: 0;
	height: auto;
	margin-bottom: 12px;
	padding: 16px 20px;
	font-size: 1rem;
	line-height: 1.3
}
.input:hover, .input:focus {
	border-color: #000
}
.input::placeholder {
color:rgba(0,0,0,.65)
}
.input.cc-select {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/607609a7e0b30a8938e57152_down%20arrow.svg);
	background-position: 97%;
	background-repeat: no-repeat;
	background-size: 10px;
	font-size: 1rem
}
.input.cc-textarea {
	height: 100px
}
.input.u-mb-0 {
	margin-bottom: 0
}
.input.cc-search-results {
	background-color: var(--white-smoke\<deleted\|variable-3c2ffb2d\>);
	color: var(--black\<deleted\|variable-8551cbdc\>);
	border-style: none;
	padding-left: 24px;
	padding-right: 60px
}
.input.cc-search-results:hover {
	background-color: #e6e8ec
}
.input.cc-search-results::placeholder {
color:var(--black\<deleted\|variable-8551cbdc\>)
}
.form-option {
	background-color: #fafafa;
	border-color: #000;
	border-radius: 100%;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	margin-top: 0;
	margin-left: -32px;
	margin-right: 12px
}
.form-option.w--redirected-checked {
	border: 1px solid #000;
	box-shadow: inset 0 0 0 4px #fafafa, inset 0 0 0 20px #000
}
.form-option.w--redirected-focus {
	box-shadow: inset 0 0 0 4px #fafafa, inset 0 0 0 20px #000, 0 0 3px 1px rgba(0,0,0,.4)
}
.input-block {
	margin-bottom: 28px
}
.input-block.cc-check {
	padding-left: 32px
}
.input-block.cc-flex {
	display: flex
}
.form-success {
	color: #000;
	background-color: transparent;
	font-size: 1.1rem
}
.form-label {
	margin-bottom: 8px;
	font-size: .94rem;
	font-weight: 500;
	line-height: 1.4
}
.form-checkbox {
	border-color: #000;
	border-radius: 0;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	margin-top: 0;
	margin-left: -32px;
	margin-right: 12px
}
.form-checkbox.w--redirected-checked {
	background-color: #232427;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/607609a7e0b30a2019e57153_checkmark-small-white.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border-style: none;
	border-color: #000
}
.form-checkbox.w--redirected-focus {
	box-shadow: 0 0 3px 1px rgba(0,0,0,.4)
}
.u-text-link {
	text-decoration: underline
}
.u-text-link:hover {
	text-decoration: none
}
.blog-card_wrapper {
	margin-bottom: 20px;
	position: relative
}
.blog-card_wrapper.cc-offset:nth-child(odd) {
	top: 60px
}
.topic-title-link {
	align-items: center;
	margin-bottom: 8px;
	display: flex
}
.topic-group_list {
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.blog-thumb-xs-square {
	object-fit: cover;
	width: 60px;
	height: 60px;
	margin-bottom: 1em
}
.blog-thumb-xs-square.cc-flex-left {
	margin-bottom: 0;
	margin-right: 24px
}
.topic-group_contain {
	padding-bottom: 0
}
.topic-group_title {
	margin-bottom: 0
}
.topic-group_wrap, .topic-group_item {
	display: none
}
.search-results_input-icon {
	color: transparent;
	background-color: transparent;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df484d708cb92_b-nav-icon.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 21px;
	padding: 12px 4px;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%
}
.u-link-overlay {
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.utility-container {
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	align-items: flex-start;
	width: 90%;
	height: 100%;
	margin-bottom: 0;
	padding-top: 5%;
	padding-bottom: 5%;
	display: flex
}
.nav_logo-embed {
	justify-content: center;
	align-items: center;
	width: 148px;
	height: 26px
}
.utility-content {
	max-width: 600px;
	margin-top: 60px;
	margin-bottom: 60px
}
.utility-wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	max-width: 100%;
	min-height: 100vh;
	max-height: 100%;
	display: flex
}
.gate-blog_form-embed {
	margin-bottom: 20px
}
.nav-simple_flex {
	display: flex
}
.blog-gate_wrapper {
	flex-direction: column;
	min-height: 100vh;
	display: flex
}
.exp_g-modal_trigger {
	display: none
}
.exp_g-modal_x {
	z-index: 2;
	cursor: pointer;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df442c508cb7a_x.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
	bottom: auto;
	left: auto;
	right: 16px
}
.exp_g-modal_x:hover {
	opacity: .5
}
.social-icons_wrapper {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	flex: none;
	align-items: center;
	display: flex
}
.social-icons_btn {
	color: #000;
	width: 24px;
	height: 24px;
	line-height: 1
}
.social-icons_btn:hover {
	color: var(--webflow-blue)
}
.social-icons_btn.cc-x {
	width: 24px;
	height: 24px
}
.new_h1 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 5.313rem;
	font-weight: 600;
	line-height: 1.04
}
.new_h5 {
	letter-spacing: .02em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3
}
.styles__selector-callout-2 {
	color: #146ef5;
	background-color: rgba(20,110,245,.08);
	border: .1em solid #146ef5;
	border-radius: 4px;
	margin-left: .2em;
	margin-right: .2em;
	padding-left: .5em;
	padding-right: .5em;
	font-size: .85em;
	font-weight: 500;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	top: -1px
}
.new_styles__group {
	margin-top: 3rem;
	padding-top: 3rem
}
.new_paragraph-xl {
	letter-spacing: -.01em;
	margin-bottom: 0;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: 1.5rem;
	line-height: 1.6
}
.new_caption {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: WF Visual Sans, sans-serif;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.3;
	display: block
}
.new_caption.u-mb-16.new_u-text-black.u-z-index-1 {
	text-decoration: none
}
.new_caption.u-mb-16.new_u-text-black.u-z-index-1:hover {
	text-decoration: underline
}
.new_caption.cc-hover {
	text-decoration: none
}
.new_caption.cc-hover:hover {
	text-decoration: underline
}
.h3 {
	letter-spacing: .02em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 2.313rem;
	font-weight: 600;
	line-height: 1.04
}
.new_container {
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto
}
.new_container.cc-blog {
	width: 95%;
	max-width: 1468px
}
.new_container.cc-blog.cc-bordered-top {
	border-top: 2px solid var(--new-black);
	padding-top: 3rem
}
.new_container.cc-quote {
	border: 2px solid var(--new-black);
	border-radius: 4px;
	padding: 3rem;
	position: relative
}
.new_h0 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 8rem;
	font-weight: 600;
	line-height: 1.04
}
.new_h6 {
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.3
}
.h4 {
	letter-spacing: .02em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3
}
.new_h2 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.04
}
.new_h2.cc-hanging-quote {
	margin-left: -21px;
	display: inline
}
.new_h2.cc-reduced {
	font-size: 3rem
}
.new_section {
	padding-top: 160px;
	padding-bottom: 160px;
	font-family: WF Visual Sans Text, sans-serif;
	line-height: 1.6
}
.new_section.cc-footer_cta {
	background-color: var(--new-black);
	color: var(--white);
	height: 100dvh;
	overflow: hidden
}
.new_section.cc-footer_cta.cc-get-started {
	height: auto
}
.new_section.u-pb-0 {
	padding-bottom: 0
}
.new_section.cc-blog {
	padding-top: 40px;
	padding-bottom: 40px
}
.new_section.cc-blog.u-overflow-hidden.u-pb-64 {
	padding-bottom: 5rem
}
.new_section.cc-blog.u-overflow-hidden.u-pb-64.u-pt-0 {
	padding-top: 0
}
.new_section.cc-blog.cc-masthead {
	margin-top: 64px;
	padding-top: 64px
}
.new_section.cc-blog.cc-what-is-webflow {
	padding-bottom: 160px
}
.new_section.cc-blog.cc-article {
	margin-top: 64px
}
.new_section.cc-blog.cc-article.cc-hero-img {
	position: relative
}
.new_section.cc-blog.u-pb-0 {
	padding-bottom: 0
}
.new_section.cc-blog.u-pb-48 {
	padding-bottom: 4rem
}
.new_section.cc-blog.u-pb-16 {
	padding-bottom: 1rem
}
.new_section.cc-blog.cc-last {
	padding-bottom: 100px
}
.new_section.cc-header {
	padding-top: 200px;
	padding-bottom: 120px
}
.new_section.cc-header.new_u-pb-0 {
	padding-bottom: 0
}
.new_section.new_u-pt-0 {
	padding-top: 0
}
.new_eyebrow {
	font-variation-settings: "opsz" 100;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-top: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.3
}
.new_eyebrow.cc-input-toggle-label {
	margin-top: 4px;
	margin-bottom: 0
}
.new_eyebrow.cc-search-filter-reset {
	margin-top: 6px;
	text-decoration: underline
}
.new_eyebrow.cc-search-filter-reset:hover, .new_eyebrow.cc-breadcrumb {
	text-decoration: none
}
.new_eyebrow.cc-breadcrumb:hover {
	text-decoration: underline
}
.new_eyebrow.cc-breadcrumb-current {
	opacity: .65
}
.new_styles__selector-callout {
	color: #146ef5;
	background-color: rgba(20,110,245,.08);
	border: .1em solid #146ef5;
	border-radius: 4px;
	margin-left: .2em;
	margin-right: .2em;
	padding-left: .5em;
	padding-right: .5em;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: .85em;
	font-weight: 500;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	top: -1px
}
.new_styles__selector-callout.cc-html-tag {
	color: #fff;
	background-color: #d13591;
	border-color: transparent
}
.paragraph-xl-2 {
	letter-spacing: -.01em;
	font-size: 1.5rem;
	line-height: 1.6
}
.new_paragraph-xxl {
	letter-spacing: -.01em;
	margin-bottom: 0;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: 2.125rem;
	line-height: 1.5
}
.new_paragraph {
	margin-bottom: 0;
	font-family: WF Visual Sans Text, sans-serif;
	line-height: 1.6
}
.new_paragraph-s {
	margin-bottom: 0;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: .875rem;
	line-height: 1.6
}
.new_paragraph-s.cc-author {
	line-height: 1.1;
	display: block
}
.new_paragraph-s.cc-hover:hover {
	text-decoration: underline
}
.new_paragraph-l {
	margin-bottom: 0;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: 1.125rem;
	line-height: 1.6
}
.new_paragraph-l.cc-masthead {
	margin-bottom: 8px
}
.new_list {
	padding-left: 1em;
	font-family: WF Visual Sans Text, sans-serif;
	line-height: 1.6
}
.new_list-item {
	margin-bottom: 8px
}
.u-mt-8 {
	margin-top: .5rem
}
.u-mt-16 {
	margin-top: 1rem
}
.u-pt-16 {
	padding-top: 1rem
}
.u-p-16 {
	padding: 1rem
}
.u-ml-0 {
	margin-left: 0
}
.u-mt-32 {
	margin-top: 2rem
}
.u-p-32 {
	padding: 2rem
}
.u-pt-48 {
	padding-top: 3rem
}
.u-mb-32 {
	margin-bottom: 2rem
}
.u-pt-8 {
	padding-top: .5rem
}
.u-pb-8 {
	padding-bottom: .5rem
}
.u-mb-8 {
	margin-bottom: .5rem
}
.caption-3 {
	color: #000;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: WF Visual Sans, sans-serif;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.3;
	display: block
}
.u-mb-64 {
	margin-bottom: 4rem
}
.u-pt-32 {
	padding-top: 2rem
}
.u-mt-64 {
	margin-top: 4rem
}
.u-pb-32 {
	padding-bottom: 2rem
}
.u-mr-0 {
	margin-right: 0
}
.u-mt-48 {
	margin-top: 3rem
}
.u-mb-48 {
	margin-bottom: 3rem
}
.h2-2 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.04
}
.u-pb-48 {
	padding-bottom: 3rem
}
.new_styles__utility-wrap {
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 1px;
	overflow: hidden
}
.new_styles__utility-wrap.cc-margin {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6128039eff60c46cd0bb2bc0_bg-lines-lightblue3.svg);
	background-position: 0 0;
	background-size: 4px
}
.new_styles__utility-wrap.cc-padding {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6128039eff60c47811bb2bc1_bg-lines-green.svg);
	background-position: 0 0;
	background-size: 4px
}
.u-p-48 {
	padding: 3rem
}
.u-pb-16 {
	padding-bottom: 1rem
}
.u-mb-16 {
	margin-bottom: 1rem
}
.u-pb-64 {
	padding-bottom: 4rem
}
.u-pt-64 {
	padding-top: 4rem
}
.u-bg-blue600 {
	background-color: var(--blue-600)
}
.u-bg-gray800 {
	background-color: var(--gray-800)
}
.h1-4 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 5.313rem;
	font-weight: 600;
	line-height: 1.04
}
.new_styles__bordered-component {
	border: 1px solid rgba(187,187,187,.5);
	border-radius: 4px;
	width: 100%;
	min-height: 120px;
	margin-bottom: 20px;
	padding: 20px
}
.u-bg-blue400 {
	background-color: var(--blue-400)
}
.u-bg-gray500 {
	background-color: var(--gray-500)
}
.u-bg-gray300 {
	background-color: var(--gray-300)
}
.u-bg-gray100 {
	background-color: var(--gray-100)
}
.u-bg-gray400 {
	background-color: var(--gray-400)
}
.new_u-bg-blue {
	background-color: var(--webflow-blue)
}
.new_u-bg-black {
	background-color: var(--new-black)
}
.u-bg-gray600 {
	background-color: var(--gray-600)
}
.u-bg-gray200 {
	background-color: var(--gray-200)
}
.u-bg-gray900 {
	background-color: var(--gray-900)
}
.u-bg-gray700 {
	background-color: var(--gray-700)
}
.styles__selector-callout-5 {
	color: #146ef5;
	background-color: rgba(20,110,245,.08);
	border: .1em solid #146ef5;
	border-radius: 4px;
	margin-left: .2em;
	margin-right: .2em;
	padding-left: .5em;
	padding-right: .5em;
	font-size: .85em;
	font-weight: 500;
	line-height: 1.7;
	display: inline-block;
	position: relative;
	top: -1px
}
.u-text-gray300 {
	color: var(--gray-300)
}
.u-text-gray500 {
	color: var(--gray-500);
	-webkit-text-stroke-color: #222
}
.new_u-text-blue {
	color: var(--webflow-blue)
}
.u-text-gray400 {
	color: var(--gray-400)
}
.u-text-gray600 {
	color: var(--gray-600);
	-webkit-text-stroke-color: #222
}
.u-text-gray200 {
	color: var(--gray-200)
}
.new_u-text-black {
	color: #080808
}
.new_button-icon_right {
	margin-left: .75em;
	display: inline-block
}
.button-group {
	grid-column-gap: .7rem;
	grid-row-gap: .7rem;
	display: flex
}
.button-group.cc-text-only {
	grid-column-gap: 1.2rem;
	grid-row-gap: 1.2rem
}
.button {
	color: #fff;
	font-variation-settings: "opsz" 50;
	text-align: center;
	cursor: pointer;
	background-color: #146ef5;
	border: 1px #000;
	border-radius: 4px;
	padding: 1em 1.5em;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1);
	box-shadow: 0 4px 4px rgba(8,8,8,.08), 0 1px 2px rgba(8,8,8,.2), inset 0 6px 12px rgba(255,255,255,.12), inset 0 1px 1px rgba(255,255,255,.2);
	font-family:'aptos';
}


.button:hover {
	background-color: #0055d4;
    color: #fff !important;
	box-shadow: 0 1px 1px rgba(8,8,8,.08), 0 1px 1px rgba(8,8,8,.2), inset 0 6px 12px rgba(255,255,255,.12), inset 0 1px 1px rgba(255,255,255,.2)
}
.button:active {
	box-shadow: none
}
.button:focus-visible {
outline-offset:2px;
outline:2px solid #146ef5
}
.button[data-wf-focus-visible] {
	outline-offset: 2px;
	outline: 2px solid #146ef5
}
.button.cc-text-only {
	box-shadow: none;
	color: #080808;
	background-color: transparent;
	background-image: none;
	padding: 0 0;
	transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1)
}
.button.cc-text-only:hover {
	color: #444
}
.button.cc-text-only:focus-visible {
outline-offset:2px;
outline:2px solid #146ef5
}
.button.cc-text-only[data-wf-focus-visible] {
	outline-offset: 2px;
	outline: 2px solid #146ef5
}
.button.cc-text-only.cc-text-white {
	color: #fff
}
.button.cc-text-only.cc-text-white:hover {
	color: #f5f5f5
}
.button.cc-text-only.cc-icon-top-right.u-pb-0 {
	padding-bottom: 0
}
.button.cc-text-only.cc-form {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 3rem
}
.button.cc-text-only.cc-form:hover {
	color: var(--gray-500)
}
.button.cc-text-only.u-p-0 {
	padding-top: 0;
	padding-bottom: 0
}
.button.cc-text-only.cc-article {
	padding: 0 1rem 1rem;
	display: block
}
.button.cc-white {
	color: #000;
	background-color: #fff;
	box-shadow: inset 0 -6px 12px 0 rgba(8,8,8,.04), 0 1px 2px rgba(8,8,8,.2), 0 4px 4px rgba(8,8,8,.08)
}
.button.cc-white:hover {
	background-color: #f0f0f0;
	box-shadow: inset 0 -6px 12px 0 rgba(8,8,8,.04), 0 1px 1px rgba(8,8,8,.2), 0 1px 1px rgba(8,8,8,.08)
}
.button.cc-white:active {
	box-shadow: none
}
.button.cc-white:focus-visible {
outline-color:#d8d8d8
}
.button.cc-white[data-wf-focus-visible] {
	outline-color: #d8d8d8
}
.button.cc-black {
	background-color: #222;
	box-shadow: 0 4px 4px rgba(8,8,8,.08), 0 1px 2px rgba(8,8,8,.2), inset 0 4px 16px rgba(255,255,255,.08), inset 0 1px 1px rgba(255,255,255,.2)
}
.button.cc-black:hover {
	background-color: #080808;
	box-shadow: 0 1px 1px rgba(8,8,8,.2), 0 1px 1px rgba(8,8,8,.08), inset 0 4px 16px rgba(255,255,255,.08), inset 0 1px 1px rgba(255,255,255,.2)
}
.button.cc-black:focus-visible {
outline-color:#171717
}
.button.cc-black[data-wf-focus-visible] {
	outline-color: #171717
}
.button.cc-form {
	z-index: 1;
	margin-top: .875rem;
	margin-bottom: .875rem;
	margin-right: .875rem;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%
}
.button.cc-slider-btn {
	box-shadow: none;
	color: var(--new-black);
	background-color: transparent;
	flex: none;
	justify-content: center;
	align-items: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.1;
	transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
	display: flex
}
.button.cc-slider-btn:hover {
	color: var(--webflow-blue)
}
.button.cc-slider-btn.swiper-next {
	justify-content: flex-end
}
.button.cc-pagination {
	text-align: center;
	width: 110px;
	margin-top: 4rem;
	margin-bottom: 4rem
}
.new_button-icon_top-right {
	margin-left: .75em;
	line-height: 1.1;
	display: inline-block
}
.new_button-icon_top-right.new_h3 {
	margin-left: .2em
}
.new_styles__sticker-components {
	background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/612803f26ce96ccdc4775bba_sheet-bg.svg);
	background-position: 0 0, 0 0;
	background-size: auto, 10px;
	margin-top: 48px;
	margin-bottom: 16px;
	padding: 20px
}
.new_styles__sticker-components.cc-dark-bg {
	background-image: linear-gradient(#080808, #080808), url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/612803f26ce96ccdc4775bba_sheet-bg.svg);
	background-position: 0 0, 0 0;
	background-size: auto, 10px
}
.new_styles__sticker-components.u-mb-0 {
	margin-bottom: 0
}
.input-label {
	z-index: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: 16px;
	padding-top: 12px;
	padding-bottom: 4px;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.4;
	position: relative
}
.input-label.cc-dark {
	color: #fff
}
.input-label.cc-toggle {
	margin-left: 0;
	padding-top: .25rem;
	padding-bottom: 0
}
.new_input {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	height: 100%;
	min-height: 65px;
	margin-bottom: 0;
	padding: 36px 16px 8px;
	font-size: 1rem;
	line-height: 1.3;
	transition: background-color .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.new_input:hover {
	background-color: #fff;
	border-color: #898989
}
.new_input:focus {
	outline-offset: 0px;
	border-color: #363636;
	outline: 3px transparent;
	box-shadow: 0 0 transparent
}
.new_input:focus-visible {
outline-offset:2px;
outline:2px solid #d8d8d8
}
.new_input[data-wf-focus-visible] {
	outline-offset: 2px;
	outline: 2px solid #d8d8d8
}
.new_input::placeholder {
color:#757575
}
.new_input.cc-dark {
	color: #fff;
	background-color: #171717;
	border-color: #5a5a5a
}
.new_input.cc-dark:hover {
	background-color: #222;
	border-color: #d8d8d8
}
.new_input.cc-dark:focus {
	outline-offset: 0px;
	border-color: #d8d8d8;
	outline: 3px transparent
}
.new_input.cc-dark:focus-visible {
outline-offset:2px;
outline:2px solid #5a5a5a
}
.new_input.cc-dark[data-wf-focus-visible] {
	outline-offset: 2px;
	outline: 2px solid #5a5a5a
}
.new_input.cc-dark::placeholder {
color:#898989
}
.new_input.cc-select {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/650209416b0919ca4a304485_select-arrow-black.svg);
	background-position: 97%;
	background-repeat: no-repeat;
	background-size: 14px;
	font-size: 1rem
}
.new_input.cc-select.cc-dark {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/650209416b0919ca4a304486_select-arrow-white.svg)
}
.new_input-block {
	margin-bottom: 16px;
	padding-top: 1px;
	padding-bottom: 44px;
	padding-right: 1px;
	position: relative
}
.new_input-block.cc-toggle {
	padding: 0 0 0 33px;
	display: flex
}
.new_input-block.cc-toggle.u-mb-0 {
	margin-bottom: 0
}
.new_input-block.cc-textarea {
	padding-bottom: 120px
}
.input-toggle {
	background-color: #fff;
	border-color: #d8d8d8;
	border-radius: 4px;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	margin-top: 0;
	margin-left: -32px;
	margin-right: 12px;
	transition: border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1)
}
.input-toggle:hover {
	border-color: #898989
}
.input-toggle.w--redirected-checked {
	background-color: #080808;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/607609a7e0b30a2019e57153_checkmark-small-white.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border-style: none;
	border-color: #080808
}
.input-toggle.w--redirected-focus {
	box-shadow: none;
	outline-offset: 3px;
	border-color: #363636;
	outline: 1px transparent
}
.input-toggle.w--redirected-focus-visible {
	outline-offset: 2px;
	outline: 2px solid #d8d8d8
}
.input-toggle.cc-radio {
	border-radius: 20px;
	transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1), border-color .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1)
}
.input-toggle.cc-radio.w--redirected-checked {
	background-color: #080808;
	background-image: none;
	border-color: #080808;
	box-shadow: inset 0 0 0 1px #080808, inset 0 0 0 4px #f5f5f5
}
.input-toggle.cc-radio.w--redirected-focus {
	outline-offset: 3px;
	outline: 1px solid transparent
}
.input-toggle.cc-radio.w--redirected-focus-visible {
	outline-offset: 2px;
	border-color: #363636;
	outline: 2px solid #d8d8d8
}
.input-toggle.cc-radio.cc-dark.w--redirected-checked {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 4px #080808
}
.input-toggle.cc-radio.cc-dark.w--redirected-focus-visible {
	outline-color: #5a5a5a
}
.input-toggle.cc-dark {
	background-color: #171717;
	border-color: #5a5a5a
}
.input-toggle.cc-dark:hover {
	border-color: #d8d8d8
}
.input-toggle.cc-dark.w--redirected-checked {
	background-color: #fff;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/650209416b0919ca4a304484_checkmark-small-black.svg)
}
.input-toggle.cc-dark.w--redirected-focus-visible {
	outline-color: #5a5a5a
}
.input-toggle.cc-sharp {
	border-color: var(--gray-500);
	border-radius: 0
}
.new_form-success {
	color: #080808;
	background-color: transparent;
	padding: 0;
	font-size: 1.1rem
}
.new_link {
	text-decoration: underline
}
.rte h1 {
	letter-spacing: -.01rem;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.16667
}
.rte p {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.82222
}
.rte li {
	margin-bottom: .5rem;
	font-size: 1.125rem;
	line-height: 1.82222
}
.rte blockquote {
	color: var(--gray-600);
	letter-spacing: -.02em;
	border: 1px #000;
	margin-top: 1.5rem;
	margin-bottom: 0;
	padding: 0;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.40385
}
.rte h2 {
	letter-spacing: -.01em;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.16667
}
.rte h3 {
	letter-spacing: 0;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.875rem;
	font-weight: 600;
	line-height: 1.23333
}
.rte h4 {
	color: var(--new-black);
	letter-spacing: 0;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2
}
.rte h5, .rte h6 {
	letter-spacing: 0;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2
}
.rte a {
	color: var(--webflow-blue);
	text-decoration: none
}
.rte a:hover {
	text-decoration: underline
}
.rte img {
	margin-top: 1rem;
	margin-bottom: 1rem
}
.rte figcaption {
	text-align: left;
	margin-top: -.5rem;
	margin-bottom: 2.5rem;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: .75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5
}
.rte code {
	border: 1px solid var(--gray-300);
	background-color: var(--gray-100);
	border-radius: 4px;
	padding: 0 .6em;
	font-size: .8em;
	display: inline-block;
	position: relative;
	top: -.2em
}
.button-subtext {
	opacity: .8;
	font-weight: 400
}
.u-bg-yellow {
	background-color: var(--yellow)
}
.u-bg-red {
	background-color: var(--red)
}
.u-bg-orange {
	background-color: var(--orange)
}
.u-bg-green {
	background-color: var(--green)
}
.u-bg-purple {
	background-color: var(--purple)
}
.u-bg-pink {
	background-color: var(--pink)
}
.new_b-grid {
	grid-column-gap: 2px;
	grid-row-gap: 2px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.u-mr-3 {
	margin-right: .2rem
}
.new_b-grid-item {
	color: var(--new-black);
	border-bottom: 2px solid #000;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-bottom: 20px;
	position: relative
}
.new_b-grid-item:last-child {
	border-bottom-style: none
}
.new_u-img-wrapper {
	padding-bottom: 0;
	position: relative;
	overflow: hidden
}
.new_u-img-wrapper.cc-popular {
	padding-top: 80%
}
.new_u-img-wrapper.cc-contributors {
	border-right: 2px solid var(--new-black);
	padding-top: 100%
}
.new_u-img-wrapper.cc-16-9 {
	padding-top: 53%
}
.new_u-img-wrapper.cc-author {
	border-right: 2px solid var(--new-black);
	padding-top: 100%
}
.new_cover-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.new_form-field {
	background-color: transparent;
	border: 1px #000;
	margin-bottom: 0;
	padding: 3rem;
	position: relative
}
.new_form-field.new_h3 {
	padding-right: 10rem;
	font-size: 2.313rem;
	line-height: 1.6
}
.new_form-field.new_h3::placeholder {
color:rgba(0,0,0,.6)
}
.new_form-field.cc-article {
	padding: 2rem 1rem 1rem
}
.new_form-field.cc-article.new_h4 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem
}
.u-w-60-2 {
	width: 60%
}
.pill {
	text-transform: uppercase;
	border-radius: 4px;
	padding: .25rem .5rem;
	font-size: .875rem;
	font-weight: 600;
	display: inline-block
}
.swiper {
	overflow: visible
}
.swiper-wrapper {
	justify-content: flex-start;
	align-items: stretch;
	display: flex
}
.swiper-wrapper.cc-related {
	grid-column-gap: 0px;
	height: auto
}
.swiper-slide {
	align-self: stretch
}
.swiper-slide.hover-underline {
	flex: none;
	width: 400px;
	height: 100%;
	margin-right: 40px;
	position: relative
}
.swiper-slide.new_b-grid-item.cc-slider {
	border-right: 2px solid var(--new-black);
	border-bottom-style: none;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 0;
	padding-left: 48px;
	padding-right: 48px;
	display: flex
}
.swiper-slide.new_b-grid-item.cc-slider:first-child {
	padding-left: 0
}
.swiper-slide.new_b-grid-item.cc-slider:last-child {
	border-right-style: none;
	padding-right: 0
}
.u-flex-v {
	flex-direction: column;
	display: flex
}
.u-flex-v.cc-space-btwn {
	justify-content: space-between
}
.new_resources-card {
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 2rem;
	position: relative
}
.slider-main_component {
	overflow: visible
}
.slider-main_button-wrapper {
	grid-column-gap: 1rem;
	justify-content: flex-start;
	align-items: center;
	display: flex
}
.new_b-contributors {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	border: 2px solid var(--new-black);
	border-radius: 4px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 3fr;
	grid-auto-columns: 1fr;
	display: grid;
	position: relative
}
.cc-greyscale {
	filter: grayscale()
}
.cc-bottom-border {
	border-bottom: 2px solid var(--new-black)
}
.u-d-inline {
	display: inline
}
.new_b-inline-ad {
	background-color: var(--webflow-blue);
	padding: .5rem;
	position: relative
}
.new_b-color-container {
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	padding: 1.5rem;
	display: flex
}
.new_b-color-container.cc-article {
	padding: 0;
	display: block
}
.new_b-color-container.cc-category-latest {
	align-items: stretch;
	padding: 3rem
}
.new_b-h-divider {
	height: 2px
}
.new_button-2 {
	color: #fff;
	cursor: pointer;
	background-color: #146ef5;
	border-radius: 4px;
	flex: none;
	padding: 1em 1.5em;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.165, .84, .44, 1);
	box-shadow: 0 4px 4px rgba(8,8,8,.08), 0 1px 2px rgba(8,8,8,.2), inset 0 6px 12px rgba(255,255,255,.12), inset 0 1px 1px rgba(255,255,255,.2)
}
.new_button-2:hover {
	background-color: #0055d4;
	box-shadow: 0 1px 1px rgba(8,8,8,.08), 0 1px 1px rgba(8,8,8,.2), inset 0 6px 12px rgba(255,255,255,.12), inset 0 1px 1px rgba(255,255,255,.2)
}
.new_button-2:active {
	box-shadow: none
}
.sr-only-2 {
	white-space: nowrap;
	border: 0 solid transparent;
	width: 1px;
	height: 1px;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden
}
.new_footer_cta-img-wrapper {
	aspect-ratio: 16/9;
	margin-top: 96px;
	margin-bottom: -50vh;
	position: relative
}
.new_footer_cta-gradient {
	background-image: linear-gradient(rgba(8,8,8,0) 30%, #000);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.new_grid {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.new_grid.lg-col-3 {
	grid-template-columns: 1fr 1fr 1fr
}
.new_grid.lg-col-3.md-col-1.cc-align-bottom {
	align-items: end
}
.new_footer_cta-img {
	width: 100%;
	height: 100%
}
.cc-align-center {
	align-items: center
}
.new_logo_wrap {
	grid-column-gap: 20px;
	grid-row-gap: 32px;
	flex-wrap: wrap;
	flex: 1;
	grid-template: "."/auto auto auto;
	grid-auto-columns: 1fr;
	align-content: space-between;
	justify-content: space-between;
	align-self: stretch;
	align-items: center;
	justify-items: stretch;
	padding-top: 50px;
	display: grid
}
.new_logo_wrap.cc-row-gap-40 {
	grid-row-gap: 40px
}
.logo-transparent {
	opacity: .5;
	display: block
}
.logo-transparent.cc-intuit {
	margin-bottom: 3px
}
.logo-transparent.cc-pwc {
	margin-bottom: 10px
}
.logo-transparent.cc-auto {
	margin-top: 2px
}
.title_bar {
	justify-content: space-between;
	display: flex
}
.title_bar.u-mb-48 {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem
}
.sr-only-3 {
	width: 1px;
	height: 1px;
	display: block;
	position: absolute;
	overflow: hidden
}
.new_b-webflow-is__img {
	width: 45px;
	margin-bottom: 30px
}
.new_b-webflow-is__img.b-icon_designer {
	margin-left: -10px
}
.new_b-webflow-is__img.b-icon_interactions {
	margin-left: -7px
}
.new_b-webflow-is__img.b-icon_hosting {
	margin-left: -2px
}
.new_b-webflow-is__img.b-icon_editor {
	margin-left: -5px
}
.new_b-webflow-is__img.b-icon_cms {
	margin-left: -9px
}
.new_b-webflow-is__img.b-icon_ecommerce {
	margin-left: -4px
}
.new_blog_whats-webflow_card {
	border: 1px solid transparent;
	position: relative
}
.old_sr-only {
	white-space: nowrap;
	border: 0 solid transparent;
	width: 1px;
	height: 1px;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden
}
.new_blog-card-link_overlay {
	flex-direction: column;
	justify-content: flex-end;
	display: block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.new_blog-card-link_overlay:focus {
	box-shadow: 0 0 0 27px #fff, 0 0 0 28px #000
}
.u-link-hover {
	text-decoration: underline
}
.u-link-hover:hover {
	text-decoration: none
}
.new_blog-page-sidebar__grid {
	flex-direction: column;
	grid-template-rows: minmax(max-content, 20vw) minmax(min-content, 1fr) 1fr auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	justify-content: flex-start;
	justify-items: stretch;
	display: flex
}
.new_u-bg-gray-100 {
	background-color: var(--gray-100)
}
.new_u-bg-gray-100.u-p-32.u-sm-p-24.cc-ad-image {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.u-p-8 {
	padding: .5rem
}
.new_b-breadcrumb-wrap {
	border-bottom: 2px solid #000;
	padding: 1rem 2rem;
	display: flex
}
.new_b-breadcrumb-container {
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	display: flex
}
.new_b-hero-img {
	border-left: 2px solid var(--white);
	width: 50%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: auto;
	right: 0%
}
.cover-img {
	object-fit: cover;
	width: 100%;
	height: 100%
}
.new_b-hero-content {
	padding-right: 2rem
}
.new_lede {
	margin-bottom: 1.5rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4
}
.new_b-hero-img-wrapper {
	min-height: 420px
}
.horizontal-rule {
	width: 100%;
	height: 2px
}
.horizontal-rule.new_u-bg-black.cc-article {
	margin-bottom: 40px
}
.new_b-author-img {
	object-fit: cover;
	border: 2px solid #000;
	border-radius: 4px;
	flex: none;
	width: 47px;
	height: 47px;
	margin-right: 10px;
	overflow: hidden
}
.new_b-sticky-column-container {
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	height: 100%;
	display: flex
}
.new_b-author-title-wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	display: inline
}
.new_ad-img {
	margin-bottom: 2rem;
	padding-top: 30%;
	position: relative
}
.new_ad-img.cc-sidebar {
	margin-bottom: 1rem;
	padding-top: 40%
}
.new_ad-img.cc-main {
	margin-bottom: 0
}
.new_u-divider {
	width: 100%;
	height: 1px
}
.card_wrapper-resources {
	min-width: 405px;
	height: 100%
}
.card {
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	position: relative;
	overflow: hidden
}
.card.cc-card-link {
	transition: color .2s, background-color .2s, border-color .2s, box-shadow .2s;
	box-shadow: 0 0 rgba(8,8,8,0), 0 0 rgba(8,8,8,0), 0 0 rgba(8,8,8,0), 0 0 rgba(8,8,8,0)
}
.card.cc-card-link:hover {
	color: #146ef5;
	border-color: transparent;
	box-shadow: 32px 0 48px rgba(8,8,8,.02), 0 16px 20px rgba(8,8,8,.03), 0 6px 8px rgba(8,8,8,.04), 0 1px 3px rgba(8,8,8,.06)
}
.card.cc-card-link.cc-dark {
	border-color: #222
}
.card.cc-card-link.cc-dark:hover {
	color: #fff;
	background-color: #222
}
.button-icon_right {
	margin-left: .75em;
	display: inline-block
}
.u-sr-only {
	white-space: nowrap;
	border: 0 solid transparent;
	width: 1px;
	height: 1px;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden
}
.h3-2 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 2.313rem;
	font-weight: 600;
	line-height: 1.04
}
.h3-2.swiper-button {
	cursor: pointer;
	transition: color .2s
}
.h3-2.swiper-button:hover {
	color: #146ef5
}
.u-br {
	border-radius: 4px
}
.swiper-controls {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	align-self: flex-end;
	display: flex
}
.card-body.u-p-24 {
	padding: 1.5rem
}
.card-body.u-p-24.u-h-100 {
	flex-direction: column;
	display: flex
}
.swiper-header {
	justify-content: space-between;
	display: flex
}
.margin-bottom {
	z-index: 1;
	opacity: 0;
	cursor: ns-resize;
	justify-content: center;
	align-items: flex-end;
	transition: opacity .2s;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}
.margin-bottom:hover {
	z-index: 2;
	opacity: .64
}
.margin-target {
	z-index: 3;
	color: #8fc2fa;
	letter-spacing: 0;
	background-color: rgba(0,106,204,.18);
	border-radius: 2px;
	padding: 0 .25rem;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none;
	position: relative;
	transform: translate(0)
}
.margin-target.cc-x {
	cursor: ew-resize
}
.margin-target.cc-y {
	cursor: ns-resize
}
.margin-top {
	z-index: 1;
	opacity: 0;
	cursor: ns-resize;
	justify-content: center;
	align-items: flex-start;
	transition: opacity .2s;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}
.margin-top:hover {
	z-index: 2;
	opacity: .48
}
.margin-right {
	z-index: 1;
	opacity: 0;
	cursor: ew-resize;
	flex-direction: column;
	align-items: flex-end;
	transition: opacity .2s;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}
.margin-right:hover {
	z-index: 2;
	opacity: .48
}
.margin-left {
	z-index: 1;
	opacity: 0;
	cursor: ew-resize;
	justify-content: flex-start;
	align-items: flex-start;
	transition: opacity .2s;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}
.margin-left:hover {
	z-index: 2;
	opacity: .48
}
.padding-grid {
	z-index: 2;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
grid-template-rows:1fr .75fr 1fr;
	grid-template-columns: 1fr 2fr 1fr;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.heading-wrapper {
	justify-content: center;
	align-items: baseline;
	display: flex
}
.padding-display {
	z-index: 1;
	color: #ababab;
	letter-spacing: 0;
	border-radius: 2px;
	padding: .1rem .25rem;
	font-family: WF Visual Sans Text, sans-serif;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	text-decoration: none;
	position: relative
}
.margin-block {
	z-index: 1;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	width: 448px;
	min-width: 448px;
	height: 224px;
	min-height: 224px;
	margin-left: 1rem;
	margin-right: 1rem;
	display: flex;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 transparent, 0 0 .2px rgba(0,0,0,.1), 0 1px 1.9px rgba(0,0,0,.114), 0 5px 10.9px rgba(0,0,0,.125)
}
.h0-2 {
	letter-spacing: .01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 8rem;
	font-weight: 600;
	line-height: 1.04
}
.h0-2.cc-404 {
	z-index: 0;
	justify-content: center;
	align-items: center;
	font-size: 19rem;
	line-height: .8;
	display: inline-block;
	position: relative;
	transform: translateY(-2px)
}
.margin-grid {
	z-index: 2;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	grid-template-rows: 1fr 3fr 1fr;
	grid-template-columns: 1fr 4fr 1fr;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.u-mb-96 {
	margin-bottom: 6rem
}
.buitton-group {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	justify-content: center;
	display: flex
}
.g-condensed-footer {
	color: #fff;
	background-color: #080808;
	padding-top: 4rem;
	padding-bottom: 4rem
}
.g-condensed-footer-column_wrapper {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	justify-content: space-between;
	display: flex
}
.g-condensed-footer-list_item {
	margin-bottom: 0;
	padding-left: 0
}
.g-con-footer-column {
	grid-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	flex-direction: column;
	display: flex
}
.g-condensed-footer-column {
	align-self: center
}
.g-condensed-footer-list {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	margin-bottom: 0;
	display: flex
}
.g-condensed-footer-brand {
	color: #fff;
	align-self: flex-start
}
.g-condensed-footer-brand:hover {
	color: #888
}
.g-condensed-footer-brand:focus-visible {
color:#888;
outline-style:none
}
.g-condensed-footer-brand[data-wf-focus-visible] {
	color: #888;
	outline-style: none
}
.g-condensed-footer_container {
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: static
}
.g-brand-logo_condensed_footer {
	width: 60px;
	transition: color .2s;
	display: flex
}
.g-brand-logo_condensed_footer:hover {
	color: #898989
}
.u-img-bw {
	filter: contrast(118%)grayscale()
}
.cc-hover:hover {
	text-decoration: underline
}
.search-wrapper {
	display: none
}
.new-search_input {
	border-style: none none solid;
	border-width: 1px 1px 2px;
	border-color: black black var(--gray-100);
	background-color: var(--gray-100);
	color: var(--new-black);
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/65bab247b681ec8dde7ed3b7_search-icon.svg);
	background-position: 97%;
	background-repeat: no-repeat;
	background-size: 2rem;
	width: 100%;
	height: 2em;
	margin-bottom: 0;
	padding: .1em .8em;
	font-family: WF Visual Sans, sans-serif;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1;
	transition: padding .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
	display: block
}
.new-search_input:hover {
	border-bottom-color: var(--new-black)
}
.new-search_input:active {
	background-color: var(--white);
	background-position: 0%;
	padding-left: 1em
}
.new-search_input:focus {
	border-bottom-color: var(--new-black);
	background-color: var(--white);
	outline-offset: 0px;
	background-position: 0%;
	outline: 3px #080808;
	padding-left: 1em
}
.new-search_input:focus-visible {
outline-offset:0px;
outline:3px #080808
}
.new-search_input[data-wf-focus-visible] {
	outline-offset: 0px;
	outline: 3px #080808
}
.new-search_input::placeholder {
color:var(--gray-500)
}
.new-search_input.cc-small {
	letter-spacing: .1em;
	text-transform: uppercase;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/65babc23dfd284f162b537fe_search-icon-small.svg);
	background-position: 96.5%;
	background-size: 1.4rem;
	height: 3em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	font-size: .9375rem;
	font-weight: 500
}
.new-search_input.cc-small:active, .new-search_input.cc-small:focus {
	background-position: 0%;
	padding-left: 2em
}
.new-search_no-results {
	margin-top: 1rem
}
.jetboost-list-wrapper-empty-qvnw {
	display: block
}
.search-results_-filter-list {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	display: flex
}
.search-results_filter-wrapper {
	justify-content: space-between;
	align-items: flex-start;
	display: flex
}
.new-search_input-submit {
	opacity: 0;
	color: transparent;
	background-color: transparent;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/65bab1785265dc3a57535748_%E2%86%92.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 2rem;
	width: 2rem;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%
}
.new-search_input-submit.cc-small {
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/65babcb041692e0496614433_arrow-icon-small.svg);
	background-size: 1.2rem;
	width: 1.5rem
}
.new-search_wrapper {
	position: relative
}
.new-search_small-wrapper {
	margin-bottom: 0
}
.new-search_small-wrapper.cc-browse-all-offset {
	margin-bottom: 13px
}
.new-search_typeahead {
	z-index: 6;
	background-color: var(--white);
	display: none;
	position: absolute;
	top: 2.7rem;
	bottom: auto;
	left: 0%;
	right: 0%;
	overflow: hidden
}
.new-search_typeahead-list {
	border: 2px solid var(--new-black);
	background-color: var(--white);
	height: 100%;
	max-height: 250px;
	overflow: auto
}
.new-search_typeahead-link {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	align-items: center;
	width: 100%;
	padding: 12px;
	font-family: WF Visual Sans, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
	display: flex
}
.new-search_typeahead-link:hover {
	background-color: var(--gray-100)
}
.new-search_typeahead-link.cc-ad-post {
	padding: 4px
}
.new-search_typeahead-img {
	flex: none;
	width: 65px
}
.new-search_typeahead-ad-container {
	border: 1px solid #000;
	border-radius: 2px;
	width: 100%;
	padding: 8px 16px
}
.u-d-flex {
	display: flex
}
.u-d-flex.cc-vertical {
	flex-direction: column
}
.swiper-title-wrapper {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	justify-content: space-between;
	align-items: flex-end;
	display: flex
}
.jetboost-infinite-loader-1nd6 {
	display: none
}
.new-search_typeahead-loader {
	width: 100px;
	height: 60px;
	margin-left: auto;
	margin-right: auto
}
.jetboost-infinite-loader-qz66 {
	display: none
}
.breadcrumb-list {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	flex-flow: wrap;
	justify-content: flex-start;
	align-items: center;
	display: flex
}
.breadcrumb-item {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
	display: flex
}
.caption {
	letter-spacing: .04em;
	text-transform: uppercase;
	font-family: WF Visual Sans, sans-serif;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.3;
	display: block
}
.bg-video_playback-btn-state {
	color: #080808;
	background-color: #d8d8d8;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	padding: 6px;
	transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
	display: block
}
.bg-video_playback-btn-state:hover {
	background-color: #fff
}
.bg-video_playback-btn-state.cc-play {
	padding-left: 8px;
	display: none
}
.u-aspect-16x9 {
	width: 100%;
	padding-top: 57%;
	position: relative;
	overflow: hidden
}
.bg-video_playback-btn-icon {
	color: #080808;
	width: 32px;
	height: 32px
}
.bg-video_playback-btn {
	z-index: 1;
	background-color: transparent;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: auto;
	right: 16px
}
.g-footer {
	background-color: var(--new-black);
	color: var(--white);
	padding-top: 120px;
	padding-bottom: 96px
}
.g-footer-copyright {
	border-top: 1px solid #2b2b2b;
	justify-content: space-between;
	align-items: center;
	margin-top: 4rem;
	padding-top: 2rem;
	display: flex
}
.g-footer-column {
	flex-direction: column;
	display: flex
}
.g-brand-logo_footer {
	transition: color .2s;
	display: flex
}
.g-brand-logo_footer:hover {
	color: #898989
}
.g-footer-list_item {
	margin-bottom: 0;
	padding-left: 0
}
.g-footer_container {
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: static
}
.g-footer-list {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
	display: flex
}
.g-footer-list.cc-social {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: row;
	margin-bottom: -.5rem
}
.g-footer-list_item-link {
	color: var(--gray-400);
	align-items: center;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	transition: color .12s cubic-bezier(.455, .03, .515, .955);
	display: flex
}
.g-footer-list_item-link:hover {
	color: var(--white)
}
.g-footer-list_item-link:focus-visible {
color:var(--white);
outline-style:none;
text-decoration:underline
}
.g-footer-list_item-link[data-wf-focus-visible] {
	color: var(--white);
	outline-style: none;
	text-decoration: underline
}
.g-footer-list_item-link.cc-combo {
	align-items: center;
	display: flex
}
.g-footer-list_item-tag {
	letter-spacing: .1em;
	text-transform: uppercase;
	border: 1px solid;
	border-radius: 4px;
	margin-left: .625rem;
	padding: .25rem .375rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: .625rem;
	font-weight: 500;
	line-height: 1.3
}
.g-footer-brand {
	color: #fff
}
.g-footer-brand:hover {
	color: #888
}
.g-footer-brand:focus-visible {
color:#888;
outline-style:none
}
.g-footer-brand[data-wf-focus-visible] {
	color: #888;
	outline-style: none
}
.g-footer-section_title {
	margin-bottom: 20px;
	font-weight: 500
}
.g-footer-column_wrapper {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	justify-content: space-between;
	display: flex
}
.g-footer-list_item-social {
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	display: flex
}
.exp_g-modal-logos_wrapper {
	flex-wrap: wrap;
	grid-template-rows: auto;
	grid-template-columns: auto auto auto auto auto 1fr 1fr;
	grid-auto-columns: minmax(100px, 200px);
	grid-auto-flow: row;
	justify-content: center;
	align-items: flex-end;
	margin-top: 2em;
	display: flex
}
.exp_g-modal-logos_wrapper.cc-test {
	grid-column-gap: 3.75rem;
	grid-row-gap: 2rem;
	width: 28em;
	margin-left: auto;
	margin-right: auto
}
.g-nav_menu-dropdown-icon {
	align-self: center;
	align-items: center;
	width: 11px;
	height: 7px;
	margin-left: 8px;
	display: flex;
	position: relative
}
.g-nav_wrapper {
    z-index: 9999;
    font-size: 1rem;
    line-height: 1.7;
    position: fixed;
    top:0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.g-nav_menu-section_link-description {
	color: #5a5a5a;
	margin-top: 4px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	text-decoration: none;
	font-family:'aptos';
}

.g-nav_menu-section_link-description a:hover {
  transform: translateX(10px);
  transition: transform .5s linear;
}

.g-nav-text_desktop {
	font-weight: 400
}
.exp_g-modal_embed {
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.exp_g-modal_embed.experiment {
	z-index: 1;
	width: 100%;
	height: 610px;
	position: relative
}
.g-nav_menu-dropdown_toggle {
    align-items: center;
    height: 100%;
    padding: 1.5rem 0;
    font-size: .9375rem;
    font-weight:500;
    line-height: 1.2;
    transition: color .2s, box-shadow .2s;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
	font-family:'aptos';
}
.g-nav_menu-dropdown_toggle:hover {
	color: #146ef5;
	box-shadow: inset 0 -2px #fff
}
.g-nav_menu-dropdown_toggle:focus-visible {
color:#146ef5;
-webkit-text-stroke-color:#fff;
box-shadow:inset 0 -3px #fff
}
.g-nav_menu-dropdown_toggle[data-wf-focus-visible] {
	color: #146ef5;
	-webkit-text-stroke-color: #fff;
	box-shadow: inset 0 -3px #fff
}
.g-nav_menu-dropdown_toggle.w--open {
	box-shadow: inset 0 -3px #fff
}
.new-g-nav_menu-container-bg {
	background-color: #fff;
	border-radius: .25rem;
	flex: 1;
	align-self: stretch;
	width: 100%;
	height: 100%;
	transition: all .2s cubic-bezier(.165, .84, .44, 1);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 50%;
	right: 0%;
	transform: translate(-50%);
	box-shadow: 0 20px 40px rgba(8,8,8,.03), 0 10px 18px rgba(8,8,8,.03), 0 4px 8px rgba(8,8,8,.05), 0 1px 2px rgba(8,8,8,.08)
}
.g-brand {
	color: #080808;
	align-self: center;
	transition: color .2s;
	top: -1px
}
.g-brand:hover {
	color: #2b2b2b
}
.g-brand:focus {
	color: #363636
}
.new-g-nav-css {
	display: none
}
.new-g-nav_menu-section_link-description {
	color: #5a5a5a;
	margin-top: .25rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	text-decoration: none
}
.g-nav_menu-mobile-flex {
	justify-content: flex-end;
	width: 100%;
	display: flex
}
.g-nav_menu-image {
	object-fit: cover;
	object-position: 50% 50%;
	margin-right: 24px
}
.g-nav_menu-section_heading {
	color: #1b4977;
	font-variation-settings: "opsz" 50;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 18px;
	padding-bottom: 8px;
	font-family: WF Visual Sans, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3
}
.g-nav_menu-section_heading.cc-sidenav {
	border-bottom-color: #d8d8d8
}
.new-g-nav_menu-section {
	flex: 1;
	margin-bottom: 0;
	padding-left: 0;
	transform: translate(0)
}
.new-g-nav_menu-section.cc-last {
	margin-bottom: 0
}
.new-g-nav_menu-section.cc-small {
	max-width: 136px
}
.new-g-nav_menu-section.cc-last {
	flex-flow: column;
	align-self: stretch;
	display: flex
}
.new-g-nav_menu-left {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex: 1;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 0;
	padding-left: 0;
	display: flex
}
.g-nav_menu-mobile {
	display: none
}
.g-nav-col_3 {
    grid-column-gap: 28px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-bottom: 0;
    display: grid;
}
.g-nav_menu-flex_wide {
	flex: 1;
	justify-content: space-between;
	align-items: center;
	display: flex
}
.g-nav_menu-link_wrapper-mobile {
	align-items: center;
	margin-right: 32px;
	padding: 0;
	font-size: .9375rem;
	font-weight: 400;
	display: flex;
	position: static
}
.g-nav_menu-link_wrapper-mobile:focus {
	color: #4353ff;
	box-shadow: inset 0 -3px #4353ff
}
.g-nav_menu-content_block-ad {
	background-color: #d8d8d8;
	border-radius: 4px;
	margin-bottom: 40px;
	text-decoration: none;
	overflow: hidden
}
.g-nav_menu-section {
	margin-bottom: 40px;
	padding-left: 0
}
.g-nav_menu-section.cc-last {
	margin-bottom: 0
}
.new-g-modal_trigger {
	display: none
}
.new-g-nav_menu-section_link-heading {
	letter-spacing: .03em;
	margin-right: 8px;
	font-family: WF Visual Sans, sans-serif;
	font-weight: 600;
	display: inline-block
}
.new-g-nav_menu-section-list_item {
	margin-bottom: 0;
	padding-left: 0
}
.g-nav_menu-dropdown_wrapper {
	align-items: center;
	display: flex;
	position: static
}
.g-nav_menu-dropdown_wrapper:focus {
	color: #146ef5;
	box-shadow: inset 0 -3px #4353ff
}
.g-nav_menu-beta_tag {
	clear: left;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: WF Visual Sans, sans-serif;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.3;
	display: inline-block;
	transform: translateY(2px)
}
.g-nav_menu-beta_tag.cc-blue {
	color: #146ef5;
	background-color: rgba(67,83,255,.1);
	border-radius: 100px;
	padding: .15em 1em
}
.new-g-modal-image-img {
	width: 200%;
	max-width: none;
	display: block
}
.new-g-modal-image-img.cc-tablet {
	display: none
}
.new-g-modal-image-img.cc-desktop {
	z-index: 2;
	width: auto;
	height: 90vh;
	position: absolute;
	top: auto;
	bottom: 0%;
	left: auto;
	right: 0%;
	transform: translate(32px)
}
.g-nav_menu-grid-left {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	background-color: #fff;
	flex: 1;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	padding-top: 40px;
	padding-bottom: 52px;
	    padding-right: 10px;
}
.g-nav_menu-content_block {
    background-color: #f0f0f0;
    border-left: 1px solid #d8d8d8;
    flex: 0 34%;
    padding-left: 60px;
    padding-top: 40px;
}
.g-nav_menu-section_link-row {
	color: #080808;
	border-top: 1px solid #d8d8d8;
	border-bottom: 0px solid #d8d8d8;
	margin-bottom: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 1rem;
	line-height: 1.6;
	text-decoration: none;
	transition: color .2s;
	display: flex
}
.g-nav_menu-section_link-row:hover, .g-nav_menu-section_link-row:focus {
	color: #146ef5
}
.g-nav_menu-section_link-row:focus-visible {
text-decoration:underline
}
.g-nav_menu-section_link-row[data-wf-focus-visible] {
	text-decoration: underline
}
.g-nav_menu-section_link-row.cc-last {
	border-bottom-style: none;
	border-bottom-width: 0
}
.g-nav_menu-section_link-row.cc-story {
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0
}
.g-nav_menu-section_link-row.cc-first {
	border-top-style: none;
	border-top-width: 0;
	align-items: stretch;
	padding-top: 0
}
.button-icon_top-right-2 {
	margin-left: .75rem;
	display: inline-block;
	position: relative
}
.new-g-brand-logo {
	display: flex
}
.g-nav_menu-section-list_item {
	margin-bottom: 8px;
	padding-left: 0
}
.g-nav {
    z-index: 1;
    background-color: #f7f7f7;
    font-size: 1rem;
    line-height: 1.6;
    box-shadow: 0 1px rgba(117, 117, 117, .2);
    padding-top: 5px;
    padding-bottom: 5px;
}
.g-nav_menu-overlay {
	z-index: -1;
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100vh;
	margin-top: 86px;
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.g-main_nav_container {
	z-index: 1;
	justify-content: space-between;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: static
}
.g-nav-col_2 {
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-items: start;
	margin-bottom: 0;
	list-style-type: none;
	display: grid
}
.g-nav-col_2.cc-stories {
	grid-row-gap: 16px;
	padding-left: 0
}
.new-g-nav_menu-list_item {
	margin-bottom: 0;
	padding-left: 0;
	display: flex
}
.new-g-nav_menu-list_item.cc-last {
	margin-right: 0
}
.new-g-nav_menu-mobile-flex {
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	display: flex
}
.exp_g-modal-logos {
	flex-direction: column;
	align-items: stretch;
	padding-left: 40px;
	padding-right: 40px;
	display: flex
}
.new-g-main_nav_container {
	z-index: 1;
	justify-content: space-between;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: static
}
.g-nav-col_1 {
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	justify-items: start;
	margin-bottom: 0;
	display: flex
}
.g-brand-logo {
   display: flex;
    margin-left:0px;
       width: 70%;

}
.g-nav-css {
	display: none
}
.new-g-nav_menu-dropdown {
	pointer-events: none;
	background-color: transparent;
	padding-left: .5rem;
	padding-right: .5rem;
	position: absolute;
	top: 100%;
	bottom: auto;
	left: 0%;
	right: 0%
}
.g-nav_menu-grid-right {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .4fr;
    margin-right: 0;
    padding-top: 0px;
    padding-bottom: 52px;
}
.new-g-modal-image {
	background-color: #111;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	height: 100vh;
	padding-top: 80px;
	padding-right: 80px;
	display: flex;
	position: relative
}
.new-g-nav_menu-mobile {
	display: none
}
.new-g-nav_menu-list {
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	width: 100%;
	margin-bottom: 0;
	padding-left: 0;
	display: flex
}
.g-nav_menu-section_link-icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	transform: translateY(1px)
}
.new-g-nav_menu {
	background-color: transparent;
	flex: 1;
	justify-content: space-between;
	margin-left: 24px;
	transition: all .2s;
	display: flex;
	position: static
}
.new-g-nav_menu_container {
	z-index: 1;
	pointer-events: auto;
	justify-content: space-between;
	max-width: 1280px;
	margin: .5rem auto;
	padding: 1.6rem;
	display: flex;
	position: relative
}
.new-g-nav_menu_container.cc-small {
	max-width: 820px;
	position: relative
}
.g-nav_menu-list {
	margin-bottom: 0;
	padding-left: 0
}
.new-g-nav {
	z-index: 1;
	aspect-ratio: auto;
	background-color: #fff;
	font-size: 1rem;
	line-height: 1.6;
	box-shadow: 0 1px rgba(117,117,117,.2)
}
.new-g-brand {
	color: #080808;
	align-self: center;
	transition: color .2s;
	top: -1px
}
.new-g-brand:hover {
	color: #2b2b2b
}
.new-g-brand:focus {
	color: #363636
}
.g-nav_menu-left {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	flex: 1;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 0;
	padding-left: 0;
	display: flex
}
.g-nav_menu-section_link {
	color: #080808;
	font-size: 1rem;
	text-decoration: none;
	transition: all .2s, color .2s;
	display: flex;
    position: relative;
}






.g-nav_menu-section_link i{ color: #1b4977;}

.g-nav_menu-section_link:hover, .g-nav_menu-section_link:focus {
	color: #146ef5
}
.g-nav-js {
	display: none
}
.new-g-nav_menu-right {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	justify-content: flex-end;
	align-items: center;
	display: flex
}
.new-g-nav-skip {
	color: #fff;
	text-align: center;
	background-color: #146ef5;
	margin-top: -40px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	display: block
}
.new-g-nav-skip:focus {
	outline-offset: 0px;
	outline: 3px #fff
}
.new-g-nav-skip:focus-visible {
margin-top:0;
text-decoration:underline
}
.new-g-nav-skip[data-wf-focus-visible] {
	margin-top: 0;
	text-decoration: underline
}
.new-g-nav-skip.w--current {
	color: #fff;
	text-decoration: none
}
.new-g-nav-js {
	display: none
}
.g-nav_menu-list_item {
	margin-bottom: 0;
	padding-left: 0;
	display: flex
}
.g-nav_menu-list_item.cc-last {
	margin-right: 0
}
.new-g-modal-login {
	background-color: #fff;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
	padding-bottom: 80px;
	display: flex;
	overflow: scroll
}
.new-g-nav-text_desktop {
	font-weight: 400
}
.g-nav_menu-section_link-heading-wrapper {
	flex-wrap: wrap;
	align-items: center;
	display: flex
}
.g-nav_menu-link_wrapper {
    color: #080808;
    align-items: center;
    padding: 1.5rem 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s, box-shadow .2s;
    display: flex;
    position: static;
	font-family:'aptos';
}
.g-nav_menu-link_wrapper:hover, .g-nav_menu-link_wrapper:focus {
	color: #146ef5;
	box-shadow: inset 0 -2px #146ef5
}
.g-nav_menu-link_wrapper.last {
	margin-right: 0
}
.g-nav_menu-grid {
	grid-column-gap: 0px;
	grid-template-rows: auto;
	grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
	grid-auto-flow: row;
	width: 100%
}
.g-nav_story_block {
	margin-bottom: 12px
}
.new-g-nav_menu-section_heading {
	color: #757575;
	font-variation-settings: "opsz" 50;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	font-family: WF Visual Sans, sans-serif;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.3
}
.g-nav_menu-section_link-list_item {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0
}
.g-nav_menu-section_link-heading {
    letter-spacing: .03em;
    margin-right: 18px;
    font-family:'aptos';
    font-weight: 500;
}
.g-nav_menu-content_block-ad-link {
	color: #fff;
	background-color: #080808;
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block
}
.new-g-nav-wrapper {
	z-index: 9999;
	font-size: 1rem;
	line-height: 1.7;
	display: none;
	position: fixed;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%
}
.new-g-nav_menu-dropdown_toggle {
	align-items: center;
	height: 100%;
	padding: 1.5rem 0;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.2;
	transition: color .2s, box-shadow .2s;
	display: flex
}
.new-g-nav_menu-dropdown_toggle:hover {
	color: #146ef5;
	box-shadow: inset 0 -2px #146ef5
}
.new-g-nav_menu-dropdown_toggle:focus-visible {
color:#fff;
-webkit-text-stroke-color:#146ef5;
box-shadow:inset 0 -3px #146ef5
}
.new-g-nav_menu-dropdown_toggle[data-wf-focus-visible] {
	color: #fff;
	-webkit-text-stroke-color: #146ef5;
	box-shadow: inset 0 -3px #146ef5
}
.new-g-nav_menu-dropdown_toggle.w--open {
	box-shadow: inset 0 -3px #146ef5
}
.exp_g-modal-logos_img.cc-low {
	transform: translateY(3px)
}
.new-g-nav_menu-content_block-ad {
	border-radius: 4px;
	flex: 1;
	max-height: 441px;
	margin-bottom: 1rem;
	text-decoration: none;
	transition: opacity .2s;
	display: block;
	overflow: hidden
}
.new-g-nav_menu-content_block-ad:hover {
	opacity: .9
}
.g-nav_menu-section_link-details {
	flex-direction: column;
	flex: 1;
	display: flex
}
.g-nav-skip {
	color: #fff;
	text-align: center;
	background-color: #146ef5;
	margin-top: -40px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	display: block
}
.g-nav-skip:focus {
	outline-offset: 0px;
	outline: 3px #fff
}
.g-nav-skip:focus-visible {
margin-top:0;
text-decoration:underline
}
.g-nav-skip[data-wf-focus-visible] {
	margin-top: 0;
	text-decoration: underline
}
.g-nav-skip.w--current {
	color: #fff;
	text-decoration: none
}
.new-g-nav_menu-section_link-icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
	transform: translateY(1px)
}
.one-tap-wrapper {
	width: 1px;
	height: 1px;
	margin-right: 380px;
	position: absolute;
	top: 8px;
	bottom: auto;
	left: auto;
	right: 0%
}
.new-g-nav_menu-section_link {
	color: #080808;
	font-size: 1rem;
	text-decoration: none;
	transition: all .2s, color .2s;
	display: flex
}
.new-g-nav_menu-section_link:hover, .new-g-nav_menu-section_link:focus {
	color: #146ef5
}
.new-g-modal_wrap {
	z-index: 2147483647;
	justify-content: center;
	align-items: center;
	display: none;
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.g-nav_menu-dropdown {
	background-color: #fff;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	position: absolute;
	top: 100%;
	bottom: auto;
	left: 0%;
	right: 0%
}
.g-nav_menu-dropdown.w--open {
    max-height: 90vh;
    overflow: auto;
    margin-top: -10px;
}
.new-g-nav_menu-dropdown_wrapper {
	align-items: center;
	display: flex;
	position: static
}
.new-g-nav_menu-dropdown_wrapper:focus {
	color: #146ef5;
	box-shadow: inset 0 -3px #4353ff
}
.new-g-nav-col {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-flow: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	justify-items: start;
	margin-bottom: 0;
	display: flex
}
.g-nav_menu {
	background-color: transparent;
	flex: 1;
	justify-content: space-between;
	margin-left: 24px;
	transition: all .2s;
	display: flex;
	position: static
}
.g-nav_menu-right {
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
	justify-content: flex-end;
	align-items: center;
	display: flex
}
.eyebrow-2 {
	font-variation-settings: "opsz" 100;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-top: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: .9375rem;
	font-weight: 500;
	line-height: 1.3
}
.new-g-modal_x {
	z-index: 2;
	cursor: pointer;
	background-image: url(https://cdn.prod.website-files.com/6009e6adcf8c45466fee3e56/6010918ac97df442c508cb7a_x.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 21px 21px;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 16px;
	bottom: auto;
	left: auto;
	right: 16px
}
.new-g-modal_x:hover {
	opacity: .5
}
.g-nav_menu-content_block-overlay {
	background-color: #f0f0f0;
	position: relative
}
.new-g-modal-box {
	z-index: 2;
	grid-column-gap: 0px;
	grid-row-gap: 16px;
	background-color: #080808;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-self: flex-start;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	display: grid;
	position: relative
}
.new-g-nav_menu-link_wrapper {
	color: #080808;
	align-items: center;
	padding: 1.5rem 0;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	transition: color .2s, box-shadow .2s;
	display: flex;
	position: static
}
.new-g-nav_menu-link_wrapper:hover {
	color: #fff;
	box-shadow: inset 0 -2px #146ef5
}
.new-g-nav_menu-link_wrapper:focus {
	outline-offset: 0px;
	color: #146ef5;
	outline: 3px #fff;
	box-shadow: inset 0 -2px #146ef5
}
.new-g-nav_menu-link_wrapper.cc-last {
	margin-right: 0
}
.new-g-nav_menu-overlay {
	z-index: -1;
	background-color: rgba(8,8,8,.6);
	width: 100%;
	height: 100vh;
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}
.rte-blue-callout {
	border: 2px solid #146ef5;
	border-radius: 4px;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1.1rem 1.5rem;
	display: inline-block
}
.new-g-nav_menu-content_block-ad-link {
	color: #fff;
	background-color: #080808;
	flex-flow: column;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	text-decoration: none;
	display: flex
}
.new-g-nav_menu-content_block-ad-link.cc-customer {
	justify-content: space-between;
	align-items: stretch
}
.u-text-gray200-2 {
	color: #d8d8d8
}
.h4-2 {
	letter-spacing: -.01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.3
}
.new-g-nav_menu-content_block-ad-pill {
	color: #fff;
	letter-spacing: .05em;
	text-transform: uppercase;
	background-color: #146ef5;
	border-radius: 4px;
	padding: .25rem .5rem;
	font-size: .625rem;
	font-weight: 600;
	display: inline-block
}
.new-g-nav_menu-content_block-ad-eyebrow {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	display: flex
}
.new-g-nav_menu-content_block-ad-arrow {
	letter-spacing: .02em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1
}
.h3-3 {
	letter-spacing: -.01em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: WF Visual Sans, sans-serif;
	font-size: 2.313rem;
	font-weight: 600;
	line-height: 1.04
}
.h3-3.u-mb-8 {
	margin-bottom: .5rem
}

@media screen and (min-width:1920px) {
.blog_footer {
	width: 100%;
	max-width: none
}
.blog_footer-heading {
	font-weight: 500
}
.sign-up_container.cc-blog {
	max-width: none
}
.logo_wrap {
	grid-template-columns: auto auto auto auto
}
.logo_wrap.cc-row-gap-40 {
	grid-template-columns: auto auto auto
}
.blog-side_nav {
	max-width: 350px
}
.blog-card {
	width: 100%
}
.up-arrow {
	width: 15px;
	padding-top: 7px
}
.blog-page-lede {
	margin-right: 4%
}
.new_blog-page-sidebar__grid {
	grid-template-rows: minmax(10vw, max-content) 1fr auto auto;
	grid-template-columns: 1fr
}
.cover-img {
	height: 100%
}
}

@media screen and (max-width:991px) {
h1 {
	font-size: 2.5rem
}
h2 {
	font-size: 2.125rem
}
h3 {
	font-size: 1.75rem
}
p {
	font-size: 15px;
	line-height: 170%
}
.blog_footer {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 45px
}
.blog_sign-up_grid {
	grid-template-columns: 1fr
}
.sidenav_links {
	z-index: 1000000;
	text-align: left;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 0 #000;
	align-self: auto;
	margin-top: 70px;
	padding: 32px 48px 16px;
	position: absolute;
	overflow: scroll
}
.footer__link-wrap {
	float: none;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 30px
}
.blog_footer-heading, .footer__link {
	font-size: 13px;
	line-height: 17px
}
.blog-search-input {
	margin-bottom: 0
}
.blog-search_component {
	order: 0
}
.blog-search_component.cc-mobile {
	display: none
}
.blog_logos-wrapper {
	align-self: stretch;
	padding-top: 50px;
	padding-left: 0
}
.blog-h2 {
	font-size: 2.75rem
}
.blog-content_main {
	width: 100%
}
.footer__link-column.cc-blog {
	display: block
}
.footer__link-column.footer__link-column--logo {
	flex: 0 auto;
	padding-bottom: 60px
}
.b-nav_menu-button {
	background-color: transparent;
	margin-right: -16px;
	padding: 0 16px
}
.b-nav_menu-button.w--open {
	background-color: transparent
}
.blog-social-links-wrapper {
	margin-top: 0
}
.blog-wrapper {
	flex-direction: column;
	width: 100%
}
.newsletter-subcribe_error {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}
.blog-section_mobile-search {
	background-color: #fff;
	flex: 0 auto;
	width: 100%;
	margin-top: 28px;
	margin-bottom: 0;
	margin-left: 0;
	display: block
}
.footer__copyright-text {
	font-size: 13px
}
.blog-nav_lockup {
	flex: 1;
	margin-bottom: 0;
	padding-bottom: 0
}
.logo_wrap {
	grid-row-gap: 40px;
	align-self: stretch;
	width: auto;
	padding-left: 0
}
.blog-nav_bottom {
	order: 2;
	margin-top: 60px;
	margin-bottom: 0;
	position: relative
}
.blog-search-button {
	margin-left: 10px
}
.blog-nav_top {
	flex-direction: column;
	order: -1;
	align-self: auto;
	align-items: stretch;
	margin-bottom: 0
}
.blog-side_nav {
	background-color: #fff;
	border-right-style: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	min-width: auto;
	max-width: none;
	height: 70px;
	padding: 0 7%;
	overflow: visible;
	box-shadow: inset 0 -1px #000
}
.sign-up_nav-wrapper {
	order: 3;
	margin-top: 30px;
	display: block
}
.footer__logo {
	margin-left: 0%
}
.nav__sign-up {
	text-align: center;
	background-color: #4353ff;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 19px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 13px;
	display: block
}
.nav__sign-up:hover {
	background-color: rgba(137,144,158,.35)
}
.nav__sign-up.cc-black {
	display: none
}
.nav__sign-up.cc-black.cc-main.cc-blog-nav {
	order: 2;
	display: block
}
.blog-card {
	position: -webkit-sticky;
	position: sticky
}
.blog-category {
	font-size: .7rem
}
.up-arrow {
	width: 10px;
	padding-top: 3px
}
.b-nav__logo {
	margin-left: 10px;
	padding-bottom: 0
}
.b-nav-search_icon {
	margin-right: 0
}
.b-nav_menu-button-flex {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex
}
.grid-wrap.cc-gap-80 {
	flex-direction: column;
	display: flex
}
.gated-blog_image {
	z-index: 0;
	order: -1;
	min-height: 320px;
	margin-bottom: 20px
}
.u-flex-h.cc-space-btn.cc-wrap-1rem.cc-align-bottom {
	justify-content: space-between;
	align-items: flex-end
}
.u-flex-h.cc-masthead {
	grid-row-gap: 1rem
}
.nav-simple {
	z-index: 1;
	align-items: center;
	height: auto;
	display: flex;
	position: fixed
}
.nav-simple_left {
	justify-content: space-between;
	position: relative
}
.gated-author_name {
	font-size: 16px
}
.blog-page-lede {
	padding-top: 2rem;
	padding-bottom: 2rem
}
.blog-page-content {
	margin-right: 0
}
.blog-page-sidebar__social {
	margin-bottom: 0;
	position: relative;
	top: 0
}
.blog-article-grid {
	grid-template-columns: 1fr
}
.notification_bar {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 14px;
	line-height: 1.6;
	position: relative
}
.grid.md-col-1 {
	grid-template-columns: 1fr
}
.grid.md-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr
}
.grid.lg-col-5.cc-gap-48.md-col-1.cc-masthead {
	grid-column-gap: 16px;
	grid-row-gap: 16px
}
.grid.md-col-3 {
	grid-template-columns: 1fr 1fr 1fr
}
.grid.md-col-2 {
	grid-template-columns: 1fr 1fr
}
.grid.md-col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}
.grid.md-col-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.old_h3 {
	font-size: 1.75rem
}
.h1 {
	font-size: 2.5rem
}
.h2 {
	font-size: 2.125rem
}
.paragraph-xl {
	font-size: 1.4rem
}
.u-mb-0 {
	margin-bottom: 0
}
.u-m-0 {
	margin: 0
}
.u-mt-0 {
	margin-top: 0
}
.u-w-60 {
	width: 70%
}
.u-z-index-1.cc-final-ad {
	box-shadow: none;
	margin-top: 2rem
}
.styles__sticker-components {
	margin-left: 0;
	margin-right: 0
}
.input.cc-search-results {
	background-color: var(--white-smoke\<deleted\|variable-3c2ffb2d\>);
	height: 60px
}
.form-option, .form-checkbox {
	min-width: 24px;
	min-height: 24px
}
.search-results_input-icon {
	color: transparent;
	width: 60px;
	height: 60px;
	padding-left: 12px;
	padding-right: 12px
}
.new_h1 {
	font-size: 4rem
}
.new_h1.cc-masthead {
	font-size: 5.4rem
}
.new_paragraph-xl {
	font-size: 1.4rem
}
.h3 {
	font-size: 2rem
}
.new_container.cc-hero-img {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.new_h0 {
	font-size: 6rem
}
.new_h2 {
	font-size: 3rem
}
.new_h2.cc-hanging-quote {
	margin-left: -18px
}
.new_h2.u-w-90.u-w-100-md {
	width: 100%
}
.new_section {
	padding-top: 120px;
	padding-bottom: 120px
}
.new_section.cc-footer_cta {
	height: auto
}
.new_section.cc-blog.cc-article.cc-hero-img {
	padding-bottom: 0
}
.paragraph-xl-2 {
	font-size: 1.4rem
}
.new_paragraph-xxl {
	font-size: 1.8rem
}
.new_paragraph-l.cc-masthead {
	margin-bottom: 0
}
.u-ml-0 {
	margin-left: 0
}
.u-mr-0 {
	margin-right: 0
}
.h2-2 {
	font-size: 3rem
}
.h1-4 {
	font-size: 4rem
}
.new_styles__sticker-components {
	margin-left: 0;
	margin-right: 0
}
.input-toggle {
	min-width: 24px;
	min-height: 24px
}
.rte a {
	font-size: 1.125rem;
	line-height: 1.82222
}
.new_footer_cta-img-wrapper {
	margin-bottom: -30vh
}
.new_grid.lg-col-3.md-col-1.cc-align-bottom {
	grid-template-columns: 1fr
}
.new_logo_wrap {
	grid-row-gap: 40px;
	align-self: stretch;
	width: auto;
	padding-left: 0
}
.new_blog-page-sidebar__grid {
	grid-row-gap: 39px;
	grid-template-rows: auto auto auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: row;
	width: 100%;
	display: block
}
.new_blog-page-sidebar__grid.cc-bottom {
	margin-top: 3rem
}
.new_b-hero-img {
	border-top: 2px solid var(--white);
	border-left-style: none;
	width: 100%;
	height: 100%;
	position: relative
}
.new_b-hero-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-right: 0
}
.horizontal-rule.new_u-bg-black.cc-article {
	display: none
}
.new_b-sticky-column-container {
	flex: 0 auto;
	height: auto
}
.card_wrapper-resources {
	min-width: 300px
}
.h3-2 {
	font-size: 2rem
}
.margin-target, .padding-display {
	font-size: .75rem
}
.margin-block {
	border-radius: 4px;
	width: 278px;
	min-width: 278px;
	height: 140px;
	min-height: 140px
}
.h0-2 {
	font-size: 6rem
}
.h0-2.cc-404 {
	font-size: 12rem
}
.margin-grid {
	border-radius: 4px
}
.g-condensed-footer-column_wrapper {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	flex-wrap: wrap
}
.g-con-footer-column {
	flex: 0 46%;
	width: 50%
}
.g-con-footer-column.cc-logo {
	flex-direction: row;
	flex: none;
	width: 100%
}
.g-condensed-footer-brand {
	margin-bottom: 32px
}
.new-search_input.cc-small {
	height: 3.2em
}
.search-results_-filter-list {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-flow: column
}
.new-search_small-wrapper.cc-browse-all-offset {
	margin-bottom: 8px
}
.g-footer {
	padding-top: 100px;
	padding-bottom: 60px
}
.g-footer-column {
	flex: 1;
	min-width: 29%
}
.g-footer-list.cc-social {
	grid-column-gap: .75rem;
	grid-row-gap: .75rem;
	margin-bottom: 0
}
.g-footer-column_wrapper {
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	flex-wrap: wrap;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.g-nav_menu-dropdown_toggle {
	flex: 1;
	justify-content: space-between;
	width: 100%
}
.g-nav_menu-dropdown_toggle:hover, .g-nav_menu-dropdown_toggle:focus {
	box-shadow: none
}
.g-nav_menu-dropdown_toggle:focus-visible {
box-shadow:none;
color:#146ef5;
text-decoration:underline
}
.g-nav_menu-dropdown_toggle[data-wf-focus-visible] {
	box-shadow: none;
	color: #146ef5;
	text-decoration: underline
}
.g-nav_menu-dropdown_toggle.w--open {
	box-shadow: none;
	color: #146ef5
}
.new-g-nav_menu-container-bg {
	display: none
}
.g-brand {
	z-index: 1
}
.g-nav_menu-mobile-flex {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	display: flex
}
.new-g-nav_menu-section {
	flex: none;
	width: 100%
}
.new-g-nav_menu-section.cc-small {
	flex: 1;
	max-width: none
}
.new-g-nav_menu-section.cc-last {
	padding-bottom: 1.25rem
}
.new-g-nav_menu-left {
	grid-column-gap: 0rem;
	grid-row-gap: 0rem;
	border-bottom: 1px solid #d8d8d8;
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	align-items: stretch;
	overflow: auto
}
.g-nav_menu-mobile {
	align-items: center;
	display: flex
}
.g-nav-col_3 {
	grid-column-gap: 32px;
	grid-row-gap: 32px
}
.g-nav_menu-link_wrapper-mobile {
	margin-right: 0;
	text-decoration: underline;
            display: none;
}
.g-nav_menu-link_wrapper-mobile:hover {
	text-decoration: none
}
.g-nav_menu-link_wrapper-mobile:focus {
	box-shadow: none;
	color: #1b1b1b;
	text-decoration: none
}
.g-nav_menu-content_block-ad {
	border: 1px #000
}
.g-nav_menu-section {
	margin-bottom: 32px
}
.new-g-nav_menu-button-icon {
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	display: flex
}
.g-nav_menu-dropdown_wrapper {
	flex-direction: column;
	flex: 1
}
.g-nav_menu-dropdown_wrapper:focus {
	box-shadow: none
}
.g-nav_menu-beta_tag {
	flex: none;
	transform: translateY(1px)
}
.new-g-modal-image-img {
	width: auto;
	max-width: 100%
}
.new-g-modal-image-img.cc-tablet {
	width: 90%;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	display: block
}
.new-g-modal-image-img.cc-desktop {
	display: none
}
.g-nav_menu-grid-left {
	flex-direction: column;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 40px;
	padding-right: 0;
	display: flex
}
.g-nav_menu-content_block {
	border: 1px solid #e4e4e4;
	padding-left: 32px;
	padding-right: 32px
}
.g-nav {
	border-bottom-style: none;
	padding-left: 0;
	padding-right: 0;
	box-shadow: inset 0 -1px rgba(8,8,8,.16)
}
.g-nav_menu-overlay {
	z-index: -5;
	opacity: 0;
	pointer-events: none;
	display: none
}
.g-main_nav_container {
	z-index: 2;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}
.g-main_nav_container.cc-mobile {
	flex-direction: column;
	padding-left: 0;
	padding-right: 0
}
.g-nav-col_2 {
	grid-column-gap: 32px;
	grid-row-gap: 32px
}
.new-g-nav_menu-list_item {
	border-bottom: 1px solid #d8d8d8
}
.new-g-nav_menu-list_item.cc-last {
	border-bottom-style: none
}
.new-g-nav_menu-mobile-flex {
	flex-flow: column;
	align-items: stretch;
	height: 100%;
	position: relative
}
.new-g-main_nav_container {
	z-index: 2;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}
.new-g-nav_menu-dropdown.w--open {
	border-top-style: none;
	border-bottom-style: none;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
	top: 0%
}
.g-nav_menu-grid-right {
	padding-top: 32px;
	padding-bottom: 20px
}
.new-g-modal-image {
	justify-content: center;
	height: auto;
	padding-top: 0;
	padding-right: 0
}
.new-g-nav_menu-mobile {
	align-items: center;
	display: flex
}
.new-g-nav_menu-list {
	flex-flow: wrap
}
.new-g-nav_menu {
	z-index: 0;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	flex-direction: column;
	height: calc(100dvh - 65px);
	margin-left: 0;
	position: absolute
}
.new-g-nav_menu_container {
	z-index: 2;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	position: relative
}
.new-g-nav_menu_container.cc-small {
	width: 100%;
	max-width: none;
	left: 0
}
.new-g-nav {
	border-bottom-style: none;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0 1px rgba(117,117,117,.32)
}
.new-g-brand {
	z-index: 1;
	top: 0
}
.g-nav_menu-left {
	grid-column-gap: 0rem;
	grid-row-gap: 0rem;
	border-bottom: 1px solid #d8d8d8;
	flex-direction: column;
	flex: 1;
	overflow: auto
}
.g-nav_menu-button-icon {
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	display: flex
}
.new-g-nav_menu-right {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex: none;
	margin-top: auto;
	padding: 20px
}
.new-g-nav_menu-right.cc-mobile {
	z-index: 1;
	padding-left: 0;
	padding-right: 0;
	position: relative
}
.g-nav_menu-list_item {
	border-bottom: 1px solid #d8d8d8;
	margin-right: 0;
	padding-left: 20px;
	padding-right: 20px
}
.g-nav_menu-list_item.cc-last {
	border-bottom-style: none
}
.new-g-modal-login {
	overflow: auto
}
.new-g-nav_menu-button {
	background-color: transparent;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-right: -20px;
	padding: 22px 16px 18px;
	display: flex
}
.new-g-nav_menu-button:focus-visible {
background-color:#d8d8d8
}
.new-g-nav_menu-button[data-wf-focus-visible] {
	background-color: #d8d8d8
}
.new-g-nav_menu-button.w--open {
	z-index: 1;
	background-color: transparent
}
.g-nav_menu-link_wrapper {
	flex: 1
}
.g-nav_menu-link_wrapper:hover {
	box-shadow: none
}
.g-nav_menu-link_wrapper:focus {
	box-shadow: none;
	color: #1b1b1b
}
.g-nav_menu-link_wrapper:focus-visible {
box-shadow:none;
color:#4353ff;
text-decoration:underline
}
.g-nav_menu-link_wrapper[data-wf-focus-visible] {
	box-shadow: none;
	color: #4353ff;
	text-decoration: underline
}
.g-nav_menu-link_wrapper.cc-mobile_button {
	text-align: center;
	border-radius: 4px;
	justify-content: center;
	padding: 1rem 1.5rem;
	box-shadow: inset 0 0 0 1px #d8d8d8
}
.g-nav_menu-grid {
	max-height: none;
	overflow: visible
}
.g-nav_menu-button {
	background-color: transparent;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin-right: -20px;
	        padding: 10px 16px 10px;
	display: flex;
    
}
.g-nav_menu-button:focus-visible {
background-color:#d8d8d8
}
.g-nav_menu-button[data-wf-focus-visible] {
	background-color: #d8d8d8
}
.g-nav_menu-button.w--open {
	z-index: 1;
	background-color: transparent
}
.g-nav_menu-content_block-ad-link {
	width: 100%
}
.new-g-nav_menu-dropdown_toggle {
	box-shadow: none;
	flex: 1;
	justify-content: space-between;
	width: 100%;
	font-weight: 600
}
.new-g-nav_menu-dropdown_toggle:hover, .new-g-nav_menu-dropdown_toggle:focus {
	box-shadow: none
}
.new-g-nav_menu-dropdown_toggle:focus-visible {
box-shadow:none;
color:#146ef5;
text-decoration:underline
}
.new-g-nav_menu-dropdown_toggle[data-wf-focus-visible] {
	box-shadow: none;
	color: #146ef5;
	text-decoration: underline
}
.new-g-nav_menu-dropdown_toggle.w--open {
	box-shadow: none;
	color: #146ef5
}
.new-g-nav_menu-content_block-ad {
	border: 1px #000
}
.new-g-modal_wrap {
	overflow: scroll
}
.g-nav_menu-dropdown.w--open {
	border-top-style: none;
	border-bottom-style: none;
	max-height: none;
	padding-bottom: 20px;
	position: relative;
	top: 0%;
	overflow: visible
}
.new-g-nav_menu-dropdown_wrapper {
	flex-flow: column;
	flex: 1;
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.new-g-nav_menu-dropdown_wrapper:focus {
	box-shadow: none
}
.new-g-nav-col {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.g-nav_menu {
	z-index: 0;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	flex-direction: column;
	height: calc(100dvh - 65px);
	margin-left: 0;
	position: absolute
}
.g-nav_menu-right {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	margin-top: auto;
	padding: 20px
}
.g-nav_menu-right.cc-mobile {
	z-index: 1;
	padding-left: 0;
	padding-right: 0;
	position: relative
}
.g-nav_menu-content_block-overlay {
	padding-left: 0;
	display: none
}
.new-g-modal-box {
	grid-template-columns: 1fr;
	height: auto;
	min-height: 100dvh;
	max-height: none
}
.new-g-nav_menu-link_wrapper {
	flex: 1;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600
}
.new-g-nav_menu-link_wrapper:hover {
	box-shadow: none
}
.new-g-nav_menu-link_wrapper:focus {
	box-shadow: none;
	color: #1b1b1b
}
.new-g-nav_menu-link_wrapper:focus-visible {
box-shadow:none;
color:#4353ff;
text-decoration:underline
}
.new-g-nav_menu-link_wrapper[data-wf-focus-visible] {
	box-shadow: none;
	color: #4353ff;
	text-decoration: underline
}
.new-g-nav_menu-link_wrapper.cc-mobile_button {
	text-align: center;
	border-radius: 4px;
	justify-content: center;
	padding: 1rem 1.5rem;
	box-shadow: inset 0 0 0 1px #d8d8d8
}
.new-g-nav_menu-overlay {
	opacity: 0;
	display: none
}
.new-g-nav_menu-content_block-ad-link {
	width: 100%
}
.h3-3 {
	font-size: 2rem
}
.new-g-nav_menu-content_block-ad-image {
	width: 100%;
	display: none
}
}

@media screen and (max-width:767px) {
h1 {
	font-size: 2.25rem
}
h2 {
	font-size: 1.875rem
}
h3 {
	font-size: 1.625rem
}
.blog_footer {
	width: 100%;
	padding-top: 0
}
.blog_sign-up_grid {
	grid-template-columns: 1fr
}
.blog_eyebrow {
	font-size: 14px;
	font-weight: 400
}
.sidenav_links {
	margin-top: 46px
}
.footer__link-wrap {
	padding-bottom: 0
}
.blog-h2 {
	font-size: 2.8rem;
	line-height: 1.2
}
.blog-nav_blog {
	font-size: 15px;
	line-height: 15px
}
.footer__link-column {
	flex: 0 0 50%;
	padding-bottom: 40px
}
.footer__link-column.footer__link-column--logo {
	flex: 0 auto
}
.b-nav-webflow-logo {
	width: 70px
}
.blog_sign-up_cell {
	padding-right: 0
}
.b-nav_menu-button {
	height: 100%
}
.b-nav_menu-button.w--open {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0
}
.blog-social-links-wrapper {
	margin-bottom: 0
}
.blog-nav_lockup {
	margin-top: 0
}
.logo_wrap {
	grid-row-gap: 36px;
	grid-template-columns: auto auto auto;
	align-content: flex-start
}
.blog-nav_bottom {
	margin-top: 50px;
	margin-bottom: 40px
}
.blog-nav_top {
	align-items: stretch
}
.blog_sign-up_wrap {
	padding-top: 25px;
	padding-left: 0;
	padding-right: 40px
}
.blog-side_nav {
	border-right-width: 0;
	align-items: center;
	height: 46px
}
.footer__logo {
	margin-left: 0%
}
.blog-card {
	justify-content: space-between;
	height: 100%
}
.blog-card:hover {
	outline-offset: 12px
}
.blog-card_category-link {
	margin-top: 0
}
.blog-category {
	font-size: .75rem
}
.up-arrow {
	order: -1;
	margin-bottom: 10px;
	padding-top: 0
}
.up-arrow.cc-topic-title-link {
	order: 0;
	width: 14px;
	margin-bottom: 0
}
.b-nav__logo {
	margin-top: 0
}
.sign-up_wrap {
	padding-left: 40px;
	padding-right: 40px
}
.blog-progress {
	height: 3px
}
.grid-wrap.cc-gap-80 {
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: flex
}
.gated-blog_image {
	order: -1;
	min-height: 200px
}
.u-flex-h.cc-align-start.cc-gap-80 {
	grid-row-gap: 2.25rem;
	flex-wrap: wrap
}
.u-flex-h.cc-masthead {
	grid-column-gap: 1rem;
	grid-row-gap: .5rem;
	flex-wrap: wrap
}
.blog-page-lede {
	padding: 1rem
}
.blog-page-lede.cc-author {
	grid-template-columns: 1fr
}
.blog-page-sidebar__social {
	width: 100%;
	position: relative;
	top: 0
}
.blog-article-grid {
	grid-template-columns: 1fr
}
.u-w-70 {
	width: 100%
}
.grid.sm-col-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.grid.sm-col-1 {
	grid-template-columns: 1fr
}
.grid.sm-col-2 {
	grid-template-columns: 1fr 1fr
}
.grid.sm-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr
}
.grid.lg-col-3.cc-gap-40.md-col-2.sm-col-1.cc-sm-gap-40 {
	grid-column-gap: 40px;
	grid-row-gap: 40px
}
.grid.sm-col-3 {
	grid-template-columns: 1fr 1fr 1fr
}
.grid.sm-col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}
.grid.cc-gap-40 {
	grid-column-gap: 20px;
	grid-row-gap: 20px
}
.grid.cc-gap-60 {
	grid-column-gap: 30px;
	grid-row-gap: 30px
}
.grid.cc-gap-80 {
	grid-column-gap: 40px;
	grid-row-gap: 40px
}
.grid.cc-gap-48 {
	grid-column-gap: 24px;
	grid-row-gap: 24px
}
.grid.cc-gap-64 {
	grid-column-gap: 32px;
	grid-row-gap: 32px
}
.grid.cc-gap-96 {
	grid-column-gap: 40px;
	grid-row-gap: 40px
}
.grid.cc-gap-16 {
	grid-column-gap: 8px;
	grid-row-gap: 8px
}
.grid.cc-gap-16.md-col-1.cc-sm-gap-16, .grid.cc-gap-32 {
	grid-column-gap: 16px;
	grid-row-gap: 16px
}
.old_h3 {
	font-size: 1.625rem
}
.h1 {
	font-size: 2.25rem
}
.h2 {
	font-size: 1.875rem
}
.h0 {
	font-size: 3.125rem
}
.paragraph-xl {
	font-size: 1.3rem
}
.section.cc-header {
	padding-top: 160px
}
.u-sm-mb-3 {
	margin-bottom: 3em
}
.u-sm-mb-1 {
	margin-bottom: 1em
}
.u-sm-mt-1 {
	margin-top: 1em
}
.u-sm-mt-2 {
	margin-top: 2em
}
.u-sm-mb-0 {
	margin-bottom: 0
}
.u-sm-mt-3 {
	margin-top: 3em
}
.u-sm-mt-0 {
	margin-top: 0
}
.u-sm-mb-2 {
	margin-bottom: 2em
}
.u-w-90, .u-w-80, .u-w-60, .u-w-50 {
	width: 100%
}
.u-position-sticky {
	position: static
}
.u-border-top.cc-new-black {
	padding-top: 1rem
}
.blog-card_wrapper:nth-child(2n), .blog-card_wrapper.cc-offset:nth-child(odd) {
	top: auto
}
.utility-container {
	padding-top: 8%;
	padding-bottom: 8%
}
.new_h1 {
	font-size: 3rem
}
.new_h1.cc-masthead {
	font-size: 4.2rem
}
.new_h1.cc-category {
	font-size: 2.3rem
}
.new_paragraph-xl {
	font-size: 1.2rem
}
.h3 {
	font-size: 1.625rem
}
.h3.new_u-text-black.u-mt-16.u-mb-16.u-sm-mb-16, .h3.u-mb-16.u-sm-mb-16 {
	margin-bottom: 1rem
}
.new_container.cc-blog {
	width: 90%
}
.new_container.cc-quote {
	padding: 2rem
}
.new_h0 {
	font-size: 4rem
}
.h4 {
	font-size: 1.3rem
}
.new_h2 {
	font-size: 2.3rem
}
.new_h2.cc-hanging-quote {
	margin-left: -14px
}
.new_section {
	padding-top: 100px;
	padding-bottom: 100px
}
.new_section.cc-blog.cc-last {
	padding-bottom: 60px
}
.new_eyebrow {
	font-size: .875rem
}
.paragraph-xl-2 {
	font-size: 1.2rem
}
.new_paragraph-xxl {
	font-size: 1.4rem
}
.new_paragraph-l {
	font-size: 1.1rem
}
.new_paragraph-l.u-mb-16.u-sm-mb-16 {
	margin-bottom: 1rem
}
.u-mt-16 {
	margin-top: .5rem
}
.u-pt-16 {
	padding-top: .5em
}
.u-pt-16.u-sm-pt-16 {
	padding-top: 1em
}
.u-ml-0 {
	margin-left: 0
}
.u-mt-32 {
	margin-top: 1rem
}
.u-pt-48 {
	padding-top: 1.5em
}
.u-mb-32 {
	margin-bottom: 1rem
}
.u-mb-32.u-sm-mb-32, .u-mb-64 {
	margin-bottom: 2rem
}
.u-pt-32 {
	padding-top: 1em
}
.u-mt-64 {
	margin-top: 2rem
}
.u-pb-32 {
	padding-bottom: 1rem
}
.u-mr-0 {
	margin-right: 0
}
.u-mt-48 {
	margin-top: 1.5rem
}
.u-mb-48 {
	margin-bottom: 1.5rem
}
.h2-2 {
	font-size: 2.3rem
}
.u-pb-48 {
	padding-bottom: 1.5rem
}
.u-p-48.u-sm-p-32 {
	padding: 2rem
}
.u-pb-16 {
	padding-bottom: .5rem
}
.u-mb-16 {
	margin-bottom: .5rem
}
.u-mb-16.u-sm-mb-16 {
	margin-bottom: 1rem
}
.u-pb-64 {
	padding-bottom: 2rem
}
.u-pt-64 {
	padding-top: 2em
}
.h1-4 {
	font-size: 3rem
}
.button.cc-text-only.cc-form {
	margin-right: 2rem
}
.button.cc-slider-btn.swiper-prev {
	justify-content: flex-start
}
.button.cc-slider-btn.swiper-next {
	justify-content: flex-end
}
.button.cc-nav {
	width: 100%
}
.rte h1 {
	font-size: 2.5rem
}
.rte p {
	font-size: 1rem
}
.rte ul {
	padding-left: 1.5em
}
.rte blockquote {
	font-size: 1.3rem
}
.rte h2 {
	margin-top: 3rem;
	font-size: 2.5rem
}
.rte h3 {
	margin-top: 1.5rem;
	font-size: 1.7rem
}
.rte h4, .rte h5, .rte h6 {
	margin-top: 1rem
}
.rte a {
	font-size: 1rem
}
.rte ol {
	padding-left: 1.5em
}
.new_u-img-wrapper.cc-author {
	border-top: 2px solid var(--new-black);
	border-right-style: none;
	padding-top: 70%
}
.new_form-field {
	padding: 2rem
}
.new_form-field.new_h3 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-right: 2rem;
	font-size: 1.5rem
}
.u-w-60-2 {
	width: 100%
}
.swiper-slide {
	width: 50%
}
.swiper-slide.new_b-grid-item.cc-slider {
	padding-left: 32px;
	padding-right: 32px
}
.slider-main_button-wrapper {
	grid-column-gap: 0rem;
	grid-row-gap: 0rem
}
.new_b-color-container, .new_b-color-container.cc-category-latest {
	padding: 1.5rem
}
.u-sm-p-32 {
	padding: 2rem
}
.u-sm-p-16 {
	padding: 1rem
}
.new_footer_cta-img-wrapper {
	margin-bottom: -20vh
}
.new_logo_wrap {
	grid-row-gap: 36px;
	grid-template-columns: auto auto auto;
	align-content: flex-start
}
.title_bar.u-mb-48 {
	flex-wrap: wrap
}
.new_blog_whats-webflow_card {
	padding-right: 13px
}
.new_blog-page-sidebar__grid {
	grid-row-gap: 40px;
	grid-template-rows: auto;
	grid-auto-flow: row
}
.new_blog-page-sidebar__grid.cc-top {
	margin-bottom: 1rem
}
.new_u-bg-gray-100.u-p-32.u-sm-p-24 {
	padding: 1.5rem
}
.new_b-breadcrumb-wrap {
	padding-left: 1rem;
	padding-right: 1rem
}
.new_b-hero-img-wrapper {
	min-height: 300px
}
.card_wrapper-resources {
	min-width: 300px
}
.h3-2 {
	font-size: 1.625rem
}
.margin-target, .padding-display {
	font-size: .5rem
}
.margin-block {
	border-radius: 2px;
	width: 200px;
	min-width: 200px;
	height: 100px;
	min-height: 100px;
	margin-left: .5rem;
	margin-right: .5rem
}
.h0-2 {
	font-size: 4rem
}
.h0-2.cc-404 {
	font-size: 8.4rem
}
.margin-grid {
	border-radius: 2px
}
.u-mb-96 {
	margin-bottom: 3rem
}
.g-condensed-footer {
	padding-top: 80px
}
.g-condensed-footer-column_wrapper {
	flex-wrap: wrap
}
.g-con-footer-column {
	flex: 0 100%
}
.new-search_input {
	background-position: 96%;
	background-size: 1.2rem;
	font-size: 1.5rem
}
.new-search_input-submit {
	background-size: 1.2rem
}
.new-search_small-wrapper.cc-browse-all-offset {
	margin-bottom: 0
}
.swiper-title-wrapper {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}
.bg-video_playback-btn-state {
	width: 36px;
	height: 36px;
	padding: 2px
}
.bg-video_playback-btn-state.cc-play {
	padding-left: 4px
}
.bg-video_playback-btn {
	bottom: 16px;
	right: 12px
}
.g-footer {
	padding-top: 80px
}
.g-footer-copyright {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-flow: column
}
.g-footer-column {
	flex: 0 100%
}
.g-footer-list {
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid
}
.g-footer-list.cc-social {
	grid-column-gap: 1.5rem;
	flex-direction: row;
	margin-bottom: 0;
	display: flex
}
.g-footer-list_item-link {
	transition: color .2s
}
.g-footer-brand {
	order: -1
}
.g-footer-column-social {
	order: 1
}
.g-footer-column_wrapper {
	flex-flow: column;
	grid-template-columns: 1fr;
	display: flex
}
.g-nav_menu-dropdown_toggle {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.g-brand {
	padding-left: 0
}
.new-g-nav_menu-section_link-description {
	margin-top: 0
}
.g-nav_menu-image {
	width: 120px
}
.new-g-nav_menu-section.cc-last {
	flex: none
}
.g-nav-col_3 {
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	grid-template-columns: 1fr 1fr
}
.g-nav_menu-grid-left {
	padding-bottom: 32px
}
.g-nav-col_2 {
	grid-column-gap: 28px;
	grid-row-gap: 28px;
	grid-template-columns: 1fr 1fr
}
.new-g-brand {
	padding-left: 0
}
.new-g-nav_menu-right {
	flex-wrap: wrap
}
.new-g-modal-login {
	padding-bottom: 80px
}
.g-nav_menu-link_wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.g-nav_menu-link_wrapper.cc-mobile_button {
	flex: 1
}
.new-g-nav_menu-dropdown_toggle {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.new-g-nav-col {
	grid-template-columns: 1fr 1fr
}
.g-nav_menu-right {
	flex-wrap: wrap
}
.eyebrow-2 {
	font-size: .875rem
}
.new-g-nav_menu-link_wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.new-g-nav_menu-link_wrapper.cc-mobile_button {
	flex: 1
}
.new-g-nav_menu-content_block-ad-arrow {
	font-size: 1.3rem
}
.h3-3 {
	font-size: 1.625rem
}
}

@media screen and (max-width:479px) {
h1 {
	font-size: 2rem
}
h2 {
	font-size: 1.6rem
}
h3 {
	font-size: 1.4rem
}
h4 {
	font-size: 1.1rem
}
h6 {
	font-size: .75rem
}
img {
	font-size: 1rem;
	line-height: 1.7
}
.blog_footer {
	padding-top: 40px;
	padding-bottom: 40px
}
.blog_eyebrow {
	max-width: 75%;
	font-size: 12px
}
.sidenav_links {
	z-index: 1000000;
	border-left-style: none;
	border-left-width: 0;
	border-right-style: none;
	border-right-width: 0;
	flex: 0 auto;
	width: 100vw;
	margin-top: 42px;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0
}
.blog-subscribe-form {
	flex-direction: column;
	align-items: stretch
}
.blog-search_component {
	margin-top: 48px
}
.blog-h2 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.3
}
.footer__link-column {
	width: 50%;
	margin-bottom: 20px
}
.b-nav_menu-button {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0
}
.blog-social-links-wrapper {
	margin-top: 0;
	margin-bottom: 0
}
.sign-up_container {
	width: 100%
}
.logo_wrap {
	grid-column-gap: 28px;
	grid-template-columns: auto auto;
	align-content: space-between;
	justify-content: space-between;
	align-items: center
}
.blog-nav_bottom {
	text-align: left;
	align-self: auto;
	margin-top: 50px;
	margin-bottom: 45px;
	padding-left: 35px;
	padding-right: 35px
}
.blog-nav_top {
	align-items: stretch;
	padding-left: 35px;
	padding-right: 35px
}
.blog_sign-up_wrap {
	padding-bottom: 50px;
	padding-left: 0;
	padding-right: 0
}
.blog-side_nav {
	z-index: 400;
	height: 42px
}
.sign-up_nav-wrapper {
	align-self: auto;
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0
}
.blog-subscribe-success {
	padding-top: 0
}
.blog-card {
	padding: 0
}
.blog-card:hover {
	outline-offset: 12px
}
.up-arrow {
	width: 14px
}
.b-nav-search_icon {
	width: 28px
}
.sign-up_wrap {
	padding: 50px 32px
}
.paragraph.paragraph__large {
	padding-left: 0;
	padding-right: 0
}
.eyebrow {
	max-width: 80%
}
.blog-pageinate_button {
	padding-left: 0;
	padding-right: 0
}
.blog-pageinate_button:hover {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0
}
.button-arrow {
	width: 11px
}
.b-archive-link__text {
	font-size: 12px
}
.search-results_wrapper {
	width: 100%
}
.u-flex-h {
	align-items: flex-start
}
.u-flex-h.cc-align-start.cc-gap-80 {
	grid-row-gap: 1.5rem
}
.u-flex-h.cc-masthead {
	grid-row-gap: 0rem;
	flex-direction: row
}
.gated-author_photo {
	width: 36px;
	height: 36px
}
.blog-page-sidebar__social {
	margin-left: 0%
}
.gated-author_role {
	line-height: 150%
}
.blog-pageinate_count {
	display: none
}
.notification_bar-flex {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start
}
.notification_bar-button {
	align-self: flex-start;
	margin-top: 8px
}
.u-w-70 {
	width: 100%
}
.grid.xs-col-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}
.grid.xs-col-3 {
	grid-template-columns: 1fr 1fr 1fr
}
.grid.xs-col-1 {
	grid-template-columns: 1fr
}
.grid.xs-col-6 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.grid.xs-col-2 {
	grid-template-columns: 1fr 1fr
}
.grid.xs-col-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr
}
.old_h4 {
	font-size: 1.1rem
}
.old_h3 {
	font-size: 1.4rem
}
.h6 {
	font-size: .75rem
}
.h1 {
	font-size: 2rem
}
.h2 {
	font-size: 1.6rem
}
.h0 {
	font-size: 2.5rem
}
.section {
	padding-top: 80px;
	padding-bottom: 80px
}
.section.cc-header {
	padding-top: 120px
}
.section.u-pb-0 {
	padding-bottom: 0
}
.u-mb-0 {
	margin-bottom: 0
}
.u-m-0 {
	margin: 0
}
.u-mt-0 {
	margin-top: 0
}
.tweet-card_photo {
	margin-bottom: 16px
}
.u-border-top {
	padding-top: 28px
}
.blog-card_wrapper {
	margin-bottom: 12px
}
.topic-group_list {
	grid-template-columns: 1fr
}
.blog-thumb-xs-square {
	width: 50px;
	height: 50px
}
.blog-thumb-xs-square.cc-flex-left {
	margin-right: 20px
}
.new_h1 {
	font-size: 2.5rem
}
.new_h1.u-mb-32.cc-article {
	font-size: 2.1rem
}
.new_h1.cc-masthead {
	font-size: 2.8rem
}
.new_h1.cc-category {
	font-size: 1.8rem
}
.new_caption.truncate, .new_caption.u-d-none-xs {
	display: none
}
.h3 {
	font-size: 1.4rem
}
.new_container {
	width: 85%
}
.new_h0 {
	font-size: 3.125rem
}
.new_h6 {
	font-size: .75rem
}
.h4 {
	font-size: 1.1rem
}
.new_h2 {
	font-size: 1.8rem
}
.new_h2.cc-hanging-quote {
	margin-left: -11px
}
.new_section {
	padding-top: 80px;
	padding-bottom: 80px
}
.u-ml-0 {
	margin-left: 0
}
.u-mb-64.grid.xs-col-1.cc-xs-gap-16 {
	grid-column-gap: 16px;
	grid-row-gap: 16px
}
.u-mr-0 {
	margin-right: 0
}
.h2-2 {
	font-size: 1.8rem
}
.u-p-48.u-sm-p-32.u-xs-p-16 {
	padding: 1rem
}
.h1-4 {
	font-size: 2.5rem
}
.button.cc-text-only.cc-form {
	border-top: 2px solid var(--white);
	text-align: left;
	border-radius: 0;
	width: 100%;
	padding: 1rem;
	position: static
}
.button.cc-nav {
	padding-left: 1em;
	padding-right: 1em
}
.rte h1, .rte h2 {
	font-size: 2.2rem
}
.rte h3 {
	font-size: 1.5rem
}
.rte h4, .rte h5, .rte h6 {
	font-size: 1.2rem
}
.new_u-img-wrapper.cc-contributors {
	border-bottom: 2px solid var(--new-black);
	border-right-style: none
}
.new_u-img-wrapper.cc-author {
	padding-top: 100%
}
.new_form-field.new_h3 {
	padding: 1.5rem 1rem;
	font-size: 1.2rem
}
.swiper-slide {
	width: 100%
}
.swiper-slide.new_b-grid-item.cc-slider {
	padding-left: 24px;
	padding-right: 24px
}
.new_b-contributors {
	grid-template-columns: 1fr
}
.new_b-color-container, .u-xs-p-16 {
	padding: 1rem
}
.new_footer_cta-img-wrapper {
	margin-bottom: -10vh
}
.new_logo_wrap {
	grid-row-gap: 40px;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center
}
.title_bar {
	flex-direction: column;
	margin-bottom: 2em
}
.new_b-webflow-is__img {
	width: 30px;
	margin-bottom: 1em
}
.new_b-webflow-is__img.b-icon_designer {
	margin-left: -7px
}
.new_b-webflow-is__img.b-icon_cms {
	margin-left: -5px
}
.new_blog-page-sidebar__grid {
	grid-template-rows: 1fr;
	grid-template-columns: 1fr
}
.new_u-bg-gray-100.u-p-32.u-sm-p-24.cc-ad-image {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-columns: 1fr
}
.new_b-hero-content {
	width: 85%
}
.new_lede {
	font-size: 1.6rem;
	line-height: 1.2
}
.new_b-hero-img-wrapper {
	min-height: 180px
}
.new_ad-img.cc-sidebar, .new_ad-img.cc-main {
	padding-top: 60%
}
.card_wrapper-resources {
	min-width: 250px
}
.card_wrapper-resources.u-h-100 {
	min-width: 260px
}
.h3-2 {
	font-size: 1.4rem
}
.margin-target {
	padding-left: .2rem;
	padding-right: .2rem;
	font-size: .44rem
}
.padding-grid {
grid-template-rows:1fr .75fr 1fr
}
.padding-display {
	font-size: .45rem
}
.margin-block {
	width: 140px;
	min-width: 140px;
	height: 70px;
	min-height: 70px
}
.h0-2 {
	font-size: 3.125rem
}
.h0-2.cc-404 {
	font-size: 5.9rem
}
.g-con-footer-column {
	padding-right: 0
}
.g-condensed-footer-list {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	flex-direction: column
}
.g-condensed-footer-brand {
	margin-bottom: 31px
}
.g-condensed-footer_container {
	width: 85%
}
.new-search_input {
	background-position: 95%
}
.new-search_typeahead-link {
	align-items: flex-start
}
.new-search_typeahead-img {
	width: 51px
}
.g-footer-copyright {
	font-size: .875rem
}
.g-footer-column {
	padding-right: 0
}
.g-footer-column.cc-last {
	margin-bottom: 0
}
.g-footer_container {
	width: 85%
}
.g-footer-list {
	grid-column-gap: 1rem;
	margin-bottom: 0
}
.g-footer-list.cc-social {
	grid-column-gap: 1rem;
	flex-flow: wrap;
	justify-content: center;
	align-items: flex-start
}
.g-footer-list_item-tag {
	margin-left: 6px
}
.g-footer-column-social {
	order: 1
}
.exp_g-modal-logos_wrapper.cc-test {
	grid-row-gap: 1.6rem;
	width: 100%
}
.g-nav_menu-section_link-description {
	margin-top: 4px
}
.g-nav_menu-dropdown_toggle {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.g-nav_menu-image {
	width: 100%;
	margin-bottom: 20px
}
.g-nav-col_3 {
	grid-row-gap: 24px
}
.g-nav_menu-content_block {
	border-bottom-width: 0;
	padding-left: 24px;
	padding-right: 24px
}
.g-nav_menu-section_link-row.cc-first {
	flex-direction: column
}
.g-nav-col_2 {
	grid-row-gap: 24px
}
.g-nav-col_2.cc-stories {
	grid-row-gap: 0px;
	grid-template-columns: 1fr
}
.g-nav_menu-grid-right {
	padding-top: 24px;
	padding-bottom: 12px
}
.g-nav_menu-section_link-icon {
	margin-bottom: 24px;
	transform: none
}
.g-nav_menu-section_link {
	flex-direction: column
}
.new-g-nav_menu-right {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem
}
.new-g-modal-login {
	padding-bottom: 60px
}
.g-nav_menu-link_wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.g-nav_menu-link_wrapper.cc-mobile_button {
	padding-left: 1rem;
	padding-right: 1rem
}
.g-nav_menu-content_block-ad-link {
	padding: 1rem
}
.new-g-nav_menu-dropdown_toggle {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.exp_g-modal-logos_img {
	margin-left: 12px;
	margin-right: 12px
}
.new-g-nav_menu-section_link-icon {
	margin-bottom: 24px;
	transform: none
}
.new-g-nav_menu-dropdown_wrapper {
	align-items: stretch
}
.new-g-nav-col {
	grid-template-columns: 1fr
}
.g-nav_menu-right {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem
}
.new-g-nav_menu-link_wrapper {
	padding-top: 1rem;
	padding-bottom: 1rem
}
.new-g-nav_menu-link_wrapper.cc-mobile_button {
	padding-left: 1rem;
	padding-right: 1rem
}
.new-g-nav_menu-content_block-ad-link, .new-g-nav_menu-content_block-ad-link.cc-customer {
	padding: 1rem
}
.h4-2, .new-g-nav_menu-content_block-ad-arrow {
	font-size: 1.1rem
}
.h3-3 {
	font-size: 1.4rem
}
}
#w-node-_7f736e07-f8dd-c8aa-6938-87007884d89e-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-_046bb3d0-7069-7bd7-ea18-b319b7541b2c-b19772d1 {
	align-self: start
}
#w-node-_604f09bc-5042-d042-cf93-e0995ce80d4d-b19772d1, #w-node-_23e0d1b2-8f8b-0a96-ee9a-6467a852f43a-b19772d1, #w-node-_2dff169c-8f27-b47a-4c09-fb7ad7c95d77-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-fac7cf86-fd56-790c-ec9a-a78056ac10d1-b19772d1, #w-node-fbfe9908-0aba-f832-ad85-6dfe7e6be39c-b19772d1 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-d4885461-4a9b-c53b-e97b-815b8e2836ad-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: start;
	justify-self: auto
}
#w-node-_7f736e07-f8dd-c8aa-6938-87007884d8c5-b19772d1 {
	grid-area: span 2/span 1/span 2/span 1;
	justify-self: end
}
#w-node-f83986f9-44da-19fb-15db-4a672cd6b16d-b19772d1, #w-node-f3fc0986-a611-b6dd-74d7-7391ed37c870-b19772d1, #w-node-_71a76949-5a9d-a699-f261-e647059cf057-b19772d1, #w-node-_71a76949-5a9d-a699-f261-e647059cf05f-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd956-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: stretch;
	justify-self: auto
}
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd98a-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end;
	justify-self: end
}
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd98b-b19772d1, #w-node-_7f444dc0-4225-93ac-5015-3e1b9f15f7f1-9f15f7df, #w-node-_7f444dc0-4225-93ac-5015-3e1b9f15f7f8-9f15f7df, #w-node-_7f444dc0-4225-93ac-5015-3e1b9f15f7fc-9f15f7df {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4b90-17fc33ed {
	grid-area: 1/2/2/3
}
#g-nav-ad-placeholder.w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4be9-17fc33ed, #w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4bec-17fc33ed, #w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c06-17fc33ed {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c30-17fc33ed {
	grid-area: 1/2/2/4
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c3a-17fc33ed {
	grid-area: 1/2/2/3
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c51-17fc33ed {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c73-17fc33ed {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c8e-17fc33ed {
	grid-area: 1/2/2/4
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4c98-17fc33ed {
	grid-area: 1/2/2/3
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4cfb-17fc33ed {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4d28-17fc33ed {
	grid-area: 1/2/2/4
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4d52-17fc33ed, #w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4dd2-17fc33ed {
	grid-area: 1/2/2/3
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4df9-17fc33ed, #w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4e17-17fc33ed {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4e2d-17fc33ed {
	grid-area: 1/2/2/3
}
#w-node-_030e6f43-5c3e-f157-4c6f-a3f94769b358-ca9c8abd, #w-node-d3a949a5-56e0-0df5-2ba7-2d6e28b6d770-ca9c8abd {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-_2d732900-b316-6813-8b58-45c7311b4605-ca9c8abd {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: center
}
#w-node-d6f17874-9e1c-634b-db4f-f58abe89a01b-ca9c8abd {
	grid-area: span 1/span 2/span 1/span 2;
	align-self: center
}
#w-node-a3dba0ea-0317-925b-621e-50efe387017b-ca9c8abd {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end;
	justify-self: end
}
#w-node-a3dba0ea-0317-925b-621e-50efe387017c-ca9c8abd {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-a7bba6c0-9ca9-b017-004b-f861d6cafe79-49d71b65 {
	grid-area: span 2/span 1/span 2/span 1
}
#w-node-a7bba6c0-9ca9-b017-004b-f861d6cafe7b-49d71b65 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-a7bba6c0-9ca9-b017-004b-f861d6cafe7e-49d71b65 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: center
}
#w-node-_8d1ab64d-83e4-40ed-1a50-7fdbae1d7f88-49d71b65 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end;
	justify-self: end
}
#w-node-_8d1ab64d-83e4-40ed-1a50-7fdbae1d7f89-49d71b65 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d75f-199e9810 {
	grid-area: 1/1/4/2;
	justify-self: start
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d760-199e9810 {
	grid-area: 1/1/2/4;
	align-self: start;
	justify-self: center
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d761-199e9810 {
	grid-area: 1/3/4/4;
	align-self: stretch;
	justify-self: end
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d761-199e9810:hover {
	justify-self: end
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d762-199e9810 {
	grid-area: 3/1/4/4;
	align-self: end
}
#display-left.w-node-_76c05668-4454-231a-1c70-e8552b50d763-199e9810 {
	grid-area: 2/1/3/2;
	align-self: center;
	justify-self: center
}
#display-top.w-node-_76c05668-4454-231a-1c70-e8552b50d765-199e9810 {
	grid-area: 1/2/2/3;
	align-self: center;
	justify-self: center
}
#display-bottom.w-node-_76c05668-4454-231a-1c70-e8552b50d767-199e9810 {
	grid-area: 3/2/4/3;
	align-self: center;
	justify-self: center
}
#display-right.w-node-_76c05668-4454-231a-1c70-e8552b50d769-199e9810 {
	grid-area: 2/3/3/4;
	align-self: center;
	justify-self: center
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d76b-199e9810 {
	grid-area: 2/2/3/3
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d76c-199e9810 {
	grid-area: 2/1/3/2;
	align-self: center;
	justify-self: center
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d76e-199e9810 {
	grid-area: 1/2/2/3;
	align-self: center;
	justify-self: center
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d770-199e9810 {
	grid-area: 3/2/4/3;
	align-self: center;
	justify-self: center
}
#w-node-_76c05668-4454-231a-1c70-e8552b50d772-199e9810 {
	grid-area: 2/3/3/4;
	align-self: center;
	justify-self: center
}
#w-node-_739c2345-1496-336f-df2d-8defe5cafbb3-0bb4f26d {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-_798f450a-0ffd-c005-dda8-f0367578ffb1-59edecb2 {
	grid-area: span 1/span 5/span 1/span 5
}
#w-node-e180cda0-e410-f4da-fe8b-1277abce65c6-59edecb2 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-e180cda0-e410-f4da-fe8b-1277abce65c9-59edecb2 {
	grid-area: span 1/span 2/span 1/span 2;
	align-self: end;
	justify-self: end
}
#w-node-_97022ee3-6337-7285-52f0-d4b39172f250-59edecb2 {
	justify-self: end
}
#w-node-_97022ee3-6337-7285-52f0-d4b39172f256-59edecb2 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-_23ec39f5-00a5-f202-cf01-dce046b72842-59edecb2 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end;
	justify-self: end
}
#w-node-_23ec39f5-00a5-f202-cf01-dce046b72843-59edecb2 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-_9fd0c939-1f00-36a0-6798-b2f30b9b034b-6b580365 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-a9c9e3cf-c37b-6b84-c3de-d169637d4d4b-6b580365 {
	grid-area: span 1/span 2/span 1/span 2;
	align-self: end;
	justify-self: end
}
#w-node-eb24cbc3-5553-8ef9-ab55-a9464e64d340-6b580365 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-_8277cf18-8012-c4e8-72c3-33a0472db083-6b580365 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-f110405b-1570-c842-bc5b-19bac2631e91-6b580365 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-_3f276a3c-9e5f-3c31-b611-0aa35d60efce-6b580365 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-_069bbc40-6873-d4a3-4d2f-814f31416fed-6b580365, #w-node-ee0e1fd7-f41d-79d9-5f49-2895d6106cb2-6b580365, #w-node-ee0e1fd7-f41d-79d9-5f49-2895d6106cb8-6b580365 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-d2b5489d-cdfa-61c8-5a7a-9b8b01e8c589-6b580365, #w-node-_851117ea-f2a6-9d57-25f1-978d9f1e0d41-6b580365 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: center
}
#w-node-ee0e1fd7-f41d-79d9-5f49-2895d6106ca2-6b580365, #w-node-ee0e1fd7-f41d-79d9-5f49-2895d6106ca7-6b580365 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-d9d3cfcd-006c-25c0-1fa1-18f23f1512ec-6b580365 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end;
	justify-self: end
}
#w-node-_8563bb0c-fb45-9379-d81e-09ec0389900e-6b580365 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-c0a8549a-0503-bc33-709a-d10341f90a42-6b580365 {
	grid-area: span 2/span 1/span 2/span 1
}
#w-node-_918ff41c-3240-d73b-453e-57bd44c940b5-6b580365 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-_83a74ba6-53e1-c01a-80e0-b495915ac16b-6b580365 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: center
}
#w-node-_6ac68710-0e26-2856-b447-ff3881617ea2-6b580365 {
	align-self: center
}
#w-node-_9ac58323-4665-c4e3-96a8-f2a8f0518581-6b580365 {
	justify-self: end
}
#w-node-_3c6e60f2-6ba7-b0fc-c720-15374f5abdbc-6b580365, #w-node-_9317d765-6b25-356f-3ddd-56b0cf3b89ae-6b580365 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-_836d0059-d31c-4acc-4027-805210253c51-6b580365 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-b075b423-4d9d-7392-d9a5-82546de26918-6b580365 {
	grid-area: span 1/span 1/span 1/span 1;
	align-self: end;
	justify-self: end
}
#w-node-_155d45b2-90eb-83ed-8e90-16a2b038ac93-6b580365 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-_0f7eca3b-9d06-c73f-4ef7-939dc06e7324-6b580365 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-fa7e20f2-59e0-d653-3fce-45bfd6e3a703-3f2a5025 {
	grid-area: span 1/span 5/span 1/span 5
}
#w-node-f7ea6deb-bb5e-8838-1fce-b233a282dba2-3f2a5025 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-f7ea6deb-bb5e-8838-1fce-b233a282dba5-3f2a5025 {
	grid-area: span 1/span 2/span 1/span 2;
	align-self: end;
	justify-self: end
}
#w-node-f7ea6deb-bb5e-8838-1fce-b233a282dba7-3f2a5025 {
	grid-area: span 1/span 5/span 1/span 5
}
#w-node-c9b5b115-917a-0f1e-d94b-27506de425c6-3f2a5025 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-c9b5b115-917a-0f1e-d94b-27506de425d8-3f2a5025 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-c9b5b115-917a-0f1e-d94b-27506de425de-3f2a5025 {
	grid-area: span 1/span 1/span 1/span 1
}

@media screen and (min-width:1920px) {
#w-node-_7f736e07-f8dd-c8aa-6938-87007884d89e-b19772d1, #w-node-_604f09bc-5042-d042-cf93-e0995ce80d4d-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd956-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1;
	justify-self: start
}
#w-node-_030e6f43-5c3e-f157-4c6f-a3f94769b358-ca9c8abd {
	grid-area: span 1/span 1/span 1/span 1
}
}

@media screen and (max-width:991px) {
#w-node-_7f736e07-f8dd-c8aa-6938-87007884d89e-b19772d1, #w-node-_604f09bc-5042-d042-cf93-e0995ce80d4d-b19772d1 {
	grid-column: span 2/span 2
}
#w-node-fac7cf86-fd56-790c-ec9a-a78056ac10d1-b19772d1, #w-node-fbfe9908-0aba-f832-ad85-6dfe7e6be39c-b19772d1, #w-node-d4885461-4a9b-c53b-e97b-815b8e2836ad-b19772d1 {
	grid-column: span 1/span 1
}
#w-node-_7f736e07-f8dd-c8aa-6938-87007884d8c5-b19772d1 {
	grid-column: span 1/span 1;
	justify-self: start
}
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd956-b19772d1 {
	order: 9999;
	grid-column: span 1/span 1
}
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd98a-b19772d1 {
	justify-self: start
}
#w-node-e715bdaf-1f6e-6fa5-f7d7-cf52b13c4ec1-17fc33ed {
	order: -9999
}
#w-node-_030e6f43-5c3e-f157-4c6f-a3f94769b358-ca9c8abd {
	grid-column: span 2/span 2
}
#w-node-a3dba0ea-0317-925b-621e-50efe387017b-ca9c8abd, #w-node-_8d1ab64d-83e4-40ed-1a50-7fdbae1d7f88-49d71b65 {
	justify-self: start
}
#w-node-_798f450a-0ffd-c005-dda8-f0367578ffb1-59edecb2, #w-node-e180cda0-e410-f4da-fe8b-1277abce65c6-59edecb2 {
	grid-column: span 1/span 1
}
#w-node-e180cda0-e410-f4da-fe8b-1277abce65c9-59edecb2 {
	grid-column: span 1/span 1;
	align-self: start;
	justify-self: start
}
#w-node-_97022ee3-6337-7285-52f0-d4b39172f256-59edecb2 {
	grid-column: span 1/span 1
}
#w-node-_23ec39f5-00a5-f202-cf01-dce046b72842-59edecb2 {
	justify-self: start
}
#w-node-_9fd0c939-1f00-36a0-6798-b2f30b9b034b-6b580365 {
	grid-column: span 1/span 1
}
#w-node-a9c9e3cf-c37b-6b84-c3de-d169637d4d4b-6b580365 {
	grid-column: span 1/span 1;
	align-self: start;
	justify-self: start
}
#w-node-eb24cbc3-5553-8ef9-ab55-a9464e64d340-6b580365, #w-node-_8277cf18-8012-c4e8-72c3-33a0472db083-6b580365, #w-node-f110405b-1570-c842-bc5b-19bac2631e91-6b580365, #w-node-_3f276a3c-9e5f-3c31-b611-0aa35d60efce-6b580365 {
	grid-column: span 1/span 1
}
#w-node-d9d3cfcd-006c-25c0-1fa1-18f23f1512ec-6b580365 {
	justify-self: start
}
#w-node-_3c6e60f2-6ba7-b0fc-c720-15374f5abdbc-6b580365 {
	grid-column: span 1/span 1
}
#w-node-b075b423-4d9d-7392-d9a5-82546de26918-6b580365 {
	justify-self: start
}
#w-node-f7ea6deb-bb5e-8838-1fce-b233a282dba2-3f2a5025 {
	grid-column: span 1/span 1
}
#w-node-f7ea6deb-bb5e-8838-1fce-b233a282dba5-3f2a5025 {
	grid-column: span 1/span 1;
	align-self: start;
	justify-self: start
}
#w-node-c9b5b115-917a-0f1e-d94b-27506de425c6-3f2a5025, #w-node-c9b5b115-917a-0f1e-d94b-27506de425d8-3f2a5025 {
	grid-column: span 1/span 1
}
}

@media screen and (max-width:767px) {
#w-node-_7f736e07-f8dd-c8aa-6938-87007884d89e-b19772d1, #w-node-_604f09bc-5042-d042-cf93-e0995ce80d4d-b19772d1 {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-d4885461-4a9b-c53b-e97b-815b8e2836ad-b19772d1, #w-node-_7f736e07-f8dd-c8aa-6938-87007884d8c5-b19772d1, #w-node-d60d30f1-8af3-3d10-0a87-44e6096dd956-b19772d1 {
	grid-area: span 1/span 1/span 1/span 1
}
#w-node-_030e6f43-5c3e-f157-4c6f-a3f94769b358-ca9c8abd {
	grid-area: span 1/span 3/span 1/span 3
}
#w-node-_2d732900-b316-6813-8b58-45c7311b4605-ca9c8abd, #w-node-d6f17874-9e1c-634b-db4f-f58abe89a01b-ca9c8abd {
	order: -9999
}
#w-node-_155d45b2-90eb-83ed-8e90-16a2b038ac93-6b580365, #w-node-_0f7eca3b-9d06-c73f-4ef7-939dc06e7324-6b580365 {
	grid-column: span 1/span 1
}
}

@media screen and (max-width:479px) {
#w-node-d60d30f1-8af3-3d10-0a87-44e6096dd956-b19772d1 {
	grid-row: span 1/span 1
}
#w-node-_17829790-d06b-b072-74f9-bbc62e8b77b4-340ec981 {
	order: 9999;
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-_17829790-d06b-b072-74f9-bbc62e8b77e4-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b77e8-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b77ec-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b77f0-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b77f4-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b77f8-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b77fe-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7802-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7806-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b780a-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b780e-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7817-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b781b-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7821-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7825-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7829-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b782d-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7831-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7835-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7839-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b783d-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7846-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b784a-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b784e-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7852-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b7856-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b785a-340ec981, #w-node-_17829790-d06b-b072-74f9-bbc62e8b785e-340ec981, #w-node-fa0d59ae-814a-3c47-4ae2-405d5d96ef7c-5d96ef74, #w-node-fa0d59ae-814a-3c47-4ae2-405d5d96ef80-5d96ef74, #w-node-fa0d59ae-814a-3c47-4ae2-405d5d96ef84-5d96ef74, #w-node-fa0d59ae-814a-3c47-4ae2-405d5d96ef88-5d96ef74 {
	grid-area: span 1/span 2/span 1/span 2
}
#w-node-_97022ee3-6337-7285-52f0-d4b39172f250-59edecb2, #w-node-_9ac58323-4665-c4e3-96a8-f2a8f0518581-6b580365 {
	justify-self: start
}
}
@font-face {
	font-family: 'Graphik';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6d863a76a61d615a9_Graphik-Medium-Web.woff2') format('woff2'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6afd0b2625f1b2dce_Graphik-Medium-Web.eot') format('embedded-opentype'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6d6cd69fc5020cf83_Graphik-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Graphik';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6281bc3970525ce46_Graphik-MediumItalic-Web.woff2') format('woff2'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6fbac6396bf7a3d1d_Graphik-MediumItalic-Web.eot') format('embedded-opentype'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6c8086c80e9f6625e_Graphik-MediumItalic-Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Graphik';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6129ebdd3cc94f215_Graphik-RegularItalic-Web.woff2') format('woff2'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e64c4d3d22aae58989_Graphik-RegularItalic-Web.eot') format('embedded-opentype'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6064c2155b82ee586_Graphik-RegularItalic-Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Graphik';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6fb44ee35ea51397b_Graphik-Regular-Web.woff2') format('woff2'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e675f682eb9d361d40_Graphik-Regular-Web.eot') format('embedded-opentype'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/601316e6d863a7a15fd615aa_Graphik-Regular-Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GraphikWide';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/60131d5b281bc3c44f25e3f7_GraphikWide-Medium-Web.woff2') format('woff2'), url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/60131d5a655e615cfd40be18_GraphikWide-Medium-Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'WF Visual Sans';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/650dcb054da80c6c95780f0c_WFVisualSans-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'WF Visual Sans';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/650dcb05593413547dfee29b_WFVisualSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'WF Visual Sans Text';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/650dcb05bba831b751df26e1_WFVisualSans-RegularText.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'WF Visual Sans';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/650dcb053a572fc35d1f74cf_WFVisualSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'WF Visual Sans Text';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/650dcb05fd398bdfea60167c_WFVisualSans-SemiBoldText.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GraphikWide';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/609db52aee0f6a398f0cde12_Graphik%20Wide-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GraphikWide';
	src: url('https://assets.website-files.com/6009e6adcf8c45466fee3e56/609db52a4b931715194c8445_Graphik%20Wide-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
