@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css');
@font-face {
	font-family: Calibre;
	src: url(https://pages.10xgenomics.com/rs/446-PBO-704/images/CalibreWeb-Semibold.woff);
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Calibre;
	src: url(https://pages.10xgenomics.com/rs/446-PBO-704/images/CalibreWeb-Medium.woff);
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Calibre;
	src: url(https://pages.10xgenomics.com/rs/446-PBO-704/images/CalibreWeb-Regular.woff);
	font-weight: 400;
	font-style: normal;
}

html {
	box-sizing: border-box;
	font-size: 1.125rem !important;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #384967;
	font: 400 100%/1.6 Calibre, Arial, Helvetica;
}

.mktoForm,
.mktoForm .mktoFieldWrap,
.mktoFormCol,
.mktoForm .mktoHtmlText,
.mktoForm input,
.mktoLogicalField .mktoCheckboxList {
	width: 100% !important;
}

@media only screen and (min-width: 480px) {
	.mktoFormCol:first-child:nth-last-child(2),
	.mktoFormCol:first-child:nth-last-child(2)~.mktoFormCol {
		width: 100% !important;
	}
	.mktoFormCol:first-child:nth-last-child(3),
	.mktoFormCol:first-child:nth-last-child(3)~.mktoFormCol {
		width: 50% !important;
	}
	.mktoFormCol:first-child:nth-last-child(4),
	.mktoFormCol:first-child:nth-last-child(4)~.mktoFormCol {
		width: 33.3333% !important;
	}
	.mktoFormCol:first-child:nth-last-child(3)~.mktoFormCol {
		padding-left: 0.3em !important;
	}
}

/* @media only screen and (max-width:480px) {
    .mktoFormCol { width: 100% !important; }
} */

.mktoFormRow {
	width: 100%;
}

.mktoAsterix {
	display: none !important;
}

.mktoForm .mktoGutter {
	display: none !important;
}

.mktoButtonWrap {
	margin-left: 0 !important;
}

.mktoForm {
	clear: both;
	margin: 0rem;
}

.mktoForm .mktoLayoutAbove .mktoRadioList,
.mktoForm .mktoLayoutAbove .mktoCheckboxList {
	width: auto !important;
	float: left !important;
	clear: none !important;
	display: block;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
	display: inherit
}

.mktoForm input[type="radio"],
.mktoForm input[type="checkbox"] {
	width: auto !important;
}

.mktoForm fieldset legend {
	margin: inherit !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
	border: 0;
	border-radius: 6px;
	background: #0071D9;
	color: #fff;
	display: block;
	font-weight: 600;
  font-size: 1.25rem;
	line-height: 1;
	margin: 1rem 0;
	padding: 0.75rem 2rem;
	text-align: center;
	text-decoration: none;
	width: 100% !important;
}

.mktoForm .mktoLabel {
	color: #384967 !important;
	display: inline-block;
	font-weight: 400 !important;
	width: 100% !important;
	padding-bottom: 0.25rem;
}

.mktoForm input,
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	background: #fff;
	background-clip: padding-box;
	border: 1px solid #C1C6C8;
	border-radius: 6px;
	/* color: #C1C6C8 !important; */
	padding: 0.5rem 1rem !important;
	font-weight: 400;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	width: 100% !important;
	height: auto;
}

.mktoForm textarea.mktoField {
	display: inline-block;
	vertical-align: middle;
	height: 5rem !important
}

.mktoForm .mktoButtonRow {
	width: 100% !important;
	text-align: center !important;
	margin-bottom: 20px;
	margin-top: 1.5rem;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
	width: 100% !important;
	float: left !important;
	clear: none !important;
	padding: 0 !important;
	display: block;
}

.mktoForm .mktoCheckboxList input {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.mktoForm .mktoCheckboxList input,
.mktoForm .mktoCheckboxList label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 !important;
	cursor: pointer;
	padding: 0 0 10px 0;
}

.mktoForm .mktoCheckboxList label {
	position: relative;
}

/* .mktoForm .mktoCheckboxList>label {
	width: 100%;
	text-align: justify;
	margin: 0 !important;
	color: #384967 !important;
} */
.mktoForm .mktoCheckboxList > label {
	width: 100%;
	/* margin: 0px !important; */
	text-align: justify;
	margin: 0 !important;
	color: #384967 !important;
}

.mktoForm .mktoCheckboxList input+label:before {
	content: '';
	background: #fff;
	border: 1px solid #C1C6C8;
	border-radius: 0.25rem;
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin-right: 10px;
	text-align: center;
	font-size: 0.8rem;
	box-sizing: border-box;
	min-height: 1rem;
	min-width: 1rem;
}

.mktoForm .mktoCheckboxList input:checked+label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-weight: 600;
	background: #C1C6C8;
	color: #fff;
	border-color: #C1C6C8;
	line-height: 1rem;
}

.mktoForm .mktoCheckboxList>label {
	margin-left: 0;
}

.mktoFieldDescriptor, .mktoFormCol {
	font-size: 1rem;
	margin: 0;
}

/* Radio */
.mktoRadioList input {
	opacity: 0;
	position: absolute;
}

.mktoRadioList input,
.mktoRadioList label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.mktoRadioList label {
	position: relative;
}

.mktoRadioList input+label:before {
	content: '';
	background: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	padding: 2px;
	text-align: center;
}

.mktoRadioList input + label:before {
	border-radius: 50%;
}

.mktoRadioList input:checked + label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #bbb;
	font-size: 1rem;
}

.mktoRadioList input:focus + label {
  outline: 1px solid #ddd; /* focus style */
}

body .mktoForm .mktoRadioList > label {
	margin: .5rem 1rem .3rem 0;
	line-height: 1.5rem;
}

.mktoForm .mktoRadioList {
	display: block;
	/* display: flex; */
}
/* End Radio */

@media only screen and (max-width: 640px) {
	form.mktoForm {
		padding: 25px;
	}
	.mktoForm .mktoFormCol {
		width: 100% !important;
	}
	.mktoForm .mktoFieldWrap {
		padding-right: 0 !important;
	}
}

@media only screen and (max-width: 480px) {
	.mktoForm {
		padding: 0 !important;
	}
	.mktoForm .mktoFormCol {
		width: 100% !important;
	}
	.mktoForm .mktoFieldWrap {
		padding-right: 0 !important;
	}
	.mktoForm input,
	.mktoForm input[type=text],
	.mktoForm input[type=url],
	.mktoForm input[type=email],
	.mktoForm input[type=tel],
	.mktoForm input[type=number],
	.mktoForm input[type=date],
	.mktoForm textarea.mktoField,
	.mktoForm select.mktoField {
		height: auto !important;
}

/* Select */


/* class applies to select element itself, not a wrapper element */

.mktoForm select:not([multiple]).mktoField {
	display: block;
	font-family: Calibre;
	font-weight: 400;
	color: #C1C6C8;
	width: 100%;
	max-width: 100%;
	/* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #C1C6C8;
	border-radius: 6px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
    
  */
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22322px%22%20height%3D%22192px%22%20viewBox%3D%220%200%20322%20192%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20d%3D%22M152.5%2C187.8%20L4.5%2C41%20C-0.2%2C36.3%20-0.2%2C28.7%204.5%2C24%20L24.3%2C4.2%20C29%2C-0.5%2036.6%2C-0.5%2041.3%2C4.2%20L161%2C122.7%20L280.7%2C4.2%20C285.4%2C-0.5%20293%2C-0.5%20297.7%2C4.2%20L317.5%2C24%20C322.2%2C28.7%20322.2%2C36.3%20317.5%2C41%20L169.5%2C187.8%20C164.8%2C192.5%20157.2%2C192.5%20152.5%2C187.8%20Z%22%20id%3D%22Path%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}


/* Hide arrow icon in IE browsers */

.mktoForm select.mktoField::-ms-expand {
	display: none;
}


/* Hover style */

.mktoForm select.mktoField:hover {
	border-color: #888;
}


/* Focus style */

.mktoForm select.mktoField:focus {
	border-color: #aaa;
	/* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}


/* Set options to normal weight */

.mktoForm select.mktoField option {
	font-weight: 400;
	font-size: 1rem;
	padding-bottom: .25rem;
}


/* Support for rtl text, explicit support for Arabic and Hebrew */

*[dir="rtl"] .mktoForm select.mktoField,
 :root:lang(ar) .mktoForm select.mktoField,
 :root:lang(iw) .mktoForm select.mktoField {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}


/* Disabled styles */

.mktoForm select:not([multiple]).mktoField:disabled,
.mktoForm select.mktoField[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.mktoForm select.mktoField:disabled:hover,
.mktoForm select.mktoField[aria-disabled=true] {
	border-color: #aaa;
}

.mktoForm .mktoOffset {
	height: .25rem !important;
}