/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;    
}

::-moz-selection {
	background-color: #eaeaea;
	color: #1a1a11;
}

::selection {
	background-color:  #eaeaea;
	color: #1a1a1a;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #666;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

.footer {
	margin-top:20px!important;
}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
    color:#1a1a1a;
}

strong {
	font-weight: 600;
}

ul, ol {
	margin: 0;
	padding: 0.1em 1em 0.1em 1em;
}

ol {
    list-style-type:cambodian;
}

li {
    margin: 0.6em 0 0.6em 0;
    padding:0 0 0 0.2em;
    line-height: 1.5em;
}

ol.no {
    list-style-type:none; 
}

ol.no li {
	background-image: url('https://files.persona.co/48771/simple-remove.svg');
	background-position: 0em 0.6em; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
    background-size: 3%;
	padding:0 0 0 1.2em;
}

ol.si {
    list-style-type:none; 
}

ol.si li {
	background-image: url('https://files.persona.co/48771/check-2.svg');
	background-position: 0em 0.6em; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
    background-size: 3%;
	padding:0 0 0 1.2em;
}

p {
	margin: 0.6em 0 0.6em 0;
}



/*li:before {
    content:"👉🏻";
    padding: 0 0.5em 0 0;
}*/

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 1em;
    border-left: 0.1em solid rgba(153, 153, 153, 0.5);
    text-decoration: none;
    color:#1a1a1a
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(255, 255, 255, 0)/*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 4.6rem/*!main_margin*/;
    padding-top:1rem!important;
}

[data-css-presets="true"] .content_width {
	width: 78rem/*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.8rem;
	font-weight: 400;
	color: #666;
	font-family: "Nitti Grotesk", Social /*!Persona*/;
	font-style: normal;
	line-height: 1.6;
}

[data-predefined-style="true"] main a {
	color: #1a1a1a;
    padding-bottom: 0.01em;
    border-bottom: 0.08em solid rgba(153, 153, 153, 0.5);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
	border-bottom: 0;
	padding-bottom: 0;
    background:  #eaeaea;
    -webkit-box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-decoration-break: none;
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}


[data-predefined-style="true"] main a.lonelink  {
    line-height:5rem;
    
}

[data-predefined-style="true"] h1 {
	font-family: "Playfair Display", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 6.8rem;
	line-height: 1.2;
	color: #1a1a1a;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1.hero {
	font-size: 6.5rem;
	line-height: 1.1;
    padding-top:16px;
    letter-spacing: 0.06em;
    hyphens: auto;
}

[data-predefined-style="true"] h1 a {
	color: #1a1a1a;
    padding-bottom: 0em;
    border-bottom: 0;
}

[data-predefined-style="true"] h2 {
	font-family: "Playfair Display", Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0 0 1rem 0;
	color: #1a1a1a;
	font-size: 2.2rem;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
    hyphens: auto!important;
}

[data-predefined-style="true"] h2 a {
	color: #1a1a1a;
}

[data-predefined-style="true"] h2 a:hover {
	color: #1a1a1a!important;
}

[data-predefined-style="true"] h2 .csoon {
	color: rgba(255, 255, 255, 0.4);
}

[data-predefined-style="true"] h2.list {
	line-height: 1.3;
    margin-bottom:1.9rem;
}

[data-predefined-style="true"] h3 {
	font-family: Nitti, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0 0 1rem 0;
	color: #1a1a1a;
	font-size: 1.8rem;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
    hyphens: auto!important;
}

[data-predefined-style="true"] h3 a {
	color: #1a1a1a;
}

[data-predefined-style="true"] h3 a:hover {
	color: #1a1a1a!important;
}

[data-predefined-style="true"] h3 .csoon {
	color: rgba(255, 255, 255, 0.4);
}

[data-predefined-style="true"] small {
    display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: Nitti, Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: #1a1a1a;
    letter-spacing: 0.06rem;
    text-transform:uppercase;
}

[data-predefined-style="true"] small a {
	color: rgb(26, 26, 26);
    padding-bottom: 0em;
    border-bottom: 0;
    text-decoration: none;
	border-bottom-width: 0.1em;
}

[data-predefined-style="true"] small.disabled {
	color:#ccc;
}

[data-predefined-style="true"] small.caption {
    color:#ccc;
    font-size:1.5rem;
    line-height:2.4rem;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0.03rem;
}

[data-predefined-style="true"] .light {
	color: #fff;
}

[data-predefined-style="true"] .light a {
	color: #fff;
}

[data-predefined-style="true"] .light a:hover {
	color: #1a1a1a;
    background: #eaeaea;
    -webkit-box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-decoration-break: none;
}

[data-predefined-style="true"] .grayhighlight {
	color: #1a1a1a;
    background: #eaeaea;
    -webkit-box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-decoration-break: none;
    padding-bottom: 0em;
    border-bottom: 0;
}

[data-predefined-style="true"] h2 .grayhighlight {
	color: #1a1a1a;
    background: #eaeaea;
    -webkit-box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-decoration-break: none;
    padding-bottom: 0em;
    border-bottom: 0;
}

[data-predefined-style="true"] .grayhighlight a {
    color:#1a1a1a;
}

[data-predefined-style="true"] .grayhighlight a:hover {
    color:#1a1a1a;
    background: #eaeaea;
    -webkit-box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-decoration-break: none;
}

[data-predefined-style="true"] .light .highlight {
    background: #eaeaea;
    color:#1a1a1a;
    -webkit-box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-shadow: -2px 0px 0px #eaeaea, 2px 0px 0px #eaeaea;
    box-decoration-break: none;
    padding-bottom: 0em;
    border-bottom: 0;
}

[data-predefined-style="true"] .light .highlight a {
    color:#1a1a1a;
}

[data-predefined-style="true"] .light .highlight a:hover {
    color:#1a1a1a;
}

[data-predefined-style="true"] .scream {
    text-transform:uppercase;
}

[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(0, 0, 0, 0)/*!subpage_overlay*/;
}

[data-predefined-style="true"] .small-int {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #666;
	font-family: "Nitti Grotesk", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
}


[data-predefined-style="true"] .quote {
	font-family: "Playfair Display", Social /*!Google*/;
	font-style: normal;
    font-size: 1.6rem;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1rem 0;
	color: #1a1a1a;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
    hyphens: auto!important;
}

[data-predefined-style="true"] .quote a {
	color: #1a1a1a;
}


#top {
    padding-top:20px;
}

.separator {
    color:#999;
    font-weight: 200;
}

/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
    visibility: hidden;
}


/**
 * NL Form
 */

.flabel {
	font-size: 1.8rem;
	font-weight: 400;
	color: #666;
	font-family: "Nitti Grotesk", Social /*!Persona*/;
	font-style: normal;
	line-height: 1.6;
}

.fbutton {clear: both;
    background-color: #1a1a1a;
    border: 0 none;
    border-radius: 0!important;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    line-height: 22px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    margin-left:0!important;
}


fieldset {
    display: block;
    margin:0!important;
    padding:0!important;
    border-width: 0!important;
}

.boxcorrect{
    width:auto!important;
    display: inline!important;
}


/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
    visibility: hidden!important;
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}