



   
  /* FONTS
	
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
	
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
	
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
	
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
	
  */





	@keyframes float {
		0% {
			transform: translate3d(0px, 0px, 0px);
		}
		50% {
			transform: translate3d(0px, -16px, 0px);
		}
		100% {
			transform: translate3d(0px, 0px, 0px);
		}
	}


   
   
  /* BASE */
  
  body {
    font-size: 100%;
 	  font-family: 'Poppins';
  	font-weight: 400;
    color: #32373c;
    line-height: 1.3;
    background: #fff;
		
		--transition-delay-1: 100ms;
		--transition-delay-2: 200ms;
		--transition-delay-3: 300ms;
		
  }
  
  input, textarea, select, button {
  	font-family: 'Poppins', sans-serif;
  	font-weight: 400;
    color: #32373c;
  }
  
  img {
    max-width: 100%;
  }
 
  .module .module-inner,
  header.main > .inner,
	footer.main > .inner,
  .cookie-bar > .inner,
	nav.magazine-header > .inner,
	.page-flyout .scroll {
    position: relative;
    max-width: 90rem;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
	
	header.main > .inner {
		max-width: none;
	}
  
  .module-full-width .module-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  
  .load-more {
    text-align: center;
  }
  
  .wysiwyg a:not(.btn) {
    -webkit-transition: color 150ms;
    -moz-transition: color 150ms;
    -ms-transition: color 150ms;
    -o-transition: color 150ms;
    transition: color 150ms;
    text-decoration: underline;
  }
  
  .wysiwyg a:not(.btn):hover {
    text-decoration: none;
  }
  
  .wysiwyg > *:not(:last-child),
	.highlight-box > *:not(:last-child) {
    margin-bottom: 1em;
  }
	
	.wysiwyg img {
		height: auto;
	}
	
	body.view-legal .wysiwyg ol {
		list-style-type: decimal;
		padding-left: 1.1em;
	}
	
	body.view-legal .wysiwyg ol li {
		padding-left: 0.25em;
	}
  
  body:not(.view-legal) .wysiwyg > ul,
  body:not(.view-legal) .wysiwyg > ol,
  body:not(.view-legal) .highlight-box > ul,
  body:not(.view-legal) .highlight-box > ol {
    counter-reset: supernovae;
		list-style-type: none !important;
  }
  
  body:not(.view-legal) .wysiwyg > ul > li,
	body:not(.view-legal) .wysiwyg > ul > li li,
  body:not(.view-legal) .wysiwyg > ol > li,
  body:not(.view-legal) .highlight-box > ul > li,
	body:not(.view-legal) .highlight-box > ul > li li,
  body:not(.view-legal) .highlight-box > ol > li {
    position: relative;
    padding-left: 1.5em;
  }
  
  body:not(.view-legal) .wysiwyg > ul li::before,
	body:not(.view-legal) .highlight-box > ul li::before {
    content: '—';
    position: absolute;
    left: 0;
  }
  
  body:not(.view-legal) .wysiwyg > ol > li::before,
	body:not(.view-legal) .highlight-box > ol > li::before {
  	content: counter(supernovae) '.';
  	counter-increment: supernovae;
    position: absolute;
    left: 0;
  }
  
  .wysiwyg table {
    width: auto !important;
  }
  
  .wysiwyg table td {
    width: auto !important;
    height: auto !important;
  }
	
	.wysiwyg p.intro {
		color: #6A6E7D;
	}
	
	.wysiwyg p.intro strong {
		font-weight: 600;
	}
	
  @keyframes spin {
      from {transform:rotate(0deg);}
      to {transform:rotate(360deg);}
  }
	
	span.loading img {
		top: -12px;
	}

	span.loading {
		vertical-align: middle;
	}
	
	/* transition-timing-function: cubic-bezier(0.19,1,.22,1); */

	input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
	}
	
	input[type="number"] {
	  -moz-appearance: textfield;
	}

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #ABAAA9;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  color: #ABAAA9;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  color: #ABAAA9;
	}
	:-moz-placeholder { /* Firefox 18- */
	  color: #ABAAA9;
	}

	#intercom-container {
		display: none;
	}











	/* HEADER */
	
	body {
		padding-top: 5.1875em;
	}
	
	header.main .site-title img.logo {
		transform: translateY(-1px);
	}
	
	header.main {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		background: #fff;
		box-shadow: 0 -1px 0 0 #f8f8f8 inset;
	}
	
	header.main > .inner {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		position: relative;
		z-index: 2;
	}
	
	.header-col-set .col-2 {
		margin-left: auto;
	}
	
	.header-col-set .col-2 > div {
		margin: auto 0;
	}
	
	.header-col-set .col-2 > div > a {
		text-decoration: underline;
    color: #ef3e52;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.4375;
    font-weight: 600;
	}
	
	.header-col-set .col-2 > div > a:hover {
		text-decoration: none;
	}
	
	header.main > .inner > div {
		position: relative;
	}

	header.main button.btn-menu {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		box-shadow: none;
		outline: 0;
		position: absolute;
		display: block;
		right: 0;
		top: 0;
		cursor: pointer;
		width: 2.25em;
		height: 2.25em;
		text-align: center;
		line-height: 2.25em;
		background: #1d1591;
		color: #fa9ba5;
		border: 2px solid #1d1591;
		transition: border-color 250ms, background-color 250ms;
	}

	header.main button.btn-menu i {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: opacity 250ms;
		opacity: 1;
	}

	header.main button.btn-menu .icon-v3-menu {
		font-size: 87%;
	}
	
	body.menu header.main button.btn-menu .icon-v3-close-menu,
	body.overlay-open header.main button.btn-menu .icon-v3-close-menu {
		opacity: 1;
	}
	
	header.main button.btn-menu .icon-v3-close-menu,
	body.menu header.main button.btn-menu .icon-v3-menu,
	body.overlay-open header.main button.btn-menu .icon-v3-menu {
		opacity: 0;
	}

	body.menu header.main button.btn-menu,
	body.overlay-open header.main button.btn-menu {
		border-color: #fa9ba5;
		background-color: transparent;
	}
	
	.header-col-set {
		padding-right: 4.25em;
	}
	
	body[data-blog-id="4"] .header-col-set {
		padding-right: 0;
	}

	body[data-blog-id="4"] header.main button.btn-menu {
		display: none;
	}

	body[data-blog-id="4"].overlay-open header.main button.btn-menu {
		display: block;
	}

	.header-col-set .col-2 {
		margin-left: auto;
	}
	
	nav.platform {
		font-weight: 600;
		color: #f03c50;
		margin: auto 0;
	}
	
	nav.platform .btn-login,
	nav.platform .btn-pricing {
		color: #616161;
		transition: color 250ms;
	}
	
	body.menu nav.platform .btn-login,
	body.menu nav.platform .btn-pricing {
		color: #e8e7f4;
	}
	
	nav.platform .btn-start-now a {
		position: relative;
		transition: color 250ms, opacity 150ms;
	}
	
	nav.platform .btn-start-now a::after {
		content: '';
		display: block;
		position: absolute;
		top: -0.4em;
    left: -1em;
    right: -1em;
    bottom: -0.45em;
		background: #f03c50;
		border-radius: 2em;
		z-index: 1;
		opacity: 0;
		transition: opacity 250ms;
		pointer-events: none;
	}
	
	body.scrolled-cta nav.platform .btn-start-now a::after {
		opacity: 1;
		pointer-events: all;
	}
	
	body.scrolled-cta nav.platform .btn-start-now a {
		color: #fff;
	}
	
	body.scrolled-cta nav.platform .btn-start-now a:hover {
		text-decoration: none !important;
		opacity: 0.9;
	}
	
	nav.platform .btn-start-now a > span {
		position: relative;
		z-index: 2;
	}
	
	nav.platform li {
		display: inline-block;
	}

	nav.platform li + li {
		margin-left: 1.875em;
	}

	nav.platform a:hover,
	nav.platform a:focus {
		text-decoration: underline;
	}

	.hours-status-v3 {
		font-weight: 600;
		color: #51b482;
		display: inline-block;
		vertical-align: middle;
		margin-left: .625em;
		transition: color 250ms, opacity 500ms;
	}
	
	nav.platform {
		transition: opacity 500ms;
	}
	
	body.overlay-open .hours-status-v3,
	body.overlay-open nav.platform {
		opacity: 0;
		pointer-events: none;
	}
	
	.hours-status-v3 > * {
		display: none;
	}
	
	body.brixel-is-open .hours-status-v3 > *[data-state="open"] {
		display: inline-block;
	}

	body.brixel-is-closed .hours-status-v3 > *[data-state="closed"] {
		display: inline-block;
	}
	
	.hours-status-v3 > *[data-state="open"] a {
		white-space: nowrap;
		position: relative;
		display: inline-block;
		padding-left: 1.8em;
		margin-left: 0.8em;
	}

	.hours-status-v3 .icon-v3-phone-2 {
    font-size: 200%;
    position: absolute;
    left: 0;
    top: -0.5em;
		color: #1d1591;
		transition: color 250ms;
	}

	body.menu .hours-status-v3,
	body.menu .hours-status-v3 .icon-v3-phone-2 {
		color: #82d2fa;
	}




	/* FLYOUT */
	
	.page-flyout {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 100%;
		z-index: 1;
		visibility: hidden;
		transition: visibility 0s 1s, bottom 0s 1s;
		pointer-events: none;
	}
	
	body.menu .mobile-flyout,
	body.overlay-open .overlay-flyout {
		visibility: visible;
		bottom: 0%;
		transition-delay: 0s;
		pointer-events: all;
	}
	
	.page-flyout .background {
		position: absolute;
		top: -5px;
		right: -5px;
		bottom: -5px;
		left: -5px;
		opacity: 0;
		background-image: url(imgs/bg-mobile-flyout-3.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 25vmax 25vmax;
		transition: opacity 500ms, background-size 500ms;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
		pointer-events: none;
		z-index: -1;
		display: block;
	}
	
	.overlay-flyout .background {
		background-image: url(imgs/bg-overlay-flyout.svg);
		background-position: center center;
	}
	
	.no-objectfit .page-flyout .background,
	.no-cssvmaxunit:not(.mobile):not(.safari) .page-flyout .background {
		background: #1d1591;
	}
	
	.no-objectfit .overlay-flyout .background,
	.no-cssvmaxunit:not(.mobile):not(.safari) .overlay-flyout .background {
		background: #f1e6eb;
	}
	
	body.menu .mobile-flyout .background,
	body.overlay-open .overlay-flyout .background {
		background-size: 150vmax 150vmax;
		opacity: 1;
	}
	
	body.menu .site-title .company-name {
		color: #fff;
	}
	
	.page-flyout > .inner {
		top: 4.875em;
		left: 0;
		right: 0;
		bottom: 0;
		position: fixed;
	}
	
	.page-flyout .scroll {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.touchevents .page-flyout .scroll {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.site-title span.logo span::after {
		background-image: url(imgs/brixel-mobile.svg);
		opacity: 0;
		transition: opacity 150ms;
		z-index: 3;
	}
	
	body.menu .site-title span.logo span::after {
		opacity: 1;
	}
	
	nav.mobile-sections > .inner,
	.page-flyout .scroll {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
	}
	
	.page-flyout .scroll {
		padding-right: 3.35rem;
		text-align: right;
	}
	
	nav.mobile-sections ul {
		display: flex;
		flex-flow: row;
		flex-grow: 1;
		background: #fff;
		width: 100%;
		border-radius: 4px;
	}
	
	nav.mobile-sections ul > li {
		flex-grow: 1;
	}
	
	nav.mobile-sections a {
		display: block;
		text-align: center;
		padding: 0 0.5em;
	}
	
	nav.flyout-nav {
		height: calc(100vh - 6em);
		display: flex;
		flex-flow: column nowrap;
		width: 100%;
	}
	
	nav.flyout-nav > div {
		margin: auto;
		text-align: left;
	}
	
	.flyout-col-set .col-1 {
		border-right: 2px solid #596eff;
	}
	
	.overlay-flyout .flyout-col-set .col-1 {
		border: 0;
	}
	
	.sections-menu {
		color: #fa9ba5;
		font-size: 5.3125em;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		margin-right: .82352941176470588235em;
	}
	
	.overlay-flyout .sections-menu {
		color: #6a6e7d;
	}
	
	.sections-menu > li {
		position: relative;
		padding-left: 0.75em;
		white-space: nowrap;
		line-height: 1.6;
	}
	
	.sections-menu > li::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0.7em;
		font-size: .41176470588235294117em;
		font-family: 'Space Mono', monospace;
		font-weight: 400;
	}
	
	.sections-menu > li > a,
	.misc-menu li a {
		text-decoration: none;
		position: relative;
	}
	
	.sections-menu > li > a::after,
	.misc-menu li a::after {
		content: '';
		opacity: 1;
		transition: opacity 150ms, transform 150ms;
    height: .07058823529411764705em;
    background: #fa9ba6;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0.1em;
		opacity: 0;
		transform: translateY(2px);
	}
	
	.misc-menu li a::after {
		background: #e8e7f4;
	}
	
	.overlay-flyout .sections-menu > li.current,
	.overlay-flyout .sections-menu > li.current > a {
		color: var(--color)
	}
	
	.overlay-flyout .sections-menu li::after {
		content: '\e820';
		display: block;
		font-family: "fontello-v3";
		position: absolute;
		right: -2em;
		top: 0.5em;
		font-size: 66.5%;
		opacity: 0;
		transform: translateX(-20px);
		transition: opacity 500ms, transform 500ms;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
		pointer-events: none;
	}

	.overlay-flyout .sections-menu li.current::after {
		transform: none;
		opacity: 1;
	}
	
	.overlay-flyout .sections-menu li a::after {
		background: currentColor;
	}

	.sections-menu > li > a:hover::after,
	.sections-menu > li > a:focus::after,
	.sections-menu > li.current-menu-item > a::after,
	.misc-menu li a:hover::after,
	.misc-menu li a:focus::after,
	.misc-menu li.current-menu-item a::after {
		opacity: 1;
		transform: none;
	}
	

	.overlay-flyout .sections-menu > li.current > a::after {
		opacity: 0;
	}

	.sections-menu li:nth-child(1)::before { content: '01'; }
	.sections-menu li:nth-child(2)::before { content: '02'; }
	.sections-menu li:nth-child(3)::before { content: '03'; }
	.sections-menu li:nth-child(4)::before { content: '04'; }
	.sections-menu li:nth-child(5)::before { content: '05'; }
	.sections-menu li:nth-child(6)::before { content: '06'; }
	
	.flyout-col-set .col-2 {
		margin-left: 4.9375em;
	}
	
	.flyout-col-set .col-2 .btn-headline {
		text-transform: uppercase;
		color: #596eff;
		font-family: 'Space Mono', monospace;
		font-weight: 400;
		letter-spacing: .11904761904761904761em;
	}
	
	.misc-menu {
		font-size: 1.3125em;
		color: #e8e7f4;
		height: 100%;
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		padding-top: 1.2em;
		padding-bottom: 1.6em;
		box-sizing: border-box;
	}
	
	.misc-menu .btn-mobile-only {
		display: none;
	}
	
	.menu-mobil-navigation-container {
		height: 100%;
	}
	
	body.brixel-is-open.menu .site-title .hours-status {
		color: #a1cfaa;
	}
	
	
	.flyout-col-set .col-1,
	.flyout-col-set .col-2 {
		opacity: 0;
		transform: translateX(20px);
		visibility: hidden;
		pointer-events: none;
		transition: transform 1000ms 0ms, opacity 1000ms 0ms, visibility 1000ms 0ms;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}
	
	body.menu .mobile-flyout .flyout-col-set .col-1,
	body.menu .mobile-flyout .flyout-col-set .col-2,
	body.overlay-open .overlay-flyout .flyout-col-set .col-1,
	body.overlay-open .overlay-flyout .flyout-col-set .col-2 {
		opacity: 1;
		transform: none;
		visibility: visible;
		pointer-events: all;
		transition-delay: 250ms;
		transition-duration: 1000ms;
	}
	
	body.menu .mobile-flyout .flyout-col-set .col-1,
	body.overlay-open .overlay-flyout .flyout-col-set .col-1 {
		transition-delay: 300ms;
	}
	
	.overlay-flyout .col-2 {
		color: #1d1492;
	}
	
	.tabs-contents {
		position: relative;
		width: 100%;
	}
	
	.overlay-flyout .flyout-col-set {
		width: 68.75em;
	}
	
	.overlay-flyout .flyout-col-set .col-2 {
		width: 100%;
		padding-top: 1em;
	}
	
	.overlay-flyout .content-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
	}
	
	.overlay-flyout .mobile-content-wrap {
		display: none;
	}
	
	.overlay-flyout .content-wrap.current {
		opacity: 1;
		pointer-events: all;
	}
	
	.overlay-flyout .wysiwyg {
		color: var(--copy-color);
	}
	
	.overlay-flyout .wysiwyg .headline,
	.overlay-flyout .wysiwyg p:last-child strong {
		color: var(--color)
	}
	
	.overlay-flyout .btn-set {
		margin-top: 2.5em;
	}
	
	
	
	
	
	
	
	
	@media only screen and (max-width: 1300px) {
		
		.sections-menu {
			font-size: 6.53846153846153846153vw;
		}
		
		.flyout-col-set .col-2 {
			margin-left: 6.07692307692307692307vw;
		}		
		
	}

	
	@media only screen and (max-width: 910px) {
		
		.sections-menu {
			font-size: 3.625em;
			margin-right: 0;
		}
		
		.overlay-flyout .flyout-col-set {
			width: 100%;
			flex-flow: column wrap;
			transform: translateY(-50%);
		}
		
		.flyout-col-set .col-1 {
			width: 100%;
			border: 0;
		}
		
		.flyout-col-set .col-2 {
			width: 100%;
			padding-left: 2.71875rem;
			margin-left: 0;
			box-sizing: border-box;
		}
		
		.misc-menu .btn-headline {
			display: none;
		}
		
		.misc-menu {
			height: auto;
			display: block;
			padding: 0;
			line-height: 1.8;
			margin-top: 0.5em;
		}
		
		body.menu .flyout-col-set .col-2,
		body.overlay-open .flyout-col-set .col-2 {
			transition-delay: 300ms;
			transition-duration: 1000ms;
		}
	
		body.menu .flyout-col-set .col-1,
		body.overlay-open .flyout-col-set .col-1 {
			transition-delay: 250ms;
		}
		
		.overlay-flyout .sections-menu > li::before {
			bottom: auto;
			top: 1.6em;
		}
		
		.overlay-flyout .mobile-content-wrap .wysiwyg {
			font-weight: 400;
		}
		
		.overlay-flyout .sections-menu > li > a { 
			position: relative;
		}
		
		.overlay-flyout .sections-menu li::after {
			display: none;
		}
		
		.overlay-flyout .sections-menu li > a::after {
			display: none;
		}
		
		.overlay-flyout .sections-menu li > a::before {
			content: '\e820';
	    display: block;
	    font-family: "fontello-v3";
	    position: absolute;
	    right: -1.5em;
	    top: 0.3em;
	    font-size: 66.5%;
	    transition: transform 500ms;
	    transition-timing-function: cubic-bezier(0.19,1,.22,1);
	    pointer-events: all;
		}
		
		.overlay-flyout .sections-menu li.current > a::before {
	    transform: rotate(90deg);
		}
		
		.overlay-flyout .btn-set {
			margin-top: 1.5em;
		}
		
		.overlay-flyout .mobile-content-wrap > div {
			padding-bottom: 1.5em;
		}
		
		.overlay-flyout .sections-menu li > a::before {
			display: none !important;
		}
		
		.overlay-flyout .sections-menu {
			display: flex;
			flex-flow: row nowrap;
			font-size: 6.37362637362637362637vw;
			color: #adaab4;
		}
		
		.overlay-flyout .sections-menu > li::before {
			display: none;
		}
		
		.overlay-flyout .sections-menu > li {
			padding-left: 0.45em;
		}
		
		
	}
	
	
	@media only screen and (max-width: 600px) {
		
		nav.platform {
			transition: opacity 250ms;
			font-size: 16px;
		}
		
		body.menu nav.platform {
			opacity: 0;
			pointer-events: none;
		}
		
		nav.platform .btn-login {
			display: none;
		}
		
		nav.platform li + li {
			margin-left: 1.25em;
		}
		
		nav.flyout-nav > div {
			margin-top: 0;
			margin-left: 0;
		}
		
		.mobile-flyout nav.flyout-nav > div {
			height: 100%;
		}
		
		.sections-menu {
			font-size: 2.25em;
		}
		
		.mobile-flyout .flyout-col-set {
			display: flex;
			flex-flow: column nowrap;
			height: 100%;
		}
		
		.flyout-col-set .col-2 {
			padding-left: 1.6875rem;
		}
		
		.misc-menu {
			font-size: 1.125em;
			padding-bottom: 1em;
		}
		
		.mobile-flyout .misc-menu {
			height: 100%;
			display: flex;
			flex-flow: column nowrap;
			margin-top: 0;
			padding-top: 1em;
		}
		
		.mobile-flyout .misc-menu .btn-login > a::after {
			display: none;
		}
		
		.mobile-flyout .misc-menu .btn-login .title-wrap {
	    background: #82d2fa;
	    color: #1d1592;
	    font-weight: bold;
	    padding: 0.15em 1em;
	    margin-bottom: 0.8em;
	    border-radius: 1.5em;
	    display: inline-block;
		}
		
		.misc-menu .btn-legal {
			margin-top: 3em;
			position: relative;
		}
		
		.misc-menu li.btn-legal::before {
			content: '';
	    display: block;
	    position: absolute;
	    top: -0.5em;
	    left: 0;
	    width: 3em;
	    height: 2px;
	    background: #596fff;
		}
		
		.misc-menu .btn-mobile-only {
			display: block;
		} 
		
		.overlay-flyout .flyout-col-set {
			transform: none;
		}
		
		.overlay-flyout .sections-menu > li {
			padding-left: 0;
			padding-right: 0.5em;
		}
		
		.overlay-flyout .sections-menu {
			font-size: 6.5vw;
		}
		
		.overlay-flyout .flyout-col-set .col-2 {
			padding-left: 0;
		}
		
	}
	
	
	
	
	
	




	
	
	
	
	
	
	/* HEADLINES */
	
	.hdln-75 {
		font-size: 4.6875rem;
		line-height: 1.13333333333333333333;
		font-weight: 600;
		letter-spacing: .02666666666666666666em;
	}
	
	.hdln-52 {
		font-size: 3.25rem;
		line-height: 1.19230769230769230769;
		font-weight: 600;
		letter-spacing: .01923076923076923076em;
	}
	
	.hdln-42 {
		font-size: 2.625rem;
		line-height: 1.1;
		font-weight: 600;
	}
	
	.hdln-32 {
		font-size: 2rem;
		line-height: 1.1;
		font-weight: 600;
	}
	
	.hdln-28i {
		font-size: 1.75rem;
		font-style: italic;
		line-height: 1.42857142857142857142;
		font-weight: 600;
	}
	
	.hdln-27 {
		font-size: 1.6875rem;
		line-height: 1.37037037037037037037;
		font-weight: 600;
	}
	
	.hdln-21 {
		font-size: 1.3125rem;
		line-height: 1.38095238095238095238;
		font-weight: 600;
	}
	
	.hdln-18 {
		font-size: 18px;
		line-height: 1.38095238095238095238;
		font-weight: 600;
	}
	
	.hdln-16 {
		font-size: 16px;
		line-height: 1.38095238095238095238;
		font-weight: 600;
	}
	
	
	
	
	
	
	
	
	
	/* COPIES */
	
	.cpy-21 {
		font-size: 1.3125rem;
		line-height: 1.47619047619047619047;
		letter-spacing: .01428571428571428571em;
	}
	
	.cpy-18 {
		font-size: 18px;
		line-height: 1.38888888888888888888;
		letter-spacing: .01388888888888888888em;
	}
	
	.cpy-16 {
		font-size: 16px;
		line-height: 1.38888888888888888888;
	}
	
	.cpy-14 {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.nmbr-21 {
		font-family: 'Space Mono', monospace;
		font-size: 1.3125rem;
	}
	
	.nmbr-42 {
		font-family: 'Space Mono', monospace;
		font-weight: 700;
		font-size: 2.625rem;
		line-height: 1.48;
		letter-spacing: -.04000000000000000000;
	}
	
	.nmbr-50 {
		font-family: 'Space Mono', monospace;
		font-weight: 700;
		font-size: 3.125rem;
		line-height: 1.48;
		letter-spacing: -.04000000000000000000;
	}
	
	.nmbr-120 {
		font-family: 'Space Mono', monospace;
		font-weight: 700;
		font-size: 6.5rem;
		line-height: 1.48;
		letter-spacing: -.04000000000000000000;	
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* BUTTONS */
	
	.btn {
		font-size: 1.125rem;
		font-weight: 600;
		display: inline-block;
		padding: .75em 1.35em .8em;
		transition: color 150ms, background-color 150ms;
		cursor: pointer;
		white-space: nowrap;
		border-radius: 1.44444444444444444444em;
		color: #F0EFED;
		transition: opacity 150ms;
	}
	
	.btn span.icon, .btn span.label, .lnk span.icon, .lnk span.label {
		white-space: nowrap;
	}
	
	.module-teasers .lnk span.label {
		white-space: normal;
	}
	
	.btn-blue { background: #1d1591; color: #F0EFED; }
	.btn-red { background: #f03c50; color: #F0EFED; }
	.btn-green { background: #51b482; color: #F0EFED; }
	
	.btn:hover {
		opacity: 0.9;
	}
	
	.btn span.icon {
		margin: 0 .5rem;
	}
	
	.lnk {
		font-size: 1.125rem;
	}
	
	.lnk-21 {
		font-size: 1.3125rem;
	}
	
	.lnk span.label {
		text-decoration: underline;
	}
	
	.lnk:hover span.label, .lnk:focus span.label {
		text-decoration: none;
	}
	
	.lnk span.icon {
		margin: 0 .5em;
	}
	
	.lnk .icon-v3-arrow-right {
		font-size: 80%;
	}
	
	
	
	
	
	
	
	
	/* FORMS */
	
	.form-list > li > label {
		display: block;
		margin-bottom: 14px;
	}
	
	.styled-select {
		position: relative;
	}
	
	.styled-select select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block;
		width: 100%;
		cursor: pointer;
		box-sizing: border-box;
		background: #fff;
		border: 1px solid #DCDBD9;
		box-shadow: 0 2px 2px 0 rgba(106,110,125,0.20);
		border-radius: 3px;
		font-size: 18px;
		color: #32373C;
		outline: 0;
		padding: 13px 25px;
		line-height: 1.4;
	}
	
	.styled-select i {
		position: absolute;
		right: 10px;
		top: 12px;
		z-index: 2;
		pointer-events: none;
		font-size: 22.4px;
	}
	
	
	
	
	
	
	
	
	
	/* COMPONENT: BOX */
	
	.box {
		background-color: var(--box-background-color);
		border-radius: 5px;
		padding: 3.625em 3em;
		box-sizing: border-box;
	}
	
	.box .headline {
		color: var(--headline-color);
	}
	
	.box .copy {
		color: var(--copy-color);
		margin-top: .75em;
	}
	
	.box .btn-set {
		margin-top: 3.125em;
	}
	
	
	
	
	
	
	
	
	
	/* COMPONENT: CARD */
	
	.card {
		border-radius: 5px;
		border: 1px solid var(--color);
		background: #fff;
	}
	
	.card > div {
		padding: 1.875em 2.5em 2.5em;
		display: flex;
		flex-flow: column nowrap;
		height: 100%;
	}
	
	.card .headline {
		text-align: center;
		color: var(--color);
		margin-bottom: 1.29629629629629629629em;
	}
	
	.card figure {
		margin-bottom: 3.125em;
		text-align: center;
		height: 12.5em;
		display: grid;
    align-items: center;
    justify-content: center;
	}
	
	.card figure img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: contain;
	}
	
	.card .wysiwyg {
		margin-bottom: 1.19047619047619047619em;
	}
	
	.card .price {
		margin-top: auto;
		color: var(--color);
	}
	
	.card .lnk {
		color: var(--color);
	}
	
	.card-list {
		max-width: 65.625em;
		margin: 0 auto;
		--gap: 3em;
		margin-bottom: calc(var(--gap) * -1);
	}
	
	.card-list > * {
		width: calc(49.9% - (var(--gap) / 2));
		margin-right: var(--gap);
		margin-bottom: var(--gap);
	}
	
	.card-list > *:nth-child(2n+2) {
		margin-right: 0;
	}
	
	
	
	
	
	
	
	
	
	
	/* MODULES */
	
	.margin-180 {
		margin-bottom: 11.25em;
	}
	
	.margin-0 {
		margin-bottom: 0 !important;
	}
	
	.module-header {
		text-align: center;
	}
	
	.module-header.type-a {
		margin-bottom: 6.25em;
	}
	
	.module-header.type-b {
		margin-bottom: 3.125em;
	}
	
	.module-header.type-b .module-subheadline {
		margin-top: 2.38095238095238095238em;
	}
	
	.module-header.type-a .subheadline,
	.module-header.type-b .subheadline {
		margin-top: 1em;
		max-width: 28.57142857142857142857em;
		margin-left: auto;
		margin-right: auto;
	}
	
	.module-headline {
		color: var(--module-headline-color);
	}
	
	.module.has-background {
		background-color: var(--background-color);
	}
	
	.module.has-background .module-inner {
		padding-top: 5.8125em;
		padding-bottom: 6.25em;
	}
	
	.module.has-background:last-child {
		margin-bottom: 0 !important;
	}
	
	.padding-100 {
		padding-top: 6.25em;
		padding-bottom: 6.25em;
	}
	
	.padding-50 {
		padding-top: 3.125em;
		padding-bottom: 3.125em;
	}
	
	
	
	
	
	
	
	
	
	/* MODULE: UPGRADE */
	
	.module-upgrade[data-is-on-screen] .module-header,
	.module-upgrade[data-is-on-screen] .card-list > li {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-upgrade[data-is-on-screen].is-on-screen .module-header,
	.module-upgrade[data-is-on-screen].is-on-screen .card-list > li {
		opacity: 1;
		transform: none;
	}
	
	.module-upgrade[data-is-on-screen] .card-list > li:nth-child(1) {
		transition-delay: var(--transition-delay-1);
	}
	
	.module-upgrade[data-is-on-screen] .card-list > li:nth-child(2) {
		transition-delay: var(--transition-delay-2);
	}
	
	.module-upgrade .bottom-copy {
		max-width: 37.5em;
		margin: 0 auto;
		margin-top: 3.125em;
		text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
	/* MODULE: COPY */
	
	.module-copy:first-child {
		margin-top: 7em;
	}
	
	.module-copy .cpy-16,
	.module-copy .hdln-16 {
		font-size: 16px !important;
	}
	
	.module-copy .module-wrap {
		max-width: 700px;
		margin: 0 auto;
	}
	
	.module-copy .wysiwyg {
		line-height: 1.7;
	}
	
	.module-copy .wysiwyg .subheadline:not(:first-child) {
		margin-top: 2.5em;
	}
	
	.module-copy .wysiwyg .subsubheadline:not(:first-child) {
		margin-top: 2em;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* MODULE: HERO */
	
	.module-hero {
		position: relative;
	}
	
	.module-hero[data-is-on-screen],
	.module-hero[data-is-on-screen] .hero-col-set > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-hero[data-is-on-screen] {
		transform: none;
	}
	
	.module-hero[data-is-on-screen].is-on-screen,
	.module-hero[data-is-on-screen].is-on-screen .hero-col-set > * {
		opacity: 1;
		transform: none;
	}
	
	.module-hero .module-inner {
		padding-top: 8.3125em;
	}
	
	.module-hero .module-body {
		position: relative;
		z-index: 2;
	}
	
	.module-hero .module-background {
		background-color: var(--background-color);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 3.375em;
		z-index: 1;
	}
	
	.hero-col-set {
		max-width: 65.5em;
		margin: 0 auto;
	}
	
	.hero-col-set .col-1 {
		width: 47.51908396946564885400%;
		transition-delay: 600ms !important;
	}
	
	.hero-col-set .col-2 {
		width: 52.48091603053435114500%;
		transition-delay: 500ms !important;
	}
	
	.hero-col-set .box {
		min-height: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.hero-col-set .box-inner {
		margin: auto 0;
		display: block;
	}

	.module-hero figure img {
		pointer-events: none;
		user-select: none;
	}
	
	.module-hero figure {
		position: relative;
	}

	.module-hero .btn-play {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
		display: block;
		width: 8em;
		height: 8em;
		line-height: 8em;
		text-align: center;
		background: #f0efed;
		color: #ef3f52;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		box-shadow: 0 0 0 0 #f0efed, 0 1.5625em 3.4375em 0 rgba(50,55,60,0.60);
		transition: box-shadow 150ms;
	}
	
	.module-hero .btn-play i {
		font-size: 320%;
		margin-left: 6%;
	}
	
	.module-hero .btn-play:hover {
		box-shadow: 0 0 0 3px #f0efed, 0 1.5625em 3.4375em 0 rgba(50,55,60,0.60);
	}
	
	.module-hero .btn-play.gone {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
		pointer-events: none;
	}
	
	.module-video {
		position: relative;
		overflow: hidden;
		transition: opacity 500ms, transform 500ms, margin-bottom 500ms;
	}

	.module-video[data-state="hidden"] {
		max-height: 0;
		opacity: 0;
		transform: translateY(-40px);
		margin-bottom: 0;
	}
	
	.module-video[data-state="shown"] {
		max-height: 1000px;
		max-height: var(--scroll-height);
		opacity: 1;
		transform: none;
	}
	
	.module-video .fitvids {
		background: #1d1592;
	}









	








	/* MODULE: TESTIMONIALS */
	
	.testimonials-nav {
		display: none;
	}
	
	.module-testimonials[data-is-on-screen] .module-header,
	.module-testimonials[data-is-on-screen] .testimonials-list > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-testimonials[data-is-on-screen].is-on-screen .module-header,
	.module-testimonials[data-is-on-screen].is-on-screen .testimonials-list > * {
		opacity: 1;
		transform: none;
	}
	
	.testimonials-list {
		max-width: 75em;
		margin: 0 auto;
	}
	
	.testimonials-list > * {
		width: calc(33.32% - 1.875em);
		margin-right: 1.875em;
	}
	
	.testimonials-list > *:nth-child(1) {
		transition-delay: var(--transition-delay-1) !important;
	}
	
	.testimonials-list > *:nth-child(2) {
		transition-delay: var(--transition-delay-2) !important;
	}
	
	.testimonials-list > *:nth-child(3) {
		margin-right: 0;
		transition-delay: var(--transition-delay-3) !important;
	}
	
	.testimonial-item {
		color: var(--color);
		position: relative;
	}
	
	.testimonial-item figure {
		display: flex;
		flex-flow: column nowrap;
		height: 100%;
		border: 2px solid var(--light-color);
		border-radius: 5px;
		padding: 1.875em;
		padding-bottom: 2em;
		text-align: center;
	}
	
	.testimonial-item .image {
		margin-bottom: 1em;
	}

	.testimonial-item img {
		max-width: 3.75em;
		border: 2px solid var(--light-color);
		border-radius: 50%;
		display: inline-block;
	}
	
	.testimonial-item figcaption {
		position: relative;
		color: var(--light-color);
	}
	
	.testimonial-item blockquote {
		margin-bottom: 1.25em;
		line-height: 1.21428571428571428571;
	}
	
	.testimonial-item .stars {
		position: absolute;
		bottom: 1px;
		left: 50%;
		display: block;
		background: #fff;
		white-space: nowrap;
		padding: 0.7em;
		transform: translate(-50%, 50%);
	}
	
	.testimonial-item .stars i {
		margin: 0 0.2em;
		font-size: 124%;
	}
	









	/* MODULE: CTA BLOCK */
	
	.module-cta-block[data-is-on-screen] .module-header,
	.module-cta-block[data-is-on-screen] .module-body {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-cta-block[data-is-on-screen].is-on-screen .module-header,
	.module-cta-block[data-is-on-screen].is-on-screen .module-body {
		opacity: 1;
		transform: none;
	}
	
	.module-cta-block[data-is-on-screen] .module-body {
		transition-delay: var(--transition-delay-1);
	}
	
	.module-cta-block {
		background: var(--module-background-color);
		text-align: center;
	}

	.module-cta-block .headline {
		color: var(--headline-color);
	}
	










	/* MODULE: USPs */
	
	.module-usps[data-is-on-screen] .module-header,
	.module-usps[data-is-on-screen] .usps-list > li {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-usps[data-is-on-screen].is-on-screen .module-header,
	.module-usps[data-is-on-screen].is-on-screen .usps-list > li {
		opacity: 1;
		transform: none;
	}
	
	.module-usps[data-is-on-screen] .usps-list > li {
		transition-delay: calc(var(--transition-delay-1) * var(--index));
	}
	
	.module-usps {
		background: var(--module-background-color);
	}
	
	.usps-list {
		justify-content: space-evenly;
		--margin-bottom: 5.625em;
		margin-bottom: calc(var(--margin-bottom) * -1);
	}
	
	.usps-list > li {
		width: 26%;
		text-align: center;
		margin-bottom: var(--margin-bottom);
	}
	
	.usps-list figure img {
		display: none;
	}
	
	.usps-list figure {
		position: relative;
		height: 7.5em;
		margin-bottom: 1.875em;
		width: 100%;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.usps-list .btn-set {
		color: #5a6eff;
	}
	
	.usps-list .btn-set,
	.usps-list .copy {
		margin-top: .85714285714285714285em;
	}











	/* MODULE: STACK */
	
	.module-stack[data-is-on-screen] .module-header,
	.module-stack .stack-list > li[data-is-on-screen] {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-stack[data-is-on-screen].is-on-screen .module-header,
	.module-stack .stack-list > li[data-is-on-screen].is-on-screen {
		opacity: 1;
		transform: none;
	}
	
	.module-stack .module-body {
		max-width: 75em;
		margin: 0 auto;
	}
	
	.stack-list > li {
		color: var(--color);
		background: #fff;
		border-radius: 5px; 
		width: 95%;
		position: relative;
	}
	
	.stack-list > li > div {
		background: var(--background-color);
		border-radius: 5px;
		padding: 3.125em 7.8125em 6.875em 3.125em;
	}
	
	.stack-list > li + li {
		z-index: 2;
		margin-top: -3.125em;
	}
	
	.stack-item-col-set .col-1 {
		width: 7.75em;
		padding-right: 1em;
	}
	
	.stack-item-col-set .col-2 {
		width: calc(100% - 7.75em);
	}
	
	.stack-list > li:nth-child(odd) {
		margin-right: 3.75em;
	}
	
	.stack-list > li:nth-child(even) {
		margin-left: 3.75em;
	}

	.stack-list .nmbr-120 {
		line-height: 1;
		margin-top: -0.1em;
	}
	
	.stack-list .kicker {
		margin-bottom: .71428571428571428571em;
	}
	
	.stack-list .headline {
		margin-bottom: .75em;
	}
	
	.si-content-col-set .col-1 {
		width: 53.50772889417360285300%;
		margin-right: auto;
	}
	
	.stack-list > li:nth-child(even) .si-content-col-set .col-1 {
		margin-right: 0;
		margin-left: auto;
		order: 2;
	}
	
	.si-content-col-set .col-2 {
		width: 43.99524375743162901300%;
	}
	
	.si-content-col-set .col-2:first-child {
		width: 100%;
	}
	
	.stack-list .col-2 .wysiwyg {
		color: #000;
	}
	
	.stack-list .col-2 .wysiwyg a {
		color: var(--color);
	}










	/* MODULE: TABS */
	
	.module-tabs[data-is-on-screen] .module-header,
	.module-tabs[data-is-on-screen] .tabs-col-set > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-tabs[data-is-on-screen].is-on-screen .module-header,
	.module-tabs[data-is-on-screen].is-on-screen .tabs-col-set > * {
		opacity: 1;
		transform: none;
	}
	
	.module-tabs {
		background: var(--module-background-color);
	}
	
	.summary {
		outline: 0;
		cursor: pointer;
		user-select: none;
	}
	
	.module-tabs .module-body {
		max-width: 75.25em;
		margin: 0 auto;
	}
	
	.module-tabs .module-wrap {
		padding-left: 3em;
		padding-right: 3em;
	}
	
	.tabs-col-set .col-1 {
		width: 46.76079734219269102900%;
		margin-right: auto;
		transition-delay: var(--transition-delay-1) !important;
		padding-left: 3.7rem;
	}
	
	.tabs-col-set .col-2 {
		width: 49.83388704318936877000%;
		transition-delay: var(--transition-delay-2) !important;
	}
	
	.tabs-list > li:not(:last-child) {
		margin-bottom: 3.125em;
	}
	
	.module-tabs img {
		border-radius: 5px;
	}
	
	.tabs-list figure {
		display: none;
	}
	
	.tabs-list .details {
		color: var(--module-headline-color);
	}
	
	.tabs-list .headline {
		position: relative;
		transition: color 750ms;
	}
	
	.tabs-list .headline::before {
		content: '\e820';
		font-family: "fontello-v3";
		display: block;
		position: absolute;
		top: 0.2em;
		left: -2em;
		font-size: 71.5%;
		transition: transform 750ms;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}
	
	.tabs-list .details:not(.open) .headline {
		color: #abaaa9;
		transition: color 150ms;
	}
	
	.tabs-list .details:not(.open):hover .headline {
		color: var(--module-headline-color);
	}
	
	.tabs-list .details:not(.open) .headline::before {
		color: var(--module-headline-color);
	}
	
	.tabs-list .details.open .headline::before {
		transform: rotate(90deg);
	}
	
	.tabs-list .details-body {
		display: block;
		position: relative;
		overflow: hidden;
		transform: translateY(-20px);
		opacity: 0;
		pointer-events: none;
		max-height: 0;
		transition: opacity 750ms, transform 750ms, max-height 750ms;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
		color: #32373c;
	}
	
	.tabs-list .details-body > div {
		padding-top: 2em;
	}
	
	.tabs-list .details.open .details-body {
		max-height: 1000px;
		max-height: var(--scroll-height);
		opacity: 1;
		transform: none;
		pointer-events: all;
	}
	
	.tabs-col-set .col-2 > div {
		position: relative;
		height: 0;
		padding-top: 98.333333333333333333%;
	}
	
	.tabs-col-set .col-2 > div figure {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		transition: opacity 750ms;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}
	
	.tabs-col-set .col-2 > div figure.current {
		opacity: 1;
		z-index: 10;
	}
	
	
	
	
	
	
	
	
	
	/* MODULE: CONTACT */
	
	.module-contact[data-is-on-screen] .module-header,
	.module-contact[data-is-on-screen] .contact-col-set > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-contact[data-is-on-screen].is-on-screen .module-header,
	.module-contact[data-is-on-screen].is-on-screen .contact-col-set > * {
		opacity: 1;
		transform: none;
	}
	
	.module-contact[data-is-on-screen] .contact-col-set > *:nth-child(1) {
		transition-delay: var(--transition-delay-1);
	}
	
	.module-contact[data-is-on-screen] .contact-col-set > *:nth-child(2) {
		transition-delay: var(--transition-delay-2);
	}
	
	.module-contact {
		background: var(--module-background-color);
	}
	
	.module-contact .module-body {
		max-width: 71.25em;
		margin: 0 auto;
	}
	
	.contact-col-set .col-1 {
		width: 47.36842105263157894700%;
		margin-right: auto;
	}
	
	.contact-col-set .col-2 {
		width: 47.36842105263157894700%;
	}
	
	.contact-social {
		margin-bottom: 5em;
	}
	
	.contact-col-set .col-1 h3 {
		margin-bottom: 1em;
	}
	
	.contact-persons img {
		max-width: 25em;
	}
	
	.cs-list {
		display: flex;
		flex-flow: row nowrap;
	}
	
	.cs-list > li {
		display: block;
	}
	
	.cs-list > li + li {
		margin-left: 1.25em;
	}
	
	.cs-list a {
		display: block;
		border-radius: 3px;
		background: #fff;
		width: 8.75em;
		height: 8.75em;
		text-align: center;
		position: relative;
	}
	
	.cs-list a.btn-phone {
		color: #1d1591;
	}
	
	.cs-list a.btn-email {
		color: #f03c50;
	}
	
	.cs-list a.btn-whatsapp {
		color: #51b482;
	}
	
	.cs-list a > span {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
	
	.cs-list a > span > span {
		display: block;
	}
	
	.cs-list a .label {
		margin-bottom: .75em;
	}
	
	.cs-list a i {
		line-height: 1;
	}
	
	.cs-list .icon-v3-phone {
		font-size: 287%;
	}
	
	.cs-list .icon-v3-email {
		font-size: 250%;
	}
	
	.cs-list .icon-v3-whatsapp {
		font-size: 250%;
	}
	
	.faq-list > li {
		border-radius: 3px;
		background: #fff;
		margin-bottom: 1.25em;
		color: #596eff;
	}

	.faq-list h3 {
		line-height: 1.3;
		transition: color 150ms;
		padding: 1em;
		padding-right: 3.9em;
		cursor: pointer;
		user-select: none;
		position: relative;
	}

	.faq-list > li:hover .icon-v3-arrow-right,
	.faq-list > li.open .icon-v3-arrow-right {
		color: #fa9ba5;
	}
	
	.faq-list .answer-wrap {
		height: 0px;
		overflow: hidden;
		transition: height .75s;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}
	
	.faq-list > li.open .answer-wrap {
		height: var(--scroll-height);
	}
	
	.no-customproperties .faq-list > li.open .answer-wrap {
		height: auto;
	}
	
	.faq-list .answer-wrap > div {
		padding: 1.25em;
		padding-top: 0;
		padding-bottom: 1.875em;
		padding-right: 4.875em;
		padding-left: 16px;
	}
	
	.faq-list .icon-v3-arrow-right {
    position: absolute;
    right: 1.625rem;
    top: 1.3rem;
		transition: color 150ms, transform 150ms;
	}
	
	.faq-list > li.open .icon-v3-arrow-right {
		transform: rotate(90deg);
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/* MODULE: IMAGE / COPY */
	
	.module-image-copy[data-is-on-screen] .module-header,
	.module-image-copy[data-is-on-screen] .image-copy-col-set > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-image-copy[data-is-on-screen].is-on-screen .module-header,
	.module-image-copy[data-is-on-screen].is-on-screen .image-copy-col-set > * {
		opacity: 1;
		transform: none;
	}
	
	.module-image-copy figure {
		background-color: var(--image-background-color);
		border-radius: 5px;
		margin-right: -5.9375em;
		width: 35.625em;
		height: 38.8125em;
		box-sizing: border-box;
		padding: 6.06250000000000000000em 2.06250000000000000000em;
	}
	
	.module-image-copy figure img {
		display: block;
		position: relative;
		animation: float 6s ease-in-out infinite;
	}
	
	.image-copy-col-set {
		max-width: 64.375em;
		margin: 0 auto;
	}
	
	.image-copy-col-set .col-1 {
		position: relative;
		padding-top: 2.9375em;
		z-index: 1;
		width: 44.46601941747572815500%;
		transition-delay: var(--transition-delay-1) !important;
	}
	
	.image-copy-col-set .col-2 {
		position: relative;
		z-index: 2;
		width: 55.33980582524271844600%;
		transition-delay: var(--transition-delay-2) !important;
	}
	
	
	
	
	
	
	
	
	
	
	/* MODULE: NUMBERS */
	
	.module-numbers[data-is-on-screen] .module-header,
	.module-numbers[data-is-on-screen] .numbers-list > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-numbers[data-is-on-screen].is-on-screen .module-header,
	.module-numbers[data-is-on-screen].is-on-screen .numbers-list > * {
		opacity: 1;
		transform: none;
	}
	
	.number-item {
		border-radius: 5px;
		border: 2px solid #000;
		border-color: var(--color);
		color: var(--color);
		text-align: center;
		box-sizing: border-box;
		padding: 2.5em 1em;
	}
	
	.numbers-list {
		max-width: 71.25em;
		margin: 0 auto;
		--gap: 2.625em;
		margin-bottom: calc(var(--gap) * -1);
	}
	
	.numbers-list > * {
		width: calc(33.32% - 1.75em);
		margin-right: var(--gap);
		margin-bottom: var(--gap);
	}
	
	.numbers-list > *:nth-child(1) {
		transition-delay: var(--transition-delay-1) !important;
	}
	
	.numbers-list > *:nth-child(2) {
		transition-delay: var(--transition-delay-2) !important;
	}
	
	.numbers-list > *:nth-child(3) {
		margin-right: 0;
		transition-delay: var(--transition-delay-3) !important;
	}
	
	.number-item .label {
		margin: 0 auto;
		max-width: 13em;
		border-bottom: 1px solid #000;
		border-color: var(--color);
		padding-bottom: .5em;
		margin-bottom: 1.5em;
		height: 100%;
	}
	
	.number-item .value {
		white-space: nowrap;
	}
	
	
	
	
	
	
	
	
	
	/* MODULE: SLIDESHOW */
	
	.module-slideshow[data-is-on-screen] .module-header,
	.module-slideshow[data-is-on-screen] .module-body {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}
	
	.module-slideshow[data-is-on-screen].is-on-screen .module-header,
	.module-slideshow[data-is-on-screen].is-on-screen .module-body {
		opacity: 1;
		transform: none;
	}
	
	.module-slideshow[data-is-on-screen] .module-body {
		transition-delay: var(--transition-delay-1);
	}
	
	.module-slideshow .module-wrap {
		position: relative;
	}
	
	.module-slideshow .module-body {
		max-width: 71.25em; 
		margin: 0 auto;
	}
	
	.module-slideshow .si-col-set {
		background: #fafafa;
		border-radius: 5px;
		color: #32373c;
		position: relative;
	}
	
	.module-slideshow .si-col-set::before {
		content: '';
		display: block;
		position: absolute;
		right: calc(100% - 10px);
		top: 0;
		bottom: 0;
		width: 11%;
		background: #fafafa;
		border-radius: 5px 0 0 5px;
	}
	
	.module-slideshow .si-col-set .col-1 {
		padding: 3.125em 0 3.125em 1.3125em;
		width: 52.63157894736842105200%;
		margin-right: auto;
		display: block;
	}
	
	.module-slideshow .outer-copy-wrap {
		position: relative;
		transition: height 1s;
	}
	
	.module-slideshow .si-col-set .copy-wrap,
	.module-slideshow .si-col-set .figure-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
	}
	
	.module-slideshow .si-col-set .copy-wrap.current,
	.module-slideshow .si-col-set .figure-wrap.current {
		opacity: 1;
		pointer-events: all;
	}
	
	.module-slideshow .si-col-set .col-2 {
		width: 46.05263157894736842100%;
		position: relative;
	}
	
	.module-slideshow .si-col-set figure {
		position: relative;
		top: -2.875em;
		right: -2.875em;
		width: 100%;
	}
	
	.module-slideshow .outer-figure-wrap {
		position: relative;
		transition: height 1s;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
		border-radius: 5px;
		overflow: hidden;
	}
	
	.module-slideshow .si-col-set figure img {
		border-radius: 5px;
	}
	
	.module-slideshow .kicker {
		color: #32373c;
		margin-bottom: 1.42857142857142857142em;
	}
	
	.module-slideshow .bottom-copy {
		color: #50b483;
		border-top: 1px solid #50b483;
		display: inline-block;
		margin-top: 1.52380952380952380952em;
		padding-top: 0.3em;
	}
	
	.module-slideshow .bottom-copy strong {
		font-size: 109.52380952380952380900%;
	}
	
	
	.slideshow-v3 {
		position: relative;
		transition: height 1s;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}
	
	.slideshow-v3-buttons {
		text-align: center;
		color: #1d1591;
	}
	
	.slideshow-v3-buttons button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		background: 0;
		padding: 0;
		margin: 0;
		box-shadow: none;
		cursor: pointer;
		color: #1d1591;
		outline: 0;
		font-size: 120%;
	}
	
	.module-slideshow .slideshow-v3-buttons button {
		position: absolute;
		top: calc(50% - 4em);
		color: #fff;
		background: #1d1591;
		border-radius: 50%;
		width: 4em;
		height: 4em;
		line-height: 4em;
		z-index: 100;
	}
	
	.module-slideshow .slideshow-v3-buttons button.btn-prev {
		left: -2em;
	}
	
	.module-slideshow .slideshow-v3-buttons button.btn-next {
		right: 2em;
	}
	
	.slideshow-v3-buttons .divider {
		margin: 0 0.2em;
	}
	
	.slideshow-v3-buttons .pagination {
		display: inline-block;
		margin: 0 2em;
	}
	
	.module-slideshow .slideshow-v3-buttons .pagination {
		display: none;
	}
	
	.module-slideshow .btn-set {
		color: #5a6eff;
	}
	
	
	
	
	
	
	
	
	
	
	
	/* MODULE: PORTFOLIO */
	
	.module-portfolio[data-is-on-screen] .module-header,
	.module-portfolio[data-is-on-screen] .portfolio-list > * {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}

	.module-portfolio[data-is-on-screen].is-on-screen .module-header,
	.module-portfolio[data-is-on-screen].is-on-screen .portfolio-list > * {
		opacity: 1;
		transform: none;
	}
	
	.module-portfolio[data-is-on-screen] .portfolio-list > * {
		transition-delay: calc(var(--transition-delay-1) * var(--index));
	}
	
	.module-portfolio {
		background: var(--module-background-color);
	}
	
	.portfolio-list {
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		--margin-bottom: 2.875em;
		margin-bottom: calc(var(--margin-bottom) * -1);
	}
	
	.portfolio-list > li {
		width: 31.818181818181818181%;
		margin-right: 2.272727272727272727%;
		margin-bottom: var(--margin-bottom);
		
	}
	
	.portfolio-list > li:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.portfolio-article {
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 0 2px 0 rgba(40,41,61,0.04), 0 4px 8px 0 rgba(96,97,112,0.16);
		height: 100%;
		overflow: hidden;
	}
	
	.portfolio-article[data-status="sold"],
	.portfolio-article[data-status="reserved"] {
		--price-color: #f04355;
	}
	
	.portfolio-article[data-status="active"] {
		--price-color: #51b382;
	}
	
	.portfolio-article a {
		display: flex;
		flex-flow: column nowrap;
		height: 100%;
	}
	
	.portfolio-article .body {
		padding: 16px;
		padding-bottom: 19px;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.module-portfolio .btn-set {
		margin-top: 4.5em;
		text-align: center;
	}
	
	.portfolio-article .lower-body {
		border-top: 1px solid #edeeee;
		padding-top: .75em;
		margin-top: .6em;
	}
	
	.portfolio-article .lower-body ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	
	.portfolio-article .headline {
		margin-bottom: auto;
	}
	
	.portfolio-article .headline + .attribute {
		margin-top: 1.2em;
	}
	
	.portfolio-article .upper-body {
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap;
	}
	
	.portfolio-article .attribute .label {
		font-size: 12px;
		display: block;
		margin-bottom: 6px;
	}
	
	.portfolio-article .attribute .value {
		font-size: 1.3125em;
	  font-family: 'Space Mono';
	  font-style: normal;
	  font-weight: 400;
	}
	
	@media screen and (max-width: 1000px) {
		.portfolio-article .attribute .value {
			font-size: 15px;
		}
	}
	
	.portfolio-article .upper-body .attribute .value {
		color: var(--price-color, inherit);
	}
	
	.portfolio-article .attribute .value > span {
		font-size: 12px;
	}
	
	.module-portfolio .load-more .col-prev,
	.module-portfolio .load-more .col-pages {
		display: none;
	}

	
	
	
	
	
	
	
	
	
	/* MODULE: EXPERTS */
	
	.module-experts[data-is-on-screen] .module-header,
	.experts-col-set > .col-1,
	.experts-col-set > .col-2 {
		opacity: 0;
		transform: translateY(35px);
		transition: transform 1s, opacity 1s;
	}

	.module-experts[data-is-on-screen].is-on-screen .module-header,
	.module-experts[data-is-on-screen].is-on-screen .experts-col-set > .col-1,
	.module-experts[data-is-on-screen].is-on-screen .experts-col-set > .col-2 {
		opacity: 1;
		transform: none;
	}
	
	.experts-col-set > .col-1 {
		transition-delay: var(--transition-delay-1);
	}
	
	.experts-col-set > .col-2 {
		transition-delay: var(--transition-delay-2);
	}
	
	.module-experts .module-wrap {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.experts-col-set {
		height: 600px;
	}
	
	.experts-col-set > .col-1 {
		width: 711px;
		max-width: calc(100% - 400px);
		height: 100%;
	}
	
	.experts-col-set > .col-2 {
		width: 380px;
		margin-left: auto;
		display: flex;
		flex-flow: column nowrap;
		height: 100%;
	}
	
	.experts-col-set > .col-1 #experts-map {
		height: 100%;
		background: #eee;
		border-radius: 8px;
	}
	
	.experts-form {
		margin-bottom: 24px;
	}
	
	.experts-results {
		flex-grow: 1;
		height: 100%;
		overflow: auto;
		padding: 3px 10px 10px 10px;
		margin: 0 -10px;
	}
	
	.experts-results .expert-card + .expert-card {
		margin-top: 24px;
	}
	
	.expert-card {
		background: #fff;
		box-shadow: 0 0 1px 0 rgba(40,41,61,0.04), 0 2px 4px 0 rgba(96,97,112,0.16);
		border-radius: 8px;
		padding: 16px;
		cursor: pointer;
		user-select: none;
		transition: color 350ms, background 350ms;
	}
	
	.expert-card[data-is-expanded="true"] {
		user-select: auto;
		cursor: auto;
		background: #1d158f;
		color: #fff;
	}
	
	.expert-card .sn-col-set {
		flex-flow: row nowrap;
		width: 100%;
	}
	
	.expert-card .col-1 {
		width: 64px;
		margin-right: 25px;
		display: block;
	}
	
	.expert-card .col-1 img {
		border: 2px solid transparent;
		transition: border-color 350ms;
		width: 100%;
		height: auto;
		display: block;
		background: #fff;
	}
	
	.expert-card[data-is-expanded="true"] .col-1 img {
		border-color: #fff;
	}
	
	.expert-card .col-2 {
		flex-grow: 1;
	}
	
	.expert-card .lower-card {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height, opacity;
		transition-duration: 350ms;
	}
	
	.expert-card[data-is-expanded="true"] .lower-card {
		max-height: var(--scroll-height, 200px);
		opacity: 1;
	}
	
	.expert-card .upper-card {
		display: flex;
		flex-flow: column nowrap;
		height: 64px;
		justify-content: center;
	}
	
	.expert-card .lower-card .address + p {
		margin-top: 11px;
	}
	
	.expert-card .lower-card .btn-set {
		text-align: right;
		margin-top: 20px;
		margin-bottom: 8px;
	}
	
	.expert-card a {
		text-decoration: underline;
	}
	
	.expert-card a:hover {
		text-decoration: none;
	}
	
	
	
	
	
	
	

	




  /* COOKIE BAR */
  
  .cookie-bar {
		font-size: 16px;
    position: fixed;
    z-index: 99;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: #01575A;
    color: #fff;
    transition: transform 250ms;
  }
  
  .cookie-bar.off {
    transform: translateY(100%);
  }
  
  .cookie-bar > .inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  
  .cookie-bar .wysiwyg {
    font-size: 1em;
    max-width: calc(100% - 7em);
  }
  
  .cookie-bar .button {
    position: absolute;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
		z-index: 2;
  }
  
  .cookie-bar .wysiwyg a {
    color: #fff;
    text-decoration: underline;
		font-weight: 600;
  }
  
  .cookie-bar .wysiwyg a:hover {
    text-decoration: none;
  }












	/* FOOTER */

	footer.main > .inner {
		max-width: 76.4375em;
	}

	.footer-col-set {
		font-size: 1.125em;
		color: #32373c;
		line-height: 2;
	}
	
	.footer-col-set .col-1 {
		margin-right: auto;
		padding-right: 2em;
	}
	
	.footer-site-title,
	.back-to-top {
		margin-bottom: 1.66666666666666666666em;
	}
	
	footer.main address strong {
		color: #1d1591;
	}
	
	footer.main div.social {
		color: #596eff;
		margin-top: 1.11111111111111111111em;
	}
	
	footer.main div.social li {
		display: inline-block;
		font-size: 134%;
		margin-right: 0.6em;
	}
	
	footer.main div.social .title-wrap {
		display: none;
	}
	
	nav.footer {
		margin-bottom: 3.88888888888888888888em;
	}
	
	nav.footer li > span > .title-wrap {
		color: #ef3c50;
		font-weight: 600;
	}
	
	nav.footer a {
		transition: color 150ms;
	}
	
	nav.footer a:hover,
	nav.footer a:focus,
	nav.footer .current-menu-item > a {
		color: #596eff;
	}
	
	nav.footer .current-menu-item > a {
		text-decoration: underline;
	}

	.back-to-top {
		text-align: right;
		height: 2.77777777777777777777em;
		line-height: 2.77777777777777777777em;
	}
	
	.back-to-top a {
		color: #51b482;
		font-size: .88888888888888888888em;
	}
	
	.back-to-top a > span {
		vertical-align: middle;
	}
	
	.back-to-top a i {
		font-size: 194%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.back-to-top a .icon-wrap {
		margin-left: 10px;
	}
	
	nav.footer .menu.sn-col-set > li {
		margin-right: 4.44444444444444444444em;
	}
	
	nav.footer .menu.sn-col-set > li:last-child {
		margin-right: 0;
	}
	
	footer.main .copyright {
		font-size: .88888888888888888888em;
	}









/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (max-width: 1450px) {

	html {
		font-size: 1.10344827586206896551vw;
	}
	
	body {
		padding-top: 83px;
	}
	
	
	header.main,
	footer.main {
		font-size: 16px;
	}
	
	
	.hdln-75 {
		font-size: 5.17241379310344827586vw;
	}
	
	.hdln-52 {
		font-size: 3.58620689655172413793vw;
	}
	
	.hdln-42 {
		font-size: 2.89655172413793103448vw;
	}
	
	.hdln-32 {
		font-size: 2.20689655172413793103vw;
	}
	
	.hdln-28i {
		font-size: 1.93103448275862068965vw;
	}
	
	.hdln-27 {
		font-size: 1.86206896551724137931vw;
	}
	
	.cpy-21,
	.hdln-21 {
		font-size: 1.44827586206896551724vw;
	}
	
	.cpy-18,
	.btn,
	.lnk {
		font-size: 1.24137931034482758620vw;
	}
	
	.nmbr-42 {
		font-size: 2.89655172413793103448vw;
	}
	
	.nmbr-50 {
		font-size: 3.44827586206896551724vw;
	}
	
	.nmbr-120 {
		font-size: 7.17241379310344827586vw;
	}
	
	

}

/* 1450 */








@media only screen and (max-width: 1290px) {

	.cpy-18,
	.lnk {
		font-size: 16px;
	}

}

/* 1290 */







@media only screen and (max-width: 1100px) {

	.cpy-21,
	.hdln-21 {
		font-size: 16px;
	}
	
	.cs-list a .label {
		font-size: 1.4vw;
	}
	
	.overlay-flyout .flyout-col-set {
		width: calc(100vw - 4em);
	}

}

/* 1100 */






@media only screen and (max-width: 1000px) {
	
	.hdln-27 {
		font-size: 18px;
	}

	.btn {
		font-size: 13px;
	}
	
	.hdln-32 {
		font-size: 21px;
	}

}

/* 1000 */






@media only screen and (max-width: 850px) {

	.si-content-col-set .col-1 {
		width: 25%;
	}
	
	.si-content-col-set .col-2 {
		width: 73%;
	}
	
	.contact-col-set .col-1 {
		width: 42%;
	}
	
	.contact-col-set .col-2 {
		width: 55%;
	}
	
	
	
	.experts-col-set > .col-1 {
		max-width: calc(100% - 330px);
	}
	
	.experts-col-set > .col-2 {
		width: 310px;
	}
	
	
}

/* 850 */




	
	
	



@media only screen and (max-width: 750px) {

	.image-copy-col-set {
		max-width: none;
	}
	
	.module-image-copy figure {
		width: 100%;
		height: auto;
	}
	
	.numbers-list {
		max-width: none;
	}
	
	.testimonials-list {
		max-width: none;
	}
	
	.hero-col-set {
		max-width: none;
	}
	
	.module-tabs .module-body {
		max-width: none;
	}
	
	.module-tabs .module-wrap {
		padding-right: 0;
	}
	
	.hours-status-v3 {
		display: none;
	}
	
	nav.footer {
		display: none;
	}
	
	.footer-col-set .col-1 {
		width: 100%;
		display: block;
		margin-bottom: 1.5em;
	}
	
	.footer-col-set .col-2 {
		width: 100%;
		display: block;
	}
	
	.back-to-top {
		display: none;
	}
	
	.tabs-col-set .col-1 {
		padding-left: 0;
	}
	
	
	.usps-list > li {
		width: 38%;
	}
	
	.usps-list figure {
		height: 13.5em;
	}
	
	
	
	
	.portfolio-list {
		--margin-bottom: 2.5rem;
	}
	
	.portfolio-list > li:nth-child(n) {
		width: calc(50% - 1.25rem);
		margin-right: 2.5rem;
	}
	
	.portfolio-list > li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	
	
	
	.experts-col-set {
		height: auto;
	}
	
	.experts-col-set > .col-1 {
		max-width: none;
		width: 100%;
		margin-bottom: 3.5rem;
		height: 50vw;
	}
	
	.experts-col-set > .col-2 {
		width: 100%;
		height: auto;
		max-height: none;
	}
	
	.experts-form {
		background: #fff;
		top: 82px;
		padding: 16px;
		margin: -16px;
		margin-bottom: 24px;
		position: sticky;
		z-index: 2;
	}
	
	.experts-results {
		height: auto;
	}
	
	
	
	
	
	
	

}

/* 750 */





@media only screen and (max-width: 650px) {
	
	.module-slideshow .si-col-set {
		padding: 6em 2.5em 4.5em 2.5em;
	}
	
	.module-slideshow .si-col-set .col-1 {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	.module-slideshow .si-col-set .col-2 {
		display: block;
		width: 100%;
		margin-top: 3.5em;
	}
	
	.module-slideshow .si-col-set figure {
		top: 0;
		left: 0;
		right: auto;
		width: calc(100% + 6.5em); 
	}
	
	.module-slideshow .hdln-42,
	.module-slideshow .hdln-32 {
		line-height: 1.33333333333333333333;
	}
	
	.module-slideshow .slideshow-v3-buttons {
		font-size: 150%;
	}
	
	.module-slideshow .slideshow-v3-buttons button.btn-prev {
		left: 3.25em;
	}
	
	.module-slideshow .slideshow-v3-buttons button.btn-next {
		right: -0.25em;
	}
	
	.slideshow-v3-buttons .pagination {
		font-size: 1.3125em;
		margin: 0 1em;
	}
	
	.module-slideshow {
		overflow: hidden;
	}
	
}

/* 650 */





@media only screen and (max-width: 600px) {

	html {
		font-size: 3.86473429951690821256vw;
	}
	
	.module .module-inner, header.main > .inner, footer.main > .inner, .cookie-bar > .inner, nav.magazine-header > .inner, .page-flyout .scroll {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	header.main, footer.main {
		font-size: inherit;
	}
	
	header.main > .inner {
		padding-top: 1.375em;
		padding-bottom: 1.375em;
	}
	
	header.main a {
		font-size: inherit;
	}
	
	header.main .col-2 a {
		font-size: .75em;
	}
	
	body {
		padding-top: 4.875em;
	}
	
	.site-title img {
		height: auto;
		width: 5.3125em;
		max-width: none;
	}

	
	
	
	
	.hdln-75 {
		font-size: 2.625em;
		letter-spacing: 0;
	}
	
	.hdln-52 {
		font-size: 2rem;
		letter-spacing: 0;
	}
	
	.hdln-42 {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	
	.hdln-32 {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	
	.hdln-28i {
		font-size: 1.5rem;
		line-height: 1.41666666666666666666;
		letter-spacing: .01458333333333333333em;
	}
	
	.hdln-27 {
		font-size: 1.25rem;
	}
	
	.cpy-21,
	.hdln-21 {
		font-size: 1.125rem;
	}
	
	.cpy-18 {
		font-size: 1.125rem;
	}
	
	.nmbr-42 {
		font-size: 1.875rem;
	}
	
	.nmbr-50 {
		font-size: 2.25rem;
	}
	
	.nmbr-120 {
		font-size: 2rem;
	}
	
	.btn {
		font-size: .875rem;
	}
	
	.spanned > span {
		display: inline;
	}
	
	
	
	
	
	.module .module-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.module-header,
	.module-video .module-inner,
	.module-copy .module-inner,
	.module-experts .module-inner {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	.cookie-bar .button {
		right: 1.25rem;
	}
	
	.cookie-bar > .inner {
		padding-top: 1.25em;
		padding-bottom: 1.25em;
	}
	
	.cookie-bar .wysiwyg {
		line-height: 1.3;
		max-width: calc(100% - 5em);
	}
	
	.module-hero .module-inner {
		padding-top: 2.4375em;
	}
	
	.hero-col-set .col-1 {
		order: 2;
		width: 100%;
		margin-top: -1em;
		z-index: 1;
		position: relative;
	}
	
	.hero-col-set .col-1 figure {
		padding-left: 7.25em;
	}
	
	.module-hero .btn-play {
		width: 5em;
		height: 5em;
		line-height: 5em;
	}
	
	.module-hero .btn-play i {
		font-size: 190%;
	}
	
	.hero-col-set .col-2 {
		order: 1;
		width: 100%;
		padding-right: 2.75em;
		z-index: 2;
		position: relative;
	}
	
	.module-hero .module-background {
		bottom: 1.9em;
	}
	
	.box .btn-set {
		margin-top: 1.75em;
	}
	
	.box {
		padding: 1.875em 1.25em 2.5em 1.25em;
	}
	
	.module-hero .box {
		padding: 2.5em;
	}
	
	.hero-col-set .box,
	.image-copy-col-set .box {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.margin-180 {
		margin-bottom: 4.875em;
	}
	
	.module-header.type-a {
		margin-bottom: 3.125em;
	}
	
	
	
	
	.module-tabs .module-wrap {
		padding-left: 0;
	}
	
	.tabs-col-set .col-2 {
		display: none;
	}
	
	.tabs-col-set .col-1 {
		width: 100%;
		margin-right: 0;
	}
	
	.tabs-list > li {
		padding-left: 3.75em;
	}
	
	.tabs-list > li:not(:last-child) {
		margin-bottom: 1.875em;
	}
	
	.tabs-list figure {
		display: block;
		margin-bottom: 1.25em;
	}
	
	.tabs-list figure img,
	.module-image-copy figure {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.tabs-list .details-body > div {
		padding-top: 1.25em;
	}
	
	.tabs-list .copy {
		padding-right: 1.11111111111111111111em;
	}
	
	.tabs-list .btn-set {
		margin-top: 1.4em;
	}
	
	.tabs-list .headline::before {
		left: -2.2em;
	}
	
	
	
	
	.image-copy-col-set .col-1 {
		order: 2;
		width: 100%;
		padding-top: 0;
		margin-top: -4.25em;
	}
	
	.image-copy-col-set .col-2 {
		width: 100%;
		order: 1;
		padding-right: 2.75em;
	}
	
	.module-image-copy figure {
		width: 20.875em;
		height: 20.875em;
		padding: 1.25em;
		margin: 0;
		margin-left: auto;
	}
	
	.module-image-copy figure img {
		height: 100%;
		object-fit: contain;
	}
	
	
	
	.numbers-list,
	.card-list {
		padding: 0 2.5em;
		margin-bottom: 0;
	}
	
	.numbers-list > *,
	.card-list > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.875em;
	}
	
	.numbers-list > *:last-child,
	.card-list > *:last-child {
		margin-bottom: 0;
	}
	
	.number-item,
	.card > div {
		padding: 1.7em 1em 1.5em;
	}

	.number-item .label {
		margin-bottom: 0.7em;
	}
	
	
	
	
	.card figure {
		display: block;
		height: 10.625em;
		margin-bottom: 1.5em;
	}
	
	
	
	
	.module.has-background .module-inner {
		padding-top: 3.125em;
		padding-bottom: 3.125em;
	}
	
	.module-header.type-b {
		padding-left: 2.5em;
		padding-right: 2.5em;
	}
	
	.module-header.type-b .module-subheadline {
		margin-top: 1.2em;
		text-align: left;
	}
	
	
	
	
	
	.module-copy .module-inner {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	.module-copy:first-child {
		margin-top: 4em;
	}
	
	



	.module-testimonials.has-background .module-inner {
		padding-bottom: 0;
	}
	
	.testimonials-list {
		display: block;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 6.625em;
	}
	
	.testimonial-item {
		display: inline-block;
		width: 73.42995169082125603864vw;
		scroll-snap-align: center;
		white-space: normal;
		padding: 5.1875em 1.5625em 2.5em;
	}
	
	.testimonial-item:first-child {
		margin-left: 13.28502415458937198067vw;
	}
	
	.testimonial-item:last-child {
		margin-right: 13.28502415458937198067vw;
	}
	
	.testimonial-item .place {
		font-size: 1rem;
	}
	
	.testimonials-nav {
		position: absolute;
		bottom: 3.5em;
		left: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 3.4375em;
		flex-flow: row nowrap;
		text-align: center;
	}
	
	.testimonials-nav > .page {
		text-align: center;
	}
	
	.testimonials-nav > .btn-next {
		text-align: right;
	}
	
	.testimonials-nav > .off {
		opacity: 0;
		pointer-events: none;
	}
	
	
	.module-cta-block .module-header.type-b {
		margin-bottom: 1.125em;
	}
	
	.module-cta-block .padding-100 {
		padding-top: 3.25em;
		padding-bottom: 3.25em;
	}
	
	
	
	.stack-item-col-set {
		display: block;
		width: 100%;
	}
	
	.stack-item-col-set > .col-1 {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: right;
		position: relative;
	}
	
	.stack-item-col-set > .col-1 > * {
		position: absolute;
		right: -.5em;
		top: 0;
	}
	
	.stack-item-col-set > .col-2 {
		display: block;
		width: 100%;
	}
	
	.stack-list > li > div {
		padding: 2em 2em 3.5em !important;
	}
	
	.stack-list .kicker {
		padding-top: 0.3em;
		margin-bottom: 1.5em;
	}
	
	.stack-list > li:nth-child(2n) {
		margin-left: 0.9em;
		text-align: left;
	}
	
	.stack-list > li:nth-child(2n+1) {
		margin-right: 0;
		margin-left: 0.45em;
	}
	
	.stack-list > li + li {
		margin-top: -0.75em;
	}
	
	.stack-list > li:nth-child(n) .si-content-col-set .col-1 {
		order: 1;
		width: 100%;
		margin-bottom: 1.5em;
		padding-left: 0;
	}
	
	.si-content-col-set .col-2 {
		width: 100%;
		order: 2;
	}
	
	
	
	.module-slideshow .si-col-set {
		padding: 2.5em;
		padding-right: 1em;
	}
	
	.module-slideshow .module-body {
		padding-right: 2.5em;
	}
	
	.module-slideshow .si-col-set figure {
		width: calc(100% + 2.5em);
	}
	
	.module-slideshow .si-col-set .col-2 {
		margin-top: 1.5em;
	}
	
	.module-slideshow .bottom-copy {
		margin-top: 1em;
	}
	
	.module-slideshow .kicker {
		margin-bottom: 1em;
	}
	
	html.objectfit .module-slideshow .si-col-set figure img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		object-position: center center;
	}
	
	
	
	.slideshow-v3-buttons {
		width: 100vw;
	}
	
	.module-upgrade .bottom-copy {
		max-width: none;
		padding: 0 2.5em;
	}
	
	.module-slideshow .slideshow-v3-buttons {
		font-size: 60%;
	}
	
	.module-slideshow .slideshow-v3-buttons button.btn-prev {
		display: none;
	}
	
	.module-slideshow .slideshow-v3-buttons button.btn-next {
		right: 7vw;
		top: auto;
		bottom: 5vw;
	}
	
	
	
	
	.testimonial-item {
		padding: 0;
	}
	
	.testimonial-item .image {
		padding-left: 0;
	}

	.testimonial-item blockquote {
		margin-bottom: 1.7em;
	}
	
	
	
	
	.module-contact .padding-100 {
		padding-top: 2.1875em;
		padding-bottom: 0.3em;
	}
	
	.module-contact .module-body {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	
	.contact-col-set .col-1 {
		width: 100%;
		display: block;
		margin-bottom: 3.125em;
		text-align: center;
	}
	
	.contact-col-set .col-2 {
		width: 100%;
		display: block;
	}
	
	.contact-persons img {
		max-width: 100%;
	}
	
	.module-contact .module-header.type-a {
		margin-bottom: 3.125em;
	}
	
	.contact-social {
		margin-bottom: 3.125em;
	}
	
	.cs-list > li {
		width: calc(33.32% - .3125em);
	}
	
	.cs-list a {
		width: auto;
		height: 0;
		padding-top: 100%;
	}
	
	.cs-list a .label {
		font-size: 1rem;
		margin-bottom: 0.4em;
	}
	
	.faq-list .answer-wrap > div {
		padding-left: 22px;
	}
	
	
	
	.usps-list {
		--margin-bottom: 2.625em;
		padding: 0 1.25em;
	}
	
	.usps-list > li {
		width: 100%;
	}
	
	.usps-list > li > div {
		display: flex;
		flex-flow: row nowrap;
	}
	
	.usps-list figure {
		height: 5.5em;
		margin-bottom: 0;
		width: 19%;
	}
	
	.usps-list > li > div > div {
		width: 74%;
		margin-left: auto;
		text-align: left;
	}
	
	.usps-list .btn-set, .usps-list .copy {
		margin-top: 0.35em;
	}
	
	
	
	.portfolio-list {
		--margin-bottom: 1.25em;
		padding: 0 1.25em;
	}
	
	.portfolio-list > li:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
	
	.portfolio-article .attribute .label,
	.portfolio-article .attribute .value > span {
		font-size: 3.75vw;
	}
	
	.portfolio-article .attribute .value {
		font-size: 4.6875vw;
	}
	
	
	
	.experts-col-set > .col-1 {
		margin-bottom: 1.25rem;
		height: 60vw;
	}
	
	.experts-form {
		top: 19vw;
	}
	
	

}

/* 600 */






@media only screen and (max-width: 320px) {

	html {
		font-size: 13px;
	}
	
}


















@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

  * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: "";
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group;
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  @page {
      margin: 1cm;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
  
  .cookie-bar,
  .btn-wp-edit {
    display: none !important;
  }
  
  header.main,
  footer.main {
    display: none;
  }
    
}


