@charset "UTF-8";
@import url("../fonts/fontello/css/flo-icons.css");
@import url("../fonts/default/font.css");

@media print, screen and (min-width:48em) {
.reveal, .reveal.tiny, .reveal.small, .reveal.large {
	right: auto;
	left: auto;
	margin: 0 auto
}
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
.foundation-mq {
	font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em"
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	line-height: 1;
	cursor: auto
}
[data-whatinput='mouse'] button {
	outline: 0
}
pre {
	overflow: auto
}
button, input, optgroup, select, textarea {
	font-family: inherit
}
.is-visible {
	display: block !important
}
.is-hidden {
	display: none !important
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}
textarea {
	max-width: 100%
}
textarea[rows] {
	height: auto
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}
[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}
input[type='search'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
::-webkit-input-placeholder {
color:#cacaca
}
::-moz-placeholder {
color:#cacaca
}
:-ms-input-placeholder {
color:#cacaca
}
::-ms-input-placeholder {
color:#cacaca
}
::placeholder {
color:#cacaca
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem
}
[type='checkbox']+label, [type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}
[type='checkbox']+label[for], [type='radio']+label[for] {
	cursor: pointer
}
label>[type='checkbox'], label>[type='radio'] {
	margin-right: .5rem
}
[type='file'] {
	width: 100%
}
label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a
}
label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}
.help-text {
	margin-top: -0.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #0a0a0a
}
.input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.input-group>:first-child, .input-group>:first-child.input-group-button>* {
	border-radius: 0
}
.input-group>:last-child, .input-group>:last-child.input-group-button>* {
	border-radius: 0
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.input-group-label:first-child {
	border-right: 0
}
.input-group-label:last-child {
	border-left: 0
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	min-width: 0
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
legend {
	max-width: 100%;
	margin-bottom: .5rem
}
.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}
.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 .1875rem
}
select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}
@media screen and (min-width:0\0) {
select {
background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
}
}
select:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}
select::-ms-expand {
display:none
}
select[multiple] {
	height: auto;
	background-image: none
}
select:not([multiple]) {
	padding-top: 0;
	padding-bottom: 0
}
.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #f9ecea
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus)::-moz-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
color:#cc4b37
}
.is-invalid-input:not(:focus)::placeholder {
color:#cc4b37
}
.is-invalid-label {
	color: #cc4b37
}
.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: bold;
	color: #cc4b37
}
.form-error.is-visible {
	display: block
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}
em, i {
	font-style: italic;
	line-height: inherit
}
strong, b {
	font-weight: bold;
	line-height: inherit
}
small {
	font-size: 80%;
	line-height: inherit
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
	line-height: 0;
	color: #cacaca
}
h1, .h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h3, .h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h5, .h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h6, .h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

@media print, screen and (min-width:48em) {
h1, .h1 {
	font-size: 3rem
}
h2, .h2 {
	font-size: 2.5rem
}
h3, .h3 {
	font-size: 1.9375rem
}
h4, .h4 {
	font-size: 1.5625rem
}
h5, .h5 {
	font-size: 1.25rem
}
h6, .h6 {
	font-size: 1rem
}
}
a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer
}
a:hover, a:focus {
	color: #1468a0
}
a img {
	border: 0
}
hr {
	clear: both;
	max-width: 75rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}
ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}
li {
	font-size: inherit
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc
}
ol {
	margin-left: 1.25rem
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}
blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}
abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}
figure {
	margin: 0
}
kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a
}
.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a
}
.lead {
	font-size: 125%;
	line-height: 1.6
}
.stat {
	font-size: 2.5rem;
	line-height: 1
}
p+.stat {
	margin-top: -1rem
}
ul.no-bullet, ol.no-bullet {
	margin-left: 0;
	list-style: none
}
.cite-block, cite {
	display: block;
	color: #8a8a8a;
	font-size: .8125rem
}
.cite-block:before, cite:before {
	content: "— "
}
.code-inline, code {
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
	padding: .125rem .3125rem .0625rem
}
.code-block {
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1rem;
	margin-bottom: 1.5rem
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}

@media print, screen and (min-width:48em) {
.medium-text-left {
	text-align: left
}
.medium-text-right {
	text-align: right
}
.medium-text-center {
	text-align: center
}
.medium-text-justify {
	text-align: justify
}
}

@media print, screen and (min-width:64.0625em) {
.large-text-left {
	text-align: left
}
.large-text-right {
	text-align: right
}
.large-text-center {
	text-align: center
}
.large-text-justify {
	text-align: justify
}
}
.show-for-print {
	display: none !important
}

@media print {
* {
	background: transparent !important;
	color: black !important;
	-webkit-print-color-adjust: economy;
	color-adjust: economy;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important
}
.show-for-print {
	display: block !important
}
.hide-for-print {
	display: none !important
}
table.show-for-print {
	display: table !important
}
thead.show-for-print {
	display: table-header-group !important
}
tbody.show-for-print {
	display: table-row-group !important
}
tr.show-for-print {
	display: table-row !important
}
td.show-for-print {
	display: table-cell !important
}
th.show-for-print {
	display: table-cell !important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
.ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
	content: ''
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
pre, blockquote {
	border: 1px solid #8a8a8a;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
tr, img {
	page-break-inside: avoid
}
img {
	max-width: 100% !important
}
@page {
	margin: .5cm
}
p, h2, h3 {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
.print-break-inside {
	page-break-inside: auto
}
}
.row {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto
}
.row::before, .row::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.row::after {
	clear: both
}
.row.collapse>.column, .row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.row .row {
	margin-right: -0.625rem;
	margin-left: -0.625rem
}

@media print, screen and (min-width:48em) {
.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem
}
}

@media print, screen and (min-width:64.0625em) {
.row .row {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem
}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}
.row.expanded {
	max-width: none
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}
.row:not(.expanded) .row {
	max-width: none
}
.row.gutter-small>.column, .row.gutter-small>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}
.row.gutter-medium>.column, .row.gutter-medium>.columns {
	padding-right: .9375rem;
	padding-left: .9375rem
}
.column, .columns {
	width: 100%;
	float: left;
	padding-right: .625rem;
	padding-left: .625rem
}

@media print, screen and (min-width:48em) {
.column, .columns {
	padding-right: .9375rem;
	padding-left: .9375rem
}
}
.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
	clear: none
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left
}
.column.row.row, .row.row.columns {
	float: none
}
.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}
.small-1 {
	width: 8.33333%
}
.small-push-1 {
	position: relative;
	left: 8.33333%
}
.small-pull-1 {
	position: relative;
	left: -8.33333%
}
.small-offset-0 {
	margin-left: 0
}
.small-2 {
	width: 16.66667%
}
.small-push-2 {
	position: relative;
	left: 16.66667%
}
.small-pull-2 {
	position: relative;
	left: -16.66667%
}
.small-offset-1 {
	margin-left: 8.33333%
}
.small-3 {
	width: 25%
}
.small-push-3 {
	position: relative;
	left: 25%
}
.small-pull-3 {
	position: relative;
	left: -25%
}
.small-offset-2 {
	margin-left: 16.66667%
}
.small-4 {
	width: 33.33333%
}
.small-push-4 {
	position: relative;
	left: 33.33333%
}
.small-pull-4 {
	position: relative;
	left: -33.33333%
}
.small-offset-3 {
	margin-left: 25%
}
.small-5 {
	width: 41.66667%
}
.small-push-5 {
	position: relative;
	left: 41.66667%
}
.small-pull-5 {
	position: relative;
	left: -41.66667%
}
.small-offset-4 {
	margin-left: 33.33333%
}
.small-6 {
	width: 50%
}
.small-push-6 {
	position: relative;
	left: 50%
}
.small-pull-6 {
	position: relative;
	left: -50%
}
.small-offset-5 {
	margin-left: 41.66667%
}
.small-7 {
	width: 58.33333%
}
.small-push-7 {
	position: relative;
	left: 58.33333%
}
.small-pull-7 {
	position: relative;
	left: -58.33333%
}
.small-offset-6 {
	margin-left: 50%
}
.small-8 {
	width: 66.66667%
}
.small-push-8 {
	position: relative;
	left: 66.66667%
}
.small-pull-8 {
	position: relative;
	left: -66.66667%
}
.small-offset-7 {
	margin-left: 58.33333%
}
.small-9 {
	width: 75%
}
.small-push-9 {
	position: relative;
	left: 75%
}
.small-pull-9 {
	position: relative;
	left: -75%
}
.small-offset-8 {
	margin-left: 66.66667%
}
.small-10 {
	width: 83.33333%
}
.small-push-10 {
	position: relative;
	left: 83.33333%
}
.small-pull-10 {
	position: relative;
	left: -83.33333%
}
.small-offset-9 {
	margin-left: 75%
}
.small-11 {
	width: 91.66667%
}
.small-push-11 {
	position: relative;
	left: 91.66667%
}
.small-pull-11 {
	position: relative;
	left: -91.66667%
}
.small-offset-10 {
	margin-left: 83.33333%
}
.small-12 {
	width: 100%
}
.small-offset-11 {
	margin-left: 91.66667%
}
.small-up-1>.column, .small-up-1>.columns {
	float: left;
	width: 100%
}
.small-up-1>.column:nth-of-type(1n), .small-up-1>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-1>.column:nth-of-type(1n+1), .small-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}
.small-up-1>.column:last-child, .small-up-1>.columns:last-child {
	float: left
}
.small-up-2>.column, .small-up-2>.columns {
	float: left;
	width: 50%
}
.small-up-2>.column:nth-of-type(1n), .small-up-2>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-2>.column:nth-of-type(2n+1), .small-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}
.small-up-2>.column:last-child, .small-up-2>.columns:last-child {
	float: left
}
.small-up-3>.column, .small-up-3>.columns {
	float: left;
	width: 33.33333%
}
.small-up-3>.column:nth-of-type(1n), .small-up-3>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-3>.column:nth-of-type(3n+1), .small-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.small-up-3>.column:last-child, .small-up-3>.columns:last-child {
	float: left
}
.small-up-4>.column, .small-up-4>.columns {
	float: left;
	width: 25%
}
.small-up-4>.column:nth-of-type(1n), .small-up-4>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-4>.column:nth-of-type(4n+1), .small-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.small-up-4>.column:last-child, .small-up-4>.columns:last-child {
	float: left
}
.small-up-5>.column, .small-up-5>.columns {
	float: left;
	width: 20%
}
.small-up-5>.column:nth-of-type(1n), .small-up-5>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-5>.column:nth-of-type(5n+1), .small-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.small-up-5>.column:last-child, .small-up-5>.columns:last-child {
	float: left
}
.small-up-6>.column, .small-up-6>.columns {
	float: left;
	width: 16.66667%
}
.small-up-6>.column:nth-of-type(1n), .small-up-6>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-6>.column:nth-of-type(6n+1), .small-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.small-up-6>.column:last-child, .small-up-6>.columns:last-child {
	float: left
}
.small-up-7>.column, .small-up-7>.columns {
	float: left;
	width: 14.28571%
}
.small-up-7>.column:nth-of-type(1n), .small-up-7>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-7>.column:nth-of-type(7n+1), .small-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.small-up-7>.column:last-child, .small-up-7>.columns:last-child {
	float: left
}
.small-up-8>.column, .small-up-8>.columns {
	float: left;
	width: 12.5%
}
.small-up-8>.column:nth-of-type(1n), .small-up-8>.columns:nth-of-type(1n) {
	clear: none
}
.small-up-8>.column:nth-of-type(8n+1), .small-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.small-up-8>.column:last-child, .small-up-8>.columns:last-child {
	float: left
}
.small-collapse>.column, .small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0
}
.small-uncollapse>.column, .small-uncollapse>.columns {
	padding-right: .625rem;
	padding-left: .625rem
}
.small-centered {
	margin-right: auto;
	margin-left: auto
}
.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
	float: left;
	clear: none
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
	float: right
}

@media print, screen and (min-width:48em) {
.medium-1 {
	width: 8.33333%
}
.medium-push-1 {
	position: relative;
	left: 8.33333%
}
.medium-pull-1 {
	position: relative;
	left: -8.33333%
}
.medium-offset-0 {
	margin-left: 0
}
.medium-2 {
	width: 16.66667%
}
.medium-push-2 {
	position: relative;
	left: 16.66667%
}
.medium-pull-2 {
	position: relative;
	left: -16.66667%
}
.medium-offset-1 {
	margin-left: 8.33333%
}
.medium-3 {
	width: 25%
}
.medium-push-3 {
	position: relative;
	left: 25%
}
.medium-pull-3 {
	position: relative;
	left: -25%
}
.medium-offset-2 {
	margin-left: 16.66667%
}
.medium-4 {
	width: 33.33333%
}
.medium-push-4 {
	position: relative;
	left: 33.33333%
}
.medium-pull-4 {
	position: relative;
	left: -33.33333%
}
.medium-offset-3 {
	margin-left: 25%
}
.medium-5 {
	width: 41.66667%
}
.medium-push-5 {
	position: relative;
	left: 41.66667%
}
.medium-pull-5 {
	position: relative;
	left: -41.66667%
}
.medium-offset-4 {
	margin-left: 33.33333%
}
.medium-6 {
	width: 50%
}
.medium-push-6 {
	position: relative;
	left: 50%
}
.medium-pull-6 {
	position: relative;
	left: -50%
}
.medium-offset-5 {
	margin-left: 41.66667%
}
.medium-7 {
	width: 58.33333%
}
.medium-push-7 {
	position: relative;
	left: 58.33333%
}
.medium-pull-7 {
	position: relative;
	left: -58.33333%
}
.medium-offset-6 {
	margin-left: 50%
}
.medium-8 {
	width: 66.66667%
}
.medium-push-8 {
	position: relative;
	left: 66.66667%
}
.medium-pull-8 {
	position: relative;
	left: -66.66667%
}
.medium-offset-7 {
	margin-left: 58.33333%
}
.medium-9 {
	width: 75%
}
.medium-push-9 {
	position: relative;
	left: 75%
}
.medium-pull-9 {
	position: relative;
	left: -75%
}
.medium-offset-8 {
	margin-left: 66.66667%
}
.medium-10 {
	width: 83.33333%
}
.medium-push-10 {
	position: relative;
	left: 83.33333%
}
.medium-pull-10 {
	position: relative;
	left: -83.33333%
}
.medium-offset-9 {
	margin-left: 75%
}
.medium-11 {
	width: 91.66667%
}
.medium-push-11 {
	position: relative;
	left: 91.66667%
}
.medium-pull-11 {
	position: relative;
	left: -91.66667%
}
.medium-offset-10 {
	margin-left: 83.33333%
}
.medium-12 {
	width: 100%
}
.medium-offset-11 {
	margin-left: 91.66667%
}
.medium-up-1>.column, .medium-up-1>.columns {
	float: left;
	width: 100%
}
.medium-up-1>.column:nth-of-type(1n), .medium-up-1>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-1>.column:nth-of-type(1n+1), .medium-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}
.medium-up-1>.column:last-child, .medium-up-1>.columns:last-child {
	float: left
}
.medium-up-2>.column, .medium-up-2>.columns {
	float: left;
	width: 50%
}
.medium-up-2>.column:nth-of-type(1n), .medium-up-2>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-2>.column:nth-of-type(2n+1), .medium-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}
.medium-up-2>.column:last-child, .medium-up-2>.columns:last-child {
	float: left
}
.medium-up-3>.column, .medium-up-3>.columns {
	float: left;
	width: 33.33333%
}
.medium-up-3>.column:nth-of-type(1n), .medium-up-3>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-3>.column:nth-of-type(3n+1), .medium-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.medium-up-3>.column:last-child, .medium-up-3>.columns:last-child {
	float: left
}
.medium-up-4>.column, .medium-up-4>.columns {
	float: left;
	width: 25%
}
.medium-up-4>.column:nth-of-type(1n), .medium-up-4>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-4>.column:nth-of-type(4n+1), .medium-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.medium-up-4>.column:last-child, .medium-up-4>.columns:last-child {
	float: left
}
.medium-up-5>.column, .medium-up-5>.columns {
	float: left;
	width: 20%
}
.medium-up-5>.column:nth-of-type(1n), .medium-up-5>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-5>.column:nth-of-type(5n+1), .medium-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.medium-up-5>.column:last-child, .medium-up-5>.columns:last-child {
	float: left
}
.medium-up-6>.column, .medium-up-6>.columns {
	float: left;
	width: 16.66667%
}
.medium-up-6>.column:nth-of-type(1n), .medium-up-6>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-6>.column:nth-of-type(6n+1), .medium-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.medium-up-6>.column:last-child, .medium-up-6>.columns:last-child {
	float: left
}
.medium-up-7>.column, .medium-up-7>.columns {
	float: left;
	width: 14.28571%
}
.medium-up-7>.column:nth-of-type(1n), .medium-up-7>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-7>.column:nth-of-type(7n+1), .medium-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.medium-up-7>.column:last-child, .medium-up-7>.columns:last-child {
	float: left
}
.medium-up-8>.column, .medium-up-8>.columns {
	float: left;
	width: 12.5%
}
.medium-up-8>.column:nth-of-type(1n), .medium-up-8>.columns:nth-of-type(1n) {
	clear: none
}
.medium-up-8>.column:nth-of-type(8n+1), .medium-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.medium-up-8>.column:last-child, .medium-up-8>.columns:last-child {
	float: left
}
.medium-collapse>.column, .medium-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.medium-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.expanded.row .medium-collapse.row {
	margin-right: 0;
	margin-left: 0
}
.medium-uncollapse>.column, .medium-uncollapse>.columns {
	padding-right: .9375rem;
	padding-left: .9375rem
}
.medium-centered {
	margin-right: auto;
	margin-left: auto
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.medium-uncentered, .medium-push-0, .medium-pull-0 {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
	float: left;
	clear: none
}
.medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
	float: right
}
}

@media print, screen and (min-width:64.0625em) {
.large-1 {
	width: 8.33333%
}
.large-push-1 {
	position: relative;
	left: 8.33333%
}
.large-pull-1 {
	position: relative;
	left: -8.33333%
}
.large-offset-0 {
	margin-left: 0
}
.large-2 {
	width: 16.66667%
}
.large-push-2 {
	position: relative;
	left: 16.66667%
}
.large-pull-2 {
	position: relative;
	left: -16.66667%
}
.large-offset-1 {
	margin-left: 8.33333%
}
.large-3 {
	width: 25%
}
.large-push-3 {
	position: relative;
	left: 25%
}
.large-pull-3 {
	position: relative;
	left: -25%
}
.large-offset-2 {
	margin-left: 16.66667%
}
.large-4 {
	width: 33.33333%
}
.large-push-4 {
	position: relative;
	left: 33.33333%
}
.large-pull-4 {
	position: relative;
	left: -33.33333%
}
.large-offset-3 {
	margin-left: 25%
}
.large-5 {
	width: 41.66667%
}
.large-push-5 {
	position: relative;
	left: 41.66667%
}
.large-pull-5 {
	position: relative;
	left: -41.66667%
}
.large-offset-4 {
	margin-left: 33.33333%
}
.large-6 {
	width: 50%
}
.large-push-6 {
	position: relative;
	left: 50%
}
.large-pull-6 {
	position: relative;
	left: -50%
}
.large-offset-5 {
	margin-left: 41.66667%
}
.large-7 {
	width: 58.33333%
}
.large-push-7 {
	position: relative;
	left: 58.33333%
}
.large-pull-7 {
	position: relative;
	left: -58.33333%
}
.large-offset-6 {
	margin-left: 50%
}
.large-8 {
	width: 66.66667%
}
.large-push-8 {
	position: relative;
	left: 66.66667%
}
.large-pull-8 {
	position: relative;
	left: -66.66667%
}
.large-offset-7 {
	margin-left: 58.33333%
}
.large-9 {
	width: 75%
}
.large-push-9 {
	position: relative;
	left: 75%
}
.large-pull-9 {
	position: relative;
	left: -75%
}
.large-offset-8 {
	margin-left: 66.66667%
}
.large-10 {
	width: 83.33333%
}
.large-push-10 {
	position: relative;
	left: 83.33333%
}
.large-pull-10 {
	position: relative;
	left: -83.33333%
}
.large-offset-9 {
	margin-left: 75%
}
.large-11 {
	width: 91.66667%
}
.large-push-11 {
	position: relative;
	left: 91.66667%
}
.large-pull-11 {
	position: relative;
	left: -91.66667%
}
.large-offset-10 {
	margin-left: 83.33333%
}
.large-12 {
	width: 100%
}
.large-offset-11 {
	margin-left: 91.66667%
}
.large-up-1>.column, .large-up-1>.columns {
	float: left;
	width: 100%
}
.large-up-1>.column:nth-of-type(1n), .large-up-1>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-1>.column:nth-of-type(1n+1), .large-up-1>.columns:nth-of-type(1n+1) {
	clear: both
}
.large-up-1>.column:last-child, .large-up-1>.columns:last-child {
	float: left
}
.large-up-2>.column, .large-up-2>.columns {
	float: left;
	width: 50%
}
.large-up-2>.column:nth-of-type(1n), .large-up-2>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-2>.column:nth-of-type(2n+1), .large-up-2>.columns:nth-of-type(2n+1) {
	clear: both
}
.large-up-2>.column:last-child, .large-up-2>.columns:last-child {
	float: left
}
.large-up-3>.column, .large-up-3>.columns {
	float: left;
	width: 33.33333%
}
.large-up-3>.column:nth-of-type(1n), .large-up-3>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-3>.column:nth-of-type(3n+1), .large-up-3>.columns:nth-of-type(3n+1) {
	clear: both
}
.large-up-3>.column:last-child, .large-up-3>.columns:last-child {
	float: left
}
.large-up-4>.column, .large-up-4>.columns {
	float: left;
	width: 25%
}
.large-up-4>.column:nth-of-type(1n), .large-up-4>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
	clear: both
}
.large-up-4>.column:last-child, .large-up-4>.columns:last-child {
	float: left
}
.large-up-5>.column, .large-up-5>.columns {
	float: left;
	width: 20%
}
.large-up-5>.column:nth-of-type(1n), .large-up-5>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-5>.column:nth-of-type(5n+1), .large-up-5>.columns:nth-of-type(5n+1) {
	clear: both
}
.large-up-5>.column:last-child, .large-up-5>.columns:last-child {
	float: left
}
.large-up-6>.column, .large-up-6>.columns {
	float: left;
	width: 16.66667%
}
.large-up-6>.column:nth-of-type(1n), .large-up-6>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-6>.column:nth-of-type(6n+1), .large-up-6>.columns:nth-of-type(6n+1) {
	clear: both
}
.large-up-6>.column:last-child, .large-up-6>.columns:last-child {
	float: left
}
.large-up-7>.column, .large-up-7>.columns {
	float: left;
	width: 14.28571%
}
.large-up-7>.column:nth-of-type(1n), .large-up-7>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-7>.column:nth-of-type(7n+1), .large-up-7>.columns:nth-of-type(7n+1) {
	clear: both
}
.large-up-7>.column:last-child, .large-up-7>.columns:last-child {
	float: left
}
.large-up-8>.column, .large-up-8>.columns {
	float: left;
	width: 12.5%
}
.large-up-8>.column:nth-of-type(1n), .large-up-8>.columns:nth-of-type(1n) {
	clear: none
}
.large-up-8>.column:nth-of-type(8n+1), .large-up-8>.columns:nth-of-type(8n+1) {
	clear: both
}
.large-up-8>.column:last-child, .large-up-8>.columns:last-child {
	float: left
}
.large-collapse>.column, .large-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}
.large-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.expanded.row .large-collapse.row {
	margin-right: 0;
	margin-left: 0
}
.large-uncollapse>.column, .large-uncollapse>.columns {
	padding-right: .9375rem;
	padding-left: .9375rem
}
.large-centered {
	margin-right: auto;
	margin-left: auto
}
.large-centered, .large-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.large-uncentered, .large-push-0, .large-pull-0 {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
	float: left;
	clear: none
}
.large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
	float: right
}
}
.column-block {
	margin-bottom: 1.25rem
}
.column-block>:last-child {
	margin-bottom: 0
}

@media print, screen and (min-width:48em) {
.column-block {
	margin-bottom: 1.875rem
}
.column-block>:last-child {
	margin-bottom: 0
}
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1em;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: inherit;
	font-size: .9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer
}
[data-whatinput='mouse'] .button {
	outline: 0
}
.button.tiny {
	font-size: .6rem
}
.button.small {
	font-size: .75rem
}
.button.large {
	font-size: 1.25rem
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
	background-color: #1779ba;
	color: #fefefe
}
.button:hover, .button:focus {
	background-color: #14679e;
	color: #fefefe
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
	background-color: #1779ba;
	color: #fefefe
}
.button.primary:hover, .button.primary:focus {
	background-color: #126195;
	color: #fefefe
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
	background-color: #767676;
	color: #fefefe
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #5e5e5e;
	color: #fefefe
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
	background-color: #3adb76;
	color: #0a0a0a
}
.button.success:hover, .button.success:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
	background-color: #ffae00;
	color: #0a0a0a
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
	background-color: #cc4b37;
	color: #fefefe
}
.button.alert:hover, .button.alert:focus {
	background-color: #a53b2a;
	color: #fefefe
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
	background-color: transparent
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
	border: 1px solid #1779ba;
	color: #1779ba
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
	border: 1px solid #1779ba;
	color: #1779ba
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
	border: 1px solid #767676;
	color: #767676
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #157539;
	color: #157539
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
	border-color: transparent;
	background-color: transparent
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
	color: #1779ba
}
.button.clear:hover, .button.clear:focus {
	color: #0c3d5d
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
	color: #1779ba
}
.button.clear.primary:hover, .button.clear.primary:focus {
	color: #0c3d5d
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
	color: #767676
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
	color: #3b3b3b
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
	color: #3adb76
}
.button.clear.success:hover, .button.clear.success:focus {
	color: #157539
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
	color: #ffae00
}
.button.clear.warning:hover, .button.clear.warning:focus {
	color: #805700
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
	color: #cc4b37
}
.button.clear.alert:hover, .button.clear.alert:focus {
	color: #67251a
}
.button.disabled, .button[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
	border-top-color: #1779ba
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
	border-top-color: #1779ba
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
	border-top-color: #767676
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
	border-top-color: #3adb76
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
	border-top-color: #ffae00
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
	border-top-color: #cc4b37
}
.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0
}
a.button:hover, a.button:focus {
	text-decoration: none
}
.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.button-group::before, .button-group::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.button-group::after {
	clear: both
}
.button-group::before, .button-group::after {
	display: none
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: .9rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.button-group .button:last-child {
	margin-right: 0
}
.button-group.tiny .button {
	font-size: .6rem
}
.button-group.small .button {
	font-size: .75rem
}
.button-group.large .button {
	font-size: 1.25rem
}
.button-group.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin-right: 0
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
	background-color: #1779ba;
	color: #fefefe
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #126195;
	color: #fefefe
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
	background-color: #767676;
	color: #fefefe
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #5e5e5e;
	color: #fefefe
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
	background-color: #3adb76;
	color: #0a0a0a
}
.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #22bb5b;
	color: #0a0a0a
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
	background-color: #ffae00;
	color: #0a0a0a
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
	background-color: #cc4b37;
	color: #fefefe
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #a53b2a;
	color: #fefefe
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
	background-color: transparent
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
	border: 1px solid #1779ba;
	color: #1779ba
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
	border: 1px solid #1779ba;
	color: #1779ba
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
	border: 1px solid #767676;
	color: #767676
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
	border: 1px solid #3adb76;
	color: #3adb76
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
	border-color: #157539;
	color: #157539
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
	border-color: #805700;
	color: #805700
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
	border: 1px solid #cc4b37;
	color: #cc4b37
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
	border-color: #67251a;
	color: #67251a
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
	border-color: transparent;
	background-color: transparent
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
	color: #1779ba
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
	color: #0c3d5d
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
	color: #1779ba
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
	color: #0c3d5d
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
	color: #767676
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
	color: #3b3b3b
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
	color: #3adb76
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
	color: #157539
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
	color: #ffae00
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
	color: #805700
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
	color: #cc4b37
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
	color: #67251a
}
.button-group.no-gaps .button {
	margin-right: -0.0625rem
}
.button-group.no-gaps .button+.button {
	border-left-color: transparent
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	margin-right: 0
}

@media print, screen and (min-width:48em) {
.button-group.stacked-for-small .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 0
}
}

@media print, screen and (min-width:64.0625em) {
.button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 0
}
}

@media print, screen and (max-width:47.99875em) {
.button-group.stacked-for-small.expanded {
	display: block
}
.button-group.stacked-for-small.expanded .button {
	display: block;
	margin-right: 0
}
}

@media print, screen and (max-width:64.06125em) {
.button-group.stacked-for-medium.expanded {
	display: block
}
.button-group.stacked-for-medium.expanded .button {
	display: block;
	margin-right: 0
}
}
.close-button {
	position: absolute;
	z-index: 10;
	color: #8a8a8a;
	cursor: pointer
}
[data-whatinput='mouse'] .close-button {
	outline: 0
}
.close-button:hover, .close-button:focus {
	color: #0a0a0a
}
.close-button.small {
	right: .66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1
}
.close-button.medium, .close-button {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1
}
.label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #1779ba;
	color: #fefefe
}
.label.primary {
	background: #1779ba;
	color: #fefefe
}
.label.secondary {
	background: #767676;
	color: #fefefe
}
.label.success {
	background: #3adb76;
	color: #0a0a0a
}
.label.warning {
	background: #ffae00;
	color: #0a0a0a
}
.label.alert {
	background: #cc4b37;
	color: #fefefe
}
.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #cacaca
}
.progress.primary .progress-meter {
	background-color: #1779ba
}
.progress.secondary .progress-meter {
	background-color: #767676
}
.progress.success .progress-meter {
	background-color: #3adb76
}
.progress.warning .progress-meter {
	background-color: #ffae00
}
.progress.alert .progress-meter {
	background-color: #cc4b37
}
.progress-meter {
	position: relative;
	display: block;
	width: 0;
	height: 100%;
	background-color: #1779ba
}
.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: .75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap
}
.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none
}
.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #cacaca;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}
.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0;
	background-color: #1779ba;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
[data-whatinput='mouse'] .slider-handle {
	outline: 0
}
.slider-handle:hover {
	background-color: #14679e
}
.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}
.slider.disabled, .slider[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%
}
.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: .875rem;
	font-weight: bold;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0
}
.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 0;
	background: #cacaca;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer
}
input+.switch-paddle {
	margin: 0
}
.switch-paddle::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 0;
	background: #fefefe;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	content: ''
}
input:checked ~ .switch-paddle {
	background: #1779ba
}
input:checked ~ .switch-paddle::after {
	left: 2.25rem
}
input:disabled ~ .switch-paddle {
	cursor: not-allowed;
	opacity: .5
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
	outline: 0
}
.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.switch-active {
	left: 8%;
	display: none
}
input:checked+label>.switch-active {
	display: block
}
.switch-inactive {
	right: 15%
}
input:checked+label>.switch-inactive {
	display: none
}
.switch.tiny {
	height: 1.5rem
}
.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: .625rem
}
.switch.tiny .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1rem;
	height: 1rem
}
.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem
}
.switch.small {
	height: 1.75rem
}
.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: .75rem
}
.switch.small .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1.25rem;
	height: 1.25rem
}
.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem
}
.switch.large {
	height: 2.5rem
}
.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem
}
.switch.large .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 2rem;
	height: 2rem
}
.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}
thead, tbody, tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}
caption {
	padding: .5rem .625rem .625rem;
	font-weight: bold
}
thead {
	background: #f8f8f8;
	color: #0a0a0a
}
tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}
thead tr, tfoot tr {
	background: transparent
}
thead th, thead td, tfoot th, tfoot td {
	padding: .5rem .625rem .625rem;
	font-weight: bold;
	text-align: left
}
tbody th, tbody td {
	padding: .5rem .625rem .625rem
}
tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}
table.unstriped tbody {
	background-color: #fefefe
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media print, screen and (max-width:64.06125em) {
table.stack thead {
	display: none
}
table.stack tfoot {
	display: none
}
table.stack tr, table.stack th, table.stack td {
	display: block
}
table.stack td {
	border-top: 0
}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
table.hover thead tr:hover {
	background-color: #f3f3f3
}
table.hover tfoot tr:hover {
	background-color: #ececec
}
table.hover tbody tr:hover {
	background-color: #f9f9f9
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}
.table-scroll {
	overflow-x: auto
}
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .6rem;
	text-align: center;
	background: #1779ba;
	color: #fefefe
}
.badge.primary {
	background: #1779ba;
	color: #fefefe
}
.badge.secondary {
	background: #767676;
	color: #fefefe
}
.badge.success {
	background: #3adb76;
	color: #0a0a0a
}
.badge.warning {
	background: #ffae00;
	color: #0a0a0a
}
.badge.alert {
	background: #cc4b37;
	color: #fefefe
}
.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none
}
.breadcrumbs::before, .breadcrumbs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.breadcrumbs::after {
	clear: both
}
.breadcrumbs li {
	float: left;
	font-size: .6875rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .75rem;
	opacity: 1;
	content: "/";
	color: #cacaca
}
.breadcrumbs a {
	color: #1779ba
}
.breadcrumbs a:hover {
	text-decoration: underline
}
.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed
}
.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10,10,10,0.25);
	border-radius: 0;
	background-color: white;
	color: #0a0a0a
}
.callout>:first-child {
	margin-top: 0
}
.callout>:last-child {
	margin-bottom: 0
}
.callout.primary {
	background-color: #d7ecfa;
	color: #0a0a0a
}
.callout.secondary {
	background-color: #eaeaea;
	color: #0a0a0a
}
.callout.success {
	background-color: #e1faea;
	color: #0a0a0a
}
.callout.warning {
	background-color: #fff3d9;
	color: #0a0a0a
}
.callout.alert {
	background-color: #f7e4e1;
	color: #0a0a0a
}
.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	color: #0a0a0a
}
.card>:last-child {
	margin-bottom: 0
}
.card-divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1rem;
	background: #e6e6e6
}
.card-divider>:last-child {
	margin-bottom: 0
}
.card-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem
}
.card-section>:last-child {
	margin-bottom: 0
}
.card-image {
	min-height: 1px
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem
}
.dropdown-pane.is-opening {
	display: block
}
.dropdown-pane.is-open {
	display: block;
	visibility: visible
}
.dropdown-pane.tiny {
	width: 100px
}
.dropdown-pane.small {
	width: 200px
}
.dropdown-pane.large {
	width: 400px
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}
.pagination::before, .pagination::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.pagination::after {
	clear: both
}
.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
	display: none
}
.pagination li:last-child, .pagination li:first-child {
	display: inline-block
}

@media print, screen and (min-width:48em) {
.pagination li {
	display: inline-block
}
}
.pagination a, .pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
	color: #0a0a0a
}
.pagination a:hover, .pagination button:hover {
	background: #e6e6e6
}
.pagination .current {
	padding: .1875rem .625rem;
	background: #1779ba;
	color: #fefefe;
	cursor: default
}
.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed
}
.pagination .disabled:hover {
	background: transparent
}
.pagination .ellipsis::after {
	padding: .1875rem .625rem;
	content: '\2026';
	color: #0a0a0a
}
.pagination-previous a::before, .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: .5rem;
	content: "«"
}
.pagination-next a::after, .pagination-next.disabled::after {
	display: inline-block;
	margin-left: .5rem;
	content: "»"
}
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: bold;
	cursor: help
}
.tooltip {
	position: absolute;
	top: calc(100% + 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: .75rem;
	border-radius: 0;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe
}
.tooltip::before {
	position: absolute
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a;
	bottom: 100%
}
.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent;
	top: 100%;
	bottom: auto
}
.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a;
	left: 100%
}
.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent;
	right: 100%;
	left: auto
}
.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.align-top::before {
	bottom: auto;
	top: 10%
}
.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto
}
.tooltip.align-left::before {
	left: 10%;
	right: auto
}
.tooltip.align-right::before {
	left: auto;
	right: 10%
}
.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed
}
.accordion-item:first-child>:first-child {
	border-radius: 0
}
.accordion-item:last-child>:last-child {
	border-radius: 0
}
.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #1779ba
}
:last-child:not(.is-active)>.accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0
}
.accordion-title:hover, .accordion-title:focus {
	background-color: #e6e6e6
}
.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: "+"
}
.is-active>.accordion-title::before {
	content: "–"
}
.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a
}
:last-child>.accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}
.media-object {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.media-object img {
	max-width: none
}

@media print, screen and (max-width:47.99875em) {
.media-object.stack-for-small {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.media-object-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.media-object-section:first-child {
	padding-right: 1rem
}
.media-object-section:last-child:not(:nth-child(2)) {
padding-left:1rem
}
.media-object-section>:last-child {
	margin-bottom: 0
}

@media print, screen and (max-width:47.99875em) {
.stack-for-small .media-object-section {
	padding: 0;
	padding-bottom: 1rem;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}
.stack-for-small .media-object-section img {
	width: 100%
}
}
.media-object-section.main-section {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
.orbit {
	position: relative
}
.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}
.orbit-slide {
	width: 100%;
	position: absolute
}
.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}
.orbit-figure {
	margin: 0
}
.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0
}
.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(10,10,10,0.5);
	color: #fefefe
}
.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe
}
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10,10,10,0.5)
}
.orbit-previous {
	left: 0
}
.orbit-next {
	left: auto;
	right: 0
}
.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center
}
[data-whatinput='mouse'] .orbit-bullets {
	outline: 0
}
.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #cacaca
}
.orbit-bullets button:hover {
	background-color: #8a8a8a
}
.orbit-bullets button.is-active {
	background-color: #8a8a8a
}
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.responsive-embed.widescreen, .flex-video.widescreen {
	padding-bottom: 56.25%
}
.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none
}
.tabs::before, .tabs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.tabs::after {
	clear: both
}
.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}
.tabs.simple>li>a {
	padding: 0
}
.tabs.simple>li>a:hover {
	background: transparent
}
.tabs.primary {
	background: #1779ba
}
.tabs.primary>li>a {
	color: #fefefe
}
.tabs.primary>li>a:hover, .tabs.primary>li>a:focus {
	background: #1673b1
}
.tabs-title {
	float: left
}
.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .75rem;
	line-height: 1;
	color: #1779ba
}
[data-whatinput='mouse'] .tabs-title>a {
	outline: 0
}
.tabs-title>a:hover {
	background: #fefefe;
	color: #1468a0
}
.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
	background: #e6e6e6;
	color: #1779ba
}
.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}
.tabs-panel {
	display: none;
	padding: 1rem
}
.tabs-panel.is-active {
	display: block
}
.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: 4px solid #fefefe;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 1px rgba(10,10,10,0.2);
	box-shadow: 0 0 0 1px rgba(10,10,10,0.2);
	line-height: 0
}
a.thumbnail {
	-webkit-transition: -webkit-box-shadow 200ms ease-out;
	transition: -webkit-box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}
a.thumbnail:hover, a.thumbnail:focus {
	-webkit-box-shadow: 0 0 6px 1px rgba(23,121,186,0.5);
	box-shadow: 0 0 6px 1px rgba(23,121,186,0.5)
}
a.thumbnail image {
	-webkit-box-shadow: none;
	box-shadow: none
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
[data-whatinput='mouse'] .menu li {
	outline: 0
}
.menu a, .menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 1rem
}
.menu input, .menu select, .menu a, .menu button {
	margin-bottom: 0
}
.menu input {
	display: inline-block
}
.menu, .menu.horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
.menu.simple {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.menu.simple li+li {
	margin-left: 1rem
}
.menu.simple a {
	padding: 0
}

@media print, screen and (min-width:48em) {
.menu.medium-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.medium-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.medium-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
.menu.medium-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
}

@media print, screen and (min-width:64.0625em) {
.menu.large-horizontal {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.menu.large-vertical {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.menu.large-expanded li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
.menu.large-simple li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}
.menu.icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
	margin-right: .25rem
}
.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
	margin-left: .25rem
}
.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu .is-active>a {
	background: #1779ba;
	color: #fefefe
}
.menu .active>a {
	background: #1779ba;
	color: #fefefe
}
.menu.align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu.align-right.vertical li {
	display: block;
	text-align: right
}
.menu.align-right.vertical li .submenu li {
	text-align: right
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}
.menu.align-center li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.menu .menu-text {
	padding: .7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit
}
.menu-centered>.menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-centered>.menu li .submenu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.no-js [data-responsive-menu] ul {
	display: none
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	-webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}
.menu-icon:hover::after {
	background: #cacaca;
	-webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	-webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}
.menu-icon.dark:hover::after {
	background: #8a8a8a;
	-webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}
.accordion-menu li {
	width: 100%
}
.accordion-menu a {
	padding: .7rem 1rem
}
.accordion-menu .is-accordion-submenu a {
	padding: .7rem 1rem
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
	position: relative
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem
}
.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
	right: 1rem;
	left: auto
}
.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
	right: auto;
	left: 1rem
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.is-accordion-submenu-parent {
	position: relative
}
.has-submenu-toggle>a {
	margin-right: 40px
}
.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer
}
.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}
.submenu-toggle[aria-expanded='true']::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.submenu-toggle-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important
}
.is-drilldown {
	position: relative;
	overflow: hidden
}
.is-drilldown li {
	display: block
}
.is-drilldown.animate-height {
	-webkit-transition: height .5s;
	transition: height .5s
}
.drilldown a {
	padding: .7rem 1rem;
	background: #fefefe
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.drilldown .is-drilldown-submenu a {
	padding: .7rem 1rem
}
.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}
.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}
.drilldown .is-drilldown-submenu-parent>a {
	position: relative
}
.drilldown .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}
.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
	right: 1rem;
	left: auto
}
.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 1rem
}
.drilldown .js-drilldown-back>a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0
}
.dropdown.menu>li>a {
	padding: .7rem 1rem
}
.dropdown.menu>li.is-active>a {
	background: transparent;
	color: #1779ba
}
.no-js .dropdown.menu ul {
	display: none
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}
.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}
.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.vertical>li>a::after {
	right: 14px
}
.dropdown.menu.vertical>li.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}
.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}

@media print, screen and (min-width:48em) {
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}
.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.medium-vertical>li>a::after {
	right: 14px
}
.dropdown.menu.medium-vertical>li.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}
.dropdown.menu.medium-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}
}

@media print, screen and (min-width:64.0625em) {
.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
.dropdown.menu.large-vertical>li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}
.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.large-vertical>li>a::after {
	right: 14px
}
.dropdown.menu.large-vertical>li.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}
.dropdown.menu.large-vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}
.is-dropdown-menu.vertical {
	width: 100px
}
.is-dropdown-menu.vertical.align-right {
	float: right
}
.is-dropdown-submenu-parent {
	position: relative
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}
.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto
}
.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto
}
.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}
.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe
}
.dropdown .is-dropdown-submenu a {
	padding: .7rem 1rem
}
.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
	right: 14px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}
.is-dropdown-submenu>li {
	width: 100%
}
.is-dropdown-submenu.js-dropdown-active {
	display: block
}
.is-off-canvas-open {
	overflow: hidden
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(254,254,254,0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}
.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0
}
.off-canvas.is-transition-push {
	z-index: 12
}
.off-canvas.is-closed {
	visibility: hidden
}
.off-canvas.is-transition-overlap {
	z-index: 13
}
.off-canvas.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(10,10,10,0.7);
	box-shadow: 0 0 10px rgba(10,10,10,0.7)
}
.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6
}
[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0
}
.off-canvas-absolute.is-transition-push {
	z-index: 12
}
.off-canvas-absolute.is-closed {
	visibility: hidden
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 13
}
.off-canvas-absolute.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(10,10,10,0.7);
	box-shadow: 0 0 10px rgba(10,10,10,0.7)
}
.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}
.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}
.position-left.is-transition-push {
	-webkit-box-shadow: inset -13px 0 20px -13px rgba(10,10,10,0.25);
	box-shadow: inset -13px 0 20px -13px rgba(10,10,10,0.25)
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}
.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}
.position-right.is-transition-push {
	-webkit-box-shadow: inset 13px 0 20px -13px rgba(10,10,10,0.25);
	box-shadow: inset 13px 0 20px -13px rgba(10,10,10,0.25)
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.position-top.is-transition-push {
	-webkit-box-shadow: inset 0 -13px 20px -13px rgba(10,10,10,0.25);
	box-shadow: inset 0 -13px 20px -13px rgba(10,10,10,0.25)
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.position-bottom.is-transition-push {
	-webkit-box-shadow: inset 0 13px 20px -13px rgba(10,10,10,0.25);
	box-shadow: inset 0 13px 20px -13px rgba(10,10,10,0.25)
}
.off-canvas-content {
	-webkit-transform: none;
	transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}
.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media print, screen and (min-width:48em) {
.position-left.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 250px
}
.position-left.reveal-for-medium ~ .off-canvas-content {
	margin-left: 250px
}
.position-right.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 250px
}
.position-right.reveal-for-medium ~ .off-canvas-content {
	margin-right: 250px
}
.position-top.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 250px
}
.position-top.reveal-for-medium ~ .off-canvas-content {
	margin-top: 250px
}
.position-bottom.reveal-for-medium {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-medium .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-medium {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 250px
}
.position-bottom.reveal-for-medium ~ .off-canvas-content {
	margin-bottom: 250px
}
}

@media print, screen and (min-width:64.0625em) {
.position-left.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-left.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-left.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-left {
	margin-left: 250px
}
.position-left.reveal-for-large ~ .off-canvas-content {
	margin-left: 250px
}
.position-right.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-right.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-right.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-right {
	margin-right: 250px
}
.position-right.reveal-for-large ~ .off-canvas-content {
	margin-right: 250px
}
.position-top.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-top.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-top.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-top {
	margin-top: 250px
}
.position-top.reveal-for-large ~ .off-canvas-content {
	margin-top: 250px
}
.position-bottom.reveal-for-large {
	-webkit-transform: none;
	transform: none;
	z-index: 12;
	-webkit-transition: none;
	transition: none;
	visibility: visible
}
.position-bottom.reveal-for-large .close-button {
	display: none
}
.off-canvas-content .position-bottom.reveal-for-large {
	-webkit-transform: none;
	transform: none
}
.off-canvas-content.has-reveal-bottom {
	margin-bottom: 250px
}
.position-bottom.reveal-for-large ~ .off-canvas-content {
	margin-bottom: 250px
}
}

@media print, screen and (min-width:48em) {
.off-canvas.in-canvas-for-medium {
	visibility: visible;
	height: auto;
	position: static;
	background: 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-medium .close-button {
	display: none
}
}

@media print, screen and (min-width:64.0625em) {
.off-canvas.in-canvas-for-large {
	visibility: visible;
	height: auto;
	position: static;
	background: 0;
	width: auto;
	overflow: visible;
	-webkit-transition: none;
	transition: none
}
.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none
}
.off-canvas.in-canvas-for-large .close-button {
	display: none
}
}
html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden
}
html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}
html.is-reveal-open body {
	overflow-y: hidden
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10,10,10,0.45);
	overflow-y: auto
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}
[data-whatinput='mouse'] .reveal {
	outline: 0
}

@media print, screen and (min-width:48em) {
.reveal {
	min-height: 0
}
}
.reveal .column, .reveal .columns {
	min-width: 0
}
.reveal>:last-child {
	margin-bottom: 0
}

@media print, screen and (min-width:48em) {
.reveal {
	width: 600px;
	max-width: 75rem
}
}
.reveal.collapse {
	padding: 0
}

@media print, screen and (min-width:48em) {
.reveal.tiny {
	width: 30%;
	max-width: 75rem
}
}

@media print, screen and (min-width:48em) {
.reveal.small {
	width: 50%;
	max-width: 75rem
}
}

@media print, screen and (min-width:48em) {
.reveal.large {
	width: 90%;
	max-width: 75rem
}
}
.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}

@media print, screen and (max-width:47.99875em) {
.reveal {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}
}
.reveal.without-overlay {
	position: fixed
}
.sticky-container {
	position: relative
}
.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%
}
.sticky.is-stuck.is-at-top {
	top: 0
}
.sticky.is-stuck.is-at-bottom {
	bottom: 0
}
.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto
}
.sticky.is-anchored.is-at-bottom {
	bottom: 0
}
.title-bar {
	padding: .5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}
.title-bar-left, .title-bar-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0
}
.title-bar-right {
	text-align: right
}
.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}
.top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar, .top-bar ul {
	background-color: #e6e6e6
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}
.top-bar input.button {
	width: auto
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media print, screen and (min-width:48em) {
.top-bar {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.top-bar .top-bar-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: auto
}
.top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto
}
}

@media print, screen and (max-width:64.06125em) {
.top-bar.stacked-for-medium {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}

@media print, screen and (max-width:74.99875em) {
.top-bar.stacked-for-large {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
}
.top-bar-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5rem 1rem .5rem 0
}
.top-bar-left, .top-bar-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.float-left {
	float: left !important
}
.float-right {
	float: right !important
}
.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.clearfix::before, .clearfix::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.clearfix::after {
	clear: both
}
.hide {
	display: none !important
}
.invisible {
	visibility: hidden
}

@media print, screen and (max-width:47.99875em) {
.hide-for-small-only {
	display: none !important
}
}

@media screen and (max-width:0), screen and (min-width:48em) {
.show-for-small-only {
	display: none !important
}
}

@media print, screen and (min-width:48em) {
.hide-for-medium {
	display: none !important
}
}

@media screen and (max-width:47.99875em) {
.show-for-medium {
	display: none !important
}
}

@media print, screen and (min-width:48em) and (max-width:64.06125em) {
.hide-for-medium-only {
	display: none !important
}
}

@media screen and (max-width:47.99875em), screen and (min-width:64.0625em) {
.show-for-medium-only {
	display: none !important
}
}

@media print, screen and (min-width:64.0625em) {
.hide-for-large {
	display: none !important
}
}

@media screen and (max-width:64.06125em) {
.show-for-large {
	display: none !important
}
}

@media print, screen and (min-width:64.0625em) and (max-width:74.99875em) {
.hide-for-large-only {
	display: none !important
}
}

@media screen and (max-width:64.06125em), screen and (min-width:75em) {
.show-for-large-only {
	display: none !important
}
}
.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important
}
.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important
}
.show-for-landscape, .hide-for-portrait {
	display: block !important
}

@media screen and (orientation:landscape) {
.show-for-landscape, .hide-for-portrait {
	display: block !important
}
}

@media screen and (orientation:portrait) {
.show-for-landscape, .hide-for-portrait {
	display: none !important
}
}
.hide-for-landscape, .show-for-portrait {
	display: none !important
}

@media screen and (orientation:landscape) {
.hide-for-landscape, .show-for-portrait {
	display: none !important
}
}

@media screen and (orientation:portrait) {
.hide-for-landscape, .show-for-portrait {
	display: block !important
}
}
.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}
.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}
.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}
.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}
.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}
.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}
.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}
.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}
.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0
}
.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0
}
.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0
}
.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0
}
.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important
}
.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important
}
.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}
.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important
}
.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important
}
.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important
}
.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important
}
.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}
.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}
.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}
.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important
}
.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important
}

@media print, screen and (min-width:48em) {
html {
	font-size: 1.25vw
}
}
* {
	-webkit-tap-highlight-color: transparent
}
*:not(.flo-post) a, *:not(.flo-post__styles) a {
	-webkit-transition: color .4s, opacity .4s, -webkit-filter .4s;
	transition: color .4s, opacity .4s, -webkit-filter .4s;
	transition: color .4s, opacity .4s, filter .4s;
	transition: color .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
*:not(.flo-post) a:focus, *:not(.flo-post__styles) a:focus {
	color: inherit
}
*:not(.flo-post) .hover-block, *:not(.flo-post__styles) .hover-block {
	display: block
}
*:not(.flo-post) .hover-block figure, *:not(.flo-post__styles) .hover-block figure {
	opacity: 1;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
*:not(.flo-post) .hover-block figure:hover, *:not(.flo-post__styles) .hover-block figure:hover {
	opacity: .6
}
*:not(.flo-post) .hover-block:hover, *:not(.flo-post__styles) .hover-block:hover {
	color: inherit
}
*:not(.flo-post) ul, *:not(.flo-post__styles) ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.text-underline:after {
	content: '';
	border-top: 1px solid #1f1f1f;
	opacity: 0;
	display: block
}
.text-underline:hover:after {
	opacity: 1;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.wp-block-image {
	margin-bottom: 0
}
body {
	overflow-x: hidden;
	color: #555;
	width: 100%;
	background: #fff
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font: inherit
}
[class^="flo-icon-"]:before, [class*=" flo-icon-"]:before {
	width: auto;
	height: auto
}
button {
	outline: 0
}
a {
	color: inherit
}
a:hover {
	color: inherit
}
p {
	line-height: inherit
}
figure {
	margin: 0
}
pre {
	white-space: initial
}
.row {
	max-width: none;
	width: initial
}

@media print, screen and (min-width:48em) {
.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.column, .columns {
	padding: 0;
	float: none
}
.slick-initialized .slick-slide {
	outline: 0
}
input[type]:not([type="submit"]), textarea {
	border-color: transparent;
	border-bottom: 1px solid;
	font-size: .5625rem;
	font-family: "Nunito";
	font-weight: 700;
	letter-spacing: .25em;
	padding: .625rem 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 2.5rem;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-image .4s, border .4s, line-height .4s, letter-spacing .4s, color .4s, width .4s, -webkit-filter .4s;
	transition: background-image .4s, border .4s, line-height .4s, letter-spacing .4s, color .4s, width .4s, -webkit-filter .4s;
	transition: background-image .4s, border .4s, line-height .4s, letter-spacing .4s, color .4s, width .4s, filter .4s;
	transition: background-image .4s, border .4s, line-height .4s, letter-spacing .4s, color .4s, width .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
input[type]:not([type="submit"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#1f1f1f;
opacity:1
}
input[type]:not([type="submit"])::-moz-placeholder, textarea::-moz-placeholder {
color:#1f1f1f;
opacity:1
}
input[type]:not([type="submit"]):-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#1f1f1f;
opacity:1
}
input[type]:not([type="submit"]):-moz-placeholder, textarea:-moz-placeholder {
color:#1f1f1f;
opacity:1
}
textarea, input[type]:not([type="submit"]) {
	background: 0
}
textarea::-webkit-input-placeholder, input[type]:not([type="submit"])::-webkit-input-placeholder {
color:inherit
}
textarea::-moz-placeholder, input[type]:not([type="submit"])::-moz-placeholder {
color:inherit
}
textarea:-ms-input-placeholder, input[type]:not([type="submit"]):-ms-input-placeholder {
color:inherit
}
textarea::-ms-input-placeholder, input[type]:not([type="submit"])::-ms-input-placeholder {
color:inherit
}
textarea::placeholder, input[type]:not([type="submit"])::placeholder {
color:inherit
}
input[type]:not([type="submit"]):hover, input[type]:not([type="submit"]):focus, textarea:hover, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	background: 0
}
input[type='submit'] {
	border: 0;
	background: 0;
	outline: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	color: inherit;
	font-size: .5625rem;
	font-family: "Nunito";
	font-weight: 700;
	letter-spacing: .25em;
	display: inline-block;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
input[type='submit']:hover {
	color: #555
}
textarea {
	resize: none;
	background: 0;
	height: 9.75rem
}
.flo-button__button[type='submit'], .flo-button__button {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-width: 12.8125rem;
	background-color: #efefef;
	font-size: .6875rem;
	font-family: "Unna Bold";
	letter-spacing: .25em;
	padding: .5rem 1.25rem;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	min-height: 2.5rem;
	cursor: pointer
}
.flo-button__button[type='submit']:hover, .flo-button__button:hover {
	cursor: pointer;
	opacity: .8
}
.flo-button__button[type='submit'] {
	display: inline-block
}

@media print, screen and (min-width:48em) {
.flo-custom-post-type-wrap {
	width: 67.5rem;
	margin: auto
}
}
body {
	opacity: 0;
	-webkit-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in
}

@media print, screen and (min-width:64.0625em) {
body:not(.flo-appear-disabled) .layout-sections--scroll-normal .flo-section, body:not(.flo-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear), body:not(.flo-appear-disabled) .flo-post>*, body:not(.flo-appear-disabled) .flo-footer, body:not(.flo-appear-disabled) .to-appear, body:not(.flo-appear-disabled) .widget:not(:first-child) {
	opacity: 0;
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
body:not(.flo-appear-disabled) .layout-sections--scroll-normal .flo-section:nth-child(1n), body:not(.flo-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear):nth-child(1n), body:not(.flo-appear-disabled) .flo-post>*:nth-child(1n), body:not(.flo-appear-disabled) .flo-footer:nth-child(1n), body:not(.flo-appear-disabled) .to-appear:nth-child(1n), body:not(.flo-appear-disabled) .widget:not(:first-child):nth-child(1n) {
	-webkit-transition: opacity .4s, color .4s, -webkit-transform .4s;
	transition: opacity .4s, color .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s, color .4s;
	transition: opacity .4s, transform .4s, color .4s, -webkit-transform .4s
}
body:not(.flo-appear-disabled) .layout-sections--scroll-normal .flo-section:nth-child(2n), body:not(.flo-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear):nth-child(2n), body:not(.flo-appear-disabled) .flo-post>*:nth-child(2n), body:not(.flo-appear-disabled) .flo-footer:nth-child(2n), body:not(.flo-appear-disabled) .to-appear:nth-child(2n), body:not(.flo-appear-disabled) .widget:not(:first-child):nth-child(2n) {
	-webkit-transition: opacity .4s .1s, color .4s, -webkit-transform .4s .1s;
	transition: opacity .4s .1s, color .4s, -webkit-transform .4s .1s;
	transition: opacity .4s .1s, transform .4s .1s, color .4s;
	transition: opacity .4s .1s, transform .4s .1s, color .4s, -webkit-transform .4s .1s
}
body:not(.flo-appear-disabled) .layout-sections--scroll-normal .flo-section.visible, body:not(.flo-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear).visible, body:not(.flo-appear-disabled) .flo-post>*.visible, body:not(.flo-appear-disabled) .flo-footer.visible, body:not(.flo-appear-disabled) .to-appear.visible, body:not(.flo-appear-disabled) .widget:not(:first-child).visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
}

@media print, screen and (min-width:48em) and (max-width:64.06125em) {
body:not(.flo-tablet-appear-disabled) .layout-sections--scroll-normal .flo-section, body:not(.flo-tablet-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear), body:not(.flo-tablet-appear-disabled) .flo-post>*, body:not(.flo-tablet-appear-disabled) .flo-footer, body:not(.flo-tablet-appear-disabled) .to-appear, body:not(.flo-tablet-appear-disabled) .widget:not(:first-child) {
	opacity: 0;
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
body:not(.flo-tablet-appear-disabled) .layout-sections--scroll-normal .flo-section:nth-child(1n), body:not(.flo-tablet-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear):nth-child(1n), body:not(.flo-tablet-appear-disabled) .flo-post>*:nth-child(1n), body:not(.flo-tablet-appear-disabled) .flo-footer:nth-child(1n), body:not(.flo-tablet-appear-disabled) .to-appear:nth-child(1n), body:not(.flo-tablet-appear-disabled) .widget:not(:first-child):nth-child(1n) {
	-webkit-transition: opacity .4s, color .4s, -webkit-transform .4s;
	transition: opacity .4s, color .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s, color .4s;
	transition: opacity .4s, transform .4s, color .4s, -webkit-transform .4s
}
body:not(.flo-tablet-appear-disabled) .layout-sections--scroll-normal .flo-section:nth-child(2n), body:not(.flo-tablet-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear):nth-child(2n), body:not(.flo-tablet-appear-disabled) .flo-post>*:nth-child(2n), body:not(.flo-tablet-appear-disabled) .flo-footer:nth-child(2n), body:not(.flo-tablet-appear-disabled) .to-appear:nth-child(2n), body:not(.flo-tablet-appear-disabled) .widget:not(:first-child):nth-child(2n) {
	-webkit-transition: opacity .4s .1s, color .4s, -webkit-transform .4s .1s;
	transition: opacity .4s .1s, color .4s, -webkit-transform .4s .1s;
	transition: opacity .4s .1s, transform .4s .1s, color .4s;
	transition: opacity .4s .1s, transform .4s .1s, color .4s, -webkit-transform .4s .1s
}
body:not(.flo-tablet-appear-disabled) .layout-sections--scroll-normal .flo-section.visible, body:not(.flo-tablet-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear).visible, body:not(.flo-tablet-appear-disabled) .flo-post>*.visible, body:not(.flo-tablet-appear-disabled) .flo-footer.visible, body:not(.flo-tablet-appear-disabled) .to-appear.visible, body:not(.flo-tablet-appear-disabled) .widget:not(:first-child).visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
}

@media print, screen and (max-width:47.99875em) {
body:not(.flo-mobile-appear-disabled) .layout-sections--scroll-normal .flo-section, body:not(.flo-mobile-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear), body:not(.flo-mobile-appear-disabled) .flo-post>*, body:not(.flo-mobile-appear-disabled) .flo-footer, body:not(.flo-mobile-appear-disabled) .to-appear, body:not(.flo-mobile-appear-disabled) .widget:not(:first-child) {
	opacity: 0;
	-webkit-transform: translateY(5rem);
	transform: translateY(5rem);
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
body:not(.flo-mobile-appear-disabled) .layout-sections--scroll-normal .flo-section:nth-child(1n), body:not(.flo-mobile-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear):nth-child(1n), body:not(.flo-mobile-appear-disabled) .flo-post>*:nth-child(1n), body:not(.flo-mobile-appear-disabled) .flo-footer:nth-child(1n), body:not(.flo-mobile-appear-disabled) .to-appear:nth-child(1n), body:not(.flo-mobile-appear-disabled) .widget:not(:first-child):nth-child(1n) {
	-webkit-transition: opacity .4s, color .4s, -webkit-transform .4s;
	transition: opacity .4s, color .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s, color .4s;
	transition: opacity .4s, transform .4s, color .4s, -webkit-transform .4s
}
body:not(.flo-mobile-appear-disabled) .layout-sections--scroll-normal .flo-section:nth-child(2n), body:not(.flo-mobile-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear):nth-child(2n), body:not(.flo-mobile-appear-disabled) .flo-post>*:nth-child(2n), body:not(.flo-mobile-appear-disabled) .flo-footer:nth-child(2n), body:not(.flo-mobile-appear-disabled) .to-appear:nth-child(2n), body:not(.flo-mobile-appear-disabled) .widget:not(:first-child):nth-child(2n) {
	-webkit-transition: opacity .4s .1s, color .4s, -webkit-transform .4s .1s;
	transition: opacity .4s .1s, color .4s, -webkit-transform .4s .1s;
	transition: opacity .4s .1s, transform .4s .1s, color .4s;
	transition: opacity .4s .1s, transform .4s .1s, color .4s, -webkit-transform .4s .1s
}
body:not(.flo-mobile-appear-disabled) .layout-sections--scroll-normal .flo-section.visible, body:not(.flo-mobile-appear-disabled) .flo_page>.flo-section:not(:first-of-type):not(.disable-appear).visible, body:not(.flo-mobile-appear-disabled) .flo-post>*.visible, body:not(.flo-mobile-appear-disabled) .flo-footer.visible, body:not(.flo-mobile-appear-disabled) .to-appear.visible, body:not(.flo-mobile-appear-disabled) .widget:not(:first-child).visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
}
.flo-page-has-sidebar__sidebar {
	z-index: 9
}
.flo-slider-arrow {
	z-index: 9
}
.flo-page-hero__logo {
	z-index: 11
}
.flo-header {
	z-index: 999999
}
.flo-page-about-type-a__featured-info {
	z-index: 9
}
body {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%
}
.row:before {
	width: 0
}

@media print, screen and (max-width:47.99875em) {
.sticky-container {
	height: auto !important
}
}
.flo-category-description {
	padding-top: 2.5rem;
	max-width: 56.25rem;
	margin: auto
}

@media print, screen and (max-width:47.99875em) {
.flo-category-description {
	padding-top: 0;
	padding-bottom: 0
}
}
.comments-block {
	padding-top: 2.1875rem
}
.comments-block .flo-icon-reply {
	font-size: .875rem
}
.comments-block .comment .comment-body {
	border-top: 1px solid #ddd
}
.comments-block .comment:first-child .comment-body {
	border-top: 0
}
.comments-block .parent .comment .comment-body {
	border-top: 1px solid;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem
}
.comments-block .parent .comment.depth-3 .comment-body {
	padding-left: 3.125rem
}
.comments-block .parent .comment.depth-4 .comment-body {
	padding-left: 4.0625rem
}
.comments-block .parent .comment.depth-5 .comment-body {
	padding-left: 5rem
}
.comments-block .parent .comment.depth-5 .comment-body {
	padding-left: 5.9375rem
}
.comments-block .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.25rem 0 2.875rem
}
.comments-block .comment-name-and-reply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.comments-block .comment-name {
	padding-left: .8125rem
}
.comments-block .comment-avatar-and-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.comments-block .reply {
	position: relative;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.comments-block .reply .comment-reply-link {
	text-indent: -99999px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}
.comments-block .reply:hover {
	color: #bbb
}
.comments-block .comment-block-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: .625rem
}
.comments-block .comment-meta {
	font-size: .5625rem;
	padding-top: .25rem
}
.comments-block .comment-avatar img {
	border-radius: 50%;
	width: 1.9375rem;
	margin: 0
}
.comments-block .comment-respond {
	padding-top: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.comments-block__top-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2.0625rem 0;
	border-bottom: 1px solid #000
}
.comments-block__spacer {
	width: 33.33%
}
.comments-block__top-bar-comments-count {
	width: 33.33%
}
.comments-block__icon {
	padding: 0 1.25rem;
	width: 33.33%;
	text-align: center;
	font-size: .75rem
}
.comments-block__show {
	position: relative;
	width: 33.33%
}
.comments-block__top-bar-hide-button .flo-icon {
	font-size: .5rem
}
.comments-block__top-bar-show-button .flo-icon {
	font-size: .75rem
}
.comments-block__top-bar-hide-button, .comments-block__top-bar-show-button, .comments-block__top-bar-toggle-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: opacity .4s, visibility .4s, height .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, height .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, height .4s, filter .4s;
	transition: opacity .4s, visibility .4s, height .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.comments-block__top-bar-hide-button-text, .comments-block__top-bar-show-button-text, .comments-block__top-bar-toggle-button {
	padding-right: .78125rem
}
.comments-block__top-bar-toggle-button {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.comments-block__top-bar-toggle-button-label-wrap {
	position: relative
}
.comments-block__top-bar-toggle-button-label {
	-webkit-transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, filter .4s;
	transition: opacity .4s, color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.comments-block__top-bar-toggle-button-label--hide {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0
}
.comments-block__top-bar-toggle-button-icon {
	margin-left: .78125rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	position: relative;
	-webkit-transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, filter .4s;
	transition: transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	width: 8px;
	height: 8px;
	background-color: transparent
}
.comments-block__top-bar-toggle-button-icon:before, .comments-block__top-bar-toggle-button-icon:after {
	content: " ";
	display: block;
	position: absolute;
	background-color: #000;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.comments-block__top-bar-toggle-button-icon:before {
	width: 8px;
	height: 1px
}
.comments-block__top-bar-toggle-button-icon:after {
	height: 8px;
	width: 1px
}
.comments-block__collapsed {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%
}
.comments-block__posts {
	-webkit-transition: visibility .4s, opacity .4s, -webkit-filter .4s;
	transition: visibility .4s, opacity .4s, -webkit-filter .4s;
	transition: visibility .4s, opacity .4s, filter .4s;
	transition: visibility .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.comments-block--expanded .comments-block__top-bar-show-button {
	opacity: 0;
	visibility: hidden;
	height: 0
}
.comments-block--expanded .comments-block__top-bar-hide-button {
	opacity: 1;
	visibility: visible;
	height: inherit
}
.comments-block--expanded .comments-block__top-bar-toggle-button-label--show {
	opacity: 0
}
.comments-block--expanded .comments-block__top-bar-toggle-button-label--hide {
	opacity: 1
}
.comments-block--collapsed .comments-block__top-bar-show-button {
	visibility: visible;
	opacity: 1
}
.comments-block--collapsed .comments-block__top-bar-hide-button {
	visibility: hidden;
	opacity: 0
}
.comments-block--collapsed .comments-block__top-bar-toggle-button-label--show {
	opacity: 1
}
.comments-block--collapsed .comments-block__top-bar-toggle-button-label--hide {
	opacity: 0
}
.comments-block--collapsed .comments-block__top-bar-toggle-button-icon {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}
.comments-block__post-form {
	padding-top: 3rem;
	margin-bottom: 1.25rem;
	margin-top: 4.6875rem
}
.comments-block__post-form .form-submit {
	padding-top: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}
.comments-block__post-form .submit {
	padding: .5625rem 2.875rem;
	margin-bottom: -1.25rem
}
.comments-block__post-form .parsley-errors-list {
	display: block
}
.comments-block__post-form .parsley-required {
	color: red;
	margin: .625rem 0
}
.comments-block__form-title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.comments-block__form-title {
	padding-bottom: 2.5rem
}
.comments-block__form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2.1875rem
}
.comments-block__form-field textarea, .comments-block__form-field input[type]:not([type="submit"]) {
	padding-right: .875rem;
	padding-left: .875rem
}
.comments-block__form-field textarea {
	height: 5.75rem
}
.comments-block .form-submit {
	padding-top: 1.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0
}

@media print, screen and (min-width:48em) {
.comments-block {
	padding-left: 5.625rem;
	padding-right: 5.625rem
}
.comments-block .comment-meta {
	width: 7.375rem;
	padding-right: 1.625rem
}
.comments-block .comment-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.comments-block__post-form {
	padding-left: 5.625rem;
	padding-right: 5.625rem
}
.comments-block__form-field input[type]:not([type="submit"]) {
	margin-right: 5.625rem
}
.comments-block__form-field input[type]:not([type="submit"]):last-child {
	margin-right: 0
}
}

@media print, screen and (max-width:47.99875em) {
.comments-block .comment-block-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.comments-block__form-field {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.comments-block__form-field input[type]:not([type="submit"]) {
	margin-bottom: 2.1875rem
}
.comments-block__form-field input[type]:not([type="submit"]):last-of-type {
	margin-bottom: 0
}
.comments-block__post-form {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
}
.comment-reply-title {
	text-align: end
}
.comment-reply-title .flo-icon-close {
	padding-right: .625rem;
	font-size: .375rem
}
.comments-pagination h2.screen-reader-text {
	display: none
}
.comments-pagination .nav-links {
	text-align: center
}
.comments-pagination .page-numbers.prev .screen-reader-text, .comments-pagination .page-numbers.next .screen-reader-text {
	display: none
}
.comments-pagination .page-numbers.prev {
	float: left
}
.comments-pagination .page-numbers.next {
	float: right
}
.flo-divider {
	width: 100%;
	height: 1px;
	background: #ddd
}
.flo-form input[type] {
	margin: 0
}
.flo-form__field {
	margin-bottom: 1.46875rem
}
.flo-form__field:last-of-type {
	margin-bottom: 0
}
.flo-form input[type="submit"] {
	margin-top: 2.5rem
}
.flo-modal {
	position: fixed;
	z-index: 9;
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none
}
.flo-modal .thx-msg {
	width: 300px;
	height: 200px;
	text-align: center;
	padding: 20px;
	vertical-align: middle;
	margin: 0 auto;
	top: 50%;
	margin-top: -180px;
	position: absolute;
	left: 50%;
	margin-left: -170px;
	background-color: #fff;
	border: 2px solid #e5e5e5
}
.contact-response p {
	border-radius: .78125rem;
	border: 2px dashed #555;
	padding: .9375rem;
	margin-top: .9375rem;
	color: #1f1f1f
}
*[data-lqip-src] {
	-webkit-transition: background-image .4s, -webkit-filter .4s, -webkit-filter .4s;
	transition: background-image .4s, -webkit-filter .4s, -webkit-filter .4s;
	transition: filter .4s, background-image .4s, filter .4s;
	transition: filter .4s, background-image .4s, filter .4s, -webkit-filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
*[data-lqip-src]:not(.flo-lqip--original-loaded) {
	-webkit-filter: blur(40px);
	filter: blur(40px)
}
.flo-page-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 5rem);
	margin: 0 auto
}
.flo-page-head--with-border {
	border-bottom: 1px solid #bbb
}
.flo-page-head__dropdown {
	visibility: hidden
}
.flo-page-head__dropdown .flo-dropdown-menu {
	height: 100%
}
.flo-page-head--has-dropdown-menu .flo-page-head__dropdown {
	visibility: visible
}
.flo-page-head__decoration-image {
	display: inline-block;
	max-width: 5.55rem;
	margin-bottom: 1.25rem
}
.flo-page-head__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9375rem;
	font-family: "Butler";
	letter-spacing: 1em;
	text-transform: uppercase;
	text-align: center
}

@media print, screen and (min-width:48em) {
.flo-page-head__title {
	width: 60%;
	padding: 2.6875rem 0
}
.flo-page-head__left-side {
	width: 20%
}
.flo-page-head__dropdown {
	width: 20%
}
.flo-page-head .flo-dropdown-menu__btn {
	margin-left: auto
}
}

@media print, screen and (max-width:47.99875em) {
.flo-page-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 3.75rem);
	padding-top: 2.6875rem;
	margin-bottom: 2.5rem
}
.flo-page-head .flo-dropdown-menu__btn {
	padding: 1.4375rem 0 2.6875rem
}
}
.flo-section {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.flo-section--full-width {
	padding: 0
}
.flo-section--not-found {
	margin-bottom: 3.75rem
}
.flo-section---card-a {
	padding: 2.8125rem 0
}
.flo-section--related {
	margin-top: 3.125rem
}

@media print, screen and (min-width:48em) {
.flo-section__container {
	width: 67.5rem;
	margin: 0 auto;
	max-width: 100%
}
.flo-section--full-width .flo-section__container {
	width: 100%
}
.flo-section--medium-width .flo-section__container {
	max-width: 56.25rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-section---card-a {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
}
.flo-share-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-top: 1px solid;
	border-bottom: 1px solid
}

@media print, screen and (min-width:48em) {
.flo-share-wrap {
	padding-left: 5.625rem;
	padding-right: 5.625rem
}
.flo-share-wrap__label {
	padding-right: 4.5rem;
	position: relative;
	margin-right: 3.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-share-wrap__label:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: .25rem;
	top: 0;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #555
}
.flo-share-wrap__link {
	padding-right: 2.875rem;
	margin-right: 2.25rem;
	position: relative
}
.flo-share-wrap__link:after {
	content: "—";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-share-wrap__link:last-child {
	margin-right: 0
}
.flo-share-wrap__link:last-child:after {
	display: none;
	padding-right: 0
}
.flo-share-wrap__link:hover:after {
	color: #000
}
}

@media print, screen and (max-width:47.99875em) {
.flo-share-wrap {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-share-wrap__label {
	width: 100%;
	text-align: center;
	padding-bottom: .5rem
}
.flo-share-wrap__links {
	width: 100%;
	padding: .125rem 1rem;
	text-align: center
}
.flo-share-wrap__link {
	padding: 0 .25rem
}
}
.slick-slider .slick-track, .slick-slider .slick-list, .slick-slider .slick-slide, .slick-slider a {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}
.slick-slider .custom_paging {
	display: none !important
}
.slick-arrow {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer
}
.flo-video-embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.flo-video-embed__screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-video-embed__screen iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flo-video-embed__screen p {
	color: transparent
}
.flo-video-embed__video-button {
	pointer-events: initial;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 100;
	width: 5rem;
	height: 5rem;
	border-radius: 5rem;
	font-size: 1.1981rem;
	color: #fff;
	border: 1px solid #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: color .4s, top .4s, opacity .4s, border .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, transform .4s, filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-video-embed__video-button:hover {
	opacity: .4
}
.flo-video-embed__video-button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-video-embed__video-button-icon--play {
	opacity: 0
}
.flo-video-embed__video-button-icon--stop {
	opacity: 0
}
.flo-video-embed:not(.flo-video-embed--loaded) .flo-video-embed__screen {
	opacity: 0;
	pointer-events: none
}
.flo-video-embed:not(.flo-video-embed--loaded) .flo-video-embed__video-button {
	top: 50%
}
.flo-video-embed:not(.flo-video-embed--loaded) .flo-video-embed__video-button-icon--play {
	opacity: 1
}
.flo-video-embed--loaded .flo-video-embed__screen {
	opacity: 1;
	pointer-events: initial
}
.flo-video-embed--loaded .flo-video-embed__video-button {
	top: 6.25rem
}
.flo-video-embed--loaded .flo-video-embed__video-button-icon--stop {
	opacity: 1
}
.flo-video-embed--loaded:not(:hover) .flo-video-embed__video-button {
	opacity: 0
}

@media print, screen and (max-width:47.99875em) {
.flo-video-embed__video-button {
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	font-size: .71886rem
}
}
.flo-social-links-type-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media print, screen and (min-width:48em) {
.flo-social-links-type-b__link, .flo-social-links-type-b__link-label {
	padding: 0 2rem;
	position: relative
}
.flo-social-links-type-b__link:after, .flo-social-links-type-b__link-label:after {
	content: '-';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-social-links-type-b__link:last-child:after, .flo-social-links-type-b__link-label:last-child:after {
	display: none;
	padding-right: 0
}
.flo-social-links-type-b__link:hover:after, .flo-social-links-type-b__link-label:hover:after {
	color: #000
}
}

@media print, screen and (max-width:47.99875em) {
.flo-social-links-type-b {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-social-links-type-b__links {
	width: 100%;
	padding: .125rem 1rem;
	text-align: center
}
}
.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.social-links__label {
	font-family: "Butler";
	font-size: 1rem;
	margin-right: .3125rem
}
.social-links__link {
	width: 1.875rem;
	text-align: center;
	margin-left: .3125rem
}
.social-links__link:first-child {
	margin-left: 0
}
.flo-social-links--link-custom img {
	max-width: initial
}
.flo-card-a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.flo-card-a__category {
	padding-bottom: 1.03125rem
}
.flo-card-a__category-label {
	padding-right: .875rem
}
.flo-card-a__category-label:after {
	content: ":"
}
.flo-card-a__content {
	padding-top: 2rem
}
.flo-card-a__btn {
	padding-top: 2.5rem;
	display: inline-block;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-card-a__btn:hover {
	color: #ddd
}
.flo-card-a__image {
	position: relative
}
.flo-card-a__title, .flo-card-a__btn {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-card-a {
	padding: 0 2.8125rem 2.8125rem;
	margin: 3.4375rem 0 2.8125rem;
	position: relative;
	z-index: 1
}
.flo-card-a:before {
	content: '';
	width: 100%;
	height: calc(100% - 3.4375rem);
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	-webkit-transition: background .4s, -webkit-filter .4s;
	transition: background .4s, -webkit-filter .4s;
	transition: background .4s, filter .4s;
	transition: background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-card-a__item-information {
	width: 28.125rem;
	padding-right: 2.8125rem;
	padding-top: 2.5rem
}
.flo-card-a__image {
	width: 33.75rem;
	height: 22.5rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-card-a__image img {
	display: none
}
.flo-card-a--inverted {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.flo-card-a--inverted .flo-card-a__item-information {
	padding-left: 2.8125rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-card-a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 2.8125rem 0
}
.flo-card-a__item-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%
}
.flo-card-a__image {
	background-image: none !important;
	padding-top: 1.5625rem;
	margin-bottom: 2.1875rem
}
}
.flo-card-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 4.6875rem 0 3.125rem
}
.flo-card-b p {
	margin-bottom: 0
}
.flo-card-b__post {
	display: block;
	position: relative
}
.flo-card-b__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}
.flo-card-b__date-and-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1.375rem
}
.flo-card-b__date {
	width: 9.75rem;
	padding-right: 3.125rem
}
.flo-card-b__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-card-b__category-label {
	padding-right: .8125rem
}
.flo-card-b__category-label:after {
	content: ":"
}
.flo-card-b__category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-card-b__title-and-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* padding-left: 6.75rem; */
	padding-top: 1.1875rem;
	text-transform: uppercase !important;
	text-align: center;
}
.flo-card-b__content {
	padding-top: .3125rem
}
.flo-card-b * {
	-webkit-transition: color .4s, background .4s, -webkit-filter .4s;
	transition: color .4s, background .4s, -webkit-filter .4s;
	transition: color .4s, background .4s, filter .4s;
	transition: color .4s, background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-card-b__title {
	padding: 4.6875rem 2.8125rem 0;
	width: 50%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: -2.375rem
}
.flo-card-b__title:before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background: #555;
	position: absolute;
	top: 0;
	left: 0
}
}
.flo-card-b__item {
	padding: 0 2.8125rem 2.1875rem;
	margin-bottom: 2.625rem;
	position: relative;
	z-index: 1;
	-webkit-transition: before .4s, -webkit-filter .4s;
	transition: before .4s, -webkit-filter .4s;
	transition: before .4s, filter .4s;
	transition: before .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-card-b__item:nth-child(2) {
	margin-top: 5.9375rem
}
.flo-card-b__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2.875rem);
	z-index: -1;
	-webkit-transition: background .4s, -webkit-box-shadow .4s, -webkit-filter .4s;
	transition: background .4s, -webkit-box-shadow .4s, -webkit-filter .4s;
	transition: background .4s, box-shadow .4s, filter .4s;
	transition: background .4s, box-shadow .4s, filter .4s, -webkit-box-shadow .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (max-width:47.99875em) {
.flo-card-b {
	border-top: 1px solid;
	padding-top: 2.0625rem
}
.flo-card-b__title-and-content {
	padding-left: 0
}
.flo-card-b__title {
	padding-bottom: 2.0625rem;
	text-align: center
}
.flo-card-b__item {
	padding-bottom: 2.6875rem
}
.flo-card-b__category-label {
	display: none
}
}
.flo-card-c-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-card-c-list__card {
	text-align: center;
	display: block;
	z-index: 1
}
.flo-card-c-list__category {
	padding-top: .25rem
}
.flo-card-c-list__category a {
	margin-right: .625rem
}
.flo-card-c-list__category-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-card-c-list__title {
	padding-top: .25rem
}
.flo-card-c-list__image {
	position: relative;
	width: 100%
}
.flo-card-c-list img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	width: 100% !important
}
.flo-card-c-list * {
	-webkit-transition: color .4s, background .4s, -webkit-filter .4s;
	transition: color .4s, background .4s, -webkit-filter .4s;
	transition: color .4s, background .4s, filter .4s;
	transition: color .4s, background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-card-c-list {
	padding-top: 6.25rem;
	padding-bottom: 2.5rem
}
.flo-card-c-list--related {
	padding-top: 1.875rem
}
.flo-card-c-list__card {
	padding-bottom: 1.875rem;
	position: relative;
	margin-bottom: 2.0625rem
}
.flo-card-c-list__card:before {
	content: '';
	width: calc(100% + 3.125rem);
	height: calc(100% - 2.0625rem);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	display: block;
	z-index: -1;
	-webkit-transition: background .4s, -webkit-filter .4s;
	transition: background .4s, -webkit-filter .4s;
	transition: background .4s, filter .4s;
	transition: background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-card-c-list__card a {
	max-width: 100%
}
}

@media print, screen and (max-width:47.99875em) {
.flo-card-c-list {
	padding: 2.5rem 0
}
.flo-card-c-list__column {
	margin: 1.25rem 0
}
}
.flo-card-d-list {
	padding: 2.5rem 0;
	max-width: 37.5rem;
	margin: 0 auto
}
.flo-card-d-list.flo-card-d-list__full-content {
	max-width: 100%;
	max-width: 56.25rem
}
.flo-card-d-list.flo-card-d-list__full-content .flo-card-d-list__card {
	display: block;
	margin-bottom: 2rem
}
.flo-card-d-list__card {
	text-align: center;
	padding: 2.5rem 0
}
.flo-card-d-list__card>a {
	width: 100%
}
.flo-card-d-list__title {
	padding: 0 3.125rem
}
.flo-card-d-list__content {
	padding-top: 1.125rem
}
.flo-card-d-list__excerpt {
	margin: 0 auto;
	padding-top: 1.875rem
}
.flo-card-d-list__image {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	margin-bottom: 2.5rem
}
.flo-card-d-list__image img {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}
.flo-card-d-list__btn {
	margin-top: 3.125rem
}
.flo-block-additional-information__pretitle {
	padding-bottom: 1.4375rem
}
.flo-block-additional-information__link-list-link {
	display: block
}
.flo-block-additional-information__information-list-item {
	display: block;
	margin-bottom: .1875rem
}

@media print, screen and (min-width:48em) {
.flo-block-additional-information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4.875rem 9.0625rem
}
.flo-block-additional-information--is-narrow {
	padding-left: 5.625rem;
	padding-right: 5.625rem;
	width: 56.25rem;
	margin: 0 auto
}
.flo-block-additional-information__column--title {
	width: 37%
}
.flo-block-additional-information__column--link-list {
	width: 37%
}
.flo-block-additional-information__column--information-list {
	width: 26
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-additional-information {
	padding: 2.5rem 1.25rem
}
.flo-block-additional-information__column {
	text-align: center
}
.flo-block-additional-information__column:not(:last-child) {
	margin-bottom: 2.5rem
}
}
.flo-block-button {
	text-align: center;
	padding: 3.75rem 0
}
.flo-block-button__button {
	line-height: 1em !important;
	padding: .9375rem 3.75rem;
	display: inline-block
}
.flo-block-button__button:hover {
	opacity: .6
}
.flo-block-faq {
	position: relative
}

@media print, screen and (min-width:48em) {
.flo-block-faq {
	margin: 3.125rem 0
}
}
.flo-block-faq__content {
	position: relative;
	z-index: 1
}

@media print, screen and (min-width:48em) {
.flo-block-faq__content {
	padding: 4.375rem 6.25rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-faq__content {
	padding: 2.5rem 1.25rem
}
}

@media print, screen and (min-width:48em) {
.flo-block-faq__left-side-background, .flo-block-faq__right-side-background {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0
}
.flo-block-faq__left-side-background {
	left: 0
}
.flo-block-faq__right-side-background {
	right: 0
}
}
.flo-block-faq__title {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-items: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-faq__title:before, .flo-block-faq__title:after {
	content: " ";
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-block-faq__title:before {
	margin-right: 2.8125rem
}
.flo-block-faq__title:after {
	margin-left: 2.625rem
}

@media print, screen and (min-width:48em) {
.flo-block-faq__qas {
	padding-top: 8.4375rem;
	padding-bottom: 5.375rem
}
}

@media print, screen and (min-width:48em) {
.flo-block-faq__qas-labels {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 2.8125rem
}
.flo-block-faq__qas-labels .flo-block-faq__qas-labels-label {
	width: 50%
}
.flo-block-faq__qas-labels .flo-block-faq__qas-labels-label--question {
	padding-right: 8.4375rem
}
.flo-block-faq__qas-labels .flo-block-faq__qas-labels-label--answer {
	padding-left: 8.4375rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-faq__qas-labels {
	display: none
}
}
.flo-block-faq__qas-labels-label {
	text-align: center
}

@media print, screen and (min-width:48em) {
.flo-block-faq__qas-slides {
	padding: 0 2.8125rem;
	padding-top: 3.75rem
}
.flo-block-faq__qas-slides .flo-block-faq__qa-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-faq__qas-slides .flo-block-faq__qa-question, .flo-block-faq__qas-slides .flo-block-faq__qa-answer {
	text-align: center;
	width: 50%
}
.flo-block-faq__qas-slides .flo-block-faq__qa-question {
	padding-right: 8.4375rem
}
.flo-block-faq__qas-slides .flo-block-faq__qa-answer {
	padding-left: 8.4375rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-faq__qas-slides {
	padding: 1.875rem 0
}
.flo-block-faq__qas-slides .flo-block-faq__qa-question {
	margin-bottom: .625rem
}
}
.flo-block-faq__qas-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media print, screen and (min-width:48em) {
.flo-block-faq__qas-controls {
	padding: 0 13.25rem;
	padding-top: 6.25rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-faq__qas-controls {
	margin-bottom: 1.25rem
}
}
.flo-block-faq__qas-controls-arrow {
	font-size: 1.5625rem
}
.flo-block-faq__qas-controls-counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}
.flo-block-faq__qas-controls-counter-index, .flo-block-faq__qas-controls-counter-count {
	padding: 0 .1875rem
}
.flo-block-faq__bottom-line {
	height: 1px;
	width: 100%
}
.flo-block-featured-item {
	position: relative
}
.flo-block-featured-item:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%
}
.flo-block-featured-item__image {
	z-index: 1;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-featured-item__image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-featured-item__image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-featured-item__image {
	background-image: var(--img-large)
}
}
.flo-block-featured-item__text-area {
	text-align: center;
	z-index: 1;
	position: relative
}
.flo-block-featured-item__text-area:before {
	content: "•";
	font-size: 1rem
}
.flo-block-featured-item__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4.0625rem
}
.flo-block-featured-item__title:after {
	content: " ";
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 2.5rem;
	height: 1px;
	margin-top: 2.5rem
}
.flo-block-featured-item__text {
	margin-bottom: 5.625rem
}
.flo-block-featured-item__button {
	display: inline-block;
	line-height: 1em !important;
	padding: 1.0625rem 3.75rem
}

@media print, screen and (min-width:48em) {
.flo-block-featured-item {
	margin: 2.8125rem auto;
	padding: 2.125rem 0;
	width: calc(100% - 18.125rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-featured-item:before {
	width: calc(100% - 19.6875rem)
}
.flo-block-featured-item__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25.3125rem;
	height: 38rem
}
.flo-block-featured-item__text-area {
	padding: 0 8.15625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-block-featured-item__text-area:before {
	margin-bottom: 5rem
}
.flo-block-featured-item__button {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-featured-item {
	margin: 2.8125rem 0;
	padding: 2.8125rem 1.25rem;
	padding-top: 1.25rem
}
.flo-block-featured-item:before {
	content: " ";
	position: aboslute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flo-block-featured-item__image {
	width: 100%;
	height: 25rem;
	margin-bottom: 2.5rem
}
.flo-block-featured-item__text-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-featured-item__text-area:before {
	margin-bottom: 1.875rem
}
.flo-block-featured-item__title {
	margin-bottom: 3.125rem
}
}
.flo-block-featured-links-1__link {
	display: block
}
.flo-block-featured-links-1__link-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-featured-links-1__nav-bar-arrow {
	font-size: .5rem
}
.flo-block-featured-links-1__counter {
	display: inline-block;
	position: relative
}
.flo-block-featured-links-1__counter-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	padding: .125rem 0
}
.flo-block-featured-links-1__counter-of {
	margin: 0 .1875rem
}
.flo-block-featured-links-1__counter-decorative-line {
	width: 1px;
	height: 5.3125rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(30deg);
	transform: translate(-50%, -50%) rotate(30deg);
	opacity: .15
}

@media print, screen and (min-width:48em) {
.flo-block-featured-links-1 {
	padding: 4.375rem 9.0625rem;
	position: relative
}
.flo-block-featured-links-1__title {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	position: absolute;
	top: 50%;
	left: 6.25rem;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}
.flo-block-featured-links-1__title:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	height: 1px;
	margin-right: .3125rem;
	width: 1rem
}
.flo-block-featured-links-1__link-content {
	height: 41.25rem;
	padding-bottom: 3.125rem
}
.flo-block-featured-links-1__link-title {
	margin-bottom: .3125rem
}
.flo-block-featured-links-1__nav-bar {
	width: 5.625rem;
	height: 36.21875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2.65625rem 0
}
.flo-block-featured-links-1__nav-bar-arrow {
	cursor: pointer
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-featured-links-1 {
	padding: 3.125rem 1.25rem;
	text-align: center
}
.flo-block-featured-links-1__title {
	text-align: center;
	margin-bottom: 1.25rem
}
.flo-block-featured-links-1__link-content {
	height: 25rem;
	padding-bottom: 3.125rem
}
.flo-block-featured-links-1__link-title {
	padding-bottom: .3125rem
}
.flo-block-featured-links-1__nav-bar {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 1.25rem);
	height: 3.75rem;
	padding: 0 1.25rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-block-featured-links-1__counter-decorative-line {
	display: none
}
}
.flo-block-featured-links-1__link-content {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-featured-links-1__link-content {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-featured-links-1__link-content {
	background-image: var(--img-large)
}
}
.flo-block-featured-links-2__title {
	position: relative
}
.flo-block-featured-links-2__link {
	display: block;
	position: relative
}
.flo-block-featured-links-2__link:not(:last-child) {
	margin-bottom: 1.125rem
}
.flo-block-featured-links-2__link--hovered .flo-block-featured-links-2__link-index-text {
	opacity: 0
}
.flo-block-featured-links-2__link--hovered .flo-block-featured-links-2__link-index-dot {
	opacity: 1
}
.flo-block-featured-links-2__link-index {
	position: relative;
	margin-right: 1.5625rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-featured-links-2__link-index-dot {
	display: block;
	font-size: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.flo-block-featured-links-2__image {
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-featured-links-2__bottom-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-block-featured-links-2__next-button {
	cursor: pointer
}
.flo-block-featured-links-2__counter {
	display: inline-block;
	position: relative
}
.flo-block-featured-links-2__counter-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	padding: .125rem 0
}
.flo-block-featured-links-2__counter-of {
	margin: 0 .1875rem
}
.flo-block-featured-links-2__counter-decorative-line {
	width: 1px;
	height: 5.3125rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(30deg);
	transform: translate(-50%, -50%) rotate(30deg);
	opacity: .15
}

@media print, screen and (min-width:48em) {
.flo-block-featured-links-2 {
	height: 50rem;
	position: relative;
	padding: 0 9.0625rem;
	padding-top: 8.5rem;
	padding-bottom: 5.5rem;
	padding-right: 6.25rem
}
.flo-block-featured-links-2__background {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: background-image .4s, -webkit-filter .4s;
	transition: background-image .4s, -webkit-filter .4s;
	transition: background-image .4s, filter .4s;
	transition: background-image .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-featured-links-2__background--left {
	left: 0
}
.flo-block-featured-links-2__background--right {
	right: 0
}
.flo-block-featured-links-2__middle-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 6.25rem
}
.flo-block-featured-links-2__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 2.8125rem;
	padding-bottom: 2.96875rem;
	width: 19.6875rem
}
.flo-block-featured-links-2__link {
	position: relative
}
.flo-block-featured-links-2__image-wrap {
	width: 36.5625rem;
	height: 24.40625rem;
	position: relative;
	margin-left: 2.8125rem
}
.flo-block-featured-links-2__image-wrap:before {
	content: " ";
	display: block;
	height: 44.96875rem;
	width: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(30deg);
	transform: translate(-50%, -50%) rotate(30deg)
}
.flo-block-featured-links-2__image {
	-webkit-transition: background-image .4s, -webkit-filter .4s;
	transition: background-image .4s, -webkit-filter .4s;
	transition: background-image .4s, filter .4s;
	transition: background-image .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-featured-links-2__bottom-wrap {
	position: relative
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-featured-links-2 {
	padding: 3.75rem 1.25rem;
	position: relative
}
.flo-block-featured-links-2__background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.flo-block-featured-links-2__background--right {
	display: none
}
.flo-block-featured-links-2__title {
	text-align: center;
	margin-bottom: 2.5rem
}
.flo-block-featured-links-2__middle-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-featured-links-2__image-wrap {
	display: none
}
.flo-block-featured-links-2__bottom-wrap {
	display: none
}
}
.flo-block-featured-links-3__content-wrap {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: background-image .4s, -webkit-filter .4s;
	transition: background-image .4s, -webkit-filter .4s;
	transition: background-image .4s, filter .4s;
	transition: background-image .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	position: relative
}
.flo-block-featured-links-3__background-overlay {
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: background-color .4s, opacity .4s, -webkit-filter .4s;
	transition: background-color .4s, opacity .4s, -webkit-filter .4s;
	transition: background-color .4s, opacity .4s, filter .4s;
	transition: background-color .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-featured-links-3__left-wrap {
	position: relative
}
.flo-block-featured-links-3__link-title {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-featured-links-3__right-wrap {
	position: relative
}
.flo-block-featured-links-3__link-text {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-featured-links-3__link-text p:last-child {
	margin-bottom: 0
}

@media print, screen and (min-width:48em) {
.flo-block-featured-links-3 {
	padding: 5.125rem 6.25rem
}
.flo-block-featured-links-3__content-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 37.5rem
}
.flo-block-featured-links-3__left-wrap {
	width: 50%;
	display: inline-block;
	padding-left: 11.25rem;
	padding-right: 5.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-featured-links-3__link-title {
	margin-bottom: 1.25rem
}
.flo-block-featured-links-3__right-wrap {
	display: inline-block;
	width: 50%;
	padding-left: 2.8125rem;
	padding-right: 8.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-featured-links-3__content-wrap {
	padding: 2.5rem 0
}
.flo-block-featured-links-3__left-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-featured-links-3__right-wrap {
	display: none
}
}
.flo-block-featured-links-3__content-wrap {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-featured-links-3__content-wrap {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-featured-links-3__content-wrap {
	background-image: var(--img-large)
}
}
.flo-block-featured-links-4__link {
	display: inline-block;
	text-align: center
}
.flo-block-featured-links-4__link-pretitle {
	display: block;
	margin-bottom: .625rem
}
.flo-block-featured-links-4__link-title {
	display: block
}

@media print, screen and (min-width:48em) {
.flo-block-featured-links-4 {
	margin: 2.8125rem 0;
	padding: 6.25rem 6.25rem
}
.flo-block-featured-links-4__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-featured-links-4__link {
	padding: 0 5.34375rem;
	width: calc(100% / 3);
	position: relative
}
.flo-block-featured-links-4__link:not(:last-child):after {
	content: " ";
	height: 2.8125rem;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-featured-links-4 {
	margin: 2.8125rem 0;
	padding: 2.5rem 1.25rem
}
.flo-block-featured-links-4__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-featured-links-4__link:not(:last-child) {
	margin-bottom: 2.5rem
}
}
.flo-block-image-block-1__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

@media print, screen and (min-width:48em) {
.flo-block-image-block-1 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 6.25rem;
	margin: 2.8125rem 0;
	min-height: 43.75rem
}
.flo-block-image-block-1__left-side-background, .flo-block-image-block-1__right-side-background {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%
}
.flo-block-image-block-1__left-side-background {
	left: 0
}
.flo-block-image-block-1__right-side-background {
	right: 0
}
.flo-block-image-block-1__images {
	position: relative;
	width: 62.5%
}
.flo-block-image-block-1__image {
	position: absolute;
	z-index: 2
}
.flo-block-image-block-1__image--1 {
	width: 22.5rem;
	height: 15.03125rem;
	top: 6.375rem;
	left: 0
}
.flo-block-image-block-1__image--2 {
	width: 16.875rem;
	height: 25.25rem;
	top: 8.78125rem;
	right: 0
}
.flo-block-image-block-1__image--3 {
	width: 19.6875rem;
	height: 12.84375rem;
	top: 24.15625rem;
	left: 2.8125rem
}
.flo-block-image-block-1__decorative-line {
	height: 44.78125rem;
	width: 1px;
	position: absolute;
	left: 16.875rem;
	top: -0.5rem;
	-webkit-transform: translate(0, 0) rotate(-30deg);
	transform: translate(0, 0) rotate(-30deg)
}
.flo-block-image-block-1__text-area {
	position: relative;
	width: 37.5%;
	padding-top: 3.75rem;
	padding-bottom: 4rem;
	padding-left: 2.8125rem
}
.flo-block-image-block-1__title {
	margin-bottom: 3.375rem
}
.flo-block-image-block-1__text {
	position: relative;
	padding: 2.5rem 0;
	padding-left: 5.625rem;
	margin-bottom: 3.75rem
}
.flo-block-image-block-1__text:before {
	content: " ";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	left: 2.8125rem;
	top: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-image-block-1 {
	padding: 0 1.25rem;
	margin: 2.8125rem 0
}
.flo-block-image-block-1__images {
	position: relative;
	margin-bottom: .625rem
}
.flo-block-image-block-1__image {
	width: 100%;
	height: 18.75rem;
	margin-bottom: 1.875rem
}
.flo-block-image-block-1__text-area {
	text-align: center
}
.flo-block-image-block-1__title {
	margin-bottom: 1.25rem
}
.flo-block-image-block-1__text {
	margin-bottom: 1.25rem
}
}
.flo-block-image-block-2__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-image-block-2__text-area-title {
	margin-bottom: 1.875rem
}
.flo-block-image-block-2__link {
	display: block
}

@media print, screen and (min-width:48em) {
.flo-block-image-block-2 {
	position: relative
}
.flo-block-image-block-2__image {
	height: 33.75rem
}
.flo-block-image-block-2__text-area {
	z-index: 2;
	position: absolute;
	bottom: 0;
	min-height: 22.5rem;
	width: 50%;
	padding-left: 6.25rem;
	padding-right: 5.625rem;
	padding-top: 3.625rem;
	padding-bottom: 4.375rem
}
.flo-block-image-block-2__bottom-area {
	position: relative;
	height: 13.125rem
}
.flo-block-image-block-2__link {
	position: absolute;
	right: 14.0625rem;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flo-block-image-block-2__decorative-line {
	position: absolute;
	top: 8.4375rem;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1px;
	height: 7.90625rem;
	right: 9.0625rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-image-block-2 {
	margin: 2.8125rem 0;
	padding: 0 1.25rem
}
.flo-block-image-block-2__image {
	height: 18.75rem;
	margin-bottom: 1.875rem
}
.flo-block-image-block-2__text-area {
	text-align: center;
	margin-bottom: 2.5rem
}
.flo-block-image-block-2__text-area-title {
	margin-bottom: 1.25rem
}
.flo-block-image-block-2__bottom-area {
	text-align: center;
	padding: 1.875rem 1.25rem
}
.flo-block-image-block-2__decorative-line {
	display: none
}
}
.flo-block-image-block-2__image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-image-block-2__image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-image-block-2__image {
	background-image: var(--img-large)
}
}
.flo-block-image-block-3__title {
	text-align: center
}
.flo-block-image-block-3__image {
	position: relative
}
.flo-block-image-block-3__image-top-wrap {
	margin-bottom: 1.25rem
}
.flo-block-image-block-3__image-hover-dot {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image-and-title {
	position: relative
}
.flo-block-image-block-3__image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flo-block-image-block-3__image-title {
	position: absolute;
	left: 50%;
	bottom: .9375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, filter .4s;
	transition: opacity .4s, color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image-text {
	margin-bottom: 1.75rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image-text p:last-child {
	margin-bottom: 0
}
.flo-block-image-block-3__image-bottom-link-pretitle {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image-bottom-link-title {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-block-image-block-3 {
	padding-bottom: 5rem
}
.flo-block-image-block-3__title-area {
	padding-top: 3.75rem;
	padding-bottom: 9.6875rem
}
.flo-block-image-block-3__images {
	padding: 0 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin-top: -8.4375rem
}
.flo-block-image-block-3__images:before {
	content: " ";
	display: block;
	width: 1px;
	height: 3.9375rem;
	position: absolute;
	left: 50%;
	top: 2.8125rem;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.flo-block-image-block-3__image {
	width: calc(100% / 3);
	padding: 2.8125rem;
	text-align: center;
	-webkit-transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, filter .4s;
	transition: background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image:hover .flo-block-image-block-3__image-and-title {
	-webkit-transform: translateY(-2.1875rem);
	transform: translateY(-2.1875rem)
}
.flo-block-image-block-3__image:hover .flo-block-image-block-3__image-overlay {
	opacity: .3
}
.flo-block-image-block-3__image:hover .flo-block-image-block-3__image-title {
	opacity: 1
}
.flo-block-image-block-3__image-top-wrap {
	position: relative;
	overflow: hidden
}
.flo-block-image-block-3__image-hover-dot {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.flo-block-image-block-3__image-and-title {
	-webkit-transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, filter .4s;
	transition: transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image-overlay {
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-image-block-3__image-title {
	opacity: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-image-block-3__title-area {
	padding: 3.75rem 1.25rem;
	padding-bottom: 5rem
}
.flo-block-image-block-3__images {
	padding: 0 1.25rem;
	margin-top: -2.5rem
}
.flo-block-image-block-3__image {
	text-align: center;
	margin-bottom: 1.875rem
}
.flo-block-image-block-3__image-hover-dot {
	display: none
}
.flo-block-image-block-3__image-overlay {
	opacity: .3
}
.flo-block-image-block-3__image-text {
	margin: 0 1.25rem;
	margin-bottom: 1.25rem
}
}
.flo-block-image-block-4__content {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-image-block-4__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media print, screen and (min-width:48em) {
.flo-block-image-block-4 {
	padding: 5rem 6.25rem
}
.flo-block-image-block-4__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 37.5rem;
	padding: 9.6875rem 0
}
.flo-block-image-block-4__text-area {
	position: relative;
	z-index: 2;
	width: 50%;
	margin-left: 50%;
	padding-right: 5.625rem
}
.flo-block-image-block-4__title {
	margin-bottom: 3.125rem
}
.flo-block-image-block-4__text {
	padding-left: 2.8125rem;
	margin-bottom: 2.5rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-image-block-4 {
	padding: 2.5rem 0
}
.flo-block-image-block-4__content {
	padding: 5rem 1.25rem;
	text-align: center
}
.flo-block-image-block-4__text-area {
	position: relative;
	z-index: 2
}
.flo-block-image-block-4__title {
	margin-bottom: 1.25rem
}
.flo-block-image-block-4__text {
	margin-bottom: 1.25rem
}
}
.flo-block-image-block-4__content {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-image-block-4__content {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-image-block-4__content {
	background-image: var(--img-large)
}
}
.flo-block-image-text__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-image-text__image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-image-text__image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-image-text__image {
	background-image: var(--img-large)
}
}

@media print, screen and (min-width:48em) {
.flo-block-image-text {
	position: relative
}
.flo-block-image-text__image {
	position: absolute;
	top: 5.9375rem;
	left: 9.0625rem;
	z-index: 1;
	height: 38rem;
	width: 25.3125rem;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.flo-block-image-text__text-area:before {
	content: " ";
	width: 1px;
	height: calc(100% - 17.5rem);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flo-block-image-text__title, .flo-block-image-text__text {
	padding-left: 45.625rem;
	padding-right: 9.0625rem;
	width: 100%
}
.flo-block-image-text__title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2.8125rem;
	padding-top: 9.5rem;
	min-height: 15.125rem
}
.flo-block-image-text__text {
	height: 32.875rem;
	padding-top: 3.5625rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-image-text {
	padding: 1.25rem
}
.flo-block-image-text__image {
	height: 18.75rem;
	margin-bottom: 2.5rem
}
.flo-block-image-text__title {
	text-align: center;
	margin-bottom: 1.25rem
}
.flo-block-image-text__text {
	padding: 2.5rem 1.25rem
}
}
.flo-block-instagram-block__icon {
	width: 2.8125rem;
	height: 2.8125rem;
	border-radius: 2.8125rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .9375rem
}
.flo-block-instagram-block__image-feed {
	width: 100%
}
.flo-block-instagram-block__image-feed-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

@media print, screen and (min-width:48em) {
.flo-block-instagram-block {
	padding: 4.375rem 6.25rem;
	position: relative
}
.flo-block-instagram-block__left-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%
}
.flo-block-instagram-block__right-background {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%
}
.flo-block-instagram-block__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}
.flo-block-instagram-block__title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center
}
.flo-block-instagram-block__bottom-wrap {
	position: relative;
	margin-top: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-instagram-block__text-wrap {
	width: 19.6875rem;
	padding: .9375rem 2.8125rem 1.75rem 2.8125rem;
	border-left: 1px solid;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.flo-block-instagram-block__text-wrap p:last-child {
	margin-bottom: 0
}
.flo-block-instagram-block__feed-title {
	position: absolute;
	right: 21.25rem;
	top: 14.375rem;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}
.flo-block-instagram-block__image-feed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-instagram-block__image-feed-decorative-line {
	width: 1px;
	height: 19.84375rem;
	position: absolute;
	right: 7.9375rem;
	top: 8.03125rem;
	-webkit-transform: translate(50%, -50%) rotate(30deg);
	transform: translate(50%, -50%) rotate(30deg)
}
.flo-block-instagram-block__image-feed-image--1 {
	width: 16.875rem;
	height: 16.875rem;
	margin-right: 2.8125rem
}
.flo-block-instagram-block__image-feed-image--2 {
	width: 14.0625rem;
	height: 14.0625rem;
	margin-right: 2.8125rem;
	-webkit-transform: translateY(-3.125rem);
	transform: translateY(-3.125rem)
}
.flo-block-instagram-block__image-feed-image--3 {
	width: 11.25rem;
	height: 11.25rem;
	-webkit-transform: translateY(2.5625rem);
	transform: translateY(2.5625rem)
}
.flo-block-instagram-block .flo-shcode-instgm-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-instagram-block .flo-shcode-instgm-container .img-block:nth-child(1) {
	width: 16.875rem;
	height: 16.875rem;
	margin-right: 2.8125rem
}
.flo-block-instagram-block .flo-shcode-instgm-container .img-block:nth-child(2) {
	width: 14.0625rem;
	height: 14.0625rem;
	margin-right: 2.8125rem;
	-webkit-transform: translateY(-3.125rem);
	transform: translateY(-3.125rem)
}
.flo-block-instagram-block .flo-shcode-instgm-container .img-block:nth-child(3) {
	width: 11.25rem;
	height: 11.25rem;
	-webkit-transform: translateY(2.5625rem);
	transform: translateY(2.5625rem)
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-instagram-block {
	padding: 2.5rem 1.25rem
}
.flo-block-instagram-block__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.flo-block-instagram-block__title-wrap {
	margin-bottom: 1.25rem
}
.flo-block-instagram-block__title {
	margin-bottom: 1.25rem
}
.flo-block-instagram-block__icon {
	margin-bottom: 1.25rem
}
.flo-block-instagram-block__feed-title {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 1.25rem
}
.flo-block-instagram-block__image-feed-image {
	width: 100%;
	height: 18.75rem;
	margin-bottom: 1.25rem
}
.flo-block-instagram-block .flo-shcode-instgm-container .img-block {
	width: 100%;
	margin-bottom: 1.25rem
}
}

@media print, screen and (min-width:48em) {
.flo-block-links-in-columns-1 {
	padding: 6.25rem 6.25rem;
	position: relative
}
.flo-block-links-in-columns-1__decorative-line {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-30deg);
	transform: translate(-50%, -50%) rotate(-30deg);
	height: 13.125rem;
	width: 1px
}
.flo-block-links-in-columns-1__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem 2.8125rem
}
.flo-block-links-in-columns-1__links {
	width: 36%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}
.flo-block-links-in-columns-1__links--left-side {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flo-block-links-in-columns-1__links--left-side .flo-block-links-in-columns-1__link {
	margin-left: 3.4375rem
}
.flo-block-links-in-columns-1__links--right-side {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.flo-block-links-in-columns-1__links--right-side .flo-block-links-in-columns-1__link {
	margin-right: 3.4375rem
}
.flo-block-links-in-columns-1__link {
	display: inline-block
}
.flo-block-links-in-columns-1__title {
	text-align: center
}
.flo-block-links-in-columns-1__title p {
	margin-bottom: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-links-in-columns-1 {
	padding: 2.5rem 1.25rem
}
.flo-block-links-in-columns-1__decorative-line {
	display: none
}
.flo-block-links-in-columns-1__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 5rem
}
.flo-block-links-in-columns-1__links {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-links-in-columns-1__link {
	margin-bottom: .9375rem
}
.flo-block-links-in-columns-1__title {
	margin-bottom: .625rem
}
}
.flo-block-newsletter__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.flo-block-newsletter__field {
	display: block;
	text-align: center;
	margin-bottom: 0 !important;
	padding: 1.25rem 1.25rem !important;
	line-height: 1em !important
}
.flo-block-newsletter__submit {
	display: block;
	padding: 1.03125rem 3.9375rem;
	line-height: 1em !important
}

@media print, screen and (min-width:48em) {
.flo-block-newsletter {
	padding: 2.8125rem 6.25rem;
	padding-bottom: 4.1875rem
}
.flo-block-newsletter__content {
	text-align: center
}
.flo-block-newsletter__icon {
	display: inline-block;
	font-size: 1.875rem;
	margin-bottom: 2.3125rem
}
.flo-block-newsletter__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.flo-block-newsletter__separator {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	width: 1px
}
.flo-block-newsletter__column {
	width: 50%;
	padding: 2.8125rem 5.34375rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-newsletter {
	padding: 5rem 1.25rem;
	text-align: center
}
.flo-block-newsletter__icon {
	font-size: 1.875rem;
	margin-bottom: 1.25rem
}
.flo-block-newsletter__title {
	margin-bottom: 1.875rem
}
}
.flo-block-testimonials-2__background {
	-webkit-transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, filter .4s;
	transition: background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-testimonials-2__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-testimonials-2__testimonial-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-testimonials-2__testimonial-image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-testimonials-2__testimonial-image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-testimonials-2__testimonial-image {
	background-image: var(--img-large)
}
}
.flo-block-testimonials-2__testimonial-decorative-line {
	-webkit-transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, filter .4s;
	transition: background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-testimonials-2__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-block-testimonials-2 {
	position: relative;
	padding: 7.1875rem 6.25rem
}
.flo-block-testimonials-2__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%
}
.flo-block-testimonials-2__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.flo-block-testimonials-2__counter {
	width: 28.125rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 11.25rem
}
.flo-block-testimonials-2__testimonials {
	position: relative
}
.flo-block-testimonials-2__testimonial-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5rem 0
}
.flo-block-testimonials-2__testimonial-image-wrap {
	position: relative;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 5.625rem
}
.flo-block-testimonials-2__testimonial-image {
	height: 18.75rem;
	position: relative;
	z-index: 2
}
.flo-block-testimonials-2__testimonial-decorative-line {
	position: absolute;
	top: 50%;
	left: calc(50% - 2.8125rem);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	height: 36.625rem;
	width: 1px
}
.flo-block-testimonials-2__testimonial-text-wrap {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 2.8125rem
}
.flo-block-testimonials-2__testimonial-title {
	margin-bottom: 1.5625rem
}
.flo-block-testimonials-2__testimonial-text {
	padding-left: 2.8125rem;
	margin-left: 2.8125rem;
	border-left: 1px solid
}
.flo-block-testimonials-2__bottom-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-block-testimonials-2__arrows {
	width: 28.125rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 11.25rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-testimonials-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 2.5rem 1.25rem
}
.flo-block-testimonials-2__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 2.5rem
}
.flo-block-testimonials-2__counter {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.flo-block-testimonials-2__counter-index:after {
	content: "-"
}
.flo-block-testimonials-2__testimonials {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.flo-block-testimonials-2__testimonial-image-wrap {
	margin-bottom: 1.875rem
}
.flo-block-testimonials-2__testimonial-image {
	height: 18.75rem
}
.flo-block-testimonials-2__testimonial-title {
	text-align: center;
	margin-bottom: 1.25rem
}
.flo-block-testimonials-2__bottom-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.25rem
}
.flo-block-testimonials-2__arrows {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}
.flo-block-text-in-2-columns__button {
	display: inline-block;
	padding: 1.03125rem 3.9375rem;
	line-height: 1em !important
}

@media print, screen and (min-width:48em) {
.flo-block-text-in-2-columns {
	padding-bottom: 4.6875rem
}
.flo-block-text-in-2-columns__content {
	padding: 5.625rem 6.25rem;
	position: relative
}
.flo-block-text-in-2-columns__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.flo-block-text-in-2-columns__column {
	width: 50%;
	padding: 4.375rem 0
}
.flo-block-text-in-2-columns__column--left {
	padding-left: 2.8125rem;
	padding-right: 5.625rem
}
.flo-block-text-in-2-columns__column--right {
	padding-left: 5.625rem;
	padding-right: 2.8125rem
}
.flo-block-text-in-2-columns__separator {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 100%
}
.flo-block-text-in-2-columns__button {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-text-in-2-columns__content {
	padding: 5rem 1.25rem;
	text-align: center
}
.flo-block-text-in-2-columns__column {
	margin-bottom: 1.875rem
}
}
.flo-block-text-block-in-2-columns__title {
	text-align: center
}

@media print, screen and (min-width:48em) {
.flo-block-text-block-in-2-columns__content {
	padding: 5.625rem 6.25rem;
	position: relative
}
.flo-block-text-block-in-2-columns__title {
	padding: 0 16.875rem;
	margin-bottom: 3.75rem
}
.flo-block-text-block-in-2-columns__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.flo-block-text-block-in-2-columns__column {
	width: 50%;
	padding: .9375rem 0
}
.flo-block-text-block-in-2-columns__column--left {
	padding-left: 2.8125rem;
	padding-right: 5.625rem
}
.flo-block-text-block-in-2-columns__column--right {
	padding-left: 5.625rem;
	padding-right: 2.8125rem
}
.flo-block-text-block-in-2-columns__separator {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1px;
	height: 100%
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-text-block-in-2-columns__content {
	padding: 5rem 1.25rem;
	text-align: center
}
.flo-block-text-block-in-2-columns__title {
	margin-bottom: 2.5rem
}
.flo-block-text-block-in-2-columns__column {
	margin-bottom: 1.875rem
}
}

@media print, screen and (min-width:48em) {
.flo-block-title-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4.375rem 6.25rem
}
.flo-block-title-block:not(.flo-block-title-block__hide-lines):before, .flo-block-title-block:not(.flo-block-title-block__hide-lines):after {
	content: " ";
	display: block;
	width: auto;
	height: 1px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-block-title-block.flo-block-title-block__hide-lines .flo-block-title-block__title {
	margin: 0 auto
}
.flo-block-title-block__title {
	margin: 0 1.875rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-title-block {
	padding: 2.5rem 1.25rem
}
.flo-block-title-block__title {
	text-align: center
}
}
.flo-block-video-block__content-wrap {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-block-video-block__background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.flo-block-video-block__title {
	position: absolute;
	left: 50%;
	bottom: 5.625rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.flo-block-video-block .flo-video-embed__video-button {
	border: 0
}
.flo-block-video-block .flo-video-embed__video-button-icon--play:before {
	content: '\E83B';
	color: #fff;
	font-size: 8.125rem;
	line-height: 8.125rem;
	margin-left: 0;
	margin-right: 0
}
.flo-block-video-block .flo-video-embed__video-button-icon--stop:before {
	content: '\E83A';
	color: #fff;
	font-size: 4.0625rem;
	line-height: 4.0625rem;
	margin-left: 0;
	margin-right: 0
}

@media print, screen and (min-width:48em) {
.flo-block-video-block {
	padding-top: 2.96875rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem
}
}
.flo-block-video-block__content-wrap {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-block-video-block__content-wrap {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-block-video-block__content-wrap {
	background-image: var(--img-large)
}
}
.flo-featured-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-featured-card__post {
	padding-bottom: 4.125rem
}
.flo-featured-card__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-featured-card__excerpt p {
	margin-bottom: 1.625rem
}
.flo-featured-card__excerpt p:last-of-type {
	margin-bottom: 0
}
.flo-featured-card__post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 1.25rem
}
.flo-featured-card__date {
	max-width: 11.25rem;
	padding-right: 3.125rem
}
.flo-featured-card__title {
	padding-top: 1.1875rem;
	padding-left: 7.25rem
}
.flo-featured-card__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-featured-card__category-label {
	margin-right: .5rem
}
.flo-featured-card__category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-featured-card__category-list a {
	margin-right: .625rem
}

@media print, screen and (min-width:48em) {
.flo-featured-card {
	position: relative
}
.flo-featured-card:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 7.5rem);
	height: 100%
}
.flo-featured-card__block-title {
	margin-bottom: 4.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-featured-card__block-title--top {
	display: none
}
.flo-featured-card__post {
	position: relative
}
.flo-featured-card__container {
	max-width: 67.5rem;
	margin: 0 auto 0
}
.flo-featured-card__left-block {
	padding-top: 2.6875rem
}
.flo-featured-card__right-block {
	padding-top: 2.6875rem
}
.flo_page_listing .flo-featured-card__left-block {
	margin-top: -4.25rem
}
.flo_page_listing .flo-featured-card__right-block {
	margin-top: -7rem
}
.page-template-default .flo-featured-card:before {
	bottom: 2rem;
	top: auto;
	height: calc(100% - 11rem)
}
.page-template-default .flo-featured-card__post {
	padding-top: 9rem;
	padding-bottom: 4.125rem
}
.page-template-default .flo-featured-card__post .flo-featured-card__left-block {
	margin-top: -4.25rem
}
.page-template-default .flo-featured-card__post .flo-featured-card__right-block {
	margin-top: -7rem
}
.flo-featured-card__left-block {
	width: 33.75rem;
	padding-right: 2.8125rem
}
.flo-featured-card__left-block img {
	width: 100%
}
.flo-featured-card__right-block {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 30.9375rem;
	padding-bottom: .9375rem;
	padding-left: 2.8125rem;
	border-left: 1px solid
}
.flo-featured-card__btn {
	margin: 3.125rem 0 0 -3.75rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-featured-card__post {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.page-template-default .flo-featured-card__post {
	padding-top: 5.625rem;
	padding-bottom: 0
}
.flo-featured-card__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-featured-card__block-title {
	text-align: center
}
.flo-featured-card__block-title--top {
	margin-top: -7rem;
	padding-bottom: 2.5rem
}
.flo-featured-card__block-title--bottom {
	display: none
}
.flo-featured-card__right-block {
	padding-top: 1.25rem;
	padding-left: 7.25rem
}
.flo-featured-card__btn {
	margin-top: 2.5rem
}
}
.flo-footer-type-a {
	padding: 0 1.25rem;
	margin-top: 3.5rem
}
.flo-footer-type-a__inner {
	max-width: 67.5rem;
	margin: 0 auto
}
.flo-footer-type-a__main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-footer-type-a .menu-item {
	margin: 0 2.25rem 0 0
}
.flo-footer-type-a .menu-item:last-child {
	margin-right: 0
}
.flo-footer-type-a .menu-item a {
	padding: 0
}
.flo-footer-type-a__bottom {
	border-top: 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.40625rem 0
}
.flo-footer-type-a p {
	margin: 0
}
.flo-footer-type-a__scroll-up {
	cursor: pointer
}
.flo-footer-type-a__scroll-up .flo-icon {
	font-size: .375rem;
	letter-spacing: 0;
	padding-left: .4375rem
}
.flo-footer-type-a .flo-footer__signup-trigger {
	cursor: pointer
}
.flo-footer-type-a__form {
	padding: 1.875rem 1.25rem;
	display: none
}
.flo-footer-type-a__signup-form {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-footer-type-a__form-close {
	color: #1f1f1f;
	font-size: .625rem;
	cursor: pointer;
	padding-left: 2.25rem
}
.flo-footer-type-a__signup-form-btn {
	min-width: 7.8125rem;
	padding: .9375rem !important;
	text-align: center;
	cursor: pointer
}
.flo-footer-type-a__signup-form-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media print, screen and (min-width:48em) {
.flo-footer-type-a__main-nav {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 3.625rem 0
}
.flo-footer-type-a__newsletter-btn, .flo-footer-type-a__menu {
	width: 40%
}
.flo-footer-type-a__newsletter-btn {
	text-align: right
}
.flo-footer-type-a__logo {
	width: 20%;
	text-align: center
}
.flo-footer-type-a__bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-footer-type-a__bottom-item {
	width: 33.33%
}
.flo-footer-type-a__core-icon {
	text-align: center;
	cursor: pointer
}
.flo-footer-type-a__scroll-up {
	text-align: right
}
.flo-footer-type-a__signup-form-title {
	position: relative;
	padding-right: 5rem;
	margin-right: 4.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-footer-type-a__signup-form-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: .625rem;
	width: 1px;
	height: 100%;
	background: #dadada;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}
.flo-footer-type-a__signup-form-input {
	margin-right: 2.5rem !important
}
.flo-footer-type-a__signup-form-input:last-child {
	margin-right: 0 !important
}
}

@media print, screen and (max-width:47.99875em) {
.flo-footer-type-a__main-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2.375rem;
	padding-bottom: 1rem
}
.flo-footer-type-a__menu {
	padding-bottom: 1.25rem
}
.flo-footer-type-a__logo {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-bottom: 1.25rem
}
.flo-footer-type-a__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-footer-type-a__copyright {
	display: none
}
.flo-footer-type-a__scroll-up {
	display: none
}
.flo-footer-type-a__core-icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.flo-footer-type-a__newsletter-btn {
	display: none
}
}
.flo-footer-type-b {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-top: 3.5rem
}
.flo-footer-type-b p {
	margin: 0
}
.flo-footer-type-b__inner {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-footer-type-b__main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-footer-type-b__menu {
	border-top: 1px solid;
	padding-top: 2rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-footer-type-b .menu-item {
	margin: 0 2.25rem 0 0
}
.flo-footer-type-b .menu-item:last-child {
	margin-right: 0
}
.flo-footer-type-b .menu-item a {
	padding: 0
}
.flo-footer-type-b .sub-menu {
	top: initial !important;
	bottom: 100%
}
.flo-footer-type-b .sub-menu ul {
	top: 0 !important;
	bottom: initial
}
.flo-footer-type-b__copyright-notice-title, .flo-footer-type-b__text-block-title {
	padding-bottom: .875rem
}
.flo-footer-type-b__copyright-block-main, .flo-footer-type-b__text-block-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-footer-type-b__social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .625rem;
	padding: .5rem 0 0
}
.flo-footer-type-b__social-links .flo-icon {
	padding: .1875rem 1.5625rem .1875rem 0
}
.flo-footer-type-b__social-links .flo-icon:last-child {
	padding-right: 0
}
.flo-footer-type-b__core-icon-flo {
	letter-spacing: .21875em;
	font-size: .75rem;
	font-family: "Nunito";
	font-weight: bold;
	padding-top: .625rem;
	line-height: 1.25rem;
	cursor: pointer
}

@media print, screen and (min-width:48em) {
.flo-footer-type-b {
	padding-top: 3.25rem;
	padding-bottom: 2.75rem
}
.flo-footer-type-b__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-footer-type-b__main-nav {
	width: 70%;
	padding: 0 2.8125rem
}
.flo-footer-type-b__logo {
	padding-bottom: 1.625rem
}
.flo-footer-type-b__copyright-block, .flo-footer-type-b__text-block {
	width: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 30px;
}
.flo-footer-type-b__copyright-block {
	text-align: end
}
}

@media print, screen and (max-width:47.99875em) {
.flo-footer-type-b {
	padding-top: 2.375rem;
	padding-bottom: 1.75rem
}
.flo-footer-type-b__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-footer-type-b__logo {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-bottom: 1.875rem
}
.flo-footer-type-b__main-nav {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding: 0 0 1rem 0
}
.flo-footer-type-b__text-block-main, .flo-footer-type-b__copyright-block-main {
	display: none
}
.flo-footer-type-b__copyright-block {
	text-align: center;
	padding-top: 1.25rem;
	border-top: 1px solid;
	margin-top: 1.25rem
}
.flo-footer-type-b__social-links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
}
.flo-footer-type-b .menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.flo-footer-type-c {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	margin-top: 3.5rem
}
.flo-footer-type-c__inner {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-footer-type-c .menu-item {
	margin: 0 2.25rem 0 0
}
.flo-footer-type-c .menu-item:last-child {
	margin-right: 0
}
.flo-footer-type-c .menu-item a {
	padding: 0
}
.flo-footer-type-c p {
	margin: 0
}
.flo-footer-type-c__menu--items-bullets-display .menu {
	list-style-type: upper-roman;
	list-style-position: inside
}
.flo-footer-type-c__menu--items-bullets-display .menu .menu-item {
	display: list-item;
	padding-right: .9375rem;
	margin-right: 0
}
.flo-footer-type-c__social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .625rem;
	margin-top: 1.25rem
}
.flo-footer-type-c__social-links .flo-icon {
	padding: .25rem 1.5rem .125rem 0;
	position: relative;
	margin-right: 1.5rem
}
.flo-footer-type-c__social-links .flo-icon:after {
	content: "/";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-footer-type-c__social-links .flo-icon:last-child {
	padding-right: 0;
	margin-right: 0
}
.flo-footer-type-c__social-links .flo-icon:last-child:after {
	display: none
}
.flo-footer-type-c__newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-footer-type-c__newsletter-title {
	padding-bottom: .75rem
}
.flo-footer-type-c__newsletter-form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-footer-type-c__newsletter-form-btn {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	cursor: pointer;
	font-size: .6875rem
}
.flo-footer-type-c__copyright-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media print, screen and (min-width:48em) {
.flo-footer-type-c {
	padding-top: 2.8125rem;
	padding-bottom: 2.8125rem
}
.flo-footer-type-c__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-footer-type-c__left-block {
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-footer-type-c__left-block, .flo-footer-type-c__right-block {
	padding-top: .625rem;
	padding-bottom: .625rem
}
.flo-footer-type-c__right-block {
	width: 29%;
	padding-left: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-footer-type-c__menu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-footer-type-c__menu .menu-item {
	min-width: 33.33%
}
.flo-footer-type-c__logo {
	width: 36%;
	padding: 0 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-right: 1px solid
}
.flo-footer-type-c__copyright-block {
	padding-top: 1.5rem
}
.flo-footer-type-c__social-links {
	padding: 2rem 0 0;
	border-top: 1px solid
}
}

@media print, screen and (max-width:47.99875em) {
.flo-footer-type-c {
	padding-top: 2.375rem;
	padding-bottom: 1rem
}
.flo-footer-type-c__inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-footer-type-c__logo {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-bottom: 2.375rem
}
.flo-footer-type-c .menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-footer-type-c .menu .menu-item {
	width: 50%
}
.flo-footer-type-c__left-block {
	border-top: 1px solid;
	padding-top: 1.625rem
}
.flo-footer-type-c__right-block {
	width: 100%;
	text-align: center;
	padding-top: 1.875rem
}
.flo-footer-type-c__social-links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-footer-type-c__newsletter-form {
	display: none
}
.flo-footer-type-c__copyright-block {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid;
	padding-top: 1.5rem
}
.flo-footer-type-c__copyright {
	display: none
}
}
.flo-footer {
	padding-top: 4.375rem
}
.flo-footer .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-footer .menu-item {
	display: inline-block;
	position: relative;
	margin-bottom: .625rem
}
.flo-footer .sub-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 8.4375rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 1.1875rem 0;
	visibility: hidden;
	opacity: 0;
	border: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 99
}
.flo-footer .sub-menu li {
	display: block;
	text-align: center;
	padding: 0 .625rem;
	margin: 0 0 .8125rem 0
}
.flo-footer .sub-menu li:last-child {
	margin-bottom: 0
}
.flo-footer .sub-menu li a {
	display: block
}
.flo-footer .sub-menu li ul {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	top: 0
}
.flo-footer li:hover ul {
	opacity: 1;
	visibility: visible
}
.flo-footer li a {
	display: inline-block;
	padding: 0
}

@media print, screen and (min-width:48em) {
.flo-footer__logo-mobile {
	display: none
}
.flo-footer__logo-desktop .flo-header__logo {
	margin: 0 auto
}
}

@media print, screen and (max-width:47.99875em) {
.flo-footer__logo-desktop {
	display: none
}
.flo-footer .menu-item	 {
	width: 33.33%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .3125rem .625rem;
	margin: 0;
	font-size: 13px;
}
.flo-footer__newsletter-btn {
	display: none
}
}
.flo-instagram-type-a {
	padding: 1.5rem 1.25rem .9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-instagram-type-a__nav {
	padding: .875rem 0;
	position: relative;
	z-index: 1;
	margin: 0 -0.75rem;
	width: 100%
}
.flo-instagram-type-a__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .625rem 1.25rem
}
.flo-instagram-type-a__camera-icon {
	font-size: .875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1.25rem
}
.flo-instagram-type-a__social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.flo-instagram-type-a .inner-img-block {
	text-align: center
}

@media print, screen and (min-width:48em) {
.flo-instagram-type-a {
	max-width: 70rem;
	margin: 0 auto
}
.flo-instagram-type-a__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-instagram-type-a__social-links-title {
	padding-right: 1.75rem;
	width: 32%;
	text-align: end
}
.flo-instagram-type-a .flo-social-links-type-b {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 68%;
	padding-left: 2rem
}
.flo-instagram-type-a__social-links a {
	padding: 0 2rem;
	position: relative
}
.flo-instagram-type-a__social-links a:after {
	content: "—";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-instagram-type-a__social-links a:last-child:after {
	display: none;
	padding-right: 0
}
.flo-instagram-type-a__social-links a:hover:after {
	color: #000
}
.flo-instagram-type-a .flo-shcode-instgm-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-footer .flo-instagram-type-a--decoration-line {
	position: relative
}
.flo-footer .flo-instagram-type-a--decoration-line:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% + 1.875rem);
	background: #555;
	position: absolute;
	left: 41%;
	top: -1.25rem;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}
.flo-footer .flo-instagram-type-a--decoration-line .flo-instagram-type-a__instagram-title {
	position: relative;
	z-index: 999
}
.flo-footer .flo-instagram-type-a--decoration-line .flo-instagram-type-a__link {
	min-width: 13.125rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-instagram-type-a .img-block {
	width: 50% !important
}
.flo-instagram-type-a--decoration-line .flo-instagram-type-a__instagram-title {
	background: #f3ebe6;
	position: relative;
	z-index: 999
}
.flo-instagram-type-a--decoration-line .flo-instagram-type-a__link {
	min-width: 0;
	position: relative
}
.flo-instagram-type-a--decoration-line .flo-instagram-type-a__link:before {
	display: none
}
.flo-instagram-type-a__social-links {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-instagram-type-a__social-links-title {
	width: 100%;
	padding-bottom: .375rem;
	text-align: center
}
}
.flo-instagram-type-b {
	padding: 0 1.25rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-instagram-type-b__nav {
	padding: .875rem 0;
	position: relative;
	z-index: 1;
	margin: 0 -0.75rem;
	width: 100%
}
.flo-instagram-type-b__link {
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .625rem 1.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flo-instagram-type-b--decoration-line {
	position: relative
}
.flo-instagram-type-b--decoration-line:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #555;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: rotate(30deg) translateX(-50%);
	transform: rotate(30deg) translateX(-50%)
}
.flo-instagram-type-b__camera-icon {
	font-size: .875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1.25rem
}
.flo-instagram-type-b__social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-instagram-type-b .inner-img-block {
	text-align: center
}
.flo-instagram-type-b .img-block {
	width: 50% !important
}

@media print, screen and (min-width:48em) {
.flo-instagram-type-b {
	max-width: 70rem;
	margin: 0 auto
}
.flo-instagram-type-b__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-instagram-type-b .flo-shcode-instgm-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}

@media print, screen and (max-width:47.99875em) {
.flo-instagram-type-b__social-links {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-instagram-type-b__social-links-title {
	width: 100%;
	padding-bottom: .375rem;
	text-align: center
}
}
.flo-gallery-pagination-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4.25rem
}
.flo-gallery-pagination-bottom__pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 50%
}
.flo-gallery-pagination-bottom__pager--prev {
	padding-right: 1.875rem
}
.flo-gallery-pagination-bottom__pager--next {
	padding-left: 1.875rem
}
.flo-gallery-pagination-bottom__pager--next .flo-gallery-pagination-bottom__post-details {
	padding-left: 0;
	padding-right: 1.625rem;
	text-align: right
}
.flo-gallery-pagination-bottom__spacer {
	width: 50%
}
.flo-gallery-pagination-bottom__post-pager {
	padding-bottom: .25rem
}
.flo-gallery-pagination-bottom__post-img {
	width: 5.625rem;
	height: 5.625rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-gallery-pagination-bottom__pager-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-pagination-bottom__post-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 1.625rem
}
.flo-gallery-pagination-bottom__pager-link {
	font-size: 1.875rem;
	-webkit-transition: -webkit-transform .4s !important;
	transition: -webkit-transform .4s !important;
	transition: transform .4s !important;
	transition: transform .4s, -webkit-transform .4s !important
}

@media print, screen and (min-width:48em) {
.flo-gallery-pagination-bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-gallery-pagination-bottom__pager {
	margin-right: 2.8125rem
}
.flo-gallery-pagination-bottom__pager--next:hover .flo-gallery-pagination-bottom__pager-link {
	-webkit-transform: translateX(0.625rem);
	transform: translateX(0.625rem)
}
.flo-gallery-pagination-bottom__pager--prev:hover .flo-gallery-pagination-bottom__pager-link {
	-webkit-transform: translateX(-0.625rem);
	transform: translateX(-0.625rem)
}
.flo-gallery-pagination-bottom__pager:last-of-type {
	margin-right: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-gallery-pagination-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-gallery-pagination-bottom__pager {
	width: 100%;
	margin-bottom: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.flo-gallery-pagination-bottom__pager:last-of-type {
	margin-bottom: 0
}
.flo-gallery-pagination-bottom__pager-link {
	display: none
}
}
.flo-gallery-pagination-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #bbb;
	padding: 2.875rem 0
}
.flo-gallery-pagination-top__pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-pagination-top__pager-item {
	padding: .125rem 2.25rem .125rem 0;
	margin-right: 2.25rem;
	position: relative
}
.flo-gallery-pagination-top__pager-item:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #ddd;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}
.flo-gallery-pagination-top__pager-item:last-of-type {
	margin-right: 0;
	padding-right: 0
}
.flo-gallery-pagination-top__pager-item:last-of-type:after {
	display: none
}

@media print, screen and (max-width:47.99875em) {
.flo-gallery-pagination-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-pagination-top__back-to-list {
	padding-bottom: .9375rem
}
}
.flo-gallery-popup {
	outline: 0;
	padding: 0 0 4.375rem;
	z-index: 999999
}
.flo-gallery-popup__top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.6875rem 2.5rem
}
.flo-gallery-popup__title {
	font-size: 2.28125rem;
	text-align: center
}
.flo-gallery-popup__title:before {
	padding-bottom: 0
}
.flo-gallery-popup__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-gallery-popup__link {
	font-size: .975rem;
	padding-left: 3.375rem;
	text-align: center
}
.flo-gallery-popup__link:first-of-type {
	padding-left: 0
}
.flo-gallery-popup .flo-hero-5__slides {
	position: relative
}
.flo-gallery-popup__close {
	display: block;
	position: initial;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	font-sie: 1.75rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-gallery-popup__content .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-gallery-popup__content .flo-hero-5__slide {
	height: auto;
	margin: 0
}
.flo-gallery-popup__content .flo-hero-5__slide img {
	height: 80vh
}

@media print, screen and (min-width:48em) {
.flo-gallery-popup__title {
	width: 40%
}
.flo-gallery-popup__top-left {
	width: 30%
}
.flo-gallery-popup__top-right {
	width: 30%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flo-gallery-popup .flo-hero-3__arrow {
	color: #1f1f1f
}
.flo-gallery-popup .flo-hero-3__slide {
	margin: 0 1.09375rem
}
.flo-gallery-popup .flo-hero-3__slide-img {
	height: 80vh;
	min-height: 43.75rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-gallery-popup__top-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 1.875rem;
	padding-right: 1.875rem
}
.flo-gallery-popup__top-right {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: .625rem
}
}
.flo-gallery-type-a__post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-gallery-type-a__title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 2.125rem;
	padding-bottom: 2.125rem
}
.flo-gallery-type-a__category {
	padding-top: .9375rem
}
.flo-gallery-type-a__content {
	padding-top: 2.875rem
}
.flo-gallery-type-a__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 0
}
.flo-gallery-type-a__share-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-type-a__share-label {
	padding-right: 1.875rem
}
.flo-gallery-type-a__share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-type-a__share-list .flo-icon {
	font-size: .875rem;
	padding-right: 1.875rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-gallery-type-a__share-list .flo-icon:hover {
	color: #bbb
}
.flo-gallery-type-a__share-list .flo-icon:last-of-type {
	padding-right: 0
}
.flo-gallery-type-a__slideshow-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-type-a__slideshow-info-label {
	padding-right: 1.125rem
}
.flo-gallery-type-a__slideshow-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-gallery-type-a__slideshow-nav .flo-icon {
	cursor: pointer;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	font-size: 1.875rem
}
.flo-gallery-type-a__slideshow-nav .flo-icon:hover {
	color: #bbb
}
.flo-gallery-type-a__slideshow-arrow {
	padding-right: 2.625rem;
	margin-right: 2.625rem;
	position: relative
}
.flo-gallery-type-a__slideshow-arrow:after {
	content: "";
	background: #bbb;
	position: absolute;
	width: 1px;
	height: calc(100% - 0.5rem);
	right: 0;
	top: 50%;
	-webkit-transform: rotate(25deg) translateY(-50%);
	transform: rotate(25deg) translateY(-50%)
}
.flo-gallery-type-a__slideshow-arrow:last-of-type {
	padding-right: 0;
	margin-right: 0
}
.flo-gallery-type-a__slideshow-arrow:last-of-type:after {
	display: none
}

@media print, screen and (min-width:48em) {
.flo-gallery-type-a__post {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 6.875rem
}
.flo-gallery-type-a__title-area {
	width: 35%;
	padding-right: 3.75rem
}
.flo-gallery-type-a__slideshow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 65%
}
.flo-gallery-type-a__navigation {
	max-width: 67.5rem;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-gallery-type-a__slideshow-info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-gallery-type-a__share-wrap {
	width: 45%
}
.flo-gallery-type-a__slideshow-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-gallery-type-a__excerpt {
	padding: 3.75rem 5.625rem
}
.flo-gallery-type-a__excerpt p {
	margin-bottom: 1.5625rem
}
.flo-gallery-type-a__excerpt p:last-of-type {
	margin-bottom: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-gallery-type-a__post {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 1.25rem
}
.flo-gallery-type-a__title-area {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.flo-gallery-type-a__navigation {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-gallery-type-a__slideshow-info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-gallery-type-a__share-wrap {
	padding-bottom: .9375rem
}
.flo-gallery-type-a__slideshow-info-pages {
	padding-bottom: .9375rem
}
.flo-gallery-type-a__excerpt {
	padding: 3.125rem 1.25rem;
	text-align: center
}
.flo-gallery-type-a__excerpt p {
	margin-bottom: .9375rem
}
.flo-gallery-type-a__excerpt p:last-of-type {
	margin-bottom: 0
}
.flo-gallery-type-a__share-label, .flo-gallery-type-a__slideshow-info-label {
	display: none
}
}
.flo-block .flo-gallery-type-a__slideshow {
	margin: auto
}
.flo-gallery-type-b__navigation {
	padding: 1.625rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-gallery-type-b__share-wrap-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-gallery-type-b__share-wrap-inner .flo-icon {
	font-size: .75rem;
	padding-right: 2.1875rem
}
.flo-gallery-type-b__share-wrap-inner .flo-icon:last-child {
	padding-right: 0
}
.flo-gallery-type-b__share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: .75rem;
	min-height: 2.1875rem
}
.flo-gallery-type-b__title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-gallery-type-b__slideshow-info-pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-gallery-type-b__slideshow-pages {
	padding-top: .75rem;
	min-height: 2.1875rem
}

@media print, screen and (min-width:48em) {
.flo-gallery-type-b__title-area {
	width: 47.5rem;
	padding: .75rem 2.8125rem;
	position: relative
}
.flo-gallery-type-b__title-area:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ccc;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}
.flo-gallery-type-b__title-area:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #ccc;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}
.flo-gallery-type-b__slideshow-info {
	width: 10rem;
	margin-left: 2.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flo-gallery-type-b__share-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 10rem;
	margin-right: 2.8125rem
}
.flo-gallery-type-b__share-wrap-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-gallery-type-b__excerpt {
	padding: 3.75rem 0;
	max-width: 45rem;
	margin: 0 auto;
	text-align: center
}
.flo-gallery-type-b__excerpt p {
	margin-bottom: 1.5625rem
}
.flo-gallery-type-b__excerpt p:last-of-type {
	margin-bottom: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-hero-5__slide img {
	margin: 0 !important
}
.flo-gallery-type-b__navigation {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-gallery-type-b__title-area {
	padding-top: 1.875rem;
	padding-bottom: .9375rem;
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.flo-gallery-type-b__share-label {
	padding-right: 2.1875rem
}
.flo-gallery-type-b__excerpt {
	padding: 3.125rem 1.25rem;
	text-align: center
}
.flo-gallery-type-b__excerpt p {
	margin-bottom: .9375rem
}
.flo-gallery-type-b__excerpt p:last-of-type {
	margin-bottom: 0
}
}
.flo-block .flo-gallery-type-b__slideshow-info {
	margin: auto;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-gallery-type-c {
	padding-bottom: 3.5rem;
	padding-top: 3.5rem
}
.flo-gallery-type-c__items {
	padding-bottom: 1.875rem
}
.flo-gallery-type-c__items img {
	width: 100%
}
.flo-gallery-type-c__items img:not([src]) {
	height: 12.5rem
}
.flo-gallery-type-c__share-wrap {
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-gallery-type-c__share-wrap .flo-icon {
	font-size: .75rem;
	padding-right: 2.1875rem;
	text-decoration: none
}
.flo-gallery-type-c__share-wrap .flo-icon:last-child {
	padding-right: 0
}
.flo-gallery-type-c__share-list {
	padding-top: .9375rem
}
.flo-gallery-type-c__title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-gallery-type-c__category {
	padding-top: .25rem
}

@media print, screen and (min-width:48em) {
.flo-gallery-type-c .column img, .flo-gallery-type-c .columns img {
	cursor: pointer
}
.flo-gallery-type-c__excerpt {
	padding: 2.875rem 0;
	max-width: 49.375rem;
	margin: 0 auto
}
.flo-gallery-type-c__excerpt p {
	margin-bottom: 1.5625rem
}
.flo-gallery-type-c__excerpt p:last-of-type {
	margin-bottom: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-gallery-type-c__title-area {
	text-align: center
}
.flo-gallery-type-c__excerpt {
	padding: 1.875rem 1.25rem;
	text-align: center
}
.flo-gallery-type-c__excerpt p {
	margin-bottom: .9375rem
}
.flo-gallery-type-c__excerpt p:last-of-type {
	margin-bottom: 0
}
}
.flo-generic-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-generic-categories__label {
	padding-right: 1rem
}
.flo-mobile-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	padding-bottom: 3.4375rem;
	z-index: 1001;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.body--flo-header-mobile-menu-trigger-active .flo-mobile-menu {
	opacity: 1;
	pointer-events: initial
}
.flo-mobile-menu .flo-header-mobile {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.flo-mobile-menu__nav {
	padding: 1.5625rem 1.25rem 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: scroll
}
.flo-mobile-menu__nav--style-collapsed {
	height: 100%
}
.flo-mobile-menu__nav--style-collapsed>ul>li>ul {
	display: none
}
.flo-mobile-menu .children-visible>.flo-mobile-menu__nav-dropdown-toggle {
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0)
}
.flo-mobile-menu__nav-dropdown-toggle {
	position: absolute;
	top: .7em;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	right: 0;
	letter-spacing: 0;
	color: inherit;
	-webkit-transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, filter .4s;
	transition: transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-mobile-menu__ul {
	width: calc(100% - 3.125rem);
	margin: 0 auto !important;
	padding-left: 1.875rem !important;
	border-left: 1px solid;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.flo-mobile-menu li {
	padding-bottom: 1.125rem;
	position: relative
}
.flo-mobile-menu li:last-child {
	padding-bottom: 0
}
.flo-mobile-menu li ul {
	padding: 1.125rem 0 1.25rem 1.25rem;
	display: block;
	opacity: .7
}
.flo-mobile-menu li ul ul {
	position: initial;
	background: transparent;
	border: 0
}
.flo-mobile-menu__social, .flo-mobile-menu__addons {
	width: calc(100% - 2.5rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 3.25rem;
	border-top: 1px solid;
	border-color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 2.5rem
}
.flo-mobile-menu__social .slick-slide, .flo-mobile-menu__addons .slick-slide {
	height: 2.5rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-mobile-menu__social {
	padding: 2.125rem 1.25rem
}
.flo-mobile-menu__addons {
	padding: 2.125rem 0
}
.flo-mobile-menu__addons-arrow {
	font-size: 1.75rem
}
.flo-mobile-menu__addons .slick-slide {
	text-align: center
}
.flo-mobile-menu__social-link {
	padding: 0 1.25rem;
	display: block;
	position: relative;
	width: 50%;
	text-align: center;
	font-size: .75rem
}
.flo-mobile-menu__social-link:after {
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .8
}
.flo-mobile-menu__social-link:last-child:after {
	display: none
}
.body--flo-header-mobile-menu-trigger-active .flo-mobile-menu {
	opacity: 1;
	pointer-events: initial
}
.flo-mobile-menu--items-bullets-display .flo-mobile-menu__ul {
	list-style-type: upper-roman;
	list-style-position: inside;
	font-style: italic
}
.flo-mobile-menu--items-bullets-display .flo-mobile-menu__ul a {
	font-style: normal
}

@media print, screen and (min-width:48em) {
.flo-mobile-menu {
	display: none
}
}
.flo-header-mobile {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.875rem 1.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, filter .4s;
	transition: background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile-sticky-wrapper .flo-header-mobile.is-main {
	position: fixed;
	top: 0;
	bottom: auto !important
}
.flo-header-mobile-sticky-wrapper.is-sticky .flo-header-mobile.is-main {
	position: fixed !important;
	bottom: auto !important;
	top: 0
}
.flo-header-mobile .flo-icon-sidebar {
	display: none;
	cursor: pointer
}
.flo-header-mobile__menu-trigger-item {
	position: absolute;
	height: 1px;
	width: 100%;
	opacity: 1;
	left: 50%;
	-webkit-transform: rotate(0) translateX(-50%);
	transform: rotate(0) translateX(-50%);
	-webkit-transition: width .4s, opacity .4s, top .4s, bottom .4s, left .4s, background-color .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: width .4s, opacity .4s, top .4s, bottom .4s, left .4s, background-color .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, width .4s, opacity .4s, top .4s, bottom .4s, left .4s, background-color .4s, filter .4s;
	transition: transform .4s, width .4s, opacity .4s, top .4s, bottom .4s, left .4s, background-color .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__menu-trigger-item:nth-child(1) {
	top: 0;
	width: calc(100% - 0.3125rem)
}
.flo-header-mobile__menu-trigger-item:nth-child(2) {
	top: .3125rem;
	width: 100%
}
.flo-header-mobile__menu-trigger-item:nth-child(3) {
	bottom: 0;
	width: calc(100% - 0.3125rem)
}
.flo-header-mobile__menu-trigger {
	position: relative;
	display: block;
	height: .6875rem;
	width: 1.125rem;
	margin: 0 auto;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.body--flo-header-mobile-menu-trigger-active .flo-header-mobile__menu-trigger {
	width: .75rem
}
.body--flo-header-mobile-menu-trigger-active .flo-header-mobile__menu-trigger-item {
	left: 0;
	top: 50%;
	width: .75rem
}
.body--flo-header-mobile-menu-trigger-active .flo-header-mobile__menu-trigger-item:nth-child(1) {
	-webkit-transform: rotate(45deg) translateX(0);
	transform: rotate(45deg) translateX(0)
}
.body--flo-header-mobile-menu-trigger-active .flo-header-mobile__menu-trigger-item:nth-child(2) {
	opacity: 0
}
.body--flo-header-mobile-menu-trigger-active .flo-header-mobile__menu-trigger-item:nth-child(3) {
	bottom: 0;
	-webkit-transform: rotate(-45deg) translateX(0);
	transform: rotate(-45deg) translateX(0)
}
.flo-header-mobile__menu {
	width: 3.4375rem;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: .375rem .875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.5rem;
	-webkit-transition: border .4s, opacity .4s, -webkit-filter .4s;
	transition: border .4s, opacity .4s, -webkit-filter .4s;
	transition: border .4s, opacity .4s, filter .4s;
	transition: border .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__menu--search-wrap {
	position: relative;
	color: inherit;
	-webkit-transition: top .4s, -webkit-filter .4s;
	transition: top .4s, -webkit-filter .4s;
	transition: top .4s, filter .4s;
	transition: top .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__search-button-1 {
	position: relative;
	z-index: 1
}
.flo-header-mobile__search-button-1-icon {
	display: block;
	-webkit-transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, filter .4s;
	transition: opacity .4s, color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__search-button-1-icon--close {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .9em;
	opacity: 0
}
.flo-header-mobile__search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -1px;
	height: calc(100% + 0.125rem);
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: inherit;
	width: 3.4375rem;
	padding: 0;
	color: inherit !important;
	-webkit-transition: border .4s, width .4s, -webkit-filter .4s;
	transition: border .4s, width .4s, -webkit-filter .4s;
	transition: border .4s, width .4s, filter .4s;
	transition: border .4s, width .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__search-input {
	border-width: 0 !important;
	opacity: 0;
	pointer-events: none
}
.flo-header-mobile__search-submit {
	position: relative;
	padding-left: 1.25rem;
	border-color: inherit;
	pointer-events: none;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__search-submit i {
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__search-submit:before {
	content: " ";
	display: block;
	position: absolute;
	width: 1px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1.125rem;
	border-left: 1px solid;
	border-color: inherit;
	opacity: 0;
	-webkit-transition: opacity .4s, top .4s, border-color .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: opacity .4s, top .4s, border-color .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: opacity .4s, transform .4s, top .4s, border-color .4s, filter .4s;
	transition: opacity .4s, transform .4s, top .4s, border-color .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile--search-active .flo-header-mobile__search-button-1-icon--search {
	opacity: 0
}
.flo-header-mobile--search-active .flo-header-mobile__search-button-1-icon--close {
	opacity: 1
}
.flo-header-mobile--search-active .flo-header-mobile__search-form {
	padding-left: 3.4375rem;
	padding-right: 1.25rem;
	width: calc(100vw - 2.5rem)
}
.flo-header-mobile--search-active .flo-header-mobile__search-input {
	opacity: 1;
	pointer-events: initial;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.flo-header-mobile--search-active .flo-header-mobile__search-submit {
	pointer-events: initial;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.flo-header-mobile--search-active .flo-header-mobile__search-submit:before {
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.flo-header-mobile--search-active .flo-header-mobile__search-submit i {
	opacity: 1;
	-webkit-transition-delay: .64s;
	transition-delay: .64s
}
.flo-header-mobile--search-active .flo-header-mobile__logo, .flo-header-mobile--search-active .flo-header-mobile__menu-trigger, .flo-header-mobile--search-active .flo-header-mobile__menu--right {
	opacity: 0;
	pointer-events: none
}
.flo-header-mobile__alignment {
	width: 3.4375rem
}
.flo-header-mobile__menu--right {
	text-align: center
}
.flo-header-mobile__logo {
	width: 60%;
	text-align: center;
	position: relative
}
.flo-header-mobile__logo-image {
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-mobile__logo-image--light {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}

@media print, screen and (min-width:48em) {
.flo-header-mobile {
	display: none
}
}

@media print, screen and (min-width:48em) {
.flo-header-mobile-sticky-wrapper {
	display: none
}
}
.body--flo-page-hero-elements-color-is-light .flo-header-and-flo-page-hero>header>.flo-header-mobile .flo-header-mobile__logo-image--default, .body--flo-page-hero-elements-color-is-light .flo-header-and-flo-page-hero .flo-header-mobile-sticky-wrapper:not(.is-sticky) .flo-header-mobile .flo-header-mobile__logo-image--default {
	opacity: 0
}
.body--flo-page-hero-elements-color-is-light .flo-header-and-flo-page-hero>header>.flo-header-mobile .flo-header-mobile__logo-image--light, .body--flo-page-hero-elements-color-is-light .flo-header-and-flo-page-hero .flo-header-mobile-sticky-wrapper:not(.is-sticky) .flo-header-mobile .flo-header-mobile__logo-image--light {
	opacity: 1
}
.flo-header-mobile--dark .flo-header-mobile__logo-image--light {
	opacity: 1
}
.flo-header-mobile--dark .flo-header-mobile__logo-image--default {
	opacity: 0
}
.flo-header {
	padding: 0 1.25rem;
	-webkit-transition: background .4s, -webkit-filter .4s;
	transition: background .4s, -webkit-filter .4s;
	transition: background .4s, filter .4s;
	transition: background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__lang-switch {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__logo {
	display: block;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative;
	text-align: center
}
.flo-header__logo-image {
	display: block;
	width: 100%
}
.flo-header__logo-image {
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__logo-image--sticky, .flo-header__logo-image--light {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.flo-header .flo-header__addons {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0 0 2.75rem
}
.flo-header__item {
	-webkit-transition: border .4s, -webkit-filter .4s;
	transition: border .4s, -webkit-filter .4s;
	transition: border .4s, filter .4s;
	transition: border .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header .sub-menu {
	z-index: 99
}

@media print, screen and (min-width:48em) {
.flo-header {
	background: white;
	padding: 2.8125rem 0
}
.flo-header__item {
	position: relative;
	padding-right: 4rem;
	border-right: 1px solid
}
.flo-header__item:last-child {
	padding-right: 0;
	border-right: 0
}
.flo-header__item:last-child:before {
	display: none
}
.flo-header__container {
	max-width: 67.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto
}
.flo-header__type-e {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-header__type-e .flo-header__menu-container {
	padding-top: 0
}
.flo-header__type-e .flo-header__logo {
	margin: 0 3rem
}
.flo-header--logo-center .flo-header__menu {
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header--logo-center .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-header--logo-b .flo-header__menu-container {
	display: block
}
.flo-header--logo-left .flo-header__logo, .flo-header--logo-right .flo-header__logo {
	padding: 1.25rem 0;
	display: block
}
.flo-header--logo-left .flo-header__menu-container, .flo-header--logo-right .flo-header__menu-container {
	padding: .875rem 1.75rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid
}
.flo-header--logo-left .flo-header__menu-container .sub-menu, .flo-header--logo-right .flo-header__menu-container .sub-menu {
	margin-top: .5rem
}
.flo-header--logo-left .flo-header__menu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-header--logo-left .flo-header__menu-container>div>ul>li:first-child>ul {
	left: 0;
	-webkit-transform: translate(0);
	transform: translate(0)
}
.flo-header--logo-left .flo-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.flo-header--logo-left .flo-header__social-link {
	margin-right: 1.5rem
}
.flo-header--logo-left .flo-header__social-link:last-child {
	margin-right: 0
}
.flo-header--logo-left .flo-header__menu-item-search {
	padding-left: .3125rem;
	width: 2.8125rem;
	text-align: center
}
.flo-header--logo-left .flo-header__menu-item-search:before {
	content: none;
	height: .9375rem;
	top: -1.5625rem;
	-webkit-transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, filter .4s;
	transition: background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header--logo-left .flo-header__search-wrap {
	bottom: .25rem;
	right: 4.4375rem;
	left: initial;
	-webkit-transform: translate(0);
	transform: translate(0);
	top: initial
}
.flo-header--logo-left .flo-header__search-wrap:before {
	content: none;
	-webkit-transform: rotate(30deg) rotateX(60deg);
	transform: rotate(30deg) rotateX(60deg);
	background: #1f1f1f;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: -0.125rem
}
.flo-header--logo-left .flo-header__menu {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-header--logo-left .flo-header__lang-switch {
	padding-left: 1.25rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 9.375rem;
	min-width: 3.125rem;
	word-break: normal;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
.flo-header--logo-left .flo-header__lang-switch:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + 2.25rem);
	border-right: 1px solid;
	border-color: inherit;
	-webkit-transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, -webkit-filter .4s;
	transition: background-color .4s, filter .4s;
	transition: background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header .center-menu__wrap {
	padding: 0 !important;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.flo-header .center-menu__wrap.flo-header__add-ons-enabled {
	min-height: 5.625rem
}
.flo-header .center-menu__wrap .flo-header__center-menu-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
.flo-header .center-menu__wrap .flo-header__center-menu-wrap.flo-header__menu--right {
	right: 0;
	padding-left: 1.5625rem
}
.flo-header .center-menu__wrap .flo-header__center-menu-wrap.flo-header__menu--left {
	left: 0;
	padding-right: 1.5625rem
}
.flo-header .center-menu__wrap .flo-header__lang-switch {
	-webkit-transition: all .4s, -webkit-filter .4s;
	transition: all .4s, -webkit-filter .4s;
	transition: all .4s, filter .4s;
	transition: all .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	color: inherit !important;
	border-color: inherit !important;
	padding-right: 1.875rem;
	margin-right: 1.875rem;
	border-right: 1px solid
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-list-horizontal .wpml-ls-item:not(:last-child) {
	margin-right: .9375rem
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click {
	width: auto
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click li:hover, .flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click li {
	color: inherit !important
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click a {
	text-decoration: none
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	margin: 0
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click a:hover, .flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click a:focus, .flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
	background: transparent !important;
	color: inherit !important
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-dropdown-click .wpml-ls-item * {
	background: transparent !important;
	color: inherit !important;
	border: 0
}
.flo-header .center-menu__wrap .flo-header__lang-switch .wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	margin: 0
}
.flo-header .center-menu__wrap .flo-header__menu-centered--search-wrap {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	position: absolute;
	top: -4.0625rem;
	right: 3.125rem
}
.flo-header .center-menu__wrap .flo-header__social {
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	position: absolute;
	top: -4.0625rem;
	left: 3.125rem;
	padding: .625rem 0
}
.flo-header .center-menu__wrap .flo-header__search-form {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-header .center-menu__wrap .flo-header__search-wrap {
	position: relative;
	top: auto;
	-webkit-transform: none;
	transform: none
}
.flo-header.middle-menu--logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-header.middle-menu--logo .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
}

@media print, screen and (max-width:47.99875em) {
.flo-header {
	display: none !important
}
.flo-header__type-e {
	display: none
}
}
.flo-header__menu-donor {
	display: none
}
.flo-header__menu {
	-webkit-transition: border-color .4s, -webkit-filter .4s;
	transition: border-color .4s, -webkit-filter .4s;
	transition: border-color .4s, filter .4s;
	transition: border-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu>* {
	display: inline-block
}
.flo-header__menu .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-header__menu li {
	position: relative;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu-trigger-text, .flo-header__menu-trigger-icon {
	-webkit-transition: color .4s, background-color .4s, -webkit-filter .4s;
	transition: color .4s, background-color .4s, -webkit-filter .4s;
	transition: color .4s, background-color .4s, filter .4s;
	transition: color .4s, background-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu--left ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flo-header__menu--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative
}
.flo-header__menu-item {
	padding: .625rem 0 .5625rem 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 1.875rem
}
.flo-header__menu-item:first-child {
	margin-left: 0;
	padding-left: 1.875rem;
	border-left: 0
}
.flo-header__menu-item-search {
	position: relative
}
.flo-header__menu-item-search:before {
	content: '';
	width: 1px;
	height: 1.875rem;
	background: #1f1f1f;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: left .4s, background .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: left .4s, background .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, left .4s, background .4s, filter .4s;
	transition: transform .4s, left .4s, background .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu--dividers-display {
	border-top: .0625rem solid;
	border-bottom: .0625rem solid
}
.flo-header__menu-trigger-icon {
	position: relative;
	display: block;
	height: .4375rem;
	width: .5625rem;
	margin-left: .9375rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu-trigger-item {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #555;
	opacity: 1;
	left: 50%;
	-webkit-transform: rotate(0) translateX(-50%);
	transform: rotate(0) translateX(-50%);
	-webkit-transition: background-color .4s, left .4s, width .4s, top .4s, bottom .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: background-color .4s, left .4s, width .4s, top .4s, bottom .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, background-color .4s, left .4s, width .4s, top .4s, bottom .4s, filter .4s;
	transition: transform .4s, background-color .4s, left .4s, width .4s, top .4s, bottom .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu-trigger-item:nth-child(1) {
	top: .125rem;
	width: 100%
}
.flo-header__menu-trigger-item:nth-child(2) {
	top: .3125rem;
	width: 66%
}
.flo-header__menu-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu-trigger .flo-header__menu-trigger-text {
	position: relative;
	display: block;
	width: 100%
}
.flo-header__menu-trigger .flo-header__menu-trigger-text:after, .flo-header__menu-trigger .flo-header__menu-trigger-text:before {
	display: block;
	text-align: right;
	-webkit-transition: opacity .4s, visibility .4s, letter-spacing .4s, overflow .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, letter-spacing .4s, overflow .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, letter-spacing .4s, overflow .4s, filter .4s;
	transition: opacity .4s, visibility .4s, letter-spacing .4s, overflow .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__menu-trigger .flo-header__menu-trigger-text:before {
	content: attr(data-open-text);
	opacity: 1
}
.flo-header__menu-trigger .flo-header__menu-trigger-text:after {
	content: attr(data-close-text);
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	min-width: 9.375rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flo-header__menu-trigger--active .flo-header__menu-trigger-text:before {
	opacity: 0
}
.flo-header__menu-trigger--active .flo-header__menu-trigger-text:after {
	opacity: 1
}
.flo-header__menu-trigger--active .flo-header__menu-trigger-item {
	left: 0;
	top: 50%;
	width: 100%
}
.flo-header__menu-trigger--active .flo-header__menu-trigger-item:nth-child(1) {
	-webkit-transform: rotate(45deg) translateX(0);
	transform: rotate(45deg) translateX(0)
}
.flo-header__menu-trigger--active .flo-header__menu-trigger-item:nth-child(2) {
	top: 50%;
	bottom: initial;
	-webkit-transform: rotate(-45deg) translateX(0);
	transform: rotate(-45deg) translateX(0)
}
.flo-header__menu-container {
	padding-top: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: border .4s, -webkit-filter .4s;
	transition: border .4s, -webkit-filter .4s;
	transition: border .4s, filter .4s;
	transition: border .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header--menu-trigger .flo-header__menu-container {
	display: none
}
.flo-header--always-open .flo-header__menu-container {
	display: block !important
}
.flo-header__menu-container .menu-menu-1-container {
	max-width: 67.5rem;
	margin: 0 auto
}
.flo-header__menu-container .sub-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 1.5rem;
	min-width: 15rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 1.1875rem 0;
	visibility: hidden;
	opacity: 0;
	border: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.flo-header__menu-container .sub-menu li {
	display: block;
	text-align: center;
	margin-bottom: .8125rem
}
.flo-header__menu-container .sub-menu li:last-child {
	margin-bottom: 0
}
.flo-header__menu-container .sub-menu li a {
	display: block
}
.flo-header__menu-container .sub-menu li ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 0
}
.flo-header__menu-container li {
	padding: 0 1.375rem;
	color: #555;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	position: relative
}
.flo-header__menu-container li:hover {
	color: #bbb
}
.flo-header__menu-container li:hover ul {
	opacity: 1;
	visibility: visible
}
.flo-header__menu-container li a {
	display: inline-block;
	padding: 0
}
.flo-header__menu-container--items-bullets-display .menu {
	list-style-type: upper-roman;
	list-style-position: inside
}
.flo-header__menu-container--items-bullets-display li {
	display: list-item
}
.flo-header--logo-center .menu {
	margin: 0 -2.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-header--logo-center .flo-header__menu {
	padding: .3125rem 1.53125rem
}
.flo-header .is-dropdown-submenu-parent .is-dropdown-submenu {
	top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.flo-header__search {
	position: relative;
	min-width: initial !important
}
.flo-header__search-trigger {
	position: relative;
	cursor: pointer
}
.flo-header__search-trigger i {
	-webkit-transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, -webkit-filter .4s;
	transition: opacity .4s, color .4s, filter .4s;
	transition: opacity .4s, color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__search-trigger-search-icon {
	font-size: .875rem
}
.flo-header__search-trigger-close-icon {
	font-size: .6875rem
}
.flo-header__search-trigger-close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flo-header__search-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 17.5rem;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header__search-form-btn {
	cursor: pointer;
	font-size: .875rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__search-input {
	margin-bottom: 0;
	width: 100%;
	border: 0 !important;
	padding: 0 1.5625rem !important;
	line-height: normal !important;
	height: 2.125rem !important
}
.flo-header__menu li:not(.flo-header__search), .flo-header .flo-header__menu-trigger {
	-webkit-transition: color .4s, opacity .4s, -webkit-filter .4s;
	transition: color .4s, opacity .4s, -webkit-filter .4s;
	transition: color .4s, opacity .4s, filter .4s;
	transition: color .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header--search-expanded .flo-header__search-trigger-search-icon {
	opacity: 0
}
.flo-header--search-expanded .flo-header__search-trigger-close-icon {
	opacity: 1
}
.flo-header--search-expanded .flo-header__search-wrap {
	opacity: 1;
	pointer-events: initial
}
.flo-header--search-expanded .flo-header__menu-trigger {
	opacity: 0;
	pointer-events: none
}
.flo-header--search-expanded:not(.flo-header--logo-left) .flo-header__menu-item-search:before {
	-webkit-transform: rotate(20deg) translateY(-50%);
	transform: rotate(20deg) translateY(-50%);
	left: .25rem
}
.flo-header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .75rem;
	padding: .4375rem 0
}
.flo-header__social .flo-icon {
	padding: .1875rem 0;
	margin-right: .875rem;
	width: 1.25rem;
	text-align: center;
	display: block;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header__social .flo-icon:last-of-type {
	margin-right: 0
}
.body--flo-page-hero-elements-color-is-light .flo-header-sticky-wrapper:not(.is-sticky) .flo-header__logo-image--default, .body--flo-page-hero-elements-color-is-light .flo-header .flo-header__logo-image--default {
	opacity: 0
}
.body--flo-page-hero-elements-color-is-light .flo-header-sticky-wrapper:not(.is-sticky) .flo-header__logo-image--light, .body--flo-page-hero-elements-color-is-light .flo-header .flo-header__logo-image--light {
	opacity: 1
}
.flo-header--sticky .sticky-wrapper {
	-webkit-transition: height .4s, -webkit-filter .4s;
	transition: height .4s, -webkit-filter .4s;
	transition: height .4s, filter .4s;
	transition: height .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header--sticky .sticky-wrapper .flo-header {
	position: fixed;
	top: 0;
	bottom: auto !important;
	width: 100%
}
.flo-header--sticky .sticky-wrapper.is-sticky .flo-header {
	position: fixed !important;
	bottom: auto !important;
	top: 0
}
.flo-header--sticky .sticky-wrapper.is-sticky .flo-header__logo-image--default {
	opacity: 0
}
.flo-header--sticky .sticky-wrapper.is-sticky .flo-header__logo-image--light {
	opacity: 0
}
.flo-header--sticky .sticky-wrapper.is-sticky .flo-header__logo-image--sticky {
	opacity: 1
}
.flo-hero-1__slide-content {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block
}
.flo-hero-1__slide, .flo-hero-1__slides, .flo-hero-1__slide-content, .flo-hero-1 .slick-track, .flo-hero-1 .slick-list, .flo-hero-1 .slick-slide {
	height: 100% !important;
	width: 100%
}
.flo-hero-1__slide {
	position: relative
}
.flo-hero-2__slide-content {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 100%
}
.flo-hero-2__slides {
	height: 100vh
}
.flo-hero-2 .slick-track, .flo-hero-2 .slick-list, .flo-hero-2 .slick-slide {
	height: 100% !important
}
.flo-hero-2__slide {
	position: relative
}
.flo-hero-3__slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-hero-3__slide-image {
	width: 33.75rem;
	height: 20rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

@media print, screen and (min-width:48em) {
.flo-hero-3__slide-content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
}

@media print, screen and (max-width:47.99875em) {
.flo-hero-3__slide-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-hero-3__slide-image {
	width: 100%;
	height: 13.75rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}
}
.flo-hero-4 .slick-list {
	-webkit-transition: height .4s, -webkit-filter .4s;
	transition: height .4s, -webkit-filter .4s;
	transition: height .4s, filter .4s;
	transition: height .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-hero-4__slide {
	position: relative
}
.flo-hero-4__slide.slick-slide {
	height: auto
}
.flo-hero-4__slide-content {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-hero-4__slide-img {
	display: none
}

@media print, screen and (min-width:48em) {
.flo-hero-4__slide-content {
	display: block
}
.flo-hero-4__slide-img {
	display: none !important
}
}

@media print, screen and (max-width:47.99875em) {
.flo-hero-4__slide-content {
	display: none
}
.flo-hero-4__slide-img {
	display: block;
	width: 100%
}
}
.flo-hero-5__arrow {
	position: absolute;
	color: #fff;
	z-index: 9;
	font-size: 1.75rem
}
.flo-hero-5__slide {
	height: auto;
	position: relative
}
.flo-hero-5__slide:not(.slick-active) {
	cursor: pointer
}
.flo-hero-5 .slick-list {
	-webkit-transition: height .4s, -webkit-filter .4s;
	transition: height .4s, -webkit-filter .4s;
	transition: height .4s, filter .4s;
	transition: height .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-hero-5__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media print, screen and (min-width:48em) {
.flo-hero-5__arrow-next {
	left: 6.875rem
}
.flo-hero-5__arrow-prev {
	right: 6.875rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-hero-5__slide img {
	height: auto !important;
	width: 100%
}
.flo-hero-5__arrow-next {
	left: 1.25rem
}
.flo-hero-5__arrow-prev {
	right: 1.25rem
}
}
.flo-hero-video-embed__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: 0
}
.flo-hero-video-embed__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flo-hero-video-embed__button {
	position: absolute;
	top: 2.5rem;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 100;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 3.125rem;
	font-size: .74881rem;
	color: #fff;
	border: 1px solid #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: color .4s, top .4s, opacity .4s, border .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, transform .4s, filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-hero-video-embed__button:hover {
	opacity: .4
}
.flo-hero-video-embed__button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-hero-video-embed__button-icon--play {
	opacity: 0
}
.flo-hero-video-embed__button-icon--stop {
	opacity: 0
}
body:not(.body--flo-page-hero-video-is-playing) .flo-hero-video-embed__button {
	top: 50%
}
body:not(.body--flo-page-hero-video-is-playing) .flo-hero-video-embed__button-icon--play {
	opacity: 1
}
body.body--flo-page-hero-video-is-playing .flo-page-hero {
	z-index: 1000;
	-webkit-box-shadow: 0 8px 118px 75px rgba(0,0,0,0.75);
	box-shadow: 0 8px 118px 75px rgba(0,0,0,0.75)
}
body.body--flo-page-hero-video-is-playing .flo-header {
	z-index: 1
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__container {
	opacity: 1;
	pointer-events: initial;
	background: #000
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__slide-content {
	opacity: 0;
	pointer-events: none
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__button {
	top: 6.25rem !important
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__button-icon--stop {
	opacity: 1
}
body.body--flo-page-hero-video-is-playing:not(:hover) .flo-hero-video-embed__button {
	opacity: 0
}
.listing-pagination-type-a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.25rem;
	margin-top: 1.875rem
}
.listing-pagination-type-a__pager {
	padding: 0 1.625rem;
	position: relative
}
.listing-pagination-type-a__pager-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.listing-pagination-type-a__pager-item-of {
	padding: 1.875rem .25rem;
	position: relative;
	z-index: 2
}
.listing-pagination-type-a__pager-item-of:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: rotate(30deg) translateX(-50%);
	transform: rotate(30deg) translateX(-50%);
	background: #bbb;
	z-index: -1
}
.listing-pagination-type-a__pager-text-of {
	background: #fff
}
.listing-pagination-type-a__indicator {
	position: absolute;
	text-align: end;
	top: .5rem;
	right: 50%;
	max-width: 12.5rem
}
.listing-pagination-type-a__arrow {
	font-size: 1.375rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.listing-pagination-type-a__arrow--inactive {
	cursor: default;
	opacity: .4
}
.listing-pagination-type-a__arrow:not(.listing-pagination-type-a__arrow--inactive) {
	cursor: pointer
}
.listing-pagination-type-a__arrow:not(.listing-pagination-type-a__arrow--inactive):hover {
	color: #bbb
}
.listing-pagination-type-b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.25rem;
	margin-top: 1.875rem
}
.listing-pagination-type-b__pager {
	padding: 0 2.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.listing-pagination-type-b__pager-item, .listing-pagination-type-b .page-numbers {
	padding-right: 1rem;
	margin-right: 1rem;
	position: relative
}
.listing-pagination-type-b__pager-item:after, .listing-pagination-type-b .page-numbers:after {
	content: "/";
	position: absolute;
	right: -0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.listing-pagination-type-b__pager-item:last-child, .listing-pagination-type-b .page-numbers:last-child {
	padding-right: 0;
	margin-right: 0
}
.listing-pagination-type-b__pager-item:last-child:after, .listing-pagination-type-b .page-numbers:last-child:after {
	display: none
}
.listing-pagination-type-b__next {
	padding-left: 2.625rem
}
.listing-pagination-type-b__prev {
	padding-right: 2.625rem
}
.listing-pagination-type-b__arrow {
	font-size: 1.375rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer
}
.listing-pagination-type-b__arrow:hover {
	color: #bbb
}

@media print, screen and (min-width:48em) {
.listing-pagination-type-b {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
}

@media print, screen and (max-width:47.99875em) {
.listing-pagination-type-b {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.listing-pagination-type-b__pager {
	display: none
}
}
.listing-pagination-type-c {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .9375rem 1.25rem;
	border-top: 1px solid;
	border-bottom: 1px solid
}
.listing-pagination-type-c__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.25rem
}
.listing-pagination-type-c__pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.listing-pagination-type-c__pager-item, .listing-pagination-type-c .page-numbers {
	padding-left: .34375rem;
	margin-right: .5rem;
	position: relative
}
.listing-pagination-type-c__pager-item.current .listing-pagination-type-c__pager-page, .listing-pagination-type-c .page-numbers.current .listing-pagination-type-c__pager-page {
	cursor: default
}
.listing-pagination-type-c__pager-item:before, .listing-pagination-type-c .page-numbers:before {
	content: "/";
	position: absolute;
	left: -0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.listing-pagination-type-c__pager-item:last-child, .listing-pagination-type-c .page-numbers:last-child {
	margin-right: 0;
	padding-right: .34375rem
}
.listing-pagination-type-c__pager-item:last-child:after, .listing-pagination-type-c .page-numbers:last-child:after {
	content: "/";
	position: absolute;
	right: -0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.listing-pagination-type-c__pager-item.prev, .listing-pagination-type-c .page-numbers.prev {
	padding-right: 2.625rem
}
.listing-pagination-type-c__pager-item.prev:before, .listing-pagination-type-c .page-numbers.prev:before {
	content: ''
}
.listing-pagination-type-c__pager-item.next, .listing-pagination-type-c .page-numbers.next {
	padding-left: 2.625rem
}
.listing-pagination-type-c__pager-item.next:after, .listing-pagination-type-c .page-numbers.next:after {
	content: ''
}
.listing-pagination-type-c__pager-page {
	position: relative;
	cursor: pointer;
	display: block;
	width: 2.03125rem;
	text-align: center;
	padding: .1875rem .3125rem
}
.listing-pagination-type-c__pager-page:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 2.1875rem);
	-webkit-transition: background .4s, -webkit-filter .4s;
	transition: background .4s, -webkit-filter .4s;
	transition: background .4s, filter .4s;
	transition: background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	z-index: -1
}
.listing-pagination-type-c .flo-icon {
	cursor: pointer;
	font-size: .4375rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.listing-pagination-type-c .flo-icon :hover {
	color: #dadada
}

@media print, screen and (min-width:48em) {
.listing-pagination-type-c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1.875rem 0
}
.listing-pagination-type-c__nav {
	width: 68%
}
.listing-pagination-type-c__back-to-top, .listing-pagination-type-c__indicator {
	width: 16%
}
.listing-pagination-type-c__indicator {
	position: relative;
	padding: .625rem 1.25rem .625rem 1.5625rem
}
.listing-pagination-type-c__indicator:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	top: 0;
	right: 0
}
.listing-pagination-type-c__back-to-top {
	text-align: end;
	cursor: pointer;
	padding: .625rem .5rem .625rem 1.25rem;
	position: relative;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.listing-pagination-type-c__back-to-top:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	top: 0;
	left: 0
}
.listing-pagination-type-c__pager {
	padding: 0 2.625rem
}
}

@media print, screen and (max-width:47.99875em) {
.listing-pagination-type-c {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem 0;
	border-bottom: 1px solid
}
.listing-pagination-type-c__pager {
	padding: .3125rem 1.25rem
}
}
.listing-pagination-type-d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5rem 1.25rem
}
.listing-pagination-type-e {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .9375rem 1.25rem
}
.listing-pagination-type-e__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1.25rem
}
.listing-pagination-type-e__pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.listing-pagination-type-e__pager-item, .listing-pagination-type-e .page-numbers {
	padding-left: .34375rem;
	margin-right: .5rem;
	position: relative
}
.listing-pagination-type-e__pager-item.current .listing-pagination-type-e__pager-page, .listing-pagination-type-e .page-numbers.current .listing-pagination-type-e__pager-page {
	cursor: default
}
.listing-pagination-type-e__pager-item:before, .listing-pagination-type-e .page-numbers:before {
	content: "/";
	position: absolute;
	left: -0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.listing-pagination-type-e__pager-item:last-child, .listing-pagination-type-e .page-numbers:last-child {
	margin-right: 0;
	padding-right: .34375rem
}
.listing-pagination-type-e__pager-item:last-child:after, .listing-pagination-type-e .page-numbers:last-child:after {
	content: "/";
	position: absolute;
	right: -0.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.listing-pagination-type-e__pager-item.prev, .listing-pagination-type-e .page-numbers.prev {
	padding-right: 2.625rem
}
.listing-pagination-type-e__pager-item.prev:before, .listing-pagination-type-e .page-numbers.prev:before {
	content: ''
}
.listing-pagination-type-e__pager-item.next, .listing-pagination-type-e .page-numbers.next {
	padding-left: 2.625rem
}
.listing-pagination-type-e__pager-item.next:after, .listing-pagination-type-e .page-numbers.next:after {
	content: ''
}
.listing-pagination-type-e__pager-page {
	position: relative;
	cursor: pointer;
	display: block;
	width: 2.03125rem;
	text-align: center;
	padding: .1875rem .3125rem
}
.listing-pagination-type-e__pager-page:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 2.1875rem);
	-webkit-transition: background .4s, -webkit-filter .4s;
	transition: background .4s, -webkit-filter .4s;
	transition: background .4s, filter .4s;
	transition: background .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	z-index: -1
}
.listing-pagination-type-e .flo-icon {
	cursor: pointer;
	font-size: .4375rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.listing-pagination-type-e .flo-icon :hover {
	color: #dadada
}

@media print, screen and (min-width:48em) {
.listing-pagination-type-e {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1.875rem 0
}
.listing-pagination-type-e__nav {
	width: 68%
}
.listing-pagination-type-e__back-to-top, .listing-pagination-type-e__indicator {
	width: 16%
}
.listing-pagination-type-e__indicator {
	position: relative;
	padding: .625rem 1.25rem .625rem 1.5625rem
}
.listing-pagination-type-e__indicator:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #dadada;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	top: 0;
	right: 0
}
.listing-pagination-type-e__back-to-top {
	text-align: end;
	cursor: pointer;
	padding: .625rem .5rem .625rem 1.25rem;
	position: relative;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.listing-pagination-type-e__back-to-top:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #dadada;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	top: 0;
	left: 0
}
.listing-pagination-type-e__pager {
	padding: 0 2.625rem
}
}

@media print, screen and (max-width:47.99875em) {
.listing-pagination-type-e {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.875rem 0;
	border-bottom: 1px solid
}
.listing-pagination-type-e__pager {
	padding: .3125rem 1.25rem
}
}
.flo-listing-title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 4.375rem
}
.flo-listing-title-area.page-listing-title__title-has-feat-post {
	padding-bottom: 11.375rem
}

@media print, screen and (min-width:48em) {
.flo-listing-title-area__title {
	line-height: initial !important;
	text-align: center;
	margin-bottom: .625rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-listing-title-area__title {
	text-align: center;
	margin-bottom: .625rem
}
}
.flo-page-top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding: 1.25rem 0;
	width: calc(100% - 5rem);
	color: white
}
.flo-page-top-nav--on-hero-page {
	left: 0;
	right: 0;
	position: absolute;
	z-index: 99
}

@media print, screen and (max-width:47.99875em) {
.flo-page-top-nav {
	width: calc(100% - 3.75rem)
}
}
.flo_page_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative
}
.flo_page_wrap--padding-top-large {
	padding-top: 9.375rem
}
.flo_page {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}
.flo-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-pagination--style-numbers .flo-pagination__prev, .flo-pagination--style-numbers .prev, .flo-pagination--style-numbers .flo-pagination__next, .flo-pagination--style-numbers .next {
	display: none
}
.flo-pagination--style-numbers .flo-pagination__items:before, .flo-pagination--style-numbers .flo-pagination__items:after {
	display: none
}
.flo-pagination--style-buttons .flo-pagination__prev:after {
	content: "/";
	display: inline-block;
	margin: 0 1.5rem
}
.flo-pagination--style-buttons .page-numbers {
	display: none
}
.flo-pagination--style-buttons .page-numbers.next, .flo-pagination--style-buttons .page-numbers.prev {
	display: inline-block
}
.flo-pagination--style-buttons .page-numbers.prev:after {
	display: none
}
.flo-pagination--gap-bottom {
	padding-bottom: 3.75rem
}
.flo-pagination .flo-pagination__prev:after, .flo-pagination .prev:after, .flo-pagination .flo-pagination__next:before, .flo-pagination .next:before {
	content: '/';
	display: inline-block;
	vertical-align: middle
}
.flo-pagination__prev, .flo-pagination__next, .flo-pagination__spacer {
	display: inline-block;
	width: 9.375rem
}
.flo-pagination__prev, .flo-pagination .prev {
	text-align: right
}
.flo-pagination__prev:after, .flo-pagination .prev:after {
	padding-left: 1.5rem
}
.flo-pagination__next:before, .flo-pagination .next:before {
	padding-right: 1.5rem
}
.flo-pagination a, .flo-pagination span {
	display: inline-block;
	vertical-align: middle;
	font-size: .625rem;
	font-family: "Butler";
	letter-spacing: .1875em;
	text-transform: uppercase;
	text-align: center
}
.flo-pagination span {
	cursor: default
}
.flo-pagination__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 .75rem
}
.flo-pagination__items a, .flo-pagination__items span {
	padding: 0 .625rem;
	min-width: 3.25rem
}

@media print, screen and (max-width:47.99875em) {
.flo-pagination {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
}
.flo-portfolio-card {
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
	outline: 0
}
.flo-portfolio-card:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '+';
	font-size: 1.875rem;
	line-height: 1em;
	text-align: center;
	color: white;
	width: 2.5rem;
	height: 2.5rem;
	border: 2px solid white;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-portfolio-card:hover:after {
	visibility: visible;
	opacity: 1
}

@media print, screen and (min-width:48em) {
.flo-portfolio-card {
	height: 10.5rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-portfolio-card img {
	display: none
}
}

@media print, screen and (max-width:47.99875em) {
.flo-portfolio-card {
	background-image: none !important
}
.flo-portfolio-card img {
	width: 100%
}
}
.flo-portfolio-category-grid__wrap {
	padding: .75rem 0;
	border-bottom: 1px solid #bbb;
	margin-bottom: 3.375rem
}
.flo-portfolio-category-grid__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-portfolio-category-grid__title:before {
	width: 100%
}
.flo-portfolio-category-grid__link-all {
	font-family: "AmplitudeCond-Regular";
	font-size: .75rem;
	letter-spacing: .4em;
	text-decoration: underline
}
.flo-portfolio-category-grid .column, .flo-portfolio-category-grid .columns {
	padding-bottom: 2.5625rem;
	display: inline-block
}
.flo-portfolio-category-grid .row:last-of-type {
	margin-bottom: -2.5625rem
}

@media print, screen and (min-width:48em) {
.flo-portfolio-category-grid__wrap {
	padding-right: 3.90625rem;
	padding-left: 3.90625rem
}
.flo-portfolio-category-grid .column, .flo-portfolio-category-grid .columns {
	padding-left: .78125rem;
	padding-right: .78125rem
}
.flo-portfolio-category-grid .row {
	padding: 0 3.90625rem;
	margin-left: -0.78125rem;
	margin-right: -0.78125rem
}
}
.flo-portfolio-grid .row:last-of-type {
	margin-bottom: -"$flo-portfolio-gallery__grid-gutter--vertical"
}
.flo-portfolio-grid .column, .flo-portfolio-grid .columns {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: "$flo-portfolio-gallery__grid-gutter--vertical"
}
.flo-portfolio-grid__thumbnail {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	outline: 0;
	overflow: hidden
}
.flo-portfolio-grid__thumbnail:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '+';
	font-size: 1.875rem;
	line-height: 1em;
	text-align: center;
	color: white;
	width: 2.5rem;
	height: 2.5rem;
	border: 2px solid white;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-portfolio-grid {
	padding: 0 3.90625rem
}
.flo-portfolio-grid .column, .flo-portfolio-grid .columns {
	margin-left: calc("$flo-portfolio-gallery__grid-gutter--horizontal"/2);
	margin-right: calc("$flo-portfolio-gallery__grid-gutter--horizontal"/2)
}
.flo-portfolio-grid .column.medium-3, .flo-portfolio-grid .medium-3.columns {
width:calc(100% / 4 - "$flo-portfolio-gallery__grid-gutter--horizontal"/2 * 2)
}
.flo-portfolio-grid__thumbnail:hover:after {
	visibility: visible;
	opacity: 1
}
}
.flo-portfolio-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-portfolio-post__subtitle {
	font-size: .6875rem;
	font-family: "AmplitudeCond-Regular";
	letter-spacing: .1875em;
	text-transform: uppercase
}
.flo-portfolio-post__title {
	font-family: "Butler";
	font-size: 1.875rem
}
.flo-portfolio-post__share-links {
	padding: .375rem 0
}
.flo-portfolio-post__text {
	padding-top: 3.6875rem;
	font-size: 1.25rem;
	font-family: "Adobe Caslon Pro"
}

@media print, screen and (min-width:48em) {
.flo-portfolio-post {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 3.125rem
}
.flo-portfolio-post__text {
	width: 31.25rem;
	padding-left: 2.5rem
}
.flo-portfolio-post__left {
	width: 24.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-portfolio-post__share-links {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}
}
.flo-post-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.03125rem 5.625rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 6.25rem
}
.flo-post-pagination .flo-icon {
	font-size: .5rem
}
.flo-post-pagination__pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.flo-post-pagination__pager-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-post-pagination__pager-item--next {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flo-post-pagination__pager-item--next .flo-icon {
	padding-left: 1.375rem
}
.flo-post-pagination__pager-item--prev .flo-icon {
	padding-right: 1.375rem
}

@media print, screen and (min-width:48em) {
.flo-post-pagination__pager-item {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1.03125rem 1.59375rem 1.03125rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.flo-post-pagination__pager-item:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg)
}
.flo-post-pagination__pager-item:last-of-type {
	padding-right: 0
}
.flo-post-pagination__pager-item--next {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.flo-post-pagination__pager-item--next .flo-icon {
	padding-left: 1.375rem
}
.flo-post-pagination__pager-item--prev .flo-icon {
	padding-right: 1.375rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-post-pagination {
	padding: .625rem 1.25rem
}
.flo-post-pagination__pager {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-post-pagination__pager-item {
	padding-top: .375rem;
	padding-bottom: .375rem
}
}
.flo-post-title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 1.875rem;
	position: relative
}
.flo-post-title-area__featured-image {
	text-align: center;
	margin-bottom: 2.9375rem;
	position: relative
}
.flo-post-title-area__image {
	margin-bottom: -2.9375rem;
	width: 100%;
	display: block
}
.flo-post-title-area__image--size-full-width {
	height: 40.625rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-post-title-area__image--size-original {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center
}
.flo-post-title-area__date-and-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2.375rem
}
.flo-post-title-area__date {
	max-width: 11.25rem;
	padding-right: 3.125rem
}
.flo-post-title-area__title {
	padding-top: 3.625rem;
	text-align: center
}
.flo-post-title-area .flo-video-embed {
	height: calc(100% + 2.9375rem)
}

@media print, screen and (min-width:48em) {
.flo-post-title-area__image--size-original {
	max-width: 56.25rem;
	margin-left: auto;
	margin-right: auto;
	height: 37.5rem
}
.flo-post-title-area__bottom {
	padding-left: 5.625rem;
	padding-right: 5.625rem;
	width: 56.25rem;
	margin: 0 auto
}
}

@media print, screen and (max-width:47.99875em) {
.flo-post-title-area__featured-image {
	padding: 1.25rem 1.25rem 0
}
.flo-post-title-area__image {
	background-size: contain;
	background-repeat: no-repeat;
	height: 18.75rem !important
}
.flo-post-title-area__bottom {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
}
.flo-post-title-area__title {
	padding-top: 1.25rem
}
.flo-post-title-area__bottom--no-feat-img {
	padding-left: 0;
	padding-right: 0
}
.flo-post-title-area__image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-post-title-area__image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-post-title-area__image {
	background-image: var(--img-large)
}
}
.flo-post-wrap .flo-generic-tags {
	padding-top: 1.125rem
}
.flo-post-share-wrap {
	padding-top: 3rem
}
.flo-post-wrap {
	margin: 0 auto
}
.flo-post, .flo-post__styles {
	font-size: .90625rem;
	font-family: "Nunito Light"
}
.flo-post img, .flo-post__styles img {
	margin-bottom: 1.875rem;
	max-width: 100%
}
.flo-post .blocks-gallery-item, .flo-post__styles .blocks-gallery-item {
	margin-bottom: 0
}
.flo-post p, .flo-post__styles p {
	text-align: justify;
	margin-bottom: 1.875rem
}
.flo-post p:last-of-type, .flo-post__styles p:last-of-type {
	margin-bottom: 0
}
.flo-post blockquote, .flo-post__styles blockquote {
	padding: 0 0 0 2.5rem;
	border-color: #000;
	margin-bottom: 3.4375rem
}
.flo-post blockquote p, .flo-post__styles blockquote p {
	margin: 0
}
.flo-post .alignleft, .flo-post__styles .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}
.flo-post .alignright, .flo-post__styles .alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}
.flo-post .aligncenter, .flo-post__styles .aligncenter {
	clear: both;
	display: table;
	margin-left: auto;
	margin-right: auto
}
.flo-post .aligncenter figcaption, .flo-post__styles .aligncenter figcaption {
	text-align: center
}
.flo-post ul, .flo-post ol, .flo-post__styles ul, .flo-post__styles ol {
	margin: 0 0 1.5em;
	padding: 0
}
.flo-post ul, .flo-post__styles ul {
	list-style: disc
}
.flo-post ol, .flo-post__styles ol {
	list-style: decimal
}
.flo-post li>ul, .flo-post li>ol, .flo-post__styles li>ul, .flo-post__styles li>ol {
	margin-bottom: 0;
	margin-left: 1.5em
}
.flo-post dt, .flo-post__styles dt {
	font-weight: 700
}
.flo-post dd, .flo-post__styles dd {
	margin: 0 1.5em 1.5em
}
.flo-post img, .flo-post video, .flo-post__styles img, .flo-post__styles video {
	height: auto;
	max-width: 100%
}
.flo-post .comment-content .wp-smiley, .flo-post__styles .comment-content .wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}
.flo-post embed, .flo-post iframe, .flo-post object, .flo-post__styles embed, .flo-post__styles iframe, .flo-post__styles object {
	margin-bottom: 1.5em;
	max-width: 100%
}
.flo-post .wp-caption, .flo-post .wp-caption a, .flo-post .gallery-caption, .flo-post__styles .wp-caption, .flo-post__styles .wp-caption a, .flo-post__styles .gallery-caption {
	color: #666;
	font-size: .6125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
	line-height: 1em
}
.flo-post .wp-caption img[class*="wp-image-"], .flo-post__styles .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.flo-post .wp-caption .wp-caption-text, .flo-post .wp-caption-text a, .flo-post__styles .wp-caption .wp-caption-text, .flo-post__styles .wp-caption-text a {
	margin: .8075em 0
}
.flo-post .wp-caption p, .flo-post__styles .wp-caption p {
	margin-bottom: 0
}
.flo-post .mejs-container, .flo-post__styles .mejs-container {
	margin-bottom: 1.5em
}
.flo-post .mejs-controls a.mejs-horizontal-volume-slider, .flo-post .mejs-controls a.mejs-horizontal-volume-slider:focus, .flo-post .mejs-controls a.mejs-horizontal-volume-slider:hover, .flo-post__styles .mejs-controls a.mejs-horizontal-volume-slider, .flo-post__styles .mejs-controls a.mejs-horizontal-volume-slider:focus, .flo-post__styles .mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0
}
.flo-post .gallery-item, .flo-post__styles .gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%
}
.flo-post .gallery-columns-1 .gallery-item, .flo-post__styles .gallery-columns-1 .gallery-item {
	width: 100%
}
.flo-post .gallery-columns-2 .gallery-item, .flo-post__styles .gallery-columns-2 .gallery-item {
	max-width: 50%
}
.flo-post .gallery-item a, .flo-post .gallery-item a:hover, .flo-post .gallery-item a:focus, .flo-post__styles .gallery-item a, .flo-post__styles .gallery-item a:hover, .flo-post__styles .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0;
	display: inline-block;
	max-width: 100%
}
.flo-post .gallery-item a img, .flo-post__styles .gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter .2s ease-in;
	transition: -webkit-filter .2s ease-in;
	transition: filter .2s ease-in;
	transition: filter .2s ease-in, -webkit-filter .2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.flo-post .gallery-item a:hover img, .flo-post .gallery-item a:focus img, .flo-post__styles .gallery-item a:hover img, .flo-post__styles .gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%)
}
.flo-post .gallery-caption, .flo-post__styles .gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0
}
.flo-post a img, .flo-post img, .flo-post img.alignleft, .flo-post img.alignright, .flo-post img.aligncenter, .flo-post__styles a img, .flo-post__styles img, .flo-post__styles img.alignleft, .flo-post__styles img.alignright, .flo-post__styles img.aligncenter {
	margin-bottom: 1.25rem
}

@media print, screen and (min-width:48em) {
.flo-post div.gallery, .flo-post__styles div.gallery {
	font-size: 0
}
.flo-post .gallery-item, .flo-post__styles .gallery-item {
	max-width: 25%
}
.flo-post .gallery-columns-1 .gallery-item, .flo-post__styles .gallery-columns-1 .gallery-item {
	max-width: 100%
}
.flo-post .gallery-columns-2 .gallery-item, .flo-post__styles .gallery-columns-2 .gallery-item {
	max-width: 50%
}
.flo-post .gallery-columns-3 .gallery-item, .flo-post__styles .gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.flo-post .gallery-columns-4 .gallery-item, .flo-post__styles .gallery-columns-4 .gallery-item {
	max-width: 25%
}
.flo-post .gallery-columns-5 .gallery-item, .flo-post__styles .gallery-columns-5 .gallery-item {
	max-width: 20%
}
.flo-post .gallery-columns-6 .gallery-item, .flo-post__styles .gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.flo-post .gallery-columns-7 .gallery-item, .flo-post__styles .gallery-columns-7 .gallery-item {
	max-width: 14.285%
}
.flo-post .gallery-columns-8 .gallery-item, .flo-post__styles .gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.flo-post .gallery-columns-9 .gallery-item, .flo-post__styles .gallery-columns-9 .gallery-item {
	max-width: 11.111%
}
}
.flo-pricing-packages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-pricing-packages__package-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-pricing-packages__package-image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-pricing-packages__package-image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-pricing-packages__package-image {
	background-image: var(--img-large)
}
}

@media print, screen and (min-width:48em) {
.flo-pricing-packages {
	padding-bottom: 7.1875rem;
	margin: 0 auto;
	max-width: 67.5rem
}
.flo-pricing-packages__packages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.flo-pricing-packages__package {
	width: calc(100% / 3 - 1.40625rem);
	text-align: center
}
.flo-pricing-packages__package:nth-child(4) {
	margin-left: 2.8125rem
}
.flo-pricing-packages__package:nth-child(3) {
	margin-left: 2.8125rem
}
.flo-pricing-packages__package:nth-child(2) {
	margin-left: 2.8125rem
}
.flo-pricing-packages__package-image {
	height: 33.40625rem;
	padding-bottom: 3.84375rem
}
.flo-pricing-packages__package-image-4-cols {
	height: 25rem
}
.flo-pricing-packages__package-subtitle {
	margin-top: .75rem
}
.flo-pricing-packages__package-description {
	padding-top: 4.6875rem
}
.flo-pricing-packages__package-description p:last-child {
	margin-bottom: 0
}
.flo-pricing-packages__package-price {
	padding-top: 5.375rem;
	padding-bottom: 1.875rem
}
.flo-pricing-packages__button {
	margin-top: 6.09375rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-pricing-packages {
	margin-bottom: 3.125rem
}
.flo-pricing-packages__package {
	text-align: center;
	margin-bottom: 3.125rem
}
.flo-pricing-packages__package-image {
	height: 18.75rem;
	padding-bottom: 1.875rem
}
.flo-pricing-packages__package-description {
	margin-top: 1.25rem
}
}
.flo-related-items {
	text-align: center
}
.flo-related-items__title {
	margin-bottom: 3.125rem
}
.flo-related-items__item {
	display: inline-block
}
.flo-related-items__item-image {
	margin-bottom: 1.25rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

@media print, screen and (min-width:48em) {
.flo-related-items {
	max-width: 70rem;
	margin: 0 auto;
	padding: 0 1.25rem;
	padding-top: 2.5rem
}
.flo-related-items__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}
.flo-related-items__item {
	width: 25%;
	padding: 0 .625rem
}
.flo-related-items__item:hover .flo-related-items__item-image {
	opacity: .5
}
.flo-related-items__item-image {
	width: 100%;
	height: 11.25rem;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
}

@media print, screen and (max-width:47.99875em) {
.flo-related-items {
	margin-top: 5rem
}
.flo-related-items__item {
	width: 100%;
	margin-bottom: 2.5rem
}
.flo-related-items__item-image {
	width: 100%;
	height: 25rem
}
}
.flo-splash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	display: block;
	z-index: 1000000000;
	overflow: hidden;
	-webkit-transition: all .4s, -webkit-filter .4s;
	transition: all .4s, -webkit-filter .4s;
	transition: all .4s, filter .4s;
	transition: all .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-splash__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}
.flo-splash__content .flo-header__logo, .flo-splash__content .flo-header-mobile__logo, .flo-splash__content img {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: none !important
}
.flo-splash__custom-preloader {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	right: 0;
	margin: 0 auto
}

@media print, screen and (min-width:48em) {
.flo-splash__content--medium-up {
	opacity: 1
}
.flo-splash__content--small-only {
	opacity: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-splash__content--medium-up {
	opacity: 0
}
.flo-splash__content--small-only {
	opacity: 1
}
.flo-splash__content--small-only .flo-header-mobile__logo img {
	width: 100%;
	height: auto
}
}
.flo-splash__custom-preloader {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-splash__custom-preloader {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-splash__custom-preloader {
	background-image: var(--img-large)
}
}
.flo-hero-video-embed__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: 0
}
.flo-hero-video-embed__container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flo-hero-video-embed__button {
	position: absolute;
	top: 2.5rem;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 100;
	width: 4.0625rem;
	height: 4.0625rem;
	border-radius: 4.0625rem;
	font-size: .97345rem;
	color: #fff;
	border: 1px solid #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: color .4s, top .4s, opacity .4s, border .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, transform .4s, filter .4s;
	transition: color .4s, top .4s, opacity .4s, border .4s, transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-hero-video-embed__button:hover {
	opacity: .4
}
.flo-hero-video-embed__button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-hero-video-embed__button-icon--play {
	opacity: 0
}
.flo-hero-video-embed__button-icon--stop {
	opacity: 0
}
body:not(.body--flo-page-hero-video-is-playing) .flo-hero-video-embed__button {
	top: 50%
}
body:not(.body--flo-page-hero-video-is-playing) .flo-hero-video-embed__button-icon--play {
	opacity: 1
}
body.body--flo-page-hero-video-is-playing .flo-page-hero {
	z-index: 1000;
	-webkit-box-shadow: 0 8px 80px 40px rgba(0,0,0,0.2);
	box-shadow: 0 8px 80px 40px rgba(0,0,0,0.2)
}
body.body--flo-page-hero-video-is-playing .flo-header {
	z-index: 1
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__container {
	opacity: 1;
	pointer-events: initial
}
body.body--flo-page-hero-video-is-playing .flo-header-and-flo-page-hero-type-b__description, body.body--flo-page-hero-video-is-playing .flo-header-and-flo-page-hero-type-a__description {
	opacity: 0 !important;
	pointer-events: none
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__button {
	top: 6.25rem !important
}
body.body--flo-page-hero-video-is-playing .flo-hero-video-embed__button-icon--stop {
	opacity: 1
}
body.body--flo-page-hero-video-is-playing:not(:hover) .flo-hero-video-embed__button {
	opacity: 0
}
.flo-portfolio-2--section {
	padding: 5.75rem 0
}
.flo-portfolio-2--section .flo-section__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media print, screen and (min-width:48em) {
.flo-portfolio-2--section {
	height: 100vh;
	max-height: 56.25rem;
	min-height: 46.875rem;
	margin-bottom: 5rem;
	padding-bottom: 0
}
}
.flo-portfolio-2 {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-portfolio-2__categories {
	margin-top: 4.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-portfolio-2__link-block {
	text-align: center;
	margin-bottom: 1.375rem
}
.flo-portfolio-2__link-block:last-of-type {
	margin-bottom: 0
}
.flo-portfolio-2__link {
	font-size: 2.28125rem;
	font-family: "Butler"
}
.flo-portfolio-2__link:before {
	padding: 0;
	line-height: .5
}

@media print, screen and (min-width:48em) {
.flo-portfolio-2__img-display-hover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 15.625rem;
	height: 10.125rem;
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-portfolio-2__img-display-hover--top-left {
	top: 0;
	left: 0;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.flo-portfolio-2__img-display-hover--top-left-auto {
	top: 17%;
	left: 50%;
	margin-left: .8125rem;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.flo-portfolio-2__img-display-hover--top-right-auto {
	top: 55%;
	right: 50%;
	margin-right: .8125rem;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.flo-portfolio-2__img-display-hover--center-right {
	top: 40%;
	right: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}
.flo-portfolio-2__img-display-hover--left-bottom {
	bottom: 7%;
	left: 0;
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
.flo-portfolio-2__img-display-hover--right-bottom {
	bottom: 0;
	left: 50%;
	margin-left: .8125rem;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}
.flo-portfolio-2__link-content {
	display: inline-block
}
.flo-portfolio-2__link-content:hover .flo-portfolio-2__img-display-hover {
	opacity: 1;
	visibility: visible
}
}
.body_has_sidebar .sidebar-on--left .flo-section {
	margin-left: auto
}
.body_has_sidebar .sidebar-on--left .flo-block {
	margin-left: auto
}
.body_has_sidebar .flo-block .flo-section {
	max-width: 100%
}
.flo_sidebar {
	width: 25%;
	padding: 0 2.5rem 2.5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.flo_sidebar .column, .flo_sidebar .columns {
	margin-bottom: 2.5rem;
	padding: 0 2.5rem
}
.flo_sidebar .column:last-child, .flo_sidebar .columns:last-child {
	margin-bottom: 0
}
.flo_sidebar .figure-hide-img {
	background-image: none !important;
	height: auto
}
.flo_sidebar .figure-hide-img img {
	display: block
}
.flo_sidebar .widget {
	margin-bottom: 1.875rem
}

@media print, screen and (min-width:48em) {
.flo_sidebar {
	padding-top: 1.09375rem
}
.flo_sidebar--on-left {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	padding-left: 2.5rem;
	padding-right: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo_sidebar {
	padding: 2.5rem 1.25rem;
	position: fixed;
	top: 3.125rem;
	right: -100%;
	background: white;
	overflow: auto;
	-webkit-transition: right .4s, -webkit-filter .4s;
	transition: right .4s, -webkit-filter .4s;
	transition: right .4s, filter .4s;
	transition: right .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	width: 100%;
	height: 100%
}
.flo_sidebar--display {
	right: 0
}
}
.flo-woocommerce-wrap {
	max-width: 67.5rem;
	margin: 0 auto
}
.woocommerce .quantity .qty, .woocommerce .quantity input[type="number"] {
	width: 5em;
	height: 2.1875rem;
	padding: .7em;
	border: 1px solid
}
.woocommerce .coupon .input-text {
	height: 2rem
}
.woocommerce span.onsale {
	padding: 0
}
.woocommerce ul.products li.product .onsale {
	letter-spacing: 0
}
.woocommerce ul.products li.product .price del {
	display: inline-block
}
.woocommerce div.product .variations td.label {
	background-color: transparent;
	padding-top: 10px;
	vertical-align: middle
}
.woocommerce div.product .variations .value select {
	margin-bottom: 0
}
.woocommerce div.product .product_meta .tagged_as {
	clear: both;
	display: block
}
.woocommerce div.product .related h2 {
	margin-bottom: .9375rem
}
.woocommerce div.product .woocommerce-tabs li.active a, .woocommerce div.product .woocommerce-tabs a:hover {
	-webkit-box-shadow: 0 3px 0;
	box-shadow: 0 3px 0
}
.woocommerce div.product .woocommerce-tabs a {
	-webkit-box-shadow: 0 1px 0;
	box-shadow: 0 1px 0
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 4em
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border: 0;
	overflow: visible;
	padding-left: 5px
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	background-color: transparent
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: transparent
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	padding-left: 0
}
.woocommerce ul.order_details li {
	border-right: 0
}
.woocommerce .checkout #customer_details {
	margin-bottom: 1.875rem
}
.woocommerce p.woocommerce-thankyou-order-received {
	margin-bottom: 1.25rem !important
}
.woocommerce .woocommerce-thankyou-order-details {
	padding-left: 0;
	margin-bottom: 2.5rem
}
.woocommerce .woocommerce-thankyou-order-details li {
	list-style: disc;
	border-right: 0;
	clear: both
}
.woocommerce .woocommerce-thankyou-order-details li strong {
	display: inline-block
}
.woocommerce .woocommerce-MyAccount-content .addresses {
	margin-top: 1.875rem
}
.woocommerce .woocommerce-MyAccount-navigation a {
	text-decoration: none
}
.woocommerce .woocommerce-MyAccount-navigation .is-active a {
	-webkit-box-shadow: 0 3px 0;
	box-shadow: 0 3px 0;
	text-decoration: none
}
.woocommerce .woocommerce-MyAccount-navigation .is-active a:hover {
	-webkit-box-shadow: 0 3px 0;
	box-shadow: 0 3px 0
}
.woocommerce .woocommerce-MyAccount-navigation a:hover {
	-webkit-box-shadow: 0 1px 0;
	box-shadow: 0 1px 0
}
.woocommerce .woocommerce-Address-title .edit {
	clear: both;
	margin-top: 1.875rem;
	float: left !important
}
.body_has_sidebar .flo-icon-sidebar {
	display: block
}
.flo_sidebar--active {
	overflow: hidden
}
.flo-page-about-type-a__article {
	padding-right: 1.25rem;
	padding-left: 1.25rem
}
.flo-page-about-type-a__title--divider {
	border-bottom: 1px solid;
	padding-bottom: 1.875rem
}
.flo-page-about-type-a__text {
	font-size: .90625rem;
	font-family: "Nunito Light";
	line-height: 1.2
}
.flo-page-about-type-a__text p {
	max-width: 28.125rem
}
.flo-page-about-type-a__featured-image {
	width: 100%;
	max-height: 46.25rem
}
.flo-page-about-type-a__featured-info {
	text-align: center;
	width: 16.9375rem;
	padding: 2.84375rem 2.8125rem 2.8125rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Nunito Light";
	font-size: .90625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 7
}
.flo-page-about-type-a__featured-info:before {
	content: ' “ ';
	text-align: center;
	display: block;
	font-size: 1.8125rem;
	line-height: 1
}
.flo-page-about-type-a__featured-info p {
	margin: 0
}
.flo-page-about-type-a__links {
	padding: 0 1.25rem
}
.flo-page-about-type-a__links-inner {
	border-bottom: 1px solid #ebeeeb
}
.flo-page-about-type-a__links-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-page-about-type-a__links-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media print, screen and (min-width:48em) {
.flo-page-about-type-a__article {
	padding-top: 6rem;
	padding-bottom: 6rem
}
.flo-page-about-type-a__article-inner {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-page-about-type-a__title {
	padding-top: 1.875rem;
	padding-right: 8.4375rem;
	margin-bottom: 4.09375rem
}
.flo-page-about-type-a__text {
	width: 36.5625rem
}
.flo-page-about-type-a__article-link {
	margin-top: 3.75rem
}
.flo-page-about-type-a__featured {
	position: relative;
	width: 30.9375rem;
	min-height: 25rem
}
.flo-page-about-type-a__featured-info {
	position: absolute;
	bottom: 6.25rem;
	left: -5.625rem
}
.flo-page-about-type-a__links {
	padding-top: 6rem
}
.flo-page-about-type-a__links-inner {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5.625rem
}
.flo-page-about-type-a__links-row {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.flo-page-about-type-a__links-column {
	margin: 0 1.875rem;
	position: relative;
	padding-left: 6.625rem;
	width: 19.125rem
}
.flo-page-about-type-a__links-column:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ebeeeb;
	position: absolute;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	left: 1.875rem;
	top: -0.3125rem
}
.flo-page-about-type-a__links-item {
	padding: .34375rem 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-page-about-type-a__article {
	padding-top: 3rem;
	padding-bottom: 3rem
}
.flo-page-about-type-a__title {
	padding: .9375rem 0;
	margin-bottom: 2.5rem;
	width: 100%
}
.flo-page-about-type-a__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-bottom: 3.75rem
}
.flo-page-about-type-a__article-link {
	margin-top: 1.875rem
}
.flo-page-about-type-a__featured-info {
	width: calc(100% - 3.75rem);
	margin: -3.75rem auto 0;
	position: relative
}
.flo-page-about-type-a__links {
	padding-top: 3rem
}
.flo-page-about-type-a__links-inner {
	padding-bottom: 2.8125rem
}
.flo-page-about-type-a__links-title {
	text-align: center
}
.flo-page-about-type-a__links-column {
	padding: 0 1.25rem;
	position: relative;
	width: 50%;
	text-align: center
}
.flo-page-about-type-a__links-column:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #ebeeeb;
	position: absolute;
	right: 0;
	top: 0
}
.flo-page-about-type-a__links-column:last-child:after {
	display: none
}
}
.flo-page-about-type-c {
	pading-left: 1.25rem;
	pading-right: 1.25rem
}
.flo-page-about-type-c__title-block {
	max-width: 70rem;
	margin: 0 auto;
	padding: 0 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-page-about-type-c__title-block--divider {
	border-top: 1px solid #ddd
}
.flo-page-about-type-c__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-page-about-type-c__content-title {
	padding-bottom: 1.0625rem
}
.flo-page-about-type-c__content-text {
	font-size: 1.5rem;
	font-family: "Unna";
	color: #000;
	line-height: 1.4
}
.flo-page-about-type-c__article {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
.flo-page-about-type-c__article-inner {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-page-about-type-c__article-text {
	font-size: .90625rem;
	font-family: "Nunito Light"
}
.flo-page-about-type-c__article-text p {
	margin-bottom: 1.6875rem
}
.flo-page-about-type-c__article-text p:last-of-type {
	margin-bottom: 0
}
.flo-page-about-type-c__article-link {
	display: inline-block;
	margin-top: 3.125rem
}
.flo-page-about-type-c__featured {
	margin-top: -7.5625rem
}
.flo-page-about-type-c__featured-image {
	width: 100%
}
.flo-page-about-type-c__links {
	padding: 0 1.25rem
}
.flo-page-about-type-c__links-inner {
	border-bottom: 1px solid #ebeeeb
}
.flo-page-about-type-c__links-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-page-about-type-c__links-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media print, screen and (min-width:48em) {
.flo-page-about-type-c__title-block {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 10.125rem;
	padding-bottom: 9.25rem
}
.flo-page-about-type-c__title {
	width: 22.5rem;
	text-align: end;
	padding-right: 5.625rem
}
.flo-page-about-type-c__content {
	width: 33.75rem
}
.flo-page-about-type-c__article {
	padding-top: 4.625rem;
	padding-bottom: 7.3125rem
}
.flo-page-about-type-c__article-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-page-about-type-c__content {
	width: 36.5625rem
}
.flo-page-about-type-c__article-content {
	width: 39.375rem;
	padding-left: 2.8125rem;
	border-left: 1px solid #000
}
.flo-page-about-type-c__featured {
	position: relative;
	width: 28.125rem;
	min-height: 25rem;
	padding-right: 5.625rem
}
.flo-page-about-type-c__links {
	padding-top: 6rem
}
.flo-page-about-type-c__links-inner {
	max-width: 67.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5.625rem
}
.flo-page-about-type-c__links-row {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.flo-page-about-type-c__links-column {
	margin: 0 1.875rem;
	position: relative;
	padding-left: 6.625rem;
	width: 19.125rem
}
.flo-page-about-type-c__links-column:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ebeeeb;
	position: absolute;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	left: 1.875rem;
	top: -0.3125rem
}
.flo-page-about-type-c__links-item {
	padding: .34375rem 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-page-about-type-c__title-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 5rem;
	padding-bottom: 4.625rem;
	text-align: center
}
.flo-page-about-type-c__title {
	padding-bottom: .625rem
}
.flo-page-about-type-c__content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-page-about-type-c__article {
	padding-top: 2.5rem;
	padding-bottom: 1.875rem
}
.flo-page-about-type-c__article-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 1.75rem;
	padding-bottom: 3rem;
	text-align: center
}
.flo-page-about-type-c__article-text {
	padding-top: 2.5rem
}
.flo-page-about-type-c__links {
	padding-top: 3rem
}
.flo-page-about-type-c__links-inner {
	padding-bottom: 2.8125rem
}
.flo-page-about-type-c__links-title {
	text-align: center
}
.flo-page-about-type-c__links-column {
	padding: 0 1.25rem;
	position: relative;
	width: 50%;
	text-align: center
}
.flo-page-about-type-c__links-column:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #ebeeeb;
	position: absolute;
	right: 0;
	top: 0
}
.flo-page-about-type-c__links-column:last-child:after {
	display: none
}
}
.flo-contact-info__row {
	padding: 3.75rem 0;
	border-bottom: 1px solid #dadada
}
.flo-contact-info__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}
.flo-contact-info__title {
	padding-top: 1.125rem;
	height: 1.125rem
}
.flo-contact-info__description {
	padding-top: 1.6875rem
}

@media print, screen and (min-width:48em) {
.flo-contact-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-contact-info__column {
	padding-left: 1.25rem;
	padding-right: 1.25rem
}
}
.flo-contact-type-a__form-field input.invalid, .flo-contact-type-b__form-field input.invalid {
	border-bottom-color: red
}
.page-template-classy-template-osaka-contact .section-text-content__content {
	max-width: 80%;
	margin: 0 auto
}
.flo-contact-type-a {
	padding: 5.8125rem 1.25rem
}
.flo-contact-type-a__featured-image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-contact-type-a__featured-image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-contact-type-a__featured-image {
	background-image: var(--img-large)
}
}
.flo-contact-type-a__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-contact-type-a__subtitle {
	padding-top: .625rem
}
.flo-contact-type-a__form-block {
	padding: 2.8125rem 2.8125rem 3.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.flo-contact-type-a__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-contact-type-a input[type="submit"] {
	padding: 1rem 2rem
}
.flo-contact-type-a__form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.flo-contact-type-a__form-field textarea, .flo-contact-type-a__form-field input[type]:not([type="submit"]) {
	padding-left: .9375rem;
	padding-right: .9375rem;
	height: 2.8125rem
}
.flo-contact-type-a__form-field textarea {
	min-height: 9.375rem
}
.flo-contact-type-a textarea {
	width: 100%;
	padding-top: .625rem
}
.flo-contact-type-a .app-flo-forms input[type]:not([type="submit"]) {
	height: auto !important
}
.flo-contact-type-a__form-btn {
	margin-top: 2.96875rem;
	min-width: 12.8125rem;
	padding: .9375rem 1.25rem !important
}

@media print, screen and (min-width:48em) {
.flo-contact-type-a {
	padding-top: 8.625rem
}
.flo-contact-type-a__inner {
	max-width: 67.5rem;
	margin: 0 auto;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-contact-type-a__featured-image {
	width: 28.125rem;
	height: 41.875rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-contact-type-a__form {
	padding-top: 4.0625rem
}
.flo-contact-type-a__form-block {
	width: 36.5625rem;
	min-height: 41.875rem;
	margin-top: -2.8125rem;
	margin-left: -2.8125rem;
	margin-bottom: 3.3125rem
}
.flo-contact-type-a__form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1.375rem
}
.flo-contact-type-a__form-field input[type]:not([type="submit"]) {
	width: 50%;
	margin-right: 3.125rem
}
.flo-contact-type-a__form-field input[type]:not([type="submit"]):last-child {
	margin-right: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-contact-type-a {
	padding-top: 1.875rem
}
.flo-contact-type-a__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-contact-type-a__form {
	padding-top: 1.5rem
}
.flo-contact-type-a__form-block {
	padding: 3.75rem .9375rem
}
.flo-contact-type-a__form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-contact-type-a__form-field textarea, .flo-contact-type-a__form-field input[type]:not([type="submit"]) {
	margin-bottom: 1.375rem
}
.flo-contact-type-a .display-image-on-mobile {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 18.75rem;
	width: 100%
}
}
.flo-contact-type-b__featured-image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-contact-type-b__featured-image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-contact-type-b__featured-image {
	background-image: var(--img-large)
}
}
.flo-contact-type-b__subtitle {
	padding-top: .625rem
}
.flo-contact-type-b__social-links .flo-icon {
	font-size: .75rem;
	padding-right: 2rem
}
.flo-contact-type-b__social-links .flo-icon:last-of-type {
	padding-right: 0
}
.flo-contact-type-b__form-block {
	padding: 4.375rem 4.375rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 67.5rem
}
.flo-contact-type-b__form {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.flo-contact-type-b__form-container {
	width: 100%
}
.flo-contact-type-b__form-head {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-contact-type-b__form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-contact-type-b__form-field input[type]:not([type="submit"]) {
	height: 2.8125rem;
	margin-bottom: 1.375rem;
	padding-right: .9375rem;
	padding-left: .9375rem
}
.flo-contact-type-b input[type="submit"] {
	padding: 1rem 2rem
}
.flo-contact-type-b textarea {
	width: 100%;
	padding: .625rem .9375rem 0
}
.flo-contact-type-b .app-flo-forms input[type]:not([type="submit"]) {
	height: auto !important
}
.flo-contact-type-b__form-btn {
	margin-top: 4.34375rem;
	min-width: 12.8125rem;
	text-align: center;
	padding: .9375rem 1.25rem !important;
	-ms-flex-item-align: center;
	align-self: center
}

@media print, screen and (min-width:48em) {
.flo-contact-type-b {
	padding-bottom: 7.875rem
}
.flo-contact-type-b__featured-image {
	width: 100%;
	height: 30.75rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}
.flo-contact-type-b__form {
	padding-top: 1.875rem
}
.flo-contact-type-b__form-block {
	margin: -12.125rem auto 0
}
.flo-contact-type-b__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-contact-type-b__form-head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-contact-type-b__form-field {
	width: 13.90625rem;
	margin-right: 3.125rem
}
.flo-contact-type-b__form-field:last-child {
	margin-right: 0
}
.flo-contact-type-b__form-textarea {
	width: 25rem
}
.flo-contact-type-b__form-textarea textarea {
	height: 100%;
	width: 100%;
	min-height: 7rem
}
.flo-contact-type-b__form-head-left {
	padding-right: 2.5rem
}
.flo-contact-type-b__form-btn {
	-webkit-transform: translateY(50%);
	transform: translateY(50%)
}
.flo-contact-type-b input[type]:not([type="submit"]):last-of-type {
	margin-bottom: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-contact-type-b {
	padding: 2.5rem 1.25rem
}
.flo-contact-type-b__form {
	padding-top: 1.5rem
}
.flo-contact-type-b__form-block {
	padding: 3.75rem .9375rem
}
.flo-contact-type-b__form-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.flo-contact-type-b .display-image-on-mobile {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 18.75rem
}
.flo-contact-type-b__form-head-right {
	padding-top: 2.5rem
}
}
.flo-header-and-flo-page-hero-type-a {
	position: relative;
	height: 100vh
}
.flo-header-and-flo-page-hero-type-a .flo-header {
	background: transparent;
	position: relative;
	z-index: 10;
	color: white
}
.flo-header-and-flo-page-hero-type-a .flo-header-mobile-sticky-wrapper:not(.is-sticky) .is-main.flo-header-mobile, .flo-header-and-flo-page-hero-type-a header>.flo-header-mobile.is-main {
	background-color: transparent
}
.flo-header-and-flo-page-hero-type-a .flo-header-mobile {
	position: relative;
	z-index: 9
}
.flo-header-and-flo-page-hero-type-a .flo-hero-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%
}
.flo-header-and-flo-page-hero-type-a .flo-header .flo-header__search-wrap:before {
	background: #fff
}
.flo-header-and-flo-page-hero-type-a .flo-header__menu-item-search:before {
	background: #fff
}
.flo-header-and-flo-page-hero-type-a .flo-header__menu-trigger-item {
	background: #fff
}
.flo-header-and-flo-page-hero-type-a__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
	-webkit-transition: bottom .4s, opacity .4s, -webkit-filter .4s;
	transition: bottom .4s, opacity .4s, -webkit-filter .4s;
	transition: bottom .4s, opacity .4s, filter .4s;
	transition: bottom .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-a__slide-title-area-block {
	text-align: center;
	padding: .625rem 0
}
.flo-header-and-flo-page-hero-type-a__slide-subtitle {
	padding-top: .25rem
}
.flo-header-and-flo-page-hero-type-a__navigation-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header-and-flo-page-hero-type-a__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header-and-flo-page-hero-type-a__navigation .flo-icon {
	font-size: 1.5rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-a__paginator {
	padding: .9375rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2
}
.flo-header-and-flo-page-hero-type-a__paginator:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: rotate(20deg) translateX(-50%);
	transform: rotate(20deg) translateX(-50%);
	background: #bbb;
	z-index: -1
}
.flo-header-and-flo-page-hero-type-a__paginator-text {
	background: white
}

@media print, screen and (min-width:48em) {
.flo-header-and-flo-page-hero-type-a:hover .flo-header-and-flo-page-hero-type-a__description--at-top.flo-header-and-flo-page-hero-type-a__description--hiding-enabled {
	opacity: 1
}
.flo-header-and-flo-page-hero-type-a__description {
	width: auto;
	max-width: 67.5rem;
	bottom: -4.25rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	padding: .9375rem 3.0625rem;
	background: #fff
}
.flo-header-and-flo-page-hero-type-a__description.flo-header-and-flo-page-hero-type-a__description--at-top.flo-header-and-flo-page-hero-type-a__description--hiding-enabled {
	opacity: 0;
	bottom: 2.8125rem
}
.flo-header-and-flo-page-hero-type-a__description.flo-header-and-flo-page-hero-type-a__description--hiding-disabled {
	bottom: 2.8125rem
}
.flo-header-and-flo-page-hero-type-a__slideshow-title-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 10rem;
	padding-right: 2.5rem
}
.flo-header-and-flo-page-hero-type-a__slideshow-title-block:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	background: #bbb
}
.flo-header-and-flo-page-hero-type-a__slide-title-area-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 43.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.flo-header-and-flo-page-hero-type-a__navigation-block {
	width: 9.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-header-and-flo-page-hero-type-a__arrow {
	-ms-flex-item-align: center;
	align-self: center
}
}

@media print, screen and (max-width:47.99875em) {
.flo-header-and-flo-page-hero-type-a, .flo-header-and-flo-page-hero-type-a .flo-page-hero, .flo-header-and-flo-page-hero-type-a .flo-page-hero__slides, .flo-header-and-flo-page-hero-type-a .flo-page-hero__slide-content {
	height: calc(100vh - 55px)
}
.flo-header-and-flo-page-hero-type-a__slides {
	height: 100%
}
.flo-header-and-flo-page-hero-type-a__description {
	width: 100%;
	padding: 0 1.25rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -3.125rem;
	left: 0
}
.flo-header-and-flo-page-hero-type-a__description--at-top {
	bottom: 1.875rem
}
.flo-header-and-flo-page-hero-type-a__slide-title-area-block {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	padding-bottom: 1rem
}
.flo-header-and-flo-page-hero-type-a__slide-title {
	font-size: 1.375rem !important;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-a__slideshow-title-block, .flo-header-and-flo-page-hero-type-a__slide-subtitle {
	display: none
}
.flo-header-and-flo-page-hero-type-a__navigation-block {
	width: 100%;
	background: #fff;
	padding: 1.4375rem .9375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-header-and-flo-page-hero-type-a__navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.flo-header-and-flo-page-hero-type-a .flo-page-hero__content {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-header-and-flo-page-hero-type-a .flo-page-hero__content {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-header-and-flo-page-hero-type-a .flo-page-hero__content {
	background-image: var(--img-large)
}
}
.flo-header-and-flo-page-hero-type-b {
	position: relative;
	height: 100vh;
	color: #fff
}
.flo-header-and-flo-page-hero-type-b .flo-header {
	background: transparent;
	position: relative;
	z-index: 10;
	color: white
}
.flo-header-and-flo-page-hero-type-b .flo-header-mobile-sticky-wrapper:not(.is-sticky) .is-main.flo-header-mobile, .flo-header-and-flo-page-hero-type-b header>.flo-header-mobile.is-main {
	background-color: transparent
}
.flo-header-and-flo-page-hero-type-b .flo-header-mobile {
	position: relative;
	z-index: 9
}
.flo-header-and-flo-page-hero-type-b .flo-hero-2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 800px;
	width: 100%
}
.flo-header-and-flo-page-hero-type-b__description-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.25rem 0;
	-webkit-transition: border-color .4s, -webkit-filter .4s;
	transition: border-color .4s, -webkit-filter .4s;
	transition: border-color .4s, filter .4s;
	transition: border-color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-b__description {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 1.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-b__slideshow-title {
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-b__slide-title {
	-webkit-transition: color .4s, border .4s, -webkit-filter .4s;
	transition: color .4s, border .4s, -webkit-filter .4s;
	transition: color .4s, border .4s, filter .4s;
	transition: color .4s, border .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-b .custom_paging {
	display: none !important
}
.flo-header-and-flo-page-hero-type-b__arrow {
	cursor: pointer;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-b__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-header-and-flo-page-hero-type-b__paginator {
	padding: 0 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-b__arrow {
	font-size: .375rem
}

@media print, screen and (min-width:48em) {
.flo-header-and-flo-page-hero-type-b__description-inner {
	max-width: 67.5rem;
	margin: 0 auto 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid
}
.flo-header-and-flo-page-hero-type-b__slideshow-title-block {
	width: 10rem
}
.flo-header-and-flo-page-hero-type-b__slide-title-area-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.flo-header-and-flo-page-hero-type-b__navigation-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 7.5rem
}
.flo-header-and-flo-page-hero-type-b__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header-and-flo-page-hero-type-b__paginator {
	padding: 0 1.625rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-header-and-flo-page-hero-type-b, .flo-header-and-flo-page-hero-type-b .flo-page-hero, .flo-header-and-flo-page-hero-type-b .flo-page-hero__slides, .flo-header-and-flo-page-hero-type-b .flo-page-hero__slide-content {
	height: calc(100vh - 55px)
}
.flo-header-and-flo-page-hero-type-b__slide-title-area-block {
	display: none
}
.flo-header-and-flo-page-hero-type-b__description-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-header-and-flo-page-hero-type-b__slideshow-title {
	margin-bottom: 1.25rem
}
.flo-header-and-flo-page-hero-type-b__slide-link {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.flo-header-and-flo-page-hero-type-b__slide-title {
	width: 100%;
	text-align: center;
	padding-bottom: 1.25rem
}
}
.flo-header-and-flo-page-hero-type-b .flo-page-hero__slide-content {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-header-and-flo-page-hero-type-b .flo-page-hero__slide-content {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-header-and-flo-page-hero-type-b .flo-page-hero__slide-content {
	background-image: var(--img-large)
}
}
.flo-header-and-flo-page-hero-type-c {
	position: relative;
	height: 100vh
}
.flo-header-and-flo-page-hero-type-c .flo-header {
	background: transparent;
	position: relative;
	z-index: 10;
	color: white
}
.flo-header-and-flo-page-hero-type-c .flo-header-mobile-sticky-wrapper:not(.is-sticky) .is-main.flo-header-mobile, .flo-header-and-flo-page-hero-type-c header>.flo-header-mobile.is-main {
	background-color: transparent
}
.flo-header-and-flo-page-hero-type-c .flo-header-mobile {
	position: relative;
	z-index: 9
}
.flo-header-and-flo-page-hero-type-c .flo-hero-1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%
}
.flo-header-and-flo-page-hero-type-c .flo-header .flo-header__search-wrap:before {
	background: #fff
}
.flo-header-and-flo-page-hero-type-c .flo-header__menu-item-search:before {
	background: #fff
}
.flo-header-and-flo-page-hero-type-c .flo-header__menu-trigger-item {
	background: #fff
}
.flo-header-and-flo-page-hero-type-c__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 1;
	-webkit-transition: bottom .4s, opacity .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: bottom .4s, opacity .4s, -webkit-transform .4s, -webkit-filter .4s;
	transition: bottom .4s, opacity .4s, transform .4s, filter .4s;
	transition: bottom .4s, opacity .4s, transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-c__slide-title-area-block {
	text-align: center
}
.flo-header-and-flo-page-hero-type-c__slide-title {
	display: block;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-c__slide-subtitle {
	display: block;
	padding-top: .3125rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-c__navigation-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header-and-flo-page-hero-type-c__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.flo-header-and-flo-page-hero-type-c__navigation .flo-icon {
	font-size: 2.1875rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-c__paginator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media print, screen and (min-width:48em) {
.flo-header-and-flo-page-hero-type-c:hover .flo-header-and-flo-page-hero-type-c__description--at-top.flo-header-and-flo-page-hero-type-c__description--hiding-enabled {
	opacity: 1
}
.flo-header-and-flo-page-hero-type-c__description {
	width: 100vw;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	left: 0;
	position: absolute
}
.flo-header-and-flo-page-hero-type-c__description.flo-header-and-flo-page-hero-type-c__description--at-top.flo-header-and-flo-page-hero-type-c__description--hiding-enabled {
	opacity: 0;
	bottom: 1.375rem;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.flo-header-and-flo-page-hero-type-c__description.flo-header-and-flo-page-hero-type-c__description--hiding-disabled {
	bottom: 1.375rem;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.flo-header-and-flo-page-hero-type-c__slide-title-area-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	width: 85%;
	background: #fff;
	-webkit-transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, -webkit-filter .4s;
	transition: opacity .4s, filter .4s;
	transition: opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-c__slide-title-area {
	padding: 1.5rem 6.4375rem;
	padding-right: 3.1875rem
}
.flo-header-and-flo-page-hero-type-c__slide-link {
	display: block
}
.flo-header-and-flo-page-hero-type-c__counter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding-right: 3.3125rem
}
.flo-header-and-flo-page-hero-type-c__navigation-block {
	width: 15%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 3.5625rem
}
.flo-header-and-flo-page-hero-type-c__navigation {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.flo-header-and-flo-page-hero-type-c__arrow {
	-ms-flex-item-align: center;
	align-self: center
}
}

@media print, screen and (max-width:47.99875em) {
.flo-header-and-flo-page-hero-type-c, .flo-header-and-flo-page-hero-type-c .flo-page-hero, .flo-header-and-flo-page-hero-type-c .flo-page-hero__slides, .flo-header-and-flo-page-hero-type-c .flo-page-hero__slide-content {
	height: calc(100vh - 55px)
}
.flo-header-and-flo-page-hero-type-c__slides {
	height: 100%
}
.flo-header-and-flo-page-hero-type-c__description {
	width: 100%;
	padding: 0 1.25rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	bottom: 1.875rem;
	left: 0
}
.flo-header-and-flo-page-hero-type-c__slide-title-area-block {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	padding-bottom: 1rem
}
.flo-header-and-flo-page-hero-type-c__slide-title {
	font-size: 1.375rem !important;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-header-and-flo-page-hero-type-c__paginator {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-header-and-flo-page-hero-type-c__navigation-block {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flo-header-and-flo-page-hero-type-c__navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.flo-header-and-flo-page-hero-type-c .flo-page-hero__content {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-header-and-flo-page-hero-type-c .flo-page-hero__content {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-header-and-flo-page-hero-type-c .flo-page-hero__content {
	background-image: var(--img-large)
}
}
.flo-page-hero__slide-background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.flo-page-hero__slide-background-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flo-page-hero__slide-background-video--cropped video {
	height: 100%
}
.flo-page-hero__slide-background-video--no-crop video {
	width: 100%;
	height: 100%
}
.flo-block-with-links {
	padding: 6.03125rem 0 3.75rem
}
.flo-block-with-links__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-block-with-links__title .flo-block-with-links__title-line {
	display: none
}
.flo-block-with-links__title--lines-display .flo-block-with-links__title-line {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background: #555
}
.flo-block-with-links__title-text {
	display: inline-table;
	padding: 0 1.40625rem
}
.flo-block-with-links__links-item {
	display: block;
	padding: 1.5625rem 0 1.5625rem 3.4375rem;
	position: relative;
	-webkit-transform-origin: left center;
	transform-origin: left center
}
.flo-block-with-links__links-title {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	display: block;
	text-align: center;
	position: absolute;
	left: 1.8125rem;
	bottom: 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.flo-block-with-links__image {
	margin-right: -1.3125rem;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: -webkit-transform .4s, -webkit-filter .4s;
	transition: transform .4s, filter .4s;
	transition: transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-with-links__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 3.5625rem !important
}
.flo-block-with-links__pagination-symbol {
	font-size: .3125rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	opacity: 0;
	visibility: hidden
}
.flo-block-with-links__pagination-text {
	-webkit-transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, -webkit-filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s;
	transition: opacity .4s, visibility .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-with-links__pagination-item {
	width: 1.125rem;
	height: 1.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-block-with-links__pagination-item:last-child {
	margin-right: 0
}
.flo-block-with-links__pagination-item:hover {
	color: #bbb
}
.flo-block-with-links .slick-active .flo-block-with-links__pagination-text {
	visibility: hidden;
	opacity: 0
}
.flo-block-with-links .slick-active .flo-block-with-links__pagination-symbol {
	opacity: 1;
	visibility: visible
}
.flo-block-with-links .slick-active:hover .flo-block-with-links__pagination-text {
	visibility: visible;
	opacity: 1
}
.flo-block-with-links .slick-active:hover .flo-block-with-links__pagination-symbol {
	opacity: 0;
	visibility: hidden
}

@media print, screen and (min-width:48em) {
.flo-block-with-links__slide {
	margin-right: 4.125rem
}
.flo-block-with-links__slide:hover .flo-block-with-links__image {
	-webkit-transform: scale(1.04);
	transform: scale(1.04)
}
.flo-block-with-links__image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 12.3125rem
}
.flo-block-with-links__image img {
	display: none
}
.flo-block-with-links__title {
	padding-bottom: 3.65625rem
}
.flo-block-with-links__pagination-item {
	margin-right: .625rem
}
.flo-block-with-links__pagination-item:last-of-type {
	margin-right: 0
}
}

@media print, screen and (max-width:47.99875em) {
.flo-block-with-links__image {
	background: none !important
}
.flo-block-with-links__title {
	padding-bottom: 2.03125rem
}
.flo-block-with-links__slide {
	padding-right: 1.3125rem
}
.flo-block-with-links__pagination-item {
	margin-right: 1.25rem
}
.flo-block-with-links__pagination-item:last-of-type {
	margin-right: 0
}
}
.flo-featured-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
.flo-featured-items p {
	margin-bottom: 0
}
.flo-featured-items .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.flo-featured-items__date-and-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 1.375rem
}
.flo-featured-items__date {
	width: 9.75rem;
	padding-right: 3.125rem
}
.flo-featured-items__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.flo-featured-items__category-label {
	padding-right: .8125rem
}
.flo-featured-items__title-and-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 1.1875rem
}
.flo-featured-items__content {
	padding-top: .3125rem
}
.flo-featured-items__btn {
	-ms-flex-item-align: center;
	align-self: center;
	display: inline-block;
	min-width: 12.8125rem;
	text-align: center;
	background-color: #f3ebe6;
	margin-top: 1.25rem
}

@media print, screen and (min-width:48em) {
.flo-featured-items {
	padding-top: 3.125rem
}
.flo-featured-items__item {
	width: calc(50% - 1px);
	z-index: 1
}
.flo-featured-items__title {
	padding: 4.6875rem 2.8125rem 0;
	width: 50%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: -2.375rem
}
.flo-featured-items__title--lines {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.flo-featured-items__title--lines:before {
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	background: #555;
	position: absolute;
	top: 0;
	left: 0
}
.flo-featured-items__item {
	padding: 0 2.8125rem 1.28125rem;
	margin-bottom: 3.125rem;
	position: relative;
	-webkit-transition: before .4s, -webkit-filter .4s;
	transition: before .4s, -webkit-filter .4s;
	transition: before .4s, filter .4s;
	transition: before .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-featured-items__item:nth-child(2) {
	margin-top: 5.78125rem
}
.flo-featured-items__item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2.875rem);
	z-index: -1;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .4s, opacity .4s, -webkit-filter .4s;
	transition: visibility .4s, opacity .4s, -webkit-filter .4s;
	transition: visibility .4s, opacity .4s, filter .4s;
	transition: visibility .4s, opacity .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-featured-items__item:hover:before {
	opacity: 1;
	visibility: visible
}
.flo-featured-items__btn {
	margin-bottom: -1.25rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-featured-items {
	border-top: 1px solid;
	padding-top: 2.0625rem
}
.flo-featured-items__title {
	padding-bottom: 2.0625rem;
	text-align: center
}
.flo-featured-items__item {
	padding-bottom: 2.6875rem
}
.flo-featured-items__category-label {
	display: none
}
}
.flo-featured-slideshow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #ebeeeb
}
.flo-featured-slideshow p {
	margin-bottom: 0
}
.flo-featured-slideshow .flo-icon {
	font-size: .5rem;
	-webkit-transition: color .4s, -webkit-filter .4s;
	transition: color .4s, -webkit-filter .4s;
	transition: color .4s, filter .4s;
	transition: color .4s, filter .4s, -webkit-filter .4s;
	-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}
.flo-featured-slideshow .flo-icon:hover {
	color: #bbb
}
.flo-featured-slideshow__title {
	text-align: center
}
.flo-featured-slideshow__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 9
}
.flo-featured-slideshow .flo-hero-3__slide-image {
	background-image: url(../img/no-image.jpg);
	background-image: var(--img-small)
}

@media(min-width:768px) {
.flo-featured-slideshow .flo-hero-3__slide-image {
	background-image: var(--img-medium)
}
}

@media(min-width:1025px) {
.flo-featured-slideshow .flo-hero-3__slide-image {
	background-image: var(--img-large)
}
}
.flo-featured-slideshow__top-label {
	padding-top: 1.625rem;
	padding-bottom: 1.625rem
}
.flo-featured-slideshow__bottom-label {
	padding-top: 3.09375rem
}
.flo-featured-slideshow__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.flo-featured-slideshow__arrow {
	font-size: .75rem;
	padding: .9375rem 5rem .9375rem 0;
	margin-right: 5rem;
	position: relative;
	cursor: pointer
}
.flo-featured-slideshow__arrow:before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	background: #bbb
}
.flo-featured-slideshow__arrow:last-child {
	padding-right: 0;
	margin-right: 0
}
.flo-featured-slideshow__arrow:last-child:before {
	display: none
}

@media print, screen and (min-width:48em) {
.flo-featured-slideshow {
	padding-top: 4.375rem;
	padding-bottom: 5.375rem;
	margin-top: 6.40625rem
}
.flo-featured-slideshow .flo-hero-3 {
	position: relative
}
.flo-featured-slideshow .flo-hero-3__slide-image {
	margin-bottom: 4.375rem
}
.flo-featured-slideshow__title {
	width: 39.375rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding: 0 1.25rem;
	margin-bottom: -5rem
}
.flo-featured-slideshow__info {
	width: 39.375rem;
	padding: 2.75rem 5.9375rem;
	margin-left: -5.625rem;
	margin-top: 6.40625rem
}
.flo-featured-slideshow__navigation {
	position: absolute;
	left: 0;
	padding: 2.4375rem 1.25rem;
	width: 28.125rem
}
.flo-featured-slideshow__text {
	width: 100%
}
}

@media print, screen and (max-width:47.99875em) {
.flo-featured-slideshow {
	padding-top: 5.3125rem;
	margin-top: 3.5625rem;
	border-top: 1px solid
}
.flo-featured-slideshow__info {
	padding: 2.25rem 1.25rem
}
.flo-featured-slideshow__title {
	padding-bottom: 1rem
}
.flo-featured-slideshow__navigation {
	padding: 2.25rem 1.25rem
}
.flo-featured-slideshow__arrow {
	padding-top: 0;
	padding-bottom: 0
}
}
.flo-information-block__introduction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 5rem 2.5rem 11.75rem
}
.flo-information-block__introduction-text {
	text-overflow: ellipsis;
	max-width: 45rem
}
.flo-information-block__introduction-text:before {
	content: "—";
	display: block;
	color: #555;
	padding-bottom: 1.75rem
}
.flo-information-block__introduction-text p {
	margin: 0
}
.flo-information-block__featured-title {
	padding: 0;
	/*font-family: EARCY DAY, Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";*/
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	color: #000;
}
.flo-information-block__featured-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -6.375rem auto 0
}
.flo-information-block__featured-text p {
	margin-bottom: 2.625rem
}
.flo-information-block__featured-text p:last-of-type {
	margin-bottom: 0
}
.flo-information-block__featured-btn {
	margin: 2rem 0 .9375rem
}

@media print, screen and (min-width:48em) {
.flo-information-block__introduction {
	min-height: 31.375rem
}
.flo-information-block__featured-info {
	max-width: 67.5rem
}
.flo-information-block__featured-img {
	width: 50%;
	padding-right: 5.625rem
}
.flo-information-block__featured-title {
	margin-left: -2.8125rem
}
.flo-information-block__featured-content {
	width: 30.9375rem
}
.flo-information-block__featured-text {
	padding-left: 2.8125rem;
	margin-top: 3.4375rem
}
.flo-information-block__featured-text--decorative-line {
	border-left: .0625rem solid #1f1f1f
}
.flo-information-block__featured-btn {
	margin-left: -3.65625rem
}
}

@media print, screen and (max-width:47.99875em) {
.flo-information-block__introduction-text {
	word-break: break-word
}
.flo-information-block__featured-info {
	padding: 0 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
}
.section-text-content {
	margin: 0 auto
}
.section-text-content__title {
	text-align: center
}
.section-text-content__content>*:first-child {
	margin-top: 0
}

@media print, screen and (max-width:47.99875em) {
.section-text-content {
	width: 100% !important;
	margin-bottom: 2.5rem;
	padding: 0 1.25rem;
	padding-bottom: 1.25rem !important
}
}
.post-password-form {
	max-width: 31.25rem;
	margin: 0 auto
}
.post-password-form input[type="password"] {
	border: 1px solid;
	padding: 5px
}
.post-password-form input[type="submit"] {
	padding: .5625rem 2.875rem;
	margin-top: 10px
}
