@media(max-width:1024px) {
.visible-desktop {
	display: none
}
}
.visually-hidden {
	margin: -1px
}
.hidden {
	display: none !important
}
.overflow-hidden {
	overflow: hidden
}
.field--type-text-long p, .field--type-text-with-summary p, .field--name-body p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem
}
.field--type-text-long p:last-child, .field--type-text-with-summary p:last-child, .field--name-body p:last-child {
	margin-bottom: 0
}
.field--type-text-long ul, .field--type-text-with-summary ul, .field--name-body ul {
	margin-bottom: 1.5rem;
	padding: 0
}
.field--type-text-long ul li, .field--type-text-with-summary ul li, .field--name-body ul li {
	padding-left: 1.5rem;
	list-style: none;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%23C4C4C4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 .5em
}
.rtl .field--type-text-long ul li, .rtl .field--type-text-with-summary ul li, .rtl .field--name-body ul li {
	padding-right: 1.5rem;
	padding-left: 0;
	background-position: 100% .5em
}
.field--type-text-long ol, .field--type-text-with-summary ol, .field--name-body ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem
}
.rtl .field--type-text-long ol, .rtl .field--type-text-with-summary ol, .rtl .field--name-body ol {
	padding-right: 1.5rem;
	padding-left: 0
}
.field--type-text-long a, .field--type-text-with-summary a, .field--name-body a {
	text-decoration: underline;
	color: #5f504d
}
.field--type-text-long img, .field--type-text-with-summary img, .field--name-body img {
	display: block;
}
.field--type-text-long .table-wrapper, .field--type-text-with-summary .table-wrapper, .field--name-body .table-wrapper {
	margin-bottom: 3rem;
	overflow: auto
}
.field--type-text-long .table-wrapper table, .field--type-text-with-summary .table-wrapper table, .field--name-body .table-wrapper table {
	margin-bottom: 0
}
.field--type-text-long table, .field--type-text-with-summary table, .field--name-body table {
	width: 100%;
	margin-bottom: 3rem;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
	background-color: #fff
}
.rtl .field--type-text-long table, .rtl .field--type-text-with-summary table, .rtl .field--name-body table {
	text-align: right
}
.field--type-text-long caption, .field--type-text-with-summary caption, .field--name-body caption {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2142857143;
	margin-bottom: 1.5rem;
	text-align: inherit
}
.field--type-text-long thead, .field--type-text-with-summary thead, .field--name-body thead {
	position: sticky;
	inset-block-start: 0
}
.field--type-text-long th, .field--type-text-with-summary th, .field--name-body th {
	font-size: 1rem;
	line-height: 1.5;
	padding: .5rem 1rem;
	font-weight: 700;
	background-color: #ece9e8
}
.field--type-text-long tbody th, .field--type-text-with-summary tbody th, .field--name-body tbody th {
	position: sticky;
	inset-inline-start: 0
}
.field--type-text-long tr:nth-child(even), .field--type-text-with-summary tr:nth-child(even), .field--name-body tr:nth-child(even) {
	background-color: #f5f3f3
}
.field--type-text-long td, .field--type-text-with-summary td, .field--name-body td {
	font-size: 1rem;
	line-height: 1.5;
	padding: .5rem 1rem
}
.field__label {
	font-weight: 700
}
.field--label-above .field__label {
	display: block
}
.field--label-inline .field__label {
	display: inline-block
}
.paragraph-padding {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem
}

@media(min-width:768px) {
.paragraph-padding {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem
}
}

@media(min-width:1025px) {
.paragraph-padding {
	padding-top: 6rem;
	padding-bottom: 6rem
}
}
[class*=icon-icon--]::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain
}
[class*=icon-bg--] {
	background-repeat: no-repeat
}
.icon-only {
	font-size: 0;
	line-height: 0
}
.button--arrow {
	display: inline-block;
	box-sizing: border-box;
	padding: .75rem 2rem;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #009594;
	transition: background-color 400ms, opacity 400ms
}
.button--arrow:hover, .button--arrow:active, .button--arrow:focus {
	text-decoration: none;
	color: #fff;
	background-color: #00783f
}
[type=submit], [type=button], [type=reset], [type=file], button, .button, .webform-confirmation+.links a {
	display: inline-block;
	box-sizing: border-box;
	padding: .75rem 2rem;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #009594;
	transition: background-color 400ms, opacity 400ms
}
[disabled][type=submit], [disabled][type=button], [disabled][type=reset], [disabled][type=file], button[disabled], [disabled].button, .webform-confirmation+.links a[disabled], .disabled[type=submit], .disabled[type=button], .disabled[type=reset], .disabled[type=file], button.disabled, .disabled.button, .webform-confirmation+.links a.disabled {
	cursor: default;
	opacity: .6
}
[type=submit]:hover, [type=button]:hover, [type=reset]:hover, [type=file]:hover, button:hover, .button:hover, .webform-confirmation+.links a:hover, [type=submit]:active, [type=button]:active, [type=reset]:active, [type=file]:active, button:active, .button:active, .webform-confirmation+.links a:active, [type=submit]:focus, [type=button]:focus, [type=reset]:focus, [type=file]:focus, button:focus, .button:focus, .webform-confirmation+.links a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #00783f
}
.form-item.with-floated-label input[type=number]::-webkit-outer-spin-button, .form-item.with-floated-label input[type=number]::-webkit-inner-spin-button {
margin:0;
-webkit-appearance:none
}
.form-item.with-floated-label .iti--allow-dropdown .iti__country, .form-item.with-floated-label .iti--separate-dial-code .iti__country {
	display: flex;
	align-items: center
}
.rtl .form-item.with-floated-label .iti--allow-dropdown .iti__flag-container, .rtl .form-item.with-floated-label .iti--separate-dial-code .iti__flag-container {
	right: 0;
	left: auto
}
.rtl .form-item.with-floated-label .iti--allow-dropdown .iti__flag-container .iti__selected-flag, .rtl .form-item.with-floated-label .iti--separate-dial-code .iti__flag-container .iti__selected-flag {
	direction: ltr
}
.rtl .form-item.with-floated-label .iti--allow-dropdown .iti__flag-box, .rtl .form-item.with-floated-label .iti--allow-dropdown .iti__country-name, .rtl .form-item.with-floated-label .iti--separate-dial-code .iti__flag-box, .rtl .form-item.with-floated-label .iti--separate-dial-code .iti__country-name {
	margin-right: 0;
	margin-left: 6px
}
.form-item.with-floated-label .iti--allow-dropdown input, .form-item.with-floated-label .iti--allow-dropdown input[type=tel], .form-item.with-floated-label .iti--allow-dropdown input[type=text], .form-item.with-floated-label .iti--separate-dial-code input, .form-item.with-floated-label .iti--separate-dial-code input[type=tel], .form-item.with-floated-label .iti--separate-dial-code input[type=text] {
	padding: 1rem 1rem 1rem 52px
}
.rtl .form-item.with-floated-label .iti--allow-dropdown input, .rtl .form-item.with-floated-label .iti--allow-dropdown input[type=tel], .rtl .form-item.with-floated-label .iti--allow-dropdown input[type=text], .rtl .form-item.with-floated-label .iti--separate-dial-code input, .rtl .form-item.with-floated-label .iti--separate-dial-code input[type=tel], .rtl .form-item.with-floated-label .iti--separate-dial-code input[type=text] {
	padding-right: 52px;
	padding-left: 1rem
}
.form-item.with-floated-label.form-item--error label.floated-label {
	color: #eb5757
}
.form-item.form-type-select.default-label {
	position: relative
}
.form-item.form-type-select.default-label label {
	font-size: .8125rem;
	line-height: 1.2307692308;
	position: absolute;
	top: .5rem;
	left: 1rem
}
.rtl .form-item.form-type-select.default-label label {
	right: 1rem;
	left: auto
}
.form-item.form-type-select.default-label select {
	padding-top: 1.5rem;
	padding-bottom: .5rem
}
.form-item.form-type-select.no-label select {
	padding-top: .5rem;
	padding-bottom: .5rem
}
.form-item.form-type-select.form-item--error label {
	color: #eb5757
}
.form-item.form-type-textarea.label-before label, .form-item.form-type-textarea.label-before .form--label {
	position: absolute;
	top: 1.5rem;
	left: 1rem
}
.form-item.form-type-textarea.label-before label.floated-label, .form-item.form-type-textarea.label-before .form--label.floated-label {
	top: .5rem
}
.form-item.form-type-textarea textarea {
	padding-top: 1.5rem;
	padding-bottom: 1rem
}
.form-item--description {
	font-size: .75rem;
	line-height: 1.4166666667;
	padding: .75rem 0 0;
	color: #978b87
}
button, optgroup {
	font-size: 1rem;
	line-height: 1.5;
	font-family: inherit
}
input, select, textarea {
	font-size: 1rem;
	line-height: 1.5;
	max-width: 100%;
	font-family: inherit
}
input:focus, select:focus, textarea:focus {
	outline-color: #5f504d
}
input.error, select.error, textarea.error {
	border: 1px solid #eb5757
}
fieldset {
	min-width: inherit;
	margin: 2rem 0;
	padding: 2rem;
	border: 1px solid rgba(95,80,77,.6)
}
fieldset legend {
	padding: 0 2rem
}
fieldset legend a {
	text-decoration: none
}
@-moz-document url-prefix() {
fieldset {
display:table-cell
}
}
[type=submit], [type=button], [type=reset], [type=file], button, .button {
	-webkit-appearance: none
}
.button--arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-right: 1.5rem;
	padding-left: 1.5rem
}
.button--arrow::before {
	width: 1.125rem;
	height: 1.125rem;
	order: 2;
	margin-left: .5rem
}
.rtl .button--arrow::before {
	margin-right: .5rem;
	margin-left: 0;
	transform: scaleX(-1)
}
select, textarea, input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input[type=search] {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,.05);
	box-sizing: border-box;
	padding: 1rem;
	border: 1px solid rgba(151,139,135,.3);
	border-radius: 6px;
	outline: none;
	line-height: 1.5rem;
	color: #5f504d;
	background-color: #fff;
	transition: border-color 400ms ease, color 400ms ease;
	-webkit-appearance: none;
	appearance: none
}
select:hover, select:focus, textarea:hover, textarea:focus, input[type=text]:hover, input[type=text]:focus, input[type=email]:hover, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:focus, input[type=password]:hover, input[type=password]:focus, input[type=number]:hover, input[type=number]:focus, input[type=search]:hover, input[type=search]:focus {
	border-color: #5f504d;
	color: #5f504d
}
select[disabled], select .disabled, textarea[disabled], textarea .disabled, input[type=text][disabled], input[type=text] .disabled, input[type=email][disabled], input[type=email] .disabled, input[type=tel][disabled], input[type=tel] .disabled, input[type=password][disabled], input[type=password] .disabled, input[type=number][disabled], input[type=number] .disabled, input[type=search][disabled], input[type=search] .disabled {
	opacity: .6
}
select[disabled]:hover, select[disabled]:focus, select .disabled:hover, select .disabled:focus, textarea[disabled]:hover, textarea[disabled]:focus, textarea .disabled:hover, textarea .disabled:focus, input[type=text][disabled]:hover, input[type=text][disabled]:focus, input[type=text] .disabled:hover, input[type=text] .disabled:focus, input[type=email][disabled]:hover, input[type=email][disabled]:focus, input[type=email] .disabled:hover, input[type=email] .disabled:focus, input[type=tel][disabled]:hover, input[type=tel][disabled]:focus, input[type=tel] .disabled:hover, input[type=tel] .disabled:focus, input[type=password][disabled]:hover, input[type=password][disabled]:focus, input[type=password] .disabled:hover, input[type=password] .disabled:focus, input[type=number][disabled]:hover, input[type=number][disabled]:focus, input[type=number] .disabled:hover, input[type=number] .disabled:focus, input[type=search][disabled]:hover, input[type=search][disabled]:focus, input[type=search] .disabled:hover, input[type=search] .disabled:focus {
	border-color: rgba(151,139,135,.3);
	color: #5f504d
}
.rtl input[type=tel], .rtl input[type=number] {
	direction: ltr;
	text-align: right;
	-webkit-appearance: textfield;
	appearance: textfield
}
select {
	padding-right: 2rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: 12px auto;
	-webkit-appearance: none;
	appearance: none
}
.rtl select {
	padding-right: 1rem;
	padding-left: 2rem;
	background-position: 20px 50%
}
#field-password-add-more-wrapper .password-parent {
	position: relative
}
.form-type-password {
	position: relative
}
.form-type-password .show-password {
	position: absolute;
	top: 50%;
	right: 1rem;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	background-color: rgba(0,0,0,0);
	transform: translateY(-50%)
}
.form-type-password .show-password:active, .form-type-password .show-password:focus, .form-type-password .show-password:hover {
	background-color: rgba(0,0,0,0)
}
.rtl .form-type-password .show-password {
	right: auto;
	left: 1rem
}
.form-type-password .password-strength {
	position: absolute;
	bottom: 2rem;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 3px
}
.form-type-password .password-strength .password-indicator {
	height: 3px;
	background-color: #fdeded
}
.form-type-password .password-strength .password-indicator .indicator {
	height: 3px;
	background-color: #fff
}
.form-type-password .password-strength .password-strength-text, .form-type-password .password-strength .password-strength-title {
	display: none
}
.password-suggestions.description {
	font-style: italic;
	opacity: .6
}
.form-file {
	margin-right: 2rem
}
input[type=file] {
	height: auto;
	padding: 1rem
}
textarea {
	height: auto
}
input::placeholder, textarea::placeholder {
color:#5f504d;
opacity:.6
}
.form-type-radio input, .form-type-checkbox input {
	margin: .6666666667rem 0
}
.form-type-radio label, .form-type-checkbox label {
	display: inline
}
.webform-client-form .webform-component {
	border-bottom: 1px solid rgba(95,80,77,.6)
}
.webform-client-form table th, .webform-client-form table td {
	padding: .6666666667rem;
	border: 1px solid rgba(95,80,77,.6)
}
.webform-client-form table .form-item {
	padding: 0
}
.webform-container-inline.form-item label {
	display: inline
}
.webform-progressbar {
	padding: 4rem 0
}
.webform-confirmation {
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 2rem 0
}

@media(min-width:1025px) {
.webform-confirmation {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.webform-confirmation {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.webform-confirmation {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}
.webform-confirmation+.links a {
	margin: 2rem 2rem 0 0
}
.form-item-submitted-component-time-ampm {
	margin-left: 1rem
}
.form-item-submitted-component-time-ampm label {
	margin-right: 0
}
hr.webform-horizontal-rule {
	border-bottom: 2px dotted rgba(151,139,135,.3);
	margin: .5rem 0 2.5rem;
	border-top: 0
}
.form-checkboxes ul, .facets-widget-checkbox ul {
	padding: 0
}
.form-type-checkbox, .form-checkboxes li, .facets-widget-checkbox li {
	margin-bottom: 1.25rem;
	list-style: none
}
.form-type-checkbox li, .form-checkboxes li li, .facets-widget-checkbox li li {
	padding-right: 0
}
.form-type-checkbox label, .form-checkboxes li label, .facets-widget-checkbox li label {
	display: inline-block;
	min-height: 1.375rem;
	padding-left: 2rem;
	cursor: pointer;
	color: #5f504d;
	background-position: 0 0;
	background-size: 1.375rem auto
}
.rtl .form-type-checkbox label, .rtl .form-checkboxes li label, .rtl .facets-widget-checkbox li label {
	padding-right: 2rem;
	padding-left: 0;
	background-position: 100% 0
}
.form-type-checkbox a, .form-checkboxes li a, .facets-widget-checkbox li a {
	color: #5f504d
}
.form-type-checkbox input, .form-checkboxes li input, .facets-widget-checkbox li input {
	display: none
}
.form-type-checkbox input:checked+label, .form-checkboxes li input:checked+label, .facets-widget-checkbox li input:checked+label {
	background-size: 1.37500625rem auto
}
.form-type-radio label {
	position: relative;
	display: inline-block;
	padding-left: 2rem;
	cursor: pointer;
	color: #5f504d;
	background-size: 1.375rem auto
}
.form-type-radio label::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #978b87;
	border-radius: 100%;
	content: "";
	background-color: #fff
}
.form-type-radio label::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	width: .875rem;
	height: .875rem;
	border-radius: 100%;
	content: "";
	background-color: #009594;
	opacity: 0;
	transition: all 200ms ease;
	transform: scale(0)
}
.rtl .form-type-radio label {
	padding-right: 2rem;
	padding-left: 0
}
.rtl .form-type-radio label::before {
	right: 0;
	left: auto
}
.rtl .form-type-radio label::after {
	right: .25rem;
	left: auto
}
.form-type-radio a {
	color: #5f504d
}
.form-type-radio input {
	display: none
}
.form-type-radio input:checked+label::before {
	border-color: #009594
}
.form-type-radio input:checked+label::after {
	opacity: 1;
	transform: scale(1)
}
form [data-drupal-messages], .path-editor [data-drupal-messages] {
	display: none
}
[data-drupal-messages] .messages--error {
	display: none
}
.form-item--error-message {
	font-size: .8125rem;
	line-height: 1.2307692308;
	position: absolute;
	bottom: calc(100% + 4px);
	left: 0;
	padding: .25rem .625rem;
	border-radius: 6px;
	color: #fff;
	background-color: #eb5757
}
.form-item--error-message::after {
	position: absolute;
	bottom: -0.5rem;
	left: 1.1875rem;
	width: 16px;
	height: 8px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.274 7.293 0 0h16L9.264 7.341a2 2 0 0 1-2.99-.048Z' fill='%23EB5757'/%3E%3C/svg%3E")
}
.rtl .form-item--error-message {
	right: 0;
	left: auto
}
.rtl .form-item--error-message::after {
	right: 1.1875rem;
	left: auto
}
.container {
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px
}

@media(min-width:1025px) {
.container {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.container {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}
.flex-container {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem
}
.scroll-container {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: flex-start;
	width: auto;
	max-width: none
}

@media(max-width:1024px) {
.scroll-container {
	margin-right: -20px;
	margin-left: -20px;
	padding-right: calc(20px - 0.5rem) !important;
	padding-left: calc(20px - 0.5rem) !important;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	scroll-padding: 0 20px
}
.scroll-container::-webkit-scrollbar {
display:none
}
}
.scroll-container-item {
	margin-right: .5rem;
	margin-left: .5rem;
	min-width: 17.375rem;
	scroll-snap-align: start
}

@media(max-width:767px) {
.scroll-container-item {
	width: calc(75% - 1rem)
}
}

@media(min-width:768px) {
.scroll-container-item {
	width: calc(37.5% - 1rem)
}
}

@media(min-width:1025px) {
.scroll-container-item {
	width: calc(25% - 1rem)
}
}

@media(max-width:1024px) {
.scroll-container-item:last-child {
	scroll-snap-align: end
}
}

@media(min-width:768px) {
.scroll-container-item {
	min-width: 16.4375rem
}
}

@media(min-width:1025px) {
.scroll-container-item {
	min-width: auto;
	cursor: default;
	scroll-snap-align: initial
}
}
.scroll-container-item--large {
	margin-right: .5rem;
	margin-left: .5rem;
	min-width: 17.375rem;
	scroll-snap-align: start
}

@media(max-width:767px) {
.scroll-container-item--large {
	width: calc(50% - 1rem)
}
}

@media(min-width:768px) {
.scroll-container-item--large {
	width: calc(62.5% - 1rem)
}
}

@media(min-width:1025px) {
.scroll-container-item--large {
	width: calc(50% - 1rem)
}
}

@media(max-width:1024px) {
.scroll-container-item--large:last-child {
	scroll-snap-align: end
}
}

@media(min-width:768px) {
.scroll-container-item--large {
	min-width: 28.0625rem
}
}

@media(min-width:1025px) {
.scroll-container-item--large {
	min-width: auto;
	cursor: default;
	scroll-snap-align: initial
}
}
.dialog-off-canvas-main-canvas {
	height: 100%
}
.layout-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}
main {
	flex-grow: 1
}
.region-header {
	background-color: #fff
}
.region-header-container {
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	padding: 7px 0
}

@media(min-width:1025px) {
.region-header-container {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.region-header-container {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.region-header-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}
.menu--main {
	margin-right: auto
}
.rtl .menu--main {
	margin-right: 0;
	margin-left: auto
}
body.mobile-menu-open {
	overflow: hidden
}
.menu--account ul {
	display: flex;
	padding: 0;
	list-style: none
}
.layout-sidebar--right {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem
}

@media(min-width:1025px) {
.layout-sidebar--right {
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between
}
}
.layout-sidebar--right--content {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(max-width:767px) {
.layout-sidebar--right--content {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.layout-sidebar--right--content {
	width: calc(100% - 1rem)
}
}

@media(min-width:1025px) {
.layout-sidebar--right--content {
	width: calc(66.6666666667% - 1rem)
}
}
.layout-sidebar--right--sidebar {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(max-width:767px) {
.layout-sidebar--right--sidebar {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.layout-sidebar--right--sidebar {
	width: calc(100% - 1rem)
}
}

@media(min-width:1025px) {
.layout-sidebar--right--sidebar {
	width: calc(25% - 1rem)
}
}
.layout-sidebar--left {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem
}

@media(min-width:1025px) {
.layout-sidebar--left {
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between
}
}
.layout-sidebar--left--content {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(max-width:767px) {
.layout-sidebar--left--content {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.layout-sidebar--left--content {
	width: calc(100% - 1rem)
}
}

@media(min-width:1025px) {
.layout-sidebar--left--content {
	width: calc(75% - 1rem)
}
}

@media(min-width:1025px) {
.layout-sidebar--left--content {
	padding-left: 3.5rem
}
.rtl .layout-sidebar--left--content {
	padding-right: 3.5rem;
	padding-left: 0
}
}
.layout-sidebar--left--sidebar {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(max-width:767px) {
.layout-sidebar--left--sidebar {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.layout-sidebar--left--sidebar {
	width: calc(100% - 1rem)
}
}




.rtl .region-footer {
	transform: scaleX(-1)
}
.rtl .region-footer>.container {
	transform: scaleX(-1)
}
.region-footer .footer--content {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-direction: column;
	align-items: center
}

@media(min-width:1025px) {
.region-footer .footer--content {
	align-items: flex-start
}
}

@media(min-width:1280px) {
.region-footer .footer--content {
	flex-flow: row wrap
}
}
.region-footer .menu--footer {
	margin-right: .5rem;
	margin-left: .5rem;
	margin-bottom: 2.5rem
}

@media(min-width:1025px) {
.region-footer .menu--footer {
	width: calc(100% - 1rem)
}
}

@media(min-width:1280px) {
.region-footer .menu--footer {
	margin-right: .5rem;
	margin-left: .5rem
}
}

@media(min-width:1280px)and (min-width:1025px) {
.region-footer .menu--footer {
	width: calc(66.6666666667% - 1rem)
}
}
.region-footer .block-adama-footer-social-link-block {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(min-width:1025px) {
.region-footer .block-adama-footer-social-link-block {
	width: calc(100% - 1rem)
}
}

@media(min-width:1280px) {
.region-footer .block-adama-footer-social-link-block {
	margin-right: .5rem;
	margin-left: .5rem
}
}

@media(min-width:1280px)and (min-width:1025px) {
.region-footer .block-adama-footer-social-link-block {
	width: calc(33.3333333333% - 1rem)
}
}
.region-footer .block-adama-footer-legal-sentence-block {
	margin-right: .5rem;
	margin-left: .5rem;
	font-size: .8125rem;
	line-height: 1.2307692308;
	margin-top: 1.5rem;
	text-align: center;
	color: #978b87
}

@media(min-width:1025px) {
.region-footer .block-adama-footer-legal-sentence-block {
	text-align: left
}
}

@media(min-width:1025px) {
.rtl .region-footer .block-adama-footer-legal-sentence-block {
	text-align: right
}
}
.region-below-footer .flex-container {
	flex-direction: column
}

@media(min-width:768px) {
.region-below-footer .flex-container {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}
}
.region-below-footer .menu--legal {
	margin-right: .5rem;
	margin-left: .5rem;
	order: 2;
	margin-bottom: 2.5rem
}

@media(min-width:1025px) {
.region-below-footer .menu--legal {
	width: calc(41.6666666667% - 1rem)
}
}

@media(min-width:768px) {
.region-below-footer .menu--legal {
	order: initial;
	margin-top: .875rem;
	margin-bottom: 1.125rem
}
}

@media(min-width:1025px) {
.region-below-footer .menu--legal {
	margin-top: 1.5rem
}
}
.region-below-footer .block-adama-footer-slogan-block {
	margin-bottom: 1.5rem
}

@media(min-width:768px) {
.region-below-footer .block-adama-footer-slogan-block {
	margin-bottom: 0;
	margin-left: auto
}
}

@media(min-width:768px) {
.rtl .region-below-footer .block-adama-footer-slogan-block {
	margin-right: auto;
	margin-left: 0
}
}
.block-footer-newsletter {
	margin-bottom: 3.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(151,139,135,.3)
}
.block-footer-newsletter .newsletter-subscription {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:1025px) {
.block-footer-newsletter .newsletter-subscription {
	flex-direction: row;
	align-items: flex-start
}
}
.block-footer-newsletter .newsletter-first {
	margin-bottom: 3rem;
	text-align: center
}

@media(min-width:1025px) {
.block-footer-newsletter .newsletter-first {
	margin-bottom: 0;
	text-align: left
}
}
.block-footer-newsletter .title {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.0625;
	margin-bottom: 1rem
}
.block-footer-newsletter .subtitle {
	font-size: 1rem;
	line-height: 1.5
}
.block-footer-newsletter form {
	position: relative
}
.block-footer-newsletter .form-email {
	box-shadow: 0 14px 14px 0 rgba(0,0,0,.15);
	display: block;
	width: 100%;
	height: 4rem;
	padding: 1.25rem 9.6875rem 1.25rem 1.25rem;
	border: 0
}
.block-footer-newsletter .form-item-agreement {
	font-size: .75rem;
	line-height: 1.4166666667;
	color: #978b87
}
.block-footer-newsletter .form-item-agreement a {
	text-decoration: underline;
	color: #978b87
}
.block-footer-newsletter .form-actions {
	position: absolute;
	top: .5rem;
	right: .5rem;
	z-index: 1;
	max-width: 50%
}
.block-footer-newsletter input.form-submit {
	display: block;
	width: 100%
}

@media(min-width:1025px) {
body.rtl .newsletter-subscription .newsletter-first {
	text-align: right
}
}
body.rtl .newsletter-subscription .form-email {
	padding: 1.25rem 1.25rem 1.25rem 9.6875rem
}
body.rtl .newsletter-subscription .form-actions {
	right: initial;
	left: .5rem
}
.menu--legal {
	text-align: center
}

@media(min-width:768px) {
.menu--legal {
	text-align: left
}
}

@media(min-width:768px) {
.rtl .menu--legal {
	text-align: right
}
}
.menu--legal .menu-item {
	margin: 0 1rem 0 0
}
.rtl .menu--legal .menu-item {
	margin-right: 0;
	margin-left: 1rem
}
.menu--legal .menu-item a {
	font-size: .8125rem;
	line-height: 1.2307692308;
	color: #fff;
	opacity: .7
}
.menu--footer {
	display: none
}

@media(min-width:1025px) {
.menu--footer {
	display: block
}
}
.menu--footer>.level-0 {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem
}
.menu--footer>.level-0>.menu-item {
	display: block;
	text-transform: uppercase
}
.menu--footer>.level-0>.menu-item>a, .menu--footer>.level-0>.menu-item>span {
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.2142857143;
	text-transform: uppercase;
	color: #978b87;
	display: block;
	margin-bottom: 2rem;
	color: #978b87
}
.menu--footer .sub-menu .menu-item {
	display: block;
	text-transform: initial
}
.menu--footer .sub-menu .menu-item a {
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	margin-bottom: .5rem;
	color: #5f504d
}
.block-adama-footer-slogan-block {
	text-align: center
}

@media(min-width:768px) {
.block-adama-footer-slogan-block {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
}
.block-adama-footer-slogan-block .footer-slogan {
	display: inline-block;
	list-style-type: none;
	text-align: right;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80.5' height='58.717' viewBox='0 0 80.5 58.717' fill='none'%3E%3Cpath fill='%2300783f' d='M0 0h19.202v8H0z'/%3E%3Cpath d='M80.5 8c-.98 0-1.97.37-2.71 1.108C62.11 24.74 46.42 40.497 30.74 56.129c-5.55 5.54-15.06 1.6-15.06-6.277V1.599c0-1.108-1.24-1.6-1.98-.862C10.057 4.795 5.972 7.87 0 8V0h80.5z' fill='%23dfdcdb'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	transform: translateY(-8px)
}

@media(max-width:413px) {
.block-adama-footer-slogan-block .footer-slogan {
	padding: .75rem 3rem 1rem 0;
	font-size: calc(.4rem + 1vw);
	background-position: 98% 3.5px;
	background-size: auto 32px
}
}

@media(min-width:414px) {
.block-adama-footer-slogan-block .footer-slogan {
	padding: 1.25rem 3.5rem 1rem 1rem;
	font-size: .8rem;
	background-position: 100% 2.5px;
	background-size: auto 40px
}
}

@media(min-width:768px) {
.block-adama-footer-slogan-block .footer-slogan {
	margin-right: .6875rem;
	padding: 1.375rem 5.5rem 1.25rem 1rem;
	font-size: .9rem;
	text-align: center;
	background-position: 100% 2px;
	background-size: auto 45px
}
}

@media(min-width:1025px) {
.block-adama-footer-slogan-block .footer-slogan {
	padding: 2rem 5.5rem 1.25rem 1rem;
	font-size: 1rem;
	background-position: 100% 0;
	background-size: auto
}
}
.rtl .block-adama-footer-slogan-block .footer-slogan {
	transform: translateY(-8px) scaleX(-1)
}

@media(min-width:768px) {
.rtl .block-adama-footer-slogan-block .footer-slogan {
	margin-right: 0;
	margin-left: .6875rem
}
}
.block-adama-footer-slogan-block .footer-slogan ul {
	display: inline-flex;
	justify-content: center;
	margin: 0;
	padding: 0
}
.rtl .block-adama-footer-slogan-block .footer-slogan ul {
	transform: scaleX(-1)
}
.block-adama-footer-slogan-block .footer-slogan ul li {
	display: flex;
	align-items: center;
	font-weight: 700;
	line-height: 1.5rem;
	color: #fff
}
.block-adama-footer-slogan-block .footer-slogan ul li:not(:last-child) {
	margin-right: .3125rem;
	padding-right: .625rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4' fill='none'%3E%3Cpath d='M3.75 1.6L.625.2A.438.438 0 000 .6v2.8c0 .374.379.52.625.4L3.75 2.4c.156-.066.25-.275.25-.4 0-.18-.113-.359-.25-.4z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 100% 54%
}
.rtl .block-adama-footer-slogan-block .footer-slogan ul li:not(:first-child) {
	margin-right: .3125rem;
	padding-right: .625rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4' fill='none'%3E%3Cpath d='M 0.24998233,1.6 3.3749823,0.2 a -0.438,0.438 0 0 1 0.625,0.4 v 2.8 c 0,0.374 -0.379,0.52 -0.625,0.4 L 0.24998233,2.4 C 0.09398233,2.334 -1.7666112e-5,2.125 -1.7666112e-5,2 -1.7666112e-5,1.82 0.11298233,1.641 0.24998233,1.6 Z' fill='%23fff' /%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: 100% 54%
}
.rtl .block-adama-footer-slogan-block .footer-slogan ul li:first-child {
	background-image: none
}
.block-adama-footer-slogan-block .footer-copyright {
	font-size: .875rem;
	line-height: 1.2142857143;
	margin-bottom: 0;
	text-align: center;
	color: #fff
}
.block-adama-footer-slogan-block .footer-copyright .break-line-wrapper {
	white-space: nowrap
}

@media(min-width:768px) {
.block-adama-footer-slogan-block .footer-copyright .break-line-wrapper {
	display: block
}
}

@media(min-width:1025px) {
.block-adama-footer-slogan-block .footer-copyright .break-line-wrapper {
	display: inline
}
}
.block-adama-footer-social-link-block h2 {
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.2142857143;
	text-transform: uppercase;
	color: #978b87;
	margin-bottom: 1rem;
	text-align: center
}

@media(min-width:1025px) {
.block-adama-footer-social-link-block h2 {
	text-align: left
}
}

@media(min-width:1280px) {
.block-adama-footer-social-link-block h2 {
	margin-bottom: 2rem
}
}
.block-adama-footer-social-link-block .social-media-links--platforms {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

@media(min-width:1025px) {
.block-adama-footer-social-link-block .social-media-links--platforms {
	justify-content: flex-start
}
}
.block-adama-footer-social-link-block .social-media-links--platforms li {
	margin-right: 1rem;
	margin-bottom: .5rem;
	margin-left: 1rem
}

@media(min-width:1025px) {
.block-adama-footer-social-link-block .social-media-links--platforms li {
	margin-right: 1.5rem;
	margin-left: 0
}
}
.block-adama-footer-social-link-block .social-media-links--platforms li:last-child {
	margin-right: 0
}
.block-adama-footer-social-link-block .social-media-links--platforms li a::before {
	width: 2.625rem;
	height: 2.625rem
}

@media(min-width:768px) {
.block-adama-footer-social-link-block .social-media-links--platforms li a::before {
	width: 1.8125rem;
	height: 1.8125rem
}
}

@media(min-width:1025px) {
body.rtl .block-adama-footer-social-link-block h2 {
	text-align: right
}
}

@media(min-width:1025px) {
body.rtl .block-adama-footer-social-link-block .social-media-links--platforms li {
	margin-right: 0;
	margin-left: 2rem
}
}





.fr-window, .fr-window [class^="fr-"], .fr-overlay, .fr-overlay [class^="fr-"], .fr-spinner, .fr-spinner [class^="fr-"] {
	box-sizing: border-box;
}
.fr-window {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	transform: translateZ(0px);
}
.fr-overlay {
	z-index: 99998;
}
.fr-window {
	z-index: 99999;
}
.fr-spinner {
	z-index: 100000;
}
.fr-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.fr-overlay-background {
	float: left;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.fr-overlay-ui-fullclick .fr-overlay-background {
	background: #292929;
	opacity: 1;
	filter: alpha(opacity=100);
}
.fr-window.fr-mobile-touch, .fr-overlay.fr-mobile-touch {
	position: absolute;
	overflow: visible;
}
.fr-measured {
	margin: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
}
.fr-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fr-pages {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fr-page {
	position: absolute;
	width: 100%;
	height: 100%;
}
.fr-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fr-hovering-clickable .fr-container {
	cursor: pointer;
}
.fr-ui-inside .fr-container {
	padding: 20px 20px;
}
.fr-ui-inside.fr-no-sides .fr-container {
	padding: 20px;
}
.fr-ui-outside .fr-container {
	padding: 20px 82px;
}
.fr-ui-outside.fr-no-sides .fr-container {
	padding: 20px 48px;
}

@media all and (max-width:700px) and (orientation:portrait), all and (orientation:landscape) and (max-height:700px) {
.fr-ui-inside .fr-container {
	padding: 12px 12px;
}
.fr-ui-inside.fr-no-sides .fr-container {
	padding: 12px;
}
.fr-ui-outside .fr-container {
	padding: 12px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
	padding: 12px 48px;
}
}

@media all and (max-width:500px) and (orientation:portrait), all and (orientation:landscape) and (max-height:500px) {
.fr-ui-inside .fr-container {
	padding: 0px 0px;
}
.fr-ui-inside.fr-no-sides .fr-container {
	padding: 0px;
}
.fr-ui-outside .fr-container {
	padding: 0px 72px;
}
.fr-ui-outside.fr-no-sides .fr-container {
	padding: 0px 48px;
}
}
.fr-ui-fullclick .fr-container {
	padding: 0;
}
.fr-ui-fullclick.fr-no-sides .fr-container {
	padding: 0;
}
.fr-ui-fullclick.fr-type-video .fr-container {
	padding: 0px 62px;
}
.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
	padding: 48px 0px;
}
.fr-overflow-y .fr-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.fr-content, .fr-content-background {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: visible;
}
.fr-content-element {
	float: left;
	width: 100%;
	height: 100%;
}
.fr-content-background {
	background: #101010;
}
.fr-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #efefef;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.fr-info-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	line-height: 1%;
	filter: none;
	opacity: 1;
}
.fr-ui-inside .fr-info-background {
	filter: alpha(opacity=80);
	opacity: 0.8;
	zoom: 1;
}
.fr-ui-outside .fr-info-background {
	background: #0d0d0d;
}
.fr-content .fr-info {
	top: auto;
	bottom: 0;
}
.fr-info-padder {
	display: block;
	overflow: hidden;
	padding: 12px;
	position: relative;
	width: auto;
}
.fr-caption {
	width: auto;
	display: inline;
}
.fr-position {
	color: #b3b3b3;
	float: right;
	line-height: 21px;
	opacity: 0.99;
	position: relative;
	text-align: right;
	margin-left: 15px;
	white-space: nowrap;
}
.fr-position-outside, .fr-position-inside {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 12px;
	width: auto;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	display: none;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.fr-position-inside {
	border: 0;
}
.fr-position-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0d0d0d;
	filter: alpha(opacity=80);
	opacity: 0.8;
	zoom: 1;
}
.fr-position-text {
	color: #b3b3b3;
}
.fr-position-outside .fr-position-text, .fr-position-inside .fr-position-text {
	float: left;
	position: relative;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	opacity: 1;
}
.fr-ui-outside .fr-position-outside {
	display: block;
}
.fr-ui-outside .fr-info .fr-position {
	display: none;
}
.fr-ui-inside.fr-no-caption .fr-position-inside {
	display: block;
}
.fr-info a, .fr-info a:hover {
	color: #ccc;
	border: 0;
	background: none;
	text-decoration: underline;
}
.fr-info a:hover {
	color: #eee;
}
.fr-ui-outside.fr-no-caption .fr-info {
	display: none;
}
.fr-ui-inside.fr-no-caption .fr-caption {
	display: none;
}
.fr-stroke {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.fr-stroke-vertical {
	width: 1px;
	height: 100%;
}
.fr-stroke-horizontal {
	padding: 0 1px;
}
.fr-stroke-right {
	left: auto;
	right: 0;
}
.fr-stroke-bottom {
	top: auto;
	bottom: 0;
}
.fr-stroke-color {
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.08);
}
.fr-info .fr-stroke-color {
	background: rgba(80,80,80,0.3);
}
.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
	display: none;
}
.fr-ui-fullclick .fr-stroke {
	display: none;
}
.fr-ui-fullclick .fr-content-background {
	box-shadow: none;
}
.fr-info .fr-stroke-top {
	display: none;
}
.fr-side {
	position: absolute;
	top: 50%;
	width: 54px;
	height: 72px;
	margin: 0 9px;
	margin-top: -36px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	zoom: 1;
}
.fr-side-previous {
	left: 0;
}
.fr-side-next {
	right: 0;
	left: auto;
}
.fr-side-disabled {
	cursor: default;
}
.fr-side-hidden {
	display: none !important;
}
.fr-side-button {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.fr-side-button-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #101010;
}
.fr-side-button-icon {
	float: left;
	position: relative;
	height: 100%;
	width: 100%;
	zoom: 1;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media all and (max-width:500px) and (orientation:portrait), all and (orientation:landscape) and (max-height:414px) {
.fr-side {
	width: 54px;
	height: 60px;
	margin: 0;
	margin-top: -30px;
}
.fr-side-button {
	width: 48px;
	height: 60px;
	margin: 0 3px;
}
}
.fr-close {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.fr-close-background, .fr-close-icon {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 26px;
	width: 26px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.fr-close-background {
	background-color: #000;
}
.fr-thumbnails {
	position: absolute;
	overflow: hidden;
}
.fr-thumbnails-disabled .fr-thumbnails {
	display: none !important;
}
.fr-thumbnails-horizontal .fr-thumbnails {
	width: 100%;
	height: 12%;
	min-height: 74px;
	max-height: 160px;
	bottom: 0;
}
.fr-thumbnails-vertical .fr-thumbnails {
	height: 100%;
	width: 10%;
	min-width: 74px;
	max-width: 160px;
	left: 0;
}
.fr-thumbnails, .fr-thumbnails * {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fr-thumbnails-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-wrapper {
	top: 50%;
	left: 0;
}
.fr-thumbnails-slider {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	zoom: 1;
}
.fr-thumbnails-slider-slide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.fr-thumbnails-thumbs {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.fr-thumbnails-slide {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.fr-thumbnail-frame {
	position: absolute;
	zoom: 1;
	overflow: hidden;
}
.fr-thumbnail {
	position: absolute;
	width: 30px;
	height: 100%;
	left: 50%;
	top: 50%;
	zoom: 1;
	cursor: pointer;
	margin: 0 10px;
}
.fr-ltIE9 .fr-thumbnail * {
	overflow: hidden;
	z-index: 1;
	zoom: 1;
}
.fr-thumbnail-wrapper {
	position: relative;
	background: #161616;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	display: inline;
	z-index: 0;
}
.fr-thumbnail-overlay {
	cursor: pointer;
}
.fr-thumbnail-active .fr-thumbnail-overlay {
	cursor: default;
}
.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	overflow: hidden;
	border-style: solid;
	border-color: transparent;
}
.fr-ltIE9 .fr-thumbnail-overlay-border {
	border-width: 0 !important;
}
.fr-thumbnail .fr-thumbnail-image {
	position: absolute;
	filter: alpha(opacity=85);
	opacity: 0.85;
	max-width: none;
}
.fr-thumbnail:hover .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
	filter: alpha(opacity=99);
	opacity: 0.99;
}
.fr-thumbnail-active .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
	filter: alpha(opacity=35);
	opacity: 0.35;
}
.fr-thumbnail-active {
	cursor: default;
}
.fr-thumbnail-loading, .fr-thumbnail-loading-background, .fr-thumbnail-loading-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fr-thumbnail-loading-background {
	background-color: #161616;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0.8;
	position: relative;
	float: left;
}
.fr-thumbnail-loading-icon {
	display: none;
}
.fr-thumbnail-error .fr-thumbnail-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #202020;
}
.fr-thumbnails-side {
	float: left;
	height: 100%;
	width: 28px;
	margin: 0 5px;
	position: relative;
	overflow: hidden;
}
.fr-thumbnails-side-previous {
	margin-left: 12px;
}
.fr-thumbnails-side-next {
	margin-right: 12px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
	height: 28px;
	width: 100%;
	margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
	margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
	margin-bottom: 20px;
}
.fr-thumbnails-side-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -14px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.fr-thumbnails-side-button-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
	background-color: #333;
	cursor: pointer;
	border-radius: 4px;
}
.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
	background-color: #3b3b3b;
}
.fr-thumbnails-side-button-disabled * {
	cursor: default;
}
.fr-thumbnails-side-button-disabled:hover  .fr-thumbnails-side-button-background {
	background-color: #333;
}
.fr-thumbnails-side-button-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fr-thumbnails-vertical .fr-thumbnails-side, .fr-thumbnails-vertical .fr-thumbnails-thumbs, .fr-thumbnails-vertical .fr-thumbnail-frame {
	clear: both;
}
.fr-window-ui-fullclick .fr-thumbnails {
	background: #090909;
}
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal  .fr-info  .fr-stroke-bottom {
	display: block !important;
}
.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical  .fr-info  .fr-stroke-left {
	display: block !important;
}
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
	padding: 12px 5px;
}
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
	padding: 5px 12px;
}
.fr-thumbnails-measured .fr-thumbnails-thumbs {
	padding: 0 !important;
}

@media all and (min-height:700px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
	padding: 16px 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
	margin: 0 8px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
	margin-left: 16px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
	margin-right: 16px;
}
}

@media all and (min-height:980px) {
.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
	padding: 20px 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side {
	margin: 0 10px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-previous {
	margin-left: 20px;
}
.fr-thumbnails-horizontal .fr-thumbnails-side-next {
	margin-right: 20px;
}
}

@media all and (min-width:1200px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
	padding: 8px 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
	margin: 0 8px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
	margin-top: 16px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
	margin-bottom: 16px;
}
}

@media all and (min-width:1800px) {
.fr-thumbnails-vertical .fr-thumbnails-thumbs {
	padding: 10px 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side {
	margin: 10px 0;
}
.fr-thumbnails-vertical .fr-thumbnails-side-previous {
	margin-top: 20px;
}
.fr-thumbnails-vertical .fr-thumbnails-side-next {
	margin-bottom: 20px;
}
}

@media all and (max-width:500px) and (orientation:portrait), all and (orientation:landscape) and (max-height:500px) {
.fr-thumbnails-horizontal .fr-thumbnails {
	display: none !important;
}
}

@media all and (max-width:700px) and (orientation:portrait), all and (orientation:landscape) and (max-height:414px) {
.fr-thumbnails-vertical .fr-thumbnails {
	display: none !important;
}
}

@media all and (max-width:500px) and (orientation:portrait), all and (orientation:landscape) and (max-height:414px) {
.fr-page {
	min-width: 100%;
}
.fr-page {
	min-height: 100%;
}
}
.fr-window-ui-fullclick .fr-side-next-outside, .fr-window-ui-fullclick .fr-side-previous-outside, .fr-window-ui-fullclick .fr-close-outside, .fr-window-ui-fullclick .fr-content .fr-side-next, .fr-window-ui-fullclick .fr-content .fr-side-previous, .fr-window-ui-fullclick .fr-content .fr-close, .fr-window-ui-fullclick .fr-content .fr-info, .fr-window-ui-outside .fr-side-next-fullclick, .fr-window-ui-outside .fr-side-previous-fullclick, .fr-window-ui-outside .fr-close-fullclick, .fr-window-ui-outside .fr-content .fr-side-next, .fr-window-ui-outside .fr-content .fr-side-previous, .fr-window-ui-outside .fr-content .fr-close, .fr-window-ui-outside .fr-content .fr-info, .fr-window-ui-inside .fr-page > .fr-info, .fr-window-ui-inside .fr-side-next-fullclick, .fr-window-ui-inside .fr-side-previous-fullclick, .fr-window-ui-inside .fr-close-fullclick, .fr-window-ui-inside .fr-side-next-outside, .fr-window-ui-inside .fr-side-previous-outside, .fr-window-ui-inside .fr-close-outside {
	display: none !important;
}
.fr-toggle-ui {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.fr-visible-fullclick-ui .fr-box > .fr-toggle-ui, .fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
	opacity: 1;
}
.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui, .fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.fr-ltIE9.fr-hidden-fullclick-ui .fr-box > .fr-toggle-ui, .fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
	display: none;
}
.fr-spinner {
	position: fixed;
	width: 52px;
	height: 52px;
	background: #101010;
	background: rgba(16,16,16,0.85);
	border-radius: 5px;
}
.fr-spinner div {
	position: absolute;
	top: 0;
	left: 0;
	height: 64%;
	width: 64%;
	margin-left: 18%;
	margin-top: 18%;
	opacity: 1;
	-webkit-animation: fresco-12 1.2s infinite ease-in-out;
	animation: fresco-12 1.2s infinite ease-in-out;
}
.fr-spinner div:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 8px;
	margin-left: -1px;
	background: #fff;
	box-shadow: 0 0 1px rgba(0,0,0,0);
}
.fr-spinner div.fr-spin-1 {
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.fr-spinner div.fr-spin-2 {
	-ms-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.fr-spinner div.fr-spin-3 {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.fr-spinner div.fr-spin-4 {
	-ms-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.fr-spinner div.fr-spin-5 {
	-ms-transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.fr-spinner div.fr-spin-6 {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-6 {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.fr-spinner div.fr-spin-7 {
	-ms-transform: rotate(210deg);
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.fr-spinner div.fr-spin-8 {
	-ms-transform: rotate(240deg);
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.fr-spinner div.fr-spin-9 {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.fr-spinner div.fr-spin-10 {
	-ms-transform: rotate(300deg);
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.fr-spinner div.fr-spin-11 {
	-ms-transform: rotate(330deg);
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
.fr-spinner div.fr-spin-12 {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
@-webkit-keyframes fresco-12 {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes fresco-12 {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
.fr-thumbnail-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
}
.fr-thumbnail-spinner-spin {
	position: relative;
	float: left;
	margin: 8px 0 0 8px;
	text-indent: -9999em;
	border-top: 2px solid rgba(255,255,255,0.2);
	border-right: 2px solid rgba(255,255,255,0.2);
	border-bottom: 2px solid rgba(255,255,255,0.2);
	border-left: 2px solid #fff;
	-webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
	animation: fr-thumbnail-spin 1.1s infinite linear;
}
.fr-thumbnail-spinner-spin, .fr-thumbnail-spinner-spin:after {
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
@-webkit-keyframes fr-thumbnail-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes fr-thumbnail-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
.fr-error {
	float: left;
	position: relative;
	background-color: #ca3434;
	width: 160px;
	height: 160px;
}
.fr-error-icon {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
}
.fr-window-skin-fresco .fr-side-button-icon, .fr-window-skin-fresco .fr-close-icon, .fr-window-skin-fresco .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
	background-image: url(/west-canada/libraries/fresco/dist/css/fresco/skins/fresco/sprite.svg);
}
.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg .fr-close-icon, .fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon, .fr-window-skin-fresco .fr-error-icon {
	background-image: url(/west-canada/libraries/fresco/dist/css/fresco/skins/fresco/sprite.png);
}
.fr-window-skin-fresco .fr-error-icon {
	background-position: -160px -126px;
}
.fr-window-skin-fresco .fr-content-background {
	background: #101010;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
	box-shadow: none;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.fr-window-skin-fresco .fr-side-button-background {
	background-color: transparent;
}
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
	background-position: -13px -14px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
	background-position: -93px -14px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
	background-position: -13px -114px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
	background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-hovering-previous  .fr-side-previous  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch  .fr-side-previous  .fr-side-button-icon {
	background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-hovering-next  .fr-side-next  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch  .fr-side-next  .fr-side-button-icon {
	background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-side-previous.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-hovering-previous  .fr-side-previous.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-side-previous.fr-side-disabled:hover  .fr-side-button-icon {
	background-position: -13px -214px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-side-next.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-hovering-next  .fr-side-next.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-side-next.fr-side-disabled:hover  .fr-side-button-icon {
	background-position: -93px -214px;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
	background-position: -13px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
	background-position: -93px -114px;
}
.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
	opacity: 0.5;
}
.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon, .fr-window-skin-fresco.fr-svg  .fr-hovering-previous  .fr-side-previous  .fr-side-button-icon, .fr-window-skin-fresco.fr-svg  .fr-hovering-next  .fr-side-next  .fr-side-button-icon {
	opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
	opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon, .fr-window-skin-fresco.fr-svg  .fr-hovering-previous  .fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-svg  .fr-hovering-next  .fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-mobile-touch  .fr-side-disabled  .fr-side-button-icon {
	opacity: 0.2;
}
.fr-window-skin-fresco.fr-window-ui-inside  .fr-type-image  .fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image  .fr-side-disabled  .fr-side-button-icon {
	background-image: none;
}

@media all and (max-width:500px) and (orientation:portrait), all and (orientation:landscape) and (max-height:414px) {
.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
	background-position: 0px -300px;
}
.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
	background-position: -48px -300px;
}
.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
	background-position: 0px -360px;
}
.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
	background-position: -48px -360px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-hovering-previous  .fr-side-previous  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch  .fr-side-previous  .fr-side-button-icon {
	background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-hovering-next  .fr-side-next  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch  .fr-side-next  .fr-side-button-icon {
	background-position: -48px -360px;
}
.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
	background-position: 0px -360px;
}
.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
	background-position: -48px -360px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-side-previous.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-hovering-previous  .fr-side-previous.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-side-previous.fr-side-disabled:hover  .fr-side-button-icon {
	background-position: 0px -420px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-side-next.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-hovering-next  .fr-side-next.fr-side-disabled  .fr-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-side-next.fr-side-disabled:hover  .fr-side-button-icon {
	background-position: -48px -420px;
}
}
.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
	background-color: #363636;
}
.fr-window-skin-fresco.fr-window-ui-outside  .fr-close:hover  .fr-close-background {
	background-color: #434343;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
	background-color: #131313;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background, .fr-window-skin-fresco.fr-window-ui-fullclick  .fr-close:hover  .fr-close-background {
	background-color: #191919;
}
.fr-window-skin-fresco .fr-close .fr-close-icon {
	background-position: -168px -8px;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
	background-position: -210px -8px;
}
.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
	background-position: -210px -8px;
	opacity: 0.8;
}
.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
	opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-close .fr-close-icon, .fr-window-skin-fresco.fr-mobile-touch .fr-close:hover .fr-close-icon {
	opacity: 1;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.fr-window-skin-fresco .fr-thumbnail-wrapper {
	box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
}
.fr-window-skin-fresco .fr-thumbnail-overlay-border {
	border-width: 1px;
	border-color: rgba(255,255,255,0.08);
}
.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border, .fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
	border: 0;
}
.fr-window-skin-fresco  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-icon {
	background-position: -167px -49px;
}
.fr-window-skin-fresco  .fr-thumbnails-side-previous:hover  .fr-thumbnails-side-button-icon {
	background-position: -209px -49px;
}
.fr-window-skin-fresco  .fr-thumbnails-side-next  .fr-thumbnails-side-button-icon {
	background-position: -167px -91px;
}
.fr-window-skin-fresco  .fr-thumbnails-side-next:hover  .fr-thumbnails-side-button-icon {
	background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-icon {
	background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical  .fr-thumbnails-side-previous:hover  .fr-thumbnails-side-button-icon {
	background-position: -335px -49px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical  .fr-thumbnails-side-next  .fr-thumbnails-side-button-icon {
	background-position: -293px -91px;
}
.fr-window-skin-fresco.fr-thumbnails-vertical  .fr-thumbnails-side-next:hover  .fr-thumbnails-side-button-icon {
	background-position: -335px -91px;
}
.fr-window-skin-fresco.fr-svg  .fr-thumbnails-side  .fr-thumbnails-side-button-icon {
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	opacity: 0.8;
}
.fr-window-skin-fresco.fr-svg  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-disabled {
	background-position: -167px -49px;
}
.fr-window-skin-fresco.fr-svg  .fr-thumbnails-side-next  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg  .fr-thumbnails-side-next  .fr-thumbnails-side-button-disabled {
	background-position: -209px -91px;
}
.fr-window-skin-fresco.fr-svg  .fr-thumbnails-side:hover  .fr-thumbnails-side-button-icon {
	opacity: 1;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-disabled {
	background-position: -293px -49px;
}
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical  .fr-thumbnails-side-next  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical  .fr-thumbnails-side-next  .fr-thumbnails-side-button-disabled {
	background-position: -335px -91px;
}
.fr-window-skin-fresco.fr-svg  .fr-thumbnails-side  .fr-thumbnails-side-button-disabled, .fr-window-skin-fresco.fr-svg  .fr-thumbnails-side:hover  .fr-thumbnails-side-button-disabled {
	opacity: 0.5;
}
.fr-window-skin-fresco.fr-no-svg  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-thumbnails-side-previous:hover  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon {
	background-position: -251px -49px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-thumbnails-side-next  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg  .fr-thumbnails-side-next:hover  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon {
	background-position: -251px -91px;
}
.fr-window-skin-fresco.fr-no-svg  .fr-thumbnails-side  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-background, .fr-window-skin-fresco.fr-no-svg  .fr-thumbnails-side:hover  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-background {
	filter: alpha(opacity=50);
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical  .fr-thumbnails-side-previous  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical  .fr-thumbnails-side-previous:hover  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon {
	background-position: -377px -49px;
}
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical  .fr-thumbnails-side-next  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon, .fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical  .fr-thumbnails-side-next:hover  .fr-thumbnails-side-button-disabled  .fr-thumbnails-side-button-icon {
	background-position: -377px -91px;
}
.menu, .links, .item-list {
	padding: 0;
	list-style: none
}
.rtl .menu, .rtl .links, .rtl .item-list {
	padding: 0
}
.menu li, .links li, .item-list li {
	display: inline-block;
	list-style: none
}
.related-documents--list--button-download {
	display: inline-block;
	box-sizing: border-box;
	padding: .75rem 2rem;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #009594;
	transition: background-color 400ms, opacity 400ms
}
.related-documents--list--button-download:hover, .related-documents--list--button-download:active, .related-documents--list--button-download:focus {
	text-decoration: none;
	color: #fff;
	background-color: #00783f
}
.product-category-adama .related-documents--list--button-download {
	background-color: #009594
}
.product-category-adama .related-documents--list--button-download:hover, .product-category-adama .related-documents--list--button-download:active, .product-category-adama .related-documents--list--button-download:focus {
	background-color: #00783f
}
.product-category-blue .related-documents--list--button-download {
	background-color: #00a0df
}
.product-category-blue .related-documents--list--button-download:hover, .product-category-blue .related-documents--list--button-download:active, .product-category-blue .related-documents--list--button-download:focus {
	background-color: #00698f
}
.product-category-purple .related-documents--list--button-download {
	background-color: #9d1d96
}
.product-category-purple .related-documents--list--button-download:hover, .product-category-purple .related-documents--list--button-download:active, .product-category-purple .related-documents--list--button-download:focus {
	background-color: #752157
}
.product-category-orange .related-documents--list--button-download {
	background-color: #f5b317
}
.product-category-orange .related-documents--list--button-download:hover, .product-category-orange .related-documents--list--button-download:active, .product-category-orange .related-documents--list--button-download:focus {
	background-color: #eaa23d
}
.product-category-green .related-documents--list--button-download {
	background-color: #93cc23
}
.product-category-green .related-documents--list--button-download:hover, .product-category-green .related-documents--list--button-download:active, .product-category-green .related-documents--list--button-download:focus {
	background-color: #7db41e
}
.related-documents--overlay-trigger::before, .product-category-adama .related-documents--overlay-trigger::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#arrow-right--adama)
}
.product-category-blue .related-documents--overlay-trigger::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#arrow-right--blue)
}
.product-category-green .related-documents--overlay-trigger::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#arrow-right--green)
}
.product-category-orange .related-documents--overlay-trigger::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#arrow-right--orange)
}
.product-category-purple .related-documents--overlay-trigger::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#arrow-right--purple)
}
.related-documents--list .field--name-field-media-file .checkbox--checked::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#checkbox--checked)
}
.related-documents--list .field--name-field-media-file .checkbox--hover::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#checkbox--green)
}
.related-documents--list--button-download::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#download--white)
}
.field--name-related-documents {
	position: relative;
	background-color: #f5f3f3
}
.related-documents--field-details {
	position: relative;
	margin-bottom: 1.5rem
}

@media(min-width:414px) {
.related-documents--field-details {
	display: flex;
	align-items: baseline;
	justify-content: space-between
}
}
.related-documents--title {
	font-size: 1.125rem;
	line-height: 1.2222222222;
	font-weight: 700;
	margin-bottom: 1.5rem
}
.related-documents--field-details .related-documents--title {
	margin-bottom: 0
}
.related-documents--overlay-trigger {
	display: flex;
	align-items: center;
	margin-left: auto;
	color: #009594
}
.product-category-adama .related-documents--overlay-trigger {
	color: #009594
}
.product-category-blue .related-documents--overlay-trigger {
	color: #00a0df
}
.product-category-green .related-documents--overlay-trigger {
	color: #93cc23
}
.product-category-orange .related-documents--overlay-trigger {
	color: #f5b317
}
.product-category-purple .related-documents--overlay-trigger {
	color: #9d1d96
}
.related-documents--overlay-trigger::before {
	order: 2;
	width: 1.0625rem;
	height: 1.0625rem;
	margin-left: 1rem
}
.rtl .related-documents--overlay-trigger {
	margin-right: auto;
	margin-left: 0
}
.rtl .related-documents--overlay-trigger::before {
	margin-right: 1rem;
	margin-left: 0;
	transform: rotate(180deg)
}
.product-category-adama .related-documents--overlay-trigger:hover, .product-category-adama .related-documents--overlay-trigger:active {
	color: #00783f
}
.product-category-blue .related-documents--overlay-trigger:hover, .product-category-blue .related-documents--overlay-trigger:active {
	color: #00698f
}
.product-category-green .related-documents--overlay-trigger:hover, .product-category-green .related-documents--overlay-trigger:active {
	color: #7db41e
}
.product-category-orange .related-documents--overlay-trigger:hover, .product-category-orange .related-documents--overlay-trigger:active {
	color: #eaa23d
}
.product-category-purple .related-documents--overlay-trigger:hover, .product-category-purple .related-documents--overlay-trigger:active {
	color: #752157
}
.related-documents--overlay-trigger+.ajax-progress {
	position: absolute;
	right: 0;
	background-color: #f5f3f3
}
.related-documents--list--item .media--type-documents, .related-documents--list--item .media--type-product-document {
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(151,139,135,.3);
	transition: box-shadow 400ms ease
}
.related-documents--list--item .media--type-documents:hover, .related-documents--list--item .media--type-product-document:hover {
	box-shadow: 0 0 0 2px #009594
}
.related-documents--list--item .media--type-documents .field--type-file, .related-documents--list--item .media--type-product-document .field--type-file {
	position: relative;
	overflow: hidden
}
.related-documents--list--item .media--type-documents .field--type-file a.file, .related-documents--list--item .media--type-documents .field--type-file .file a, .related-documents--list--item .media--type-product-document .field--type-file a.file, .related-documents--list--item .media--type-product-document .field--type-file .file a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	display: block;
	padding: .75rem 3rem;
	text-align: left;
	color: #5f504d
}
.rtl .related-documents--list--item .media--type-documents .field--type-file a.file, .rtl .related-documents--list--item .media--type-documents .field--type-file .file a, .rtl .related-documents--list--item .media--type-product-document .field--type-file a.file, .rtl .related-documents--list--item .media--type-product-document .field--type-file .file a {
	text-align: right
}
.related-documents--list--item .media--type-documents .field--type-file .file-icon, .related-documents--list--item .media--type-documents .field--type-file .download-icon, .related-documents--list--item .media--type-product-document .field--type-file .file-icon, .related-documents--list--item .media--type-product-document .field--type-file .download-icon {
	position: absolute;
	top: 50%;
	z-index: 0;
	display: inline-block;
	transform: translateY(-50%)
}
.related-documents--list--item .media--type-documents .field--type-file .file-icon, .related-documents--list--item .media--type-product-document .field--type-file .file-icon {
	left: 1rem
}
.rtl .related-documents--list--item .media--type-documents .field--type-file .file-icon, .rtl .related-documents--list--item .media--type-product-document .field--type-file .file-icon {
	right: 1rem;
	left: initial
}
.related-documents--list--item .media--type-documents .field--type-file .download-icon, .related-documents--list--item .media--type-product-document .field--type-file .download-icon {
	right: 1rem
}
.rtl .related-documents--list--item .media--type-documents .field--type-file .download-icon, .rtl .related-documents--list--item .media--type-product-document .field--type-file .download-icon {
	right: initial;
	left: 1rem
}
.related-documents--list--item .icon-hidden {
	display: none
}
.related-documents--list--item:not(:last-child) {
	margin-bottom: 1rem
}
.related-documents--list {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 23.9375rem;
	height: 100vh;
	background-color: #fff;
	box-shadow: -5px 0 12px 0 rgba(0,0,0,.1)
}

@media(min-width:768px) {
.related-documents--list {
	max-width: 31rem
}
}
.rtl .related-documents--list {
	right: auto;
	left: 0
}
.related-documents--list--header {
	padding: 1.5rem 1rem 2.5rem 1rem;
	background-color: #009594;
	background-image: url("data:image/svg+xml,%3Csvg width='383' height='28' viewBox='0 0 383 28' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M383 0c-71.264 4.13-142.684 11.615-214.053 22.617C109.306 31.595 52.372 27.528 0 12.947V28h383z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 calc(100% + 1px);
	background-size: calc(100% + 1px) auto
}
.product-category-adama .related-documents--list--header {
	background-color: #009594
}
.product-category-blue .related-documents--list--header {
	background-color: #00a0df
}
.product-category-green .related-documents--list--header {
	background-color: #93cc23
}
.product-category-orange .related-documents--list--header {
	background-color: #f5b317
}
.product-category-purple .related-documents--list--header {
	background-color: #9d1d96
}

@media(min-width:1025px) {
.related-documents--list--header {
	padding: 1.5rem 3rem 2.5rem
}
}
.rtl .related-documents--list--header {
	background-image: url("data:image/svg+xml,%3Csvg width='383' height='28' viewBox='0 0 383 28' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c71.264 4.13 142.684 11.615 214.053 22.617 59.641 8.978 116.575 4.911 168.947-9.67V28H0Z' fill='%23fff'/%3E%3C/svg%3E")
}
.related-documents--list--header--button-close {
	display: inline-block;
	margin-bottom: 1.5rem;
	cursor: pointer;
	transform: scale(0.8)
}
.related-documents--list--header--title {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2142857143;
	margin-bottom: .5rem;
	color: #fff
}
.related-documents--list--header--subtitle {
	font-size: 1rem;
	line-height: 1.5;
	color: #fff
}
.related-documents--list--body {
	padding: 1rem;
	overflow-y: auto
}

@media(min-width:768px) {
.related-documents--list--body {
	padding: 2rem 1rem
}
}

@media(min-width:1025px) {
.related-documents--list--body {
	padding: 2rem 3rem
}
}
.related-documents--list--body--category-label {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	color: #5f504d
}

@media(min-width:1025px) {
.related-documents--list--body--category-label {
	margin-bottom: 1.5rem
}
}
.related-documents--list--item-list {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.related-documents--list--item-list:not(:last-child) {
	margin-bottom: 3rem
}
.rtl .related-documents--list--item-list {
	margin: 0;
	padding: 0
}
.related-documents--list--item-list li {
	display: block
}
.related-documents--list--item-list li:not(:last-child) {
	margin-bottom: 1rem
}
.related-documents--list .field--name-field-media-file .checkbox--hover, .related-documents--list .field--name-field-media-file .checkbox--checked {
	left: 1rem;
	z-index: 2
}
.related-documents--list .field--name-field-media-file .checkbox--hover::before, .related-documents--list .field--name-field-media-file .checkbox--checked::before {
	width: 20px;
	height: 20px
}
.rtl .related-documents--list .field--name-field-media-file .checkbox--hover, .rtl .related-documents--list .field--name-field-media-file .checkbox--checked {
	right: 1rem;
	left: auto
}
.related-documents--list .field--name-field-media-file .icon-icon--show {
	right: 1rem
}
.rtl .related-documents--list .field--name-field-media-file .icon-icon--show {
	right: auto;
	left: 1rem
}
.related-documents--list .field--name-field-media-file .icon-default, .related-documents--list .field--name-field-media-file .icon-hidden {
	transition: top 400ms ease-out, transform 400ms ease-out
}
.related-documents--list .field--name-field-media-file .icon-hidden {
	position: absolute;
	top: 110%;
	display: block;
	cursor: pointer;
	transform: translateY(0)
}
.no-touchevents .related-documents--list .field--name-field-media-file.no-hover-state .icon-default, .no-touchevents .related-documents--list .field--name-field-media-file:hover .icon-default {
	top: -10%;
	transform: translateY(-100%)
}
.no-touchevents .related-documents--list .field--name-field-media-file.no-hover-state .icon-hidden, .no-touchevents .related-documents--list .field--name-field-media-file:hover .icon-hidden {
	top: 50%;
	transform: translateY(-50%)
}
.no-touchevents .related-documents--list .field--name-field-media-file.no-hover-state .icon-hidden.icon-icon--checkbox--checked::before, .no-touchevents .related-documents--list .field--name-field-media-file:hover .icon-hidden.icon-icon--checkbox--checked::before {
	height: 21px
}
.related-documents--list--footer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: auto;
	padding: 1.5rem 3rem;
	box-shadow: 0 -2px 7px 0 rgba(0,0,0,.05)
}
.touchevents .related-documents--list--footer {
	display: none
}
.related-documents--list--button-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	width: 100%
}
.related-documents--list--button-download::before {
	width: 1.125rem;
	height: 1.125rem;
	order: -1;
	margin-right: .5rem
}
.rtl .related-documents--list--button-download::before {
	margin-right: .5rem;
	margin-left: 0;
	transform: scaleX(-1)
}
.related-documents--list--button-download::before {
	width: 1.125rem;
	height: 1.125rem
}
.rtl .related-documents--list--button-download::before {
	margin-right: 0;
	margin-left: .5rem
}
.related-documents--overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5)
}
.taxonomy-term-treatment--name.icon-crop-enhance::before, .taxonomy-term-treatment--name.icon-harvest-aids::before, .taxonomy-term-treatment--name.icon-growth-regulators::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#crop-enhance)
}
.taxonomy-term-treatment--name.icon-fungicide::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#disease-control)
}
.taxonomy-term-treatment--name.icon-nematicide::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#nematicide)
}
.taxonomy-term-treatment--name.icon-insecticide::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#pest-control)
}
.taxonomy-term-treatment--name.icon-herbicide::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#weed-control)
}
.taxonomy-term-treatment {
	position: relative;
	max-width: 100%;
	text-transform: inherit;
	color: #fff
}
.taxonomy-term-treatment.view-mode--category_background {
	padding-right: .5rem;
	padding-left: .5rem
}
.taxonomy-term-treatment.view-mode--category_background::before, .taxonomy-term-treatment.view-mode--category_background::after {
	position: absolute;
	top: 0;
	z-index: 0;
	display: block;
	width: 50%;
	height: 100%;
	background-color: inherit
}
.node--type-article .taxonomy-term-treatment.view-mode--category_background {
	font-size: 1rem;
	line-height: 1.5;
	padding-right: 1rem;
	border-radius: 0 0 6px 6px;
	line-height: 2
}
.node--type-article .taxonomy-term-treatment.view-mode--category_background::after {
	left: -14px;
	width: 100%;
	border-radius: 6px 0 0 0;
	content: "";
	transform: skewX(-17deg);
	transform-origin: 100% 100%
}
.taxonomy-term-treatment--name {
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase
}
.taxonomy-term-treatment--name::before {
	width: 1.0625rem;
	height: 1.0625rem;
	margin-right: .5rem
}
.rtl .taxonomy-term-treatment--name::before {
	margin-right: 0;
	margin-left: .5rem
}
.taxonomy-term-treatment.product-category-adama {
	background-color: #009594
}
.taxonomy-term-treatment.product-category-blue {
	background-color: #00a0df
}
.taxonomy-term-treatment.product-category-green {
	background-color: #93cc23
}
.taxonomy-term-treatment.product-category-orange {
	background-color: #f5b317
}
.taxonomy-term-treatment.product-category-purple {
	background-color: #9d1d96
}
.rtl .taxonomy-term-treatment, .rtl .taxonomy-term-treatment--name {
	transform: scaleX(-1)
}
.hero--product .field--name-cta-button a {
	display: inline-block;
	box-sizing: border-box;
	padding: .75rem 2rem;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #009594;
	transition: background-color 400ms, opacity 400ms
}
.hero--product .field--name-cta-button a:hover, .hero--product .field--name-cta-button a:active, .hero--product .field--name-cta-button a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #00783f
}
.product-category-adama .hero--product .field--name-cta-button a {
	background-color: #00783f
}
.product-category-adama .hero--product .field--name-cta-button a:hover, .product-category-adama .hero--product .field--name-cta-button a:active, .product-category-adama .hero--product .field--name-cta-button a:focus {
	background-color: #00783f
}
.product-category-blue .hero--product .field--name-cta-button a {
	background-color: #00698f
}
.product-category-blue .hero--product .field--name-cta-button a:hover, .product-category-blue .hero--product .field--name-cta-button a:active, .product-category-blue .hero--product .field--name-cta-button a:focus {
	background-color: #00698f
}
.product-category-purple .hero--product .field--name-cta-button a {
	background-color: #752157
}
.product-category-purple .hero--product .field--name-cta-button a:hover, .product-category-purple .hero--product .field--name-cta-button a:active, .product-category-purple .hero--product .field--name-cta-button a:focus {
	background-color: #752157
}
.product-category-orange .hero--product .field--name-cta-button a {
	background-color: #eaa23d
}
.product-category-orange .hero--product .field--name-cta-button a:hover, .product-category-orange .hero--product .field--name-cta-button a:active, .product-category-orange .hero--product .field--name-cta-button a:focus {
	background-color: #eaa23d
}
.product-category-green .hero--product .field--name-cta-button a {
	background-color: #7db41e
}
.product-category-green .hero--product .field--name-cta-button a:hover, .product-category-green .hero--product .field--name-cta-button a:active, .product-category-green .hero--product .field--name-cta-button a:focus {
	background-color: #7db41e
}
.hero--product {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	margin: 0 0 1rem
}

@media(min-width:1025px) {
.hero--product {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 4.5rem
}
}
.hero--product .hero--product--image {
	position: relative;
	z-index: 1;
	margin: -18px 0 0;
	text-align: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='414' height='1500' viewBox='0 0 109.537 396.875' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 396.875V2.496a606.498 606.498 0 01109.537-.036v394.415z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='414' height='1500' viewBox='0 0 109.537 396.875' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 396.875V2.496a606.498 606.498 0 01109.537-.036v394.415z'/%3E%3C/svg%3E");
	-webkit-mask-position: 50% 0%;
	mask-position: 50% 0%;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	background-color: #fff
}

@media(min-width:768px) {
.hero--product .hero--product--image {
	margin-top: -44px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='768' height='1500' viewBox='0 0 203.2 396.875' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 396.875V8.602a606.331 606.331 0 01203.2-.058v388.331z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='768' height='1500' viewBox='0 0 203.2 396.875' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 396.875V8.602a606.331 606.331 0 01203.2-.058v388.331z'/%3E%3C/svg%3E")
}
}

@media(min-width:1025px) {
.hero--product .hero--product--image {
	margin-right: .5rem;
	margin-left: .5rem;
	order: -1;
	max-width: 383px;
	margin-top: 44px;
	margin-left: max(calc((100% - 1280px) / 2), 60px);
	-webkit-mask-image: none;
	mask-image: none
}
}

@media(min-width:1025px)and (min-width:1025px) {
.hero--product .hero--product--image {
	width: calc(33.3333333333% - 1rem)
}
}
.hero--product .hero--product--image picture {
	display: block;
	padding: 2rem 0
}
.hero--product .hero--product--image img {
	display: block;
	margin: 0 auto
}
.hero--product .hero--product--content {
	margin-right: .5rem;
	margin-left: .5rem;
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 6rem 20px 4rem;
	color: #fff
}

@media(min-width:1025px) {
.hero--product .hero--product--content {
	width: calc(66.6666666667% - 1rem)
}
}

@media(max-width:1024px) {
.hero--product .hero--product--content {
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
}

@media(min-width:768px) {
.hero--product .hero--product--content {
	padding-top: 5rem;
	padding-bottom: 4.5rem
}
}

@media(min-width:1025px) {
.hero--product .hero--product--content {
	padding-top: 6.5rem;
	padding-bottom: 7.5rem;
	padding-left: 8.5rem
}
.hero--product .hero--product--content::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='2360.001' height='555' viewBox='0 0 2360.001 555' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.227 0C66.672 8.701 61.14 17.408 55.585 26.11c-78.33 126.113-70.627 276.41 2.732 386.396 71.239 109.507 198.901 169.43 335.162 130.654 318.406-91.87 648.75-84.799 955.97 11.84h1010.552V0z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='2360.001' height='555' viewBox='0 0 2360.001 555' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.227 0C66.672 8.701 61.14 17.408 55.585 26.11c-78.33 126.113-70.627 276.41 2.732 386.396 71.239 109.507 198.901 169.43 335.162 130.654 318.406-91.87 648.75-84.799 955.97 11.84h1010.552V0z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-position: 0 100%;
	mask-position: 0 100%;
	-webkit-mask-size: auto;
	mask-size: auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat
}
}
.hero--product .hero--product--content::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: ""
}
.hero--product .hero--product--content .content {
	max-width: 700px
}
.product-category-adama .hero--product .hero--product--content::before {
	background-color: #009594;
	background-image: linear-gradient(184.02deg, #009594 52%, rgba(0,152,69,0.58) 125.69%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.023' height='14.702' viewBox='0 0 6.356 3.89'%3E%3Cpath d='M4.327 2.73a1.15 1.15 0 00-1.149 1.15l.001.01h2.297l.001-.01a1.14 1.14 0 00-1.15-1.15zM1.15.787a1.15 1.15 0 000 2.298 1.15 1.15 0 001.15-1.15c0-.624-.525-1.148-1.15-1.148zM3.18 0a1.15 1.15 0 001.147 1.142A1.15 1.15 0 005.477 0z' fill='%2300783f'/%3E%3C/svg%3E")
}
.product-category-blue .hero--product .hero--product--content::before {
	background-color: #00a0df;
	background-image: linear-gradient(184.02deg, #00a0df 52%, rgba(0,160,223,0.58) 125.69%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.023' height='14.702' viewBox='0 0 6.356 3.89'%3E%3Cpath d='M4.327 2.73a1.15 1.15 0 00-1.149 1.15l.001.01h2.297l.001-.01a1.14 1.14 0 00-1.15-1.15zM1.15.787a1.15 1.15 0 000 2.298 1.15 1.15 0 001.15-1.15c0-.624-.525-1.148-1.15-1.148zM3.18 0a1.15 1.15 0 001.147 1.142A1.15 1.15 0 005.477 0z' fill='%2300698f'/%3E%3C/svg%3E")
}
.product-category-green .hero--product .hero--product--content::before {
	background-color: #93cc23;
	background-image: linear-gradient(184.02deg, #93cc23 52%, rgba(147,204,35,0.58) 125.69%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.518' height='16.518' fill='none'%3E%3Cpath d='M0 0l16.518 16.518V9.135L7.383 0zm0 9.135v7.32l.063.063h7.32z' fill='%23fff' /%3E%3C/svg%3E")
}
.product-category-orange .hero--product .hero--product--content::before {
	background-color: #f5b317;
	background-image: linear-gradient(184.02deg, #f5b317 52%, rgba(245,179,23,0.58) 125.69%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87.994' height='11.775' fill='none'%3E%3Cpath d='M0 0v5.254c7.533 0 15.004-2.28 22.22-4.432.917-.278 1.852-.547 2.778-.822zm62.996 0c.927.276 1.86.544 2.777.822 7.217 2.153 14.688 4.432 22.221 4.432V0zM43.998 2.975c-7.47 0-15.004 2.279-22.348 4.431C14.497 9.56 7.09 11.776 0 11.776h24.998c6.239-1.856 12.661-3.546 19-3.546s12.76 1.69 18.998 3.545h24.998c-7.09 0-14.497-2.216-21.65-4.369C59 5.254 51.468 2.975 43.998 2.975z' fill='%23fff'/%3E%3C/svg%3E")
}
.product-category-purple .hero--product .hero--product--content::before {
	background-color: #9d1d96;
	background-image: linear-gradient(184.02deg, #9d1d96 52%, rgba(157,29,150,0.58) 125.69%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.001' height='25.386' fill='none'%3E%3Cpath d='M4.542.003A4.271 4.271 0 002.044.69 4.445 4.445 0 00.001 4.341a4.6 4.6 0 00.71 2.547c1.332 2.134 8.065 4.467 8.065 4.467s.734-7.134-.6-9.201C7.345.82 5.966.06 4.543.004zM41.31.021s-6.533 2.868-7.733 5.135c-1.133 2.2-.332 4.933 1.801 6.066 2.133 1.134 4.867.267 6-1.933S41.31.02 41.31.02zM22.243 1.29c-2.466.066-7.933 4.732-7.933 4.732s5.8 4.2 8.267 4.133c2.467-.067 4.468-2.133 4.334-4.6-.066-2.466-2.201-4.332-4.668-4.265zM17.31 13.687s-6.533 2.868-7.733 5.135c-1.133 2.2-.332 4.933 1.801 6.066 2.133 1.134 4.867.267 6-1.933s-.068-9.268-.068-9.268zm11.232.05a4.27 4.27 0 00-2.498.684c-2.067 1.334-2.667 4.066-1.334 6.2 1.333 2.066 8.066 4.466 8.066 4.466s.734-7.132-.6-9.199c-.832-1.333-2.211-2.093-3.634-2.15zm17.701 1.284c-2.466.067-7.933 4.734-7.933 4.734s5.8 4.2 8.267 4.133a4.452 4.452 0 001.424-.293v-8.283a4.682 4.682 0 00-1.758-.29zm-46.242.291v8.283c1.76-.648 3.017-2.341 2.91-4.306-.05-1.852-1.264-3.365-2.91-3.977z' fill='%23752157'/%3E%3C/svg%3E")
}
.hero--product .taxonomy-term-treatment {
	margin-bottom: .5rem;
	padding: 0
}
.hero--product .taxonomy-term-treatment--name::before {
	width: .9375rem;
	height: .9375rem
}
.hero--product .taxonomy-term-treatment a {
	color: #fff
}
.hero--product h1 {
	font-size: 2.25rem;
	line-height: 1.3698630137;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1rem
}

@media(min-width:1025px) {
.hero--product h1 {
	font-weight: 700;
	font-size: 2.5625rem;
	line-height: 1.3698630137
}
}
.hero--product .field--name-product-subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 4 "...";
	margin-bottom: 1.5rem
}

@media(min-width:768px)and (max-width:1024px) {
.hero--product .field--name-product-subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 3 "...";
	width: 75%
}
}

@media(min-width:1025px) {
.hero--product .field--name-product-subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 3 "...";
	width: calc(71.4285714286% - 0.5833333333rem)
}
}
.hero--product .field--name-product-subtitle p {
	margin: 0
}
.hero--product .field--name-cta-button a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 12.5rem
}
.hero--product .field--name-product-available {
	position: relative;
	display: inline-block;
	padding: 1rem 0;
	line-height: 1;
	color: #fff;
	background-color: #978b87
}
.hero--product .field--name-product-available::before, .hero--product .field--name-product-available::after {
	position: absolute;
	top: 0;
	z-index: 0;
	display: block;
	width: 42px;
	height: 100%;
	content: "";
	background-color: inherit
}
.hero--product .field--name-product-available::before {
	left: 0;
	border-radius: 0 0 0 23px;
	transform: skewX(20deg) translateX(-24px);
	transform-origin: 100% 100%
}
.hero--product .field--name-product-available::after {
	right: 0;
	border-radius: 0 0 23px;
	transform: skewX(-20deg) translateX(24px);
	transform-origin: 0 100%
}
.hero--product .field--name-product-available span {
	position: relative;
	z-index: 1
}
.node--type-product.node--view-mode-full .node-meta {
	font-size: .875rem;
	line-height: 1.2142857143
}
.node--type-product.node--view-mode-full .field--name-body, .node--type-product.node--view-mode-full .field--name-general-info {
	margin-bottom: 2rem
}

@media(min-width:768px) {
.node--type-product.node--view-mode-full .field--name-body, .node--type-product.node--view-mode-full .field--name-general-info {
	margin-bottom: 3rem
}
}

@media(min-width:1025px) {
.node--type-product.node--view-mode-full .field--name-body, .node--type-product.node--view-mode-full .field--name-general-info {
	margin-bottom: 3.5rem
}
}
.node--type-product.node--view-mode-full .field--name-general-info-media img {
	border-radius: 6px
}
.node--type-product.node--view-mode-full .field--name-body h3, .node--type-product.node--view-mode-full .field--name-body h4, .node--type-product.node--view-mode-full .field--name-body h5, .node--type-product.node--view-mode-full .field--name-body h6 {
	color: #009594
}
.product-category-adama .node--type-product.node--view-mode-full .field--name-body h3, .product-category-adama .node--type-product.node--view-mode-full .field--name-body h4, .product-category-adama .node--type-product.node--view-mode-full .field--name-body h5, .product-category-adama .node--type-product.node--view-mode-full .field--name-body h6 {
	color: #009594
}
.product-category-blue .node--type-product.node--view-mode-full .field--name-body h3, .product-category-blue .node--type-product.node--view-mode-full .field--name-body h4, .product-category-blue .node--type-product.node--view-mode-full .field--name-body h5, .product-category-blue .node--type-product.node--view-mode-full .field--name-body h6 {
	color: #00a0df
}
.product-category-green .node--type-product.node--view-mode-full .field--name-body h3, .product-category-green .node--type-product.node--view-mode-full .field--name-body h4, .product-category-green .node--type-product.node--view-mode-full .field--name-body h5, .product-category-green .node--type-product.node--view-mode-full .field--name-body h6 {
	color: #93cc23
}
.product-category-orange .node--type-product.node--view-mode-full .field--name-body h3, .product-category-orange .node--type-product.node--view-mode-full .field--name-body h4, .product-category-orange .node--type-product.node--view-mode-full .field--name-body h5, .product-category-orange .node--type-product.node--view-mode-full .field--name-body h6 {
	color: #f5b317
}
.product-category-purple .node--type-product.node--view-mode-full .field--name-body h3, .product-category-purple .node--type-product.node--view-mode-full .field--name-body h4, .product-category-purple .node--type-product.node--view-mode-full .field--name-body h5, .product-category-purple .node--type-product.node--view-mode-full .field--name-body h6 {
	color: #9d1d96
}
.node--type-product.node--view-mode-full .general-info--title {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2142857143
}
.node--type-product.node--view-mode-full .component-block {
	margin-bottom: 1rem
}
.node--type-product.node--view-mode-full .component-block.with-background {
	background-color: #f5f3f3
}
.node--type-product.node--view-mode-full .component-block.with-icon {
	padding-left: 4rem;
	background-repeat: no-repeat;
	background-position: 1rem 1rem;
	background-size: 46px 48px
}
.rtl .node--type-product.node--view-mode-full .component-block.with-icon {
	padding-right: 4rem;
	padding-left: 0;
	background-position: 98% 1rem
}
.node--type-product.node--view-mode-full .component-block.with-icon .component-block--title {
	font-size: .8125rem;
	line-height: 1.2307692308;
	margin-bottom: .5rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #978b87
}
.node--type-product.node--view-mode-full .component-block.with-icon .component-block--content {
	font-weight: 700;
	color: #5f504d
}
.node--type-product.node--view-mode-full .component-block.field--name-active-ingredients .component-block--title, .node--type-product.node--view-mode-full .component-block.field--name-formulation-type .component-block--title, .node--type-product.node--view-mode-full .component-block.field--name-region .component-block--title {
	margin-bottom: 0
}
.node--type-product.node--view-mode-full .component-block.field--name-active-ingredients .component-block--content, .node--type-product.node--view-mode-full .component-block.field--name-formulation-type .component-block--content, .node--type-product.node--view-mode-full .component-block.field--name-region .component-block--content {
	font-size: 1rem;
	line-height: 1.5
}

@media(min-width:768px)and (max-width:1024px) {
.node--type-product.node--view-mode-full .wrapper--formulation-ingredients {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem
}
.node--type-product.node--view-mode-full .wrapper--formulation-ingredients .field {
	margin-right: .5rem;
	margin-left: .5rem
}
}

@media(min-width:768px)and (max-width:1024px)and (min-width:768px) {
.node--type-product.node--view-mode-full .wrapper--formulation-ingredients .field {
	width: calc(50% - 1rem)
}
}
.product-category-adama .node--type-product.node--view-mode-full .field--name-active-ingredients {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.926 19.667v-8.486c1.112-.286 1.946-1.322 1.946-2.555C28.872 7.18 27.725 6 26.318 6h-6.636c-1.407 0-2.554 1.18-2.554 2.626 0 1.233.834 2.27 1.946 2.555v8.486c-4.378 1.68-7.28 5.932-7.28 10.81C11.795 36.836 16.816 42 23 42s11.205-5.163 11.205-11.524c.017-4.877-2.901-9.13-7.279-10.809zm-6.81 1.358a.818.818 0 0 0 .556-.768v-9.826a.809.809 0 0 0-.799-.822h-.191a.985.985 0 0 1-.973-1c0-.554.434-1.001.973-1.001h6.636c.539 0 .973.447.973 1 0 .554-.434 1-.973 1h-.191c-.434 0-.8.358-.8.823v9.808c0 .358.227.661.557.768 2.866.93 5.072 3.127 6.098 5.878-.99.233-1.616.804-2.12 1.305-.59.553-1.008.964-1.928.964-.921 0-1.338-.41-1.929-.964-.642-.626-1.459-1.394-3.005-1.394-1.546 0-2.363.768-3.005 1.394-.591.553-1.008.964-1.929.964-.92 0-1.337-.41-1.928-.964-.521-.483-1.13-1.072-2.12-1.305 1.025-2.733 3.232-4.93 6.098-5.86zM23 40.375c-5.299 0-9.624-4.45-9.624-9.899 0-.678.07-1.34.19-2 .644.107 1.008.464 1.495.928.643.626 1.46 1.394 3.005 1.394 1.546 0 2.363-.768 3.006-1.394.59-.553 1.007-.964 1.928-.964.92 0 1.338.41 1.928.964.643.626 1.46 1.394 3.006 1.394 1.546 0 2.362-.768 3.005-1.394.487-.464.851-.821 1.494-.929.122.644.191 1.323.191 2.001 0 5.45-4.308 9.898-9.624 9.898zm1.13-4.092h-2.26c-.433 0-.798.357-.798.822 0 .464.347.822.799.822h2.258c.435 0 .8-.358.8-.822 0-.465-.348-.822-.8-.822zm2.258-3.609h-6.776c-.434 0-.799.357-.799.822 0 .447.348.822.8.822h6.775c.434 0 .799-.358.799-.822 0-.465-.348-.822-.8-.822z' fill='%23009845'/%3E%3C/svg%3E")
}
.product-category-adama .node--type-product.node--view-mode-full .field--name-formulation-type {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m33.35 35.024.002-.002.03-.032a3.053 3.053 0 0 1 2.155-.89 3.068 3.068 0 0 1 3.064 3.064 3.068 3.068 0 0 1-3.064 3.064 3.068 3.068 0 0 1-3.064-3.064c0-.833.336-1.587.877-2.14zm2.187-2.318c-1.04 0-1.996.359-2.755.957l-4.33-3.94c.56-.943.887-2.04.887-3.216a6.347 6.347 0 0 0-5.642-6.3v-4.972a4.46 4.46 0 0 0 3.761-4.399c0-2.458-2-4.458-4.458-4.458s-4.458 2-4.458 4.458a4.461 4.461 0 0 0 3.761 4.399v4.973a6.347 6.347 0 0 0-5.642 6.3 6.29 6.29 0 0 0 .887 3.216l-4.293 3.967a4.437 4.437 0 0 0-2.792-.985c-2.458 0-4.458 2-4.458 4.458s2 4.458 4.458 4.458 4.458-2 4.458-4.458c0-.9-.268-1.74-.729-2.441l4.198-3.88A6.314 6.314 0 0 0 23 32.846a6.314 6.314 0 0 0 4.61-2.003l4.225 3.843a4.43 4.43 0 0 0-.756 2.478c0 2.458 2 4.458 4.458 4.458s4.458-2 4.458-4.458c0-2.459-2-4.458-4.458-4.458zm-25.074 7.522A3.068 3.068 0 0 1 7.4 37.164a3.068 3.068 0 0 1 3.064-3.065 3.068 3.068 0 0 1 3.064 3.065 3.068 3.068 0 0 1-3.064 3.064zm9.473-29.392A3.068 3.068 0 0 1 23 7.772a3.068 3.068 0 0 1 3.064 3.064A3.068 3.068 0 0 1 23 13.9a3.068 3.068 0 0 1-3.064-3.064zM23 31.452a4.95 4.95 0 0 1-4.944-4.945A4.95 4.95 0 0 1 23 21.563a4.95 4.95 0 0 1 4.944 4.944A4.95 4.95 0 0 1 23 31.452z' fill='%23009845'/%3E%3C/svg%3E")
}
.product-category-adama .node--type-product.node--view-mode-full .field--name-region {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.027 8.818c-1.96 0-3.77.886-4.969 2.428-1.208 1.556-1.625 3.528-1.144 5.41.146.571.385 1.134.71 1.674l1.268 2.106c-.457.17-.865.212-1.289.255-.694.072-1.48.153-2.253.891-1.54 1.47-1.385 3.867-1.301 4.566.102.866.453 1.474.793 2.061.128.222.262.451.379.693.35.727.406 1.595.152 2.334-.588 1.064-.67 2.059-.229 2.805.293.494.935 1.08 2.346 1.06l.06-.001c.847-.088 1.322-.6 1.669-.973.3-.323.47-.492.761-.525.227-.026.486.126.786.302 1.065.734 2.05.598 3.033-.527.823-.77 1.32-1.234 2.625-1.47l.015-.003c1.19-.244 2.894-.49 3.942.186.711.46 1.076 1.254 1.344 1.834a4.8 4.8 0 0 0 .298.582c.337.518.765.485.934.447.24-.054.552-.233.67-.773.042-.193.058-.414.076-.649.017-.226.057-.734.148-.904.17.024.54.25.793.488.569.54.613 1.138.67 1.897.054.707.115 1.51.653 2.275l.01.014c.851 1.145 2.566 1.88 4.378 1.88h.053c1.551-.011 2.846-.58 3.553-1.562.296-.478.416-1 .619-1.492.293-.71.814-1.381 1.295-2.047.947-1.312 1.586-2.606 1.898-3.846.393-1.56.275-3.039-.353-4.398-.402-.892-1.168-1.452-1.68-2.21-.145-.224-.32-.586-.555-.816-.81-1.3-3.602-5.735-4.05-6.68-.544-.947-.905-.861-1.41-1.675-.693-.915-.257-2.452-1.36-2.613-1.073-.08-1.363 1.577-1.502 2.373l-.006.04c-.08.449-.032.964.014 1.462.063.674.133 1.438-.166 1.71-.436.397-1.193.251-1.674-.118-1.052-.93-.931-2.514-2.137-3.461-.603-.503-1.392-.727-2.218-.633-.525.06-1.037.24-1.494.517a6.352 6.352 0 0 0-1.184-2.486 6.25 6.25 0 0 0-4.97-2.428Zm0 1.329c1.548 0 2.976.697 3.92 1.914a4.967 4.967 0 0 1 1.06 2.988v.047c.002.41-.05.823-.154 1.23a4.92 4.92 0 0 1-.56 1.319l-4.266 7.076-4.265-7.076a4.924 4.924 0 0 1-.56-1.319c-.38-1.482-.05-3.035.905-4.265a4.927 4.927 0 0 1 3.92-1.914zm0 2.125a2.858 2.858 0 0 0-2.855 2.853 2.86 2.86 0 0 0 2.855 2.855 2.858 2.858 0 0 0 2.854-2.855 2.856 2.856 0 0 0-2.854-2.853zm0 1.328a1.527 1.527 0 1 1-.002 3.053 1.527 1.527 0 0 1 .002-3.053zm15.166.722c.183.596.825 1.528 1.217 1.797.196.173.353.312.555.645.475 1.113 3.837 6.38 4.449 7.318.013.019.028.032.041.049.549.829 1.58 1.731 1.76 2.262.925 2.003.448 4.328-1.416 6.91-.856 1.03-1.483 2.299-1.938 3.568-.463.616-1.359.974-2.465.983h-.039c-1.361 0-2.715-.547-3.308-1.338-.323-.465-.365-.993-.41-1.604-.063-.833-.141-1.87-1.082-2.762-.214-.201-1.324-1.185-2.282-.734-.456.215-.667.64-.775 1.094-.31-.538-.743-1.113-1.4-1.537-1.454-.939-3.503-.662-4.92-.371-1.684.307-2.427 1-3.288 1.804-.205.192-.418.39-.658.598-.177.085-.32.035-.795-.244-.42-.248-.941-.555-1.609-.479-.793.09-1.232.562-1.584.942-.308.331-.487.51-.805.552-.353.002-.943-.054-1.154-.41-.19-.322-.09-.892.27-1.525a.668.668 0 0 0 .046-.1 4.417 4.417 0 0 0-.187-3.416 11.76 11.76 0 0 0-.424-.781c-.31-.535-.554-.958-.625-1.553-.028-.238-.245-2.355.9-3.449.445-.424.854-.466 1.473-.53.515-.052 1.13-.116 1.848-.425l2.87 4.764a.663.663 0 0 0 1.138 0l4.834-8.02c.325-.54.564-1.103.71-1.674.115-.447.178-.899.192-1.35.385-.418.94-.71 1.494-.773 2.128-.268 1.931 2.91 3.397 3.828.9.693 2.388.946 3.375.05 1.155-1.06.371-2.819.595-4.089z' fill='%23009845'/%3E%3C/svg%3E")
}
.product-category-blue .node--type-product.node--view-mode-full .field--name-active-ingredients {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.926 19.667v-8.486c1.112-.286 1.946-1.322 1.946-2.555C28.872 7.18 27.725 6 26.318 6h-6.636c-1.407 0-2.554 1.18-2.554 2.626 0 1.233.834 2.27 1.946 2.555v8.486c-4.378 1.68-7.28 5.932-7.28 10.81C11.795 36.836 16.816 42 23 42s11.205-5.163 11.205-11.524c.017-4.877-2.901-9.13-7.279-10.809zm-6.81 1.358a.818.818 0 0 0 .556-.768v-9.826a.809.809 0 0 0-.799-.822h-.191a.985.985 0 0 1-.973-1c0-.554.434-1.001.973-1.001h6.636c.539 0 .973.447.973 1 0 .554-.434 1-.973 1h-.191c-.434 0-.8.358-.8.823v9.808c0 .358.227.661.557.768 2.866.93 5.072 3.127 6.098 5.878-.99.233-1.616.804-2.12 1.305-.59.553-1.008.964-1.928.964-.921 0-1.338-.41-1.929-.964-.642-.626-1.459-1.394-3.005-1.394-1.546 0-2.363.768-3.005 1.394-.591.553-1.008.964-1.929.964-.92 0-1.337-.41-1.928-.964-.521-.483-1.13-1.072-2.12-1.305 1.025-2.733 3.232-4.93 6.098-5.86zM23 40.375c-5.299 0-9.624-4.45-9.624-9.899 0-.678.07-1.34.19-2 .644.107 1.008.464 1.495.928.643.626 1.46 1.394 3.005 1.394 1.546 0 2.363-.768 3.006-1.394.59-.553 1.007-.964 1.928-.964.92 0 1.338.41 1.928.964.643.626 1.46 1.394 3.006 1.394 1.546 0 2.362-.768 3.005-1.394.487-.464.851-.821 1.494-.929.122.644.191 1.323.191 2.001 0 5.45-4.308 9.898-9.624 9.898zm1.13-4.092h-2.26c-.433 0-.798.357-.798.822 0 .464.347.822.799.822h2.258c.435 0 .8-.358.8-.822 0-.465-.348-.822-.8-.822zm2.258-3.609h-6.776c-.434 0-.799.357-.799.822 0 .447.348.822.8.822h6.775c.434 0 .799-.358.799-.822 0-.465-.348-.822-.8-.822z' fill='%2300a0df'/%3E%3C/svg%3E")
}
.product-category-blue .node--type-product.node--view-mode-full .field--name-formulation-type {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m33.35 35.024.002-.002.03-.032a3.053 3.053 0 0 1 2.155-.89 3.068 3.068 0 0 1 3.064 3.064 3.068 3.068 0 0 1-3.064 3.064 3.068 3.068 0 0 1-3.064-3.064c0-.833.336-1.587.877-2.14zm2.187-2.318c-1.04 0-1.996.359-2.755.957l-4.33-3.94c.56-.943.887-2.04.887-3.216a6.347 6.347 0 0 0-5.642-6.3v-4.972a4.46 4.46 0 0 0 3.761-4.399c0-2.458-2-4.458-4.458-4.458s-4.458 2-4.458 4.458a4.461 4.461 0 0 0 3.761 4.399v4.973a6.347 6.347 0 0 0-5.642 6.3 6.29 6.29 0 0 0 .887 3.216l-4.293 3.967a4.437 4.437 0 0 0-2.792-.985c-2.458 0-4.458 2-4.458 4.458s2 4.458 4.458 4.458 4.458-2 4.458-4.458c0-.9-.268-1.74-.729-2.441l4.198-3.88A6.314 6.314 0 0 0 23 32.846a6.314 6.314 0 0 0 4.61-2.003l4.225 3.843a4.43 4.43 0 0 0-.756 2.478c0 2.458 2 4.458 4.458 4.458s4.458-2 4.458-4.458c0-2.459-2-4.458-4.458-4.458zm-25.074 7.522A3.068 3.068 0 0 1 7.4 37.164a3.068 3.068 0 0 1 3.064-3.065 3.068 3.068 0 0 1 3.064 3.065 3.068 3.068 0 0 1-3.064 3.064zm9.473-29.392A3.068 3.068 0 0 1 23 7.772a3.068 3.068 0 0 1 3.064 3.064A3.068 3.068 0 0 1 23 13.9a3.068 3.068 0 0 1-3.064-3.064zM23 31.452a4.95 4.95 0 0 1-4.944-4.945A4.95 4.95 0 0 1 23 21.563a4.95 4.95 0 0 1 4.944 4.944A4.95 4.95 0 0 1 23 31.452z' fill='%2300a0df'/%3E%3C/svg%3E")
}
.product-category-blue .node--type-product.node--view-mode-full .field--name-region {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.027 8.818c-1.96 0-3.77.886-4.969 2.428-1.208 1.556-1.625 3.528-1.144 5.41.146.571.385 1.134.71 1.674l1.268 2.106c-.457.17-.865.212-1.289.255-.694.072-1.48.153-2.253.891-1.54 1.47-1.385 3.867-1.301 4.566.102.866.453 1.474.793 2.061.128.222.262.451.379.693.35.727.406 1.595.152 2.334-.588 1.064-.67 2.059-.229 2.805.293.494.935 1.08 2.346 1.06l.06-.001c.847-.088 1.322-.6 1.669-.973.3-.323.47-.492.761-.525.227-.026.486.126.786.302 1.065.734 2.05.598 3.033-.527.823-.77 1.32-1.234 2.625-1.47l.015-.003c1.19-.244 2.894-.49 3.942.186.711.46 1.076 1.254 1.344 1.834a4.8 4.8 0 0 0 .298.582c.337.518.765.485.934.447.24-.054.552-.233.67-.773.042-.193.058-.414.076-.649.017-.226.057-.734.148-.904.17.024.54.25.793.488.569.54.613 1.138.67 1.897.054.707.115 1.51.653 2.275l.01.014c.851 1.145 2.566 1.88 4.378 1.88h.053c1.551-.011 2.846-.58 3.553-1.562.296-.478.416-1 .619-1.492.293-.71.814-1.381 1.295-2.047.947-1.312 1.586-2.606 1.898-3.846.393-1.56.275-3.039-.353-4.398-.402-.892-1.168-1.452-1.68-2.21-.145-.224-.32-.586-.555-.816-.81-1.3-3.602-5.735-4.05-6.68-.544-.947-.905-.861-1.41-1.675-.693-.915-.257-2.452-1.36-2.613-1.073-.08-1.363 1.577-1.502 2.373l-.006.04c-.08.449-.032.964.014 1.462.063.674.133 1.438-.166 1.71-.436.397-1.193.251-1.674-.118-1.052-.93-.931-2.514-2.137-3.461-.603-.503-1.392-.727-2.218-.633-.525.06-1.037.24-1.494.517a6.352 6.352 0 0 0-1.184-2.486 6.25 6.25 0 0 0-4.97-2.428Zm0 1.329c1.548 0 2.976.697 3.92 1.914a4.967 4.967 0 0 1 1.06 2.988v.047c.002.41-.05.823-.154 1.23a4.92 4.92 0 0 1-.56 1.319l-4.266 7.076-4.265-7.076a4.924 4.924 0 0 1-.56-1.319c-.38-1.482-.05-3.035.905-4.265a4.927 4.927 0 0 1 3.92-1.914zm0 2.125a2.858 2.858 0 0 0-2.855 2.853 2.86 2.86 0 0 0 2.855 2.855 2.858 2.858 0 0 0 2.854-2.855 2.856 2.856 0 0 0-2.854-2.853zm0 1.328a1.527 1.527 0 1 1-.002 3.053 1.527 1.527 0 0 1 .002-3.053zm15.166.722c.183.596.825 1.528 1.217 1.797.196.173.353.312.555.645.475 1.113 3.837 6.38 4.449 7.318.013.019.028.032.041.049.549.829 1.58 1.731 1.76 2.262.925 2.003.448 4.328-1.416 6.91-.856 1.03-1.483 2.299-1.938 3.568-.463.616-1.359.974-2.465.983h-.039c-1.361 0-2.715-.547-3.308-1.338-.323-.465-.365-.993-.41-1.604-.063-.833-.141-1.87-1.082-2.762-.214-.201-1.324-1.185-2.282-.734-.456.215-.667.64-.775 1.094-.31-.538-.743-1.113-1.4-1.537-1.454-.939-3.503-.662-4.92-.371-1.684.307-2.427 1-3.288 1.804-.205.192-.418.39-.658.598-.177.085-.32.035-.795-.244-.42-.248-.941-.555-1.609-.479-.793.09-1.232.562-1.584.942-.308.331-.487.51-.805.552-.353.002-.943-.054-1.154-.41-.19-.322-.09-.892.27-1.525a.668.668 0 0 0 .046-.1 4.417 4.417 0 0 0-.187-3.416 11.76 11.76 0 0 0-.424-.781c-.31-.535-.554-.958-.625-1.553-.028-.238-.245-2.355.9-3.449.445-.424.854-.466 1.473-.53.515-.052 1.13-.116 1.848-.425l2.87 4.764a.663.663 0 0 0 1.138 0l4.834-8.02c.325-.54.564-1.103.71-1.674.115-.447.178-.899.192-1.35.385-.418.94-.71 1.494-.773 2.128-.268 1.931 2.91 3.397 3.828.9.693 2.388.946 3.375.05 1.155-1.06.371-2.819.595-4.089z' fill='%2300a0df'/%3E%3C/svg%3E")
}
.product-category-green .node--type-product.node--view-mode-full .field--name-active-ingredients {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.926 19.667v-8.486c1.112-.286 1.946-1.322 1.946-2.555C28.872 7.18 27.725 6 26.318 6h-6.636c-1.407 0-2.554 1.18-2.554 2.626 0 1.233.834 2.27 1.946 2.555v8.486c-4.378 1.68-7.28 5.932-7.28 10.81C11.795 36.836 16.816 42 23 42s11.205-5.163 11.205-11.524c.017-4.877-2.901-9.13-7.279-10.809zm-6.81 1.358a.818.818 0 0 0 .556-.768v-9.826a.809.809 0 0 0-.799-.822h-.191a.985.985 0 0 1-.973-1c0-.554.434-1.001.973-1.001h6.636c.539 0 .973.447.973 1 0 .554-.434 1-.973 1h-.191c-.434 0-.8.358-.8.823v9.808c0 .358.227.661.557.768 2.866.93 5.072 3.127 6.098 5.878-.99.233-1.616.804-2.12 1.305-.59.553-1.008.964-1.928.964-.921 0-1.338-.41-1.929-.964-.642-.626-1.459-1.394-3.005-1.394-1.546 0-2.363.768-3.005 1.394-.591.553-1.008.964-1.929.964-.92 0-1.337-.41-1.928-.964-.521-.483-1.13-1.072-2.12-1.305 1.025-2.733 3.232-4.93 6.098-5.86zM23 40.375c-5.299 0-9.624-4.45-9.624-9.899 0-.678.07-1.34.19-2 .644.107 1.008.464 1.495.928.643.626 1.46 1.394 3.005 1.394 1.546 0 2.363-.768 3.006-1.394.59-.553 1.007-.964 1.928-.964.92 0 1.338.41 1.928.964.643.626 1.46 1.394 3.006 1.394 1.546 0 2.362-.768 3.005-1.394.487-.464.851-.821 1.494-.929.122.644.191 1.323.191 2.001 0 5.45-4.308 9.898-9.624 9.898zm1.13-4.092h-2.26c-.433 0-.798.357-.798.822 0 .464.347.822.799.822h2.258c.435 0 .8-.358.8-.822 0-.465-.348-.822-.8-.822zm2.258-3.609h-6.776c-.434 0-.799.357-.799.822 0 .447.348.822.8.822h6.775c.434 0 .799-.358.799-.822 0-.465-.348-.822-.8-.822z' fill='%2393cc23'/%3E%3C/svg%3E")
}
.product-category-green .node--type-product.node--view-mode-full .field--name-formulation-type {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m33.35 35.024.002-.002.03-.032a3.053 3.053 0 0 1 2.155-.89 3.068 3.068 0 0 1 3.064 3.064 3.068 3.068 0 0 1-3.064 3.064 3.068 3.068 0 0 1-3.064-3.064c0-.833.336-1.587.877-2.14zm2.187-2.318c-1.04 0-1.996.359-2.755.957l-4.33-3.94c.56-.943.887-2.04.887-3.216a6.347 6.347 0 0 0-5.642-6.3v-4.972a4.46 4.46 0 0 0 3.761-4.399c0-2.458-2-4.458-4.458-4.458s-4.458 2-4.458 4.458a4.461 4.461 0 0 0 3.761 4.399v4.973a6.347 6.347 0 0 0-5.642 6.3 6.29 6.29 0 0 0 .887 3.216l-4.293 3.967a4.437 4.437 0 0 0-2.792-.985c-2.458 0-4.458 2-4.458 4.458s2 4.458 4.458 4.458 4.458-2 4.458-4.458c0-.9-.268-1.74-.729-2.441l4.198-3.88A6.314 6.314 0 0 0 23 32.846a6.314 6.314 0 0 0 4.61-2.003l4.225 3.843a4.43 4.43 0 0 0-.756 2.478c0 2.458 2 4.458 4.458 4.458s4.458-2 4.458-4.458c0-2.459-2-4.458-4.458-4.458zm-25.074 7.522A3.068 3.068 0 0 1 7.4 37.164a3.068 3.068 0 0 1 3.064-3.065 3.068 3.068 0 0 1 3.064 3.065 3.068 3.068 0 0 1-3.064 3.064zm9.473-29.392A3.068 3.068 0 0 1 23 7.772a3.068 3.068 0 0 1 3.064 3.064A3.068 3.068 0 0 1 23 13.9a3.068 3.068 0 0 1-3.064-3.064zM23 31.452a4.95 4.95 0 0 1-4.944-4.945A4.95 4.95 0 0 1 23 21.563a4.95 4.95 0 0 1 4.944 4.944A4.95 4.95 0 0 1 23 31.452z' fill='%2393cc23'/%3E%3C/svg%3E")
}
.product-category-green .node--type-product.node--view-mode-full .field--name-region {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.027 8.818c-1.96 0-3.77.886-4.969 2.428-1.208 1.556-1.625 3.528-1.144 5.41.146.571.385 1.134.71 1.674l1.268 2.106c-.457.17-.865.212-1.289.255-.694.072-1.48.153-2.253.891-1.54 1.47-1.385 3.867-1.301 4.566.102.866.453 1.474.793 2.061.128.222.262.451.379.693.35.727.406 1.595.152 2.334-.588 1.064-.67 2.059-.229 2.805.293.494.935 1.08 2.346 1.06l.06-.001c.847-.088 1.322-.6 1.669-.973.3-.323.47-.492.761-.525.227-.026.486.126.786.302 1.065.734 2.05.598 3.033-.527.823-.77 1.32-1.234 2.625-1.47l.015-.003c1.19-.244 2.894-.49 3.942.186.711.46 1.076 1.254 1.344 1.834a4.8 4.8 0 0 0 .298.582c.337.518.765.485.934.447.24-.054.552-.233.67-.773.042-.193.058-.414.076-.649.017-.226.057-.734.148-.904.17.024.54.25.793.488.569.54.613 1.138.67 1.897.054.707.115 1.51.653 2.275l.01.014c.851 1.145 2.566 1.88 4.378 1.88h.053c1.551-.011 2.846-.58 3.553-1.562.296-.478.416-1 .619-1.492.293-.71.814-1.381 1.295-2.047.947-1.312 1.586-2.606 1.898-3.846.393-1.56.275-3.039-.353-4.398-.402-.892-1.168-1.452-1.68-2.21-.145-.224-.32-.586-.555-.816-.81-1.3-3.602-5.735-4.05-6.68-.544-.947-.905-.861-1.41-1.675-.693-.915-.257-2.452-1.36-2.613-1.073-.08-1.363 1.577-1.502 2.373l-.006.04c-.08.449-.032.964.014 1.462.063.674.133 1.438-.166 1.71-.436.397-1.193.251-1.674-.118-1.052-.93-.931-2.514-2.137-3.461-.603-.503-1.392-.727-2.218-.633-.525.06-1.037.24-1.494.517a6.352 6.352 0 0 0-1.184-2.486 6.25 6.25 0 0 0-4.97-2.428Zm0 1.329c1.548 0 2.976.697 3.92 1.914a4.967 4.967 0 0 1 1.06 2.988v.047c.002.41-.05.823-.154 1.23a4.92 4.92 0 0 1-.56 1.319l-4.266 7.076-4.265-7.076a4.924 4.924 0 0 1-.56-1.319c-.38-1.482-.05-3.035.905-4.265a4.927 4.927 0 0 1 3.92-1.914zm0 2.125a2.858 2.858 0 0 0-2.855 2.853 2.86 2.86 0 0 0 2.855 2.855 2.858 2.858 0 0 0 2.854-2.855 2.856 2.856 0 0 0-2.854-2.853zm0 1.328a1.527 1.527 0 1 1-.002 3.053 1.527 1.527 0 0 1 .002-3.053zm15.166.722c.183.596.825 1.528 1.217 1.797.196.173.353.312.555.645.475 1.113 3.837 6.38 4.449 7.318.013.019.028.032.041.049.549.829 1.58 1.731 1.76 2.262.925 2.003.448 4.328-1.416 6.91-.856 1.03-1.483 2.299-1.938 3.568-.463.616-1.359.974-2.465.983h-.039c-1.361 0-2.715-.547-3.308-1.338-.323-.465-.365-.993-.41-1.604-.063-.833-.141-1.87-1.082-2.762-.214-.201-1.324-1.185-2.282-.734-.456.215-.667.64-.775 1.094-.31-.538-.743-1.113-1.4-1.537-1.454-.939-3.503-.662-4.92-.371-1.684.307-2.427 1-3.288 1.804-.205.192-.418.39-.658.598-.177.085-.32.035-.795-.244-.42-.248-.941-.555-1.609-.479-.793.09-1.232.562-1.584.942-.308.331-.487.51-.805.552-.353.002-.943-.054-1.154-.41-.19-.322-.09-.892.27-1.525a.668.668 0 0 0 .046-.1 4.417 4.417 0 0 0-.187-3.416 11.76 11.76 0 0 0-.424-.781c-.31-.535-.554-.958-.625-1.553-.028-.238-.245-2.355.9-3.449.445-.424.854-.466 1.473-.53.515-.052 1.13-.116 1.848-.425l2.87 4.764a.663.663 0 0 0 1.138 0l4.834-8.02c.325-.54.564-1.103.71-1.674.115-.447.178-.899.192-1.35.385-.418.94-.71 1.494-.773 2.128-.268 1.931 2.91 3.397 3.828.9.693 2.388.946 3.375.05 1.155-1.06.371-2.819.595-4.089z' fill='%2393cc23'/%3E%3C/svg%3E")
}
.product-category-orange .node--type-product.node--view-mode-full .field--name-active-ingredients {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.926 19.667v-8.486c1.112-.286 1.946-1.322 1.946-2.555C28.872 7.18 27.725 6 26.318 6h-6.636c-1.407 0-2.554 1.18-2.554 2.626 0 1.233.834 2.27 1.946 2.555v8.486c-4.378 1.68-7.28 5.932-7.28 10.81C11.795 36.836 16.816 42 23 42s11.205-5.163 11.205-11.524c.017-4.877-2.901-9.13-7.279-10.809zm-6.81 1.358a.818.818 0 0 0 .556-.768v-9.826a.809.809 0 0 0-.799-.822h-.191a.985.985 0 0 1-.973-1c0-.554.434-1.001.973-1.001h6.636c.539 0 .973.447.973 1 0 .554-.434 1-.973 1h-.191c-.434 0-.8.358-.8.823v9.808c0 .358.227.661.557.768 2.866.93 5.072 3.127 6.098 5.878-.99.233-1.616.804-2.12 1.305-.59.553-1.008.964-1.928.964-.921 0-1.338-.41-1.929-.964-.642-.626-1.459-1.394-3.005-1.394-1.546 0-2.363.768-3.005 1.394-.591.553-1.008.964-1.929.964-.92 0-1.337-.41-1.928-.964-.521-.483-1.13-1.072-2.12-1.305 1.025-2.733 3.232-4.93 6.098-5.86zM23 40.375c-5.299 0-9.624-4.45-9.624-9.899 0-.678.07-1.34.19-2 .644.107 1.008.464 1.495.928.643.626 1.46 1.394 3.005 1.394 1.546 0 2.363-.768 3.006-1.394.59-.553 1.007-.964 1.928-.964.92 0 1.338.41 1.928.964.643.626 1.46 1.394 3.006 1.394 1.546 0 2.362-.768 3.005-1.394.487-.464.851-.821 1.494-.929.122.644.191 1.323.191 2.001 0 5.45-4.308 9.898-9.624 9.898zm1.13-4.092h-2.26c-.433 0-.798.357-.798.822 0 .464.347.822.799.822h2.258c.435 0 .8-.358.8-.822 0-.465-.348-.822-.8-.822zm2.258-3.609h-6.776c-.434 0-.799.357-.799.822 0 .447.348.822.8.822h6.775c.434 0 .799-.358.799-.822 0-.465-.348-.822-.8-.822z' fill='%23f5b317'/%3E%3C/svg%3E")
}
.product-category-orange .node--type-product.node--view-mode-full .field--name-formulation-type {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m33.35 35.024.002-.002.03-.032a3.053 3.053 0 0 1 2.155-.89 3.068 3.068 0 0 1 3.064 3.064 3.068 3.068 0 0 1-3.064 3.064 3.068 3.068 0 0 1-3.064-3.064c0-.833.336-1.587.877-2.14zm2.187-2.318c-1.04 0-1.996.359-2.755.957l-4.33-3.94c.56-.943.887-2.04.887-3.216a6.347 6.347 0 0 0-5.642-6.3v-4.972a4.46 4.46 0 0 0 3.761-4.399c0-2.458-2-4.458-4.458-4.458s-4.458 2-4.458 4.458a4.461 4.461 0 0 0 3.761 4.399v4.973a6.347 6.347 0 0 0-5.642 6.3 6.29 6.29 0 0 0 .887 3.216l-4.293 3.967a4.437 4.437 0 0 0-2.792-.985c-2.458 0-4.458 2-4.458 4.458s2 4.458 4.458 4.458 4.458-2 4.458-4.458c0-.9-.268-1.74-.729-2.441l4.198-3.88A6.314 6.314 0 0 0 23 32.846a6.314 6.314 0 0 0 4.61-2.003l4.225 3.843a4.43 4.43 0 0 0-.756 2.478c0 2.458 2 4.458 4.458 4.458s4.458-2 4.458-4.458c0-2.459-2-4.458-4.458-4.458zm-25.074 7.522A3.068 3.068 0 0 1 7.4 37.164a3.068 3.068 0 0 1 3.064-3.065 3.068 3.068 0 0 1 3.064 3.065 3.068 3.068 0 0 1-3.064 3.064zm9.473-29.392A3.068 3.068 0 0 1 23 7.772a3.068 3.068 0 0 1 3.064 3.064A3.068 3.068 0 0 1 23 13.9a3.068 3.068 0 0 1-3.064-3.064zM23 31.452a4.95 4.95 0 0 1-4.944-4.945A4.95 4.95 0 0 1 23 21.563a4.95 4.95 0 0 1 4.944 4.944A4.95 4.95 0 0 1 23 31.452z' fill='%23f5b317'/%3E%3C/svg%3E")
}
.product-category-orange .node--type-product.node--view-mode-full .field--name-region {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.027 8.818c-1.96 0-3.77.886-4.969 2.428-1.208 1.556-1.625 3.528-1.144 5.41.146.571.385 1.134.71 1.674l1.268 2.106c-.457.17-.865.212-1.289.255-.694.072-1.48.153-2.253.891-1.54 1.47-1.385 3.867-1.301 4.566.102.866.453 1.474.793 2.061.128.222.262.451.379.693.35.727.406 1.595.152 2.334-.588 1.064-.67 2.059-.229 2.805.293.494.935 1.08 2.346 1.06l.06-.001c.847-.088 1.322-.6 1.669-.973.3-.323.47-.492.761-.525.227-.026.486.126.786.302 1.065.734 2.05.598 3.033-.527.823-.77 1.32-1.234 2.625-1.47l.015-.003c1.19-.244 2.894-.49 3.942.186.711.46 1.076 1.254 1.344 1.834a4.8 4.8 0 0 0 .298.582c.337.518.765.485.934.447.24-.054.552-.233.67-.773.042-.193.058-.414.076-.649.017-.226.057-.734.148-.904.17.024.54.25.793.488.569.54.613 1.138.67 1.897.054.707.115 1.51.653 2.275l.01.014c.851 1.145 2.566 1.88 4.378 1.88h.053c1.551-.011 2.846-.58 3.553-1.562.296-.478.416-1 .619-1.492.293-.71.814-1.381 1.295-2.047.947-1.312 1.586-2.606 1.898-3.846.393-1.56.275-3.039-.353-4.398-.402-.892-1.168-1.452-1.68-2.21-.145-.224-.32-.586-.555-.816-.81-1.3-3.602-5.735-4.05-6.68-.544-.947-.905-.861-1.41-1.675-.693-.915-.257-2.452-1.36-2.613-1.073-.08-1.363 1.577-1.502 2.373l-.006.04c-.08.449-.032.964.014 1.462.063.674.133 1.438-.166 1.71-.436.397-1.193.251-1.674-.118-1.052-.93-.931-2.514-2.137-3.461-.603-.503-1.392-.727-2.218-.633-.525.06-1.037.24-1.494.517a6.352 6.352 0 0 0-1.184-2.486 6.25 6.25 0 0 0-4.97-2.428Zm0 1.329c1.548 0 2.976.697 3.92 1.914a4.967 4.967 0 0 1 1.06 2.988v.047c.002.41-.05.823-.154 1.23a4.92 4.92 0 0 1-.56 1.319l-4.266 7.076-4.265-7.076a4.924 4.924 0 0 1-.56-1.319c-.38-1.482-.05-3.035.905-4.265a4.927 4.927 0 0 1 3.92-1.914zm0 2.125a2.858 2.858 0 0 0-2.855 2.853 2.86 2.86 0 0 0 2.855 2.855 2.858 2.858 0 0 0 2.854-2.855 2.856 2.856 0 0 0-2.854-2.853zm0 1.328a1.527 1.527 0 1 1-.002 3.053 1.527 1.527 0 0 1 .002-3.053zm15.166.722c.183.596.825 1.528 1.217 1.797.196.173.353.312.555.645.475 1.113 3.837 6.38 4.449 7.318.013.019.028.032.041.049.549.829 1.58 1.731 1.76 2.262.925 2.003.448 4.328-1.416 6.91-.856 1.03-1.483 2.299-1.938 3.568-.463.616-1.359.974-2.465.983h-.039c-1.361 0-2.715-.547-3.308-1.338-.323-.465-.365-.993-.41-1.604-.063-.833-.141-1.87-1.082-2.762-.214-.201-1.324-1.185-2.282-.734-.456.215-.667.64-.775 1.094-.31-.538-.743-1.113-1.4-1.537-1.454-.939-3.503-.662-4.92-.371-1.684.307-2.427 1-3.288 1.804-.205.192-.418.39-.658.598-.177.085-.32.035-.795-.244-.42-.248-.941-.555-1.609-.479-.793.09-1.232.562-1.584.942-.308.331-.487.51-.805.552-.353.002-.943-.054-1.154-.41-.19-.322-.09-.892.27-1.525a.668.668 0 0 0 .046-.1 4.417 4.417 0 0 0-.187-3.416 11.76 11.76 0 0 0-.424-.781c-.31-.535-.554-.958-.625-1.553-.028-.238-.245-2.355.9-3.449.445-.424.854-.466 1.473-.53.515-.052 1.13-.116 1.848-.425l2.87 4.764a.663.663 0 0 0 1.138 0l4.834-8.02c.325-.54.564-1.103.71-1.674.115-.447.178-.899.192-1.35.385-.418.94-.71 1.494-.773 2.128-.268 1.931 2.91 3.397 3.828.9.693 2.388.946 3.375.05 1.155-1.06.371-2.819.595-4.089z' fill='%23f5b317'/%3E%3C/svg%3E")
}
.product-category-purple .node--type-product.node--view-mode-full .field--name-active-ingredients {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.926 19.667v-8.486c1.112-.286 1.946-1.322 1.946-2.555C28.872 7.18 27.725 6 26.318 6h-6.636c-1.407 0-2.554 1.18-2.554 2.626 0 1.233.834 2.27 1.946 2.555v8.486c-4.378 1.68-7.28 5.932-7.28 10.81C11.795 36.836 16.816 42 23 42s11.205-5.163 11.205-11.524c.017-4.877-2.901-9.13-7.279-10.809zm-6.81 1.358a.818.818 0 0 0 .556-.768v-9.826a.809.809 0 0 0-.799-.822h-.191a.985.985 0 0 1-.973-1c0-.554.434-1.001.973-1.001h6.636c.539 0 .973.447.973 1 0 .554-.434 1-.973 1h-.191c-.434 0-.8.358-.8.823v9.808c0 .358.227.661.557.768 2.866.93 5.072 3.127 6.098 5.878-.99.233-1.616.804-2.12 1.305-.59.553-1.008.964-1.928.964-.921 0-1.338-.41-1.929-.964-.642-.626-1.459-1.394-3.005-1.394-1.546 0-2.363.768-3.005 1.394-.591.553-1.008.964-1.929.964-.92 0-1.337-.41-1.928-.964-.521-.483-1.13-1.072-2.12-1.305 1.025-2.733 3.232-4.93 6.098-5.86zM23 40.375c-5.299 0-9.624-4.45-9.624-9.899 0-.678.07-1.34.19-2 .644.107 1.008.464 1.495.928.643.626 1.46 1.394 3.005 1.394 1.546 0 2.363-.768 3.006-1.394.59-.553 1.007-.964 1.928-.964.92 0 1.338.41 1.928.964.643.626 1.46 1.394 3.006 1.394 1.546 0 2.362-.768 3.005-1.394.487-.464.851-.821 1.494-.929.122.644.191 1.323.191 2.001 0 5.45-4.308 9.898-9.624 9.898zm1.13-4.092h-2.26c-.433 0-.798.357-.798.822 0 .464.347.822.799.822h2.258c.435 0 .8-.358.8-.822 0-.465-.348-.822-.8-.822zm2.258-3.609h-6.776c-.434 0-.799.357-.799.822 0 .447.348.822.8.822h6.775c.434 0 .799-.358.799-.822 0-.465-.348-.822-.8-.822z' fill='%239d1d96'/%3E%3C/svg%3E")
}
.product-category-purple .node--type-product.node--view-mode-full .field--name-formulation-type {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m33.35 35.024.002-.002.03-.032a3.053 3.053 0 0 1 2.155-.89 3.068 3.068 0 0 1 3.064 3.064 3.068 3.068 0 0 1-3.064 3.064 3.068 3.068 0 0 1-3.064-3.064c0-.833.336-1.587.877-2.14zm2.187-2.318c-1.04 0-1.996.359-2.755.957l-4.33-3.94c.56-.943.887-2.04.887-3.216a6.347 6.347 0 0 0-5.642-6.3v-4.972a4.46 4.46 0 0 0 3.761-4.399c0-2.458-2-4.458-4.458-4.458s-4.458 2-4.458 4.458a4.461 4.461 0 0 0 3.761 4.399v4.973a6.347 6.347 0 0 0-5.642 6.3 6.29 6.29 0 0 0 .887 3.216l-4.293 3.967a4.437 4.437 0 0 0-2.792-.985c-2.458 0-4.458 2-4.458 4.458s2 4.458 4.458 4.458 4.458-2 4.458-4.458c0-.9-.268-1.74-.729-2.441l4.198-3.88A6.314 6.314 0 0 0 23 32.846a6.314 6.314 0 0 0 4.61-2.003l4.225 3.843a4.43 4.43 0 0 0-.756 2.478c0 2.458 2 4.458 4.458 4.458s4.458-2 4.458-4.458c0-2.459-2-4.458-4.458-4.458zm-25.074 7.522A3.068 3.068 0 0 1 7.4 37.164a3.068 3.068 0 0 1 3.064-3.065 3.068 3.068 0 0 1 3.064 3.065 3.068 3.068 0 0 1-3.064 3.064zm9.473-29.392A3.068 3.068 0 0 1 23 7.772a3.068 3.068 0 0 1 3.064 3.064A3.068 3.068 0 0 1 23 13.9a3.068 3.068 0 0 1-3.064-3.064zM23 31.452a4.95 4.95 0 0 1-4.944-4.945A4.95 4.95 0 0 1 23 21.563a4.95 4.95 0 0 1 4.944 4.944A4.95 4.95 0 0 1 23 31.452z' fill='%239d1d96'/%3E%3C/svg%3E")
}
.product-category-purple .node--type-product.node--view-mode-full .field--name-region {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='48' viewBox='0 0 46 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.027 8.818c-1.96 0-3.77.886-4.969 2.428-1.208 1.556-1.625 3.528-1.144 5.41.146.571.385 1.134.71 1.674l1.268 2.106c-.457.17-.865.212-1.289.255-.694.072-1.48.153-2.253.891-1.54 1.47-1.385 3.867-1.301 4.566.102.866.453 1.474.793 2.061.128.222.262.451.379.693.35.727.406 1.595.152 2.334-.588 1.064-.67 2.059-.229 2.805.293.494.935 1.08 2.346 1.06l.06-.001c.847-.088 1.322-.6 1.669-.973.3-.323.47-.492.761-.525.227-.026.486.126.786.302 1.065.734 2.05.598 3.033-.527.823-.77 1.32-1.234 2.625-1.47l.015-.003c1.19-.244 2.894-.49 3.942.186.711.46 1.076 1.254 1.344 1.834a4.8 4.8 0 0 0 .298.582c.337.518.765.485.934.447.24-.054.552-.233.67-.773.042-.193.058-.414.076-.649.017-.226.057-.734.148-.904.17.024.54.25.793.488.569.54.613 1.138.67 1.897.054.707.115 1.51.653 2.275l.01.014c.851 1.145 2.566 1.88 4.378 1.88h.053c1.551-.011 2.846-.58 3.553-1.562.296-.478.416-1 .619-1.492.293-.71.814-1.381 1.295-2.047.947-1.312 1.586-2.606 1.898-3.846.393-1.56.275-3.039-.353-4.398-.402-.892-1.168-1.452-1.68-2.21-.145-.224-.32-.586-.555-.816-.81-1.3-3.602-5.735-4.05-6.68-.544-.947-.905-.861-1.41-1.675-.693-.915-.257-2.452-1.36-2.613-1.073-.08-1.363 1.577-1.502 2.373l-.006.04c-.08.449-.032.964.014 1.462.063.674.133 1.438-.166 1.71-.436.397-1.193.251-1.674-.118-1.052-.93-.931-2.514-2.137-3.461-.603-.503-1.392-.727-2.218-.633-.525.06-1.037.24-1.494.517a6.352 6.352 0 0 0-1.184-2.486 6.25 6.25 0 0 0-4.97-2.428Zm0 1.329c1.548 0 2.976.697 3.92 1.914a4.967 4.967 0 0 1 1.06 2.988v.047c.002.41-.05.823-.154 1.23a4.92 4.92 0 0 1-.56 1.319l-4.266 7.076-4.265-7.076a4.924 4.924 0 0 1-.56-1.319c-.38-1.482-.05-3.035.905-4.265a4.927 4.927 0 0 1 3.92-1.914zm0 2.125a2.858 2.858 0 0 0-2.855 2.853 2.86 2.86 0 0 0 2.855 2.855 2.858 2.858 0 0 0 2.854-2.855 2.856 2.856 0 0 0-2.854-2.853zm0 1.328a1.527 1.527 0 1 1-.002 3.053 1.527 1.527 0 0 1 .002-3.053zm15.166.722c.183.596.825 1.528 1.217 1.797.196.173.353.312.555.645.475 1.113 3.837 6.38 4.449 7.318.013.019.028.032.041.049.549.829 1.58 1.731 1.76 2.262.925 2.003.448 4.328-1.416 6.91-.856 1.03-1.483 2.299-1.938 3.568-.463.616-1.359.974-2.465.983h-.039c-1.361 0-2.715-.547-3.308-1.338-.323-.465-.365-.993-.41-1.604-.063-.833-.141-1.87-1.082-2.762-.214-.201-1.324-1.185-2.282-.734-.456.215-.667.64-.775 1.094-.31-.538-.743-1.113-1.4-1.537-1.454-.939-3.503-.662-4.92-.371-1.684.307-2.427 1-3.288 1.804-.205.192-.418.39-.658.598-.177.085-.32.035-.795-.244-.42-.248-.941-.555-1.609-.479-.793.09-1.232.562-1.584.942-.308.331-.487.51-.805.552-.353.002-.943-.054-1.154-.41-.19-.322-.09-.892.27-1.525a.668.668 0 0 0 .046-.1 4.417 4.417 0 0 0-.187-3.416 11.76 11.76 0 0 0-.424-.781c-.31-.535-.554-.958-.625-1.553-.028-.238-.245-2.355.9-3.449.445-.424.854-.466 1.473-.53.515-.052 1.13-.116 1.848-.425l2.87 4.764a.663.663 0 0 0 1.138 0l4.834-8.02c.325-.54.564-1.103.71-1.674.115-.447.178-.899.192-1.35.385-.418.94-.71 1.494-.773 2.128-.268 1.931 2.91 3.397 3.828.9.693 2.388.946 3.375.05 1.155-1.06.371-2.819.595-4.089z' fill='%239d1d96'/%3E%3C/svg%3E")
}
.node--type-product.node--view-mode-full .field--name-key-targets {
	padding-bottom: 1rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item {
	background-color: #00783f;
	font-size: 1rem;
	line-height: 1.5;
	display: inline-block;
	box-sizing: border-box;
	margin-right: .125rem;
	margin-bottom: .5rem;
	padding: .25rem .5rem;
	border: 0;
	border-radius: 6px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #009594
}
.product-category-adama .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item {
	background-color: #009594
}
.product-category-blue .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item {
	background-color: #00a0df
}
.product-category-green .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item {
	background-color: #93cc23
}
.product-category-orange .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item {
	background-color: #f5b317
}
.product-category-purple .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item {
	background-color: #9d1d96
}
.node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item a {
	color: #fff
}
.node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item a:hover, .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item a:active, .node--type-product.node--view-mode-full .field--name-key-targets .key-targets--item a:focus {
	text-decoration: none;
	color: #fff
}
.node--type-product.node--view-mode-full .field--name-key-targets+.field--name-crops {
	margin-top: calc(-1rem - 0.1875rem);
	padding-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.node--type-product.node--view-mode-full .package-size--item {
	font-size: 1rem;
	line-height: 1.5;
	display: inline-block;
	box-sizing: border-box;
	margin-right: .125rem;
	margin-bottom: .5rem;
	padding: .25rem .5rem;
	border: 0;
	border-radius: 6px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #978b87
}
.node--type-product.node--view-mode-full .package-size--item a {
	color: #fff
}
.node--type-product.node--view-mode-full .package-size--item a:hover, .node--type-product.node--view-mode-full .package-size--item a:active, .node--type-product.node--view-mode-full .package-size--item a:focus {
	text-decoration: none;
	color: #fff
}
.node--type-product.node--view-mode-full .additional-links--item {
	font-size: 1.125rem;
	line-height: 1.2222222222;
	margin-bottom: 1.125rem
}
.node--type-product.node--view-mode-full .additional-links--item:last-of-type {
	margin-bottom: 0
}
.node--type-product.node--view-mode-full .additional-links--item a {
	color: #009594
}
.product-category-adama .node--type-product.node--view-mode-full .additional-links--item a {
	color: #009594
}
.product-category-blue .node--type-product.node--view-mode-full .additional-links--item a {
	color: #00a0df
}
.product-category-green .node--type-product.node--view-mode-full .additional-links--item a {
	color: #93cc23
}
.product-category-orange .node--type-product.node--view-mode-full .additional-links--item a {
	color: #f5b317
}
.product-category-purple .node--type-product.node--view-mode-full .additional-links--item a {
	color: #9d1d96
}
.product-category-adama .node--type-product.node--view-mode-full .additional-links--item a:hover, .product-category-adama .node--type-product.node--view-mode-full .additional-links--item a:active {
	color: #00783f
}
.product-category-blue .node--type-product.node--view-mode-full .additional-links--item a:hover, .product-category-blue .node--type-product.node--view-mode-full .additional-links--item a:active {
	color: #00698f
}
.product-category-green .node--type-product.node--view-mode-full .additional-links--item a:hover, .product-category-green .node--type-product.node--view-mode-full .additional-links--item a:active {
	color: #7db41e
}
.product-category-orange .node--type-product.node--view-mode-full .additional-links--item a:hover, .product-category-orange .node--type-product.node--view-mode-full .additional-links--item a:active {
	color: #eaa23d
}
.product-category-purple .node--type-product.node--view-mode-full .additional-links--item a:hover, .product-category-purple .node--type-product.node--view-mode-full .additional-links--item a:active {
	color: #752157
}

@media(min-width:1025px) {
.rtl .hero--product .hero--product--image {
	margin-right: max(calc((100% - 1280px) / 2), 60px);
	margin-left: initial
}
}

@media(min-width:1025px) {
.rtl .hero--product .hero--product--content {
	padding-right: 8.5rem;
	padding-left: initial
}
.rtl .hero--product .hero--product--content::before {
	transform: scaleX(-1)
}
}
.related-products {
	padding-top: 3rem;
	padding-bottom: 3.5rem
}

@media(min-width:1025px) {
.related-products {
	padding-top: 4.5rem;
	padding-bottom: 2.5rem
}
}
.related-products .field--name-title {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2857142857;
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 2rem
}

@media(min-width:768px) {
.related-products .field--name-title {
	font-size: 2.25rem;
	line-height: 1.3333333333
}
}

@media(min-width:1025px) {
.related-products .field--name-title {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.related-products .field--name-title {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.related-products .field--name-title {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}
.related-products--container {
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px
}

@media(min-width:1025px) {
.related-products--container {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.related-products--container {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.related-products--container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}
.related-products .field--name-products {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: flex-start;
	width: auto;
	max-width: none
}

@media(max-width:1024px) {
.related-products .field--name-products {
	margin-right: -20px;
	margin-left: -20px;
	padding-right: calc(20px - 0.5rem) !important;
	padding-left: calc(20px - 0.5rem) !important;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	scroll-padding: 0 20px
}
.related-products .field--name-products::-webkit-scrollbar {
display:none
}
}
.related-products .node--type-product {
	margin-right: .5rem;
	margin-left: .5rem;
	min-width: 17.375rem;
	scroll-snap-align: start
}

@media(max-width:767px) {
.related-products .node--type-product {
	width: calc(75% - 1rem)
}
}

@media(min-width:768px) {
.related-products .node--type-product {
	width: calc(37.5% - 1rem)
}
}

@media(min-width:1025px) {
.related-products .node--type-product {
	width: calc(25% - 1rem)
}
}

@media(max-width:1024px) {
.related-products .node--type-product:last-child {
	scroll-snap-align: end
}
}

@media(min-width:768px) {
.related-products .node--type-product {
	min-width: 16.4375rem
}
}

@media(min-width:1025px) {
.related-products .node--type-product {
	min-width: auto;
	cursor: default;
	scroll-snap-align: initial
}
}
.related-products .node--type-product>a:hover .product-image, .related-products .node--type-product>a:active .product-image {
	border-color: rgba(151,139,135,.9)
}
.related-product-item .node--type-product {
	margin-bottom: 1.5rem
}
.related-product-item .node--type-product .field--name-treatment {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	max-width: 100%;
	border-top-right-radius: 6px;
	color: #fff
}
.related-product-item .node--type-product .field--name-treatment .taxonomy-term-treatment {
	font-size: .6875rem;
	line-height: 2.0909090909;
	text-transform: uppercase;
	color: #fff;
	padding: .3125rem 0 .3125rem .375rem;
	border-top-right-radius: 6px;
	line-height: 1.2
}
.related-product-item .node--type-product .field--name-treatment .taxonomy-term-treatment::after {
	right: -0.75rem;
	border-radius: 0 6px 0 0;
	content: "";
	background-color: inherit;
	transform: skewX(24grad);
	transform-origin: 0 100%
}
.related-product-item .node--type-product .field--name-treatment .taxonomy-term-treatment--name::before {
	width: .625rem;
	height: .625rem;
	margin-right: .3125rem
}
.related-product-item .node--type-product .product-image {
	position: relative;
	margin-bottom: .5rem;
	border: solid 1px rgba(151,139,135,.3);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 21px 12px -20px rgba(0,0,0,.15);
	transition: border-color 400ms
}

@media(min-width:1025px) {
.related-product-item .node--type-product .product-image {
	margin-bottom: 1rem
}
}
.related-product-item .node--type-product .product-image img {
	display: block;
	width: 100%
}

.related-product-item .node--type-product .product-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2 "...";
	font-size: 1.125rem;
	line-height: 1.2222222222;
	font-weight: 700;
	margin-bottom: .5rem;
	color: #5f504d
}

@media(min-width:1025px) {
.related-product-item .node--type-product .product-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.25
}
}
.related-product-item .node--type-product .field--name-product-subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 3 "...";
	font-size: .875rem;
	line-height: 1.2142857143;
	color: #5f504d
}
.rtl .related-product-item .node--type-product .field--name-treatment {
	right: 0;
	left: auto
}
.rtl .related-product-item .node--type-product .field--name-treatment .taxonomy-term-treatment--name::before {
	margin-right: 0;
	margin-left: .3125rem
}
.paragraph--type--crop-solution .crop-solution__image a::after {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#icon-magnifier)
}
.paragraph--type--crop-solution:nth-child(even) {
	background-color: #f5f3f3
}
.paragraph--type--crop-solution .crop-solution__item {
	align-items: flex-start
}
.paragraph--type--crop-solution .crop-solution__text {
	background-color: #fff;
	position: relative;
}
.paragraph--type--crop-solution .crop-solution__text .field--type-text-long img{border-radius: 0}
.paragraph--type--crop-solution .crop-solution__image {
	padding: 1.5rem 1.5rem 3.5rem;
	background-color: #fff
}
.paragraph--type--crop-solution .crop-solution__image a {
	position: relative;
	display: block;
	border-radius: 6px;
	line-height: 0
}
.paragraph--type--crop-solution .crop-solution__image a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	content: "";
	background: rgba(0,0,0,.4)
}
.paragraph--type--crop-solution .crop-solution__image a::after {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 3;
	width: 1.5rem;
	height: 1.5rem;
	margin: .75rem auto 0;
	text-align: center;
	transform: translateY(-50%)
}
.paragraph--type--crop-solution .crop-solution__image img {
	border-radius: 6px
}
.paragraph--type--crop-solution .crop-solution__heading {
	align-items: center;
	justify-content: space-between;
	min-height: 4.125rem;
	padding: 1.5rem 1.5rem;
	border-radius: 6px 6px 0 0;
	
}
.paragraph--type--crop-solution .crop-solution__heading .taxonomy-term-treatment--name {
	font-size: 0
}
.paragraph--type--crop-solution .crop-solution__heading .taxonomy-term-treatment--name::before {
	width: 1.75rem;
	height: 1.75rem;
	margin: 0
}
.paragraph--type--crop-solution .crop-solution__heading .field--name-crop-title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 0;
	color: #fff
}
.paragraph--type--crop-solution .crop-solution__heading p{color: #fff;padding-top: 1rem}
.paragraph--type--crop-solution.product-category-adama .crop-solution__heading {
	background-color: #bac103;
}
.paragraph--type--crop-solution.product-category-blue .crop-solution__heading {
	background-color: #03c15c;
}
.paragraph--type--crop-solution.product-category-green .crop-solution__heading {
	background-color: #9ec103;
}
.paragraph--type--crop-solution.product-category-orange .crop-solution__heading {
	background-color: #038ec1;
}
.paragraph--type--crop-solution.product-category-purple .crop-solution__heading {
	background-color: #03c192;
}

@media(max-width:1024px) {
.field--name-crop-related-events .scroll-mobile, .field--name-crop-related-products .scroll-mobile, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: flex-start;
	width: auto;
	max-width: none
}
}

@media(max-width:1024px)and (max-width:1024px) {
.field--name-crop-related-events .scroll-mobile, .field--name-crop-related-products .scroll-mobile, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile {
	margin-right: -20px;
	margin-left: -20px;
	padding-right: calc(20px - 0.5rem) !important;
	padding-left: calc(20px - 0.5rem) !important;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	scroll-padding: 0 20px
}
.field--name-crop-related-events .scroll-mobile::-webkit-scrollbar, .field--name-crop-related-products .scroll-mobile::-webkit-scrollbar, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile::-webkit-scrollbar {
display:none
}
}
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	margin-bottom: 0
}

@media(max-width:1024px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	margin-right: .5rem;
	margin-left: .5rem;
	min-width: 17.375rem;
	scroll-snap-align: start
}
}

@media(max-width:1024px)and (max-width:767px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	width: calc(75% - 1rem)
}
}

@media(max-width:1024px)and (min-width:768px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	width: calc(37.5% - 1rem)
}
}

@media(max-width:1024px)and (min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	width: calc(25% - 1rem)
}
}

@media(max-width:1024px)and (max-width:1024px) {
.field--name-crop-related-events .scroll-mobile .node--type-event:last-child, .field--name-crop-related-events .scroll-mobile .node--type-product:last-child, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image:last-child, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results:last-child, .field--name-crop-related-products .scroll-mobile .node--type-event:last-child, .field--name-crop-related-products .scroll-mobile .node--type-product:last-child, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image:last-child, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results:last-child, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event:last-child, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product:last-child, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image:last-child, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results:last-child {
	scroll-snap-align: end
}
}

@media(max-width:1024px)and (min-width:768px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	min-width: 16.4375rem
}
}

@media(max-width:1024px)and (min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	min-width: auto;
	cursor: default;
	scroll-snap-align: initial
}
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event, .field--name-crop-related-events .scroll-mobile .node--type-product, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-events .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-related-products .scroll-mobile .node--type-event, .field--name-crop-related-products .scroll-mobile .node--type-product, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-related-products .scroll-mobile .paragraph--type--image-gallery-compare-results, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-event, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node--type-product, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-one-image, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .paragraph--type--image-gallery-compare-results {
	width: 100%;
	margin-bottom: 1.5rem;
	box-shadow: none
}
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node-content, .field--name-crop-related-products .scroll-mobile .node-content, .field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile .node-content {
	display: flex;
	flex-flow: row nowrap;
	align-items: center
}
}

@media(max-width:1024px) {
.field--name-crop-related-events .scroll-mobile {
	align-items: stretch
}
}
.field--name-crop-related-events .scroll-mobile img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile img {
	border-radius: 6px
}
}
.field--name-crop-related-events .scroll-mobile .field--name-date time:nth-child(2n+2) {
	display: none
}
.field--name-crop-related-events .scroll-mobile .node--type-event.node--view-mode-teaser {
	border: 0
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event.node--view-mode-teaser {
	background-color: rgba(0,0,0,0)
}
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event.node--view-mode-teaser .node-content {
	flex-flow: row nowrap;
	align-items: center;
	background-color: rgba(0,0,0,0)
}
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event.node--view-mode-teaser .node-content--title {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: .3125rem
}
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event.node--view-mode-teaser .node-content--event-top {
	max-width: 12.5rem
}
}

@media(min-width:1025px) {
.field--name-crop-related-events .scroll-mobile .node--type-event.node--view-mode-teaser .node-content--event-bottom {
	width: calc(100% - 200px);
	padding: 0 1.25rem;
	border: 0;
	background-color: rgba(0,0,0,0)
}
}
.field--name-crop-related-articles .node--type-article {
	border-bottom: 2px dotted rgba(151,139,135,.3);
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem
}

@media(min-width:768px) {
.field--name-crop-related-articles .node--type-article {
	margin-bottom: 2rem
}
}
.field--name-crop-related-articles .node--type-article .article-block {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start
}
.field--name-crop-related-articles .node--type-article .article-block__image {
	flex-shrink: 0;
	width: 7.8125rem;
	margin-right: 1rem;
	margin-bottom: 0
}
.rtl .field--name-crop-related-articles .node--type-article .article-block__image {
	margin-right: 0;
	margin-left: 1rem
}
.field--name-crop-related-articles .node--type-article .article-block__image img {
	border-radius: 6px
}

@media(min-width:768px) {
.field--name-crop-related-articles .node--type-article .article-block__image {
	width: 12.5rem
}
}

@media(max-width:1024px) {
.field--name-crop-related-articles .node--type-article:first-of-type {
	margin-bottom: 4.5rem;
	padding-bottom: 0;
	border: 0
}
.field--name-crop-related-articles .node--type-article:first-of-type .article-block {
	flex-flow: column nowrap;
	align-items: flex-start
}
.field--name-crop-related-articles .node--type-article:first-of-type .article-block__image {
	width: 100%;
	margin-bottom: 1rem
}
.field--name-crop-related-articles .node--type-article:first-of-type .article-block__image img {
	width: 100%
}
.field--name-crop-related-articles .node--type-article:first-of-type .article-block__title {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2142857143
}
}
.field--name-crop-related-articles .node--type-article .article-block__title {
	font-size: 1.125rem;
	line-height: 1.3333333333
}
.field--name-crop-related-articles .node--type-article .field--name-treatment {
	display: none
}
.field--name-crop-related-products .node--type-product {
	box-shadow: none
}

@media(min-width:768px)and (max-width:1024px) {
.field--name-crop-related-products .node--type-product {
	min-width: 17.3125rem
}
}
.field--name-crop-related-products .node--type-product .node-content {
	color: #5f504d
}
.field--name-crop-related-products .node--type-product .product-image {
	margin-bottom: .5rem
}

@media(min-width:1025px) {
.field--name-crop-related-products .node--type-product .product-image {
	max-width: 6rem;
	margin-right: 1.5rem;
	margin-bottom: 0;
	
}
	.field--name-crop-related-products .node--type-product .product-image:hover{border:1px solid #009595;}
.rtl .field--name-crop-related-products .node--type-product .product-image {
	margin-right: 0;
	margin-left: 1.5rem
}
}

@media(min-width:1025px) {
.field--name-crop-related-products .node--type-product .product-content {
	width: calc(100% - 130px)
}
}
.field--name-crop-related-products .node--type-product .product-title {
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.25
}

@media(min-width:1025px) {
.field--name-crop-related-products.related-product-item .node--type-product .field--name-treatment {
	display: none
}
}

@media(min-width:1025px) {
.field--name-crop-image-gallery .paragraph>a.use-ajax {
	display: flex;
	align-items: center
}
.field--name-crop-image-gallery .image-gallery__content {
	margin: 0
}
.field--name-crop-image-gallery .image-gallery__content>.field--name-title {
	margin: 0
}
.field--name-crop-image-gallery .image-gallery__image {
	flex-shrink: 0;
	width: 12.5rem;
	margin-right: 1rem
}
.rtl .field--name-crop-image-gallery .image-gallery__image {
	margin-right: 0;
	margin-left: 1rem
}
}

@media(max-width:767px) {
.field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile>.paragraph {
	width: 17.375rem
}
}

@media(min-width:768px) {
.field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile>.paragraph {
	width: 16.4375rem
}
}

@media(min-width:1025px) {
.field--name-crop-image-gallery .field--name-image-gallery-paragraphs .scroll-mobile>.paragraph {
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
}
.hero-standard__link a {
	display: inline-block;
	box-sizing: border-box;
	padding: .75rem 2rem;
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #009594;
	transition: background-color 400ms, opacity 400ms
}
.hero-standard__link a:hover, .hero-standard__link a:active, .hero-standard__link a:focus {
	text-decoration: none;
	color: #fff;
	background-color: #00783f
}
.product-category-adama .hero-standard__link a {
	background-color: #009594
}
.product-category-adama .hero-standard__link a:hover, .product-category-adama .hero-standard__link a:active, .product-category-adama .hero-standard__link a:focus {
	background-color: #00783f
}
.product-category-blue .hero-standard__link a {
	background-color: #00a0df
}
.product-category-blue .hero-standard__link a:hover, .product-category-blue .hero-standard__link a:active, .product-category-blue .hero-standard__link a:focus {
	background-color: #00698f
}
.product-category-purple .hero-standard__link a {
	background-color: #9d1d96
}
.product-category-purple .hero-standard__link a:hover, .product-category-purple .hero-standard__link a:active, .product-category-purple .hero-standard__link a:focus {
	background-color: #752157
}
.product-category-orange .hero-standard__link a {
	background-color: #f5b317
}
.product-category-orange .hero-standard__link a:hover, .product-category-orange .hero-standard__link a:active, .product-category-orange .hero-standard__link a:focus {
	background-color: #eaa23d
}
.product-category-green .hero-standard__link a {
	background-color: #93cc23
}
.product-category-green .hero-standard__link a:hover, .product-category-green .hero-standard__link a:active, .product-category-green .hero-standard__link a:focus {
	background-color: #7db41e
}
.hero-standard {
	margin-bottom: 1.5rem
}

@media(max-width:1024px) {
.hero-standard {
	background-color: #f5f3f3
}
}

@media(min-width:1025px) {
.hero-standard {
	display: flex;
	align-items: stretch;
	justify-content: space-between
}
}
.hero-standard__content {
	width: 100%;
	background-color: #f5f3f3;
	background-image: url("data:image/svg+xml,%3Csvg width='1440' height='72' viewBox='0 0 1440 72' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M739 0C493.454-2.57 246.672 26.8 0 72h1440C1208.238 26.805 974.188 2.461 739 0z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% calc(100% + 1px);
	background-size: contain
}

@media(min-width:1025px) {
.hero-standard__content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	order: -1;
	width: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='1440' height='125' viewBox='0 0 1440 125' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 0v125H0V72C246.672 26.8 493.454.894 739 0z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 0 calc(100% + 1px);
	background-size: 100% 125px
}
}

@media(min-width:1025px) {
.rtl .hero-standard__content {
	background-image: url("data:image/svg+xml,%3Csvg width='1440' height='125' viewBox='0 0 1440 125' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v125h1440V72C1193.328 26.8 946.546.894 701 0Z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 100% calc(100% + 1px)
}
}
.hero-standard__content__wrapper {
	padding: 1.5rem 0 4.5rem
}

@media(max-width:1024px) {
.hero-standard__content__wrapper {
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px
}
}

@media(max-width:1024px)and (min-width:1025px) {
.hero-standard__content__wrapper {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(max-width:1024px)and (min-width:1280px) {
.hero-standard__content__wrapper {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(max-width:1024px)and (min-width:1440px) {
.hero-standard__content__wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}

@media(min-width:768px) {
.hero-standard__content__wrapper {
	padding-top: 2rem
}
}

@media(min-width:1025px) {
.hero-standard__content__wrapper {
	order: -1;
	width: calc(100% / 3 - 60px);
	margin-left: max(calc((100% - 1280px) / 2), 60px);
	padding: 4rem 0 8rem
}
}

@media(min-width:1280px) {
.hero-standard__content__wrapper {
	width: calc(100% / 3 - 80px);
	margin-left: max(calc((100% - 1280px) / 2), 80px);
	padding: 7.5rem 0 8rem
}
}

@media(min-width:1025px) {
.rtl .hero-standard__content__wrapper {
	margin-right: max(calc((100% - 1280px) / 2), 60px);
	margin-left: 0
}
}

@media(min-width:1280px) {
.rtl .hero-standard__content__wrapper {
	margin-right: max(calc((100% - 1280px) / 2), 80px);
	margin-left: 0
}
}
.hero-standard__image {
	max-height: 450px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='768' height='450' viewBox='0 0 768 450' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v351.963C50.884 412.14 125.545 449.886 206.768 450h.048c28.487.035 57.722-4.501 86.926-14.23C448.98 384.67 608.902 359.452 768 358.3V0z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='768' height='450' viewBox='0 0 768 450' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v351.963C50.884 412.14 125.545 449.886 206.768 450h.048c28.487.035 57.722-4.501 86.926-14.23C448.98 384.67 608.902 359.452 768 358.3V0z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-position: 0 100%;
	mask-position: 0 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat
}

@media(min-width:768px) {
.hero-standard__image {
	max-height: 500px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1024' height='500' viewBox='0 0 1024 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v401.463c279.206 32.458 558.41 64.922 837.791 97.066 77.42 8.799 143.115-22.696 186.209-72.863V0z' fill='%23000' /%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='1024' height='500' viewBox='0 0 1024 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0v401.463c279.206 32.458 558.41 64.922 837.791 97.066 77.42 8.799 143.115-22.696 186.209-72.863V0z' fill='%23000' /%3E%3C/svg%3E");
	-webkit-mask-position: 100% 100%;
	mask-position: 100% 100%
}
}

@media(min-width:1025px) {
.hero-standard__image {
	width: calc(66.6666666667% - 0.3333333333rem);
	max-width: 920px;
	max-height: 900px;
	margin-right: 0;
	margin-left: calc(-100% - 1rem);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='2000' height='900' viewBox='0 0 2000 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.172 0c-39.79 65.91-79.43 131.845-119.242 197.751-107.59 177.559-82.5 382.485 28.65 526.4C208.73 868.063 401.216 940.5 592.85 876.656 1054.7 724.63 1541.695 710.82 2000 824.532V0z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='2000' height='900' viewBox='0 0 2000 900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.172 0c-39.79 65.91-79.43 131.845-119.242 197.751-107.59 177.559-82.5 382.485 28.65 526.4C208.73 868.063 401.216 940.5 592.85 876.656 1054.7 724.63 1541.695 710.82 2000 824.532V0z' fill='%23000'/%3E%3C/svg%3E");
	-webkit-mask-position: 0 100%;
	mask-position: 0 100%
}
}
.hero-standard__image .video-popup--link .field--name-thumbnail, .hero-standard__image .video-popup--link .field--name-video-thumbnail {
	height: 100%
}
.hero-standard__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media(min-width:1025px) {
.rtl .hero-standard__image {
	margin-right: calc(-100% - 1rem);
	margin-left: 0
}
}
.rtl .hero-standard__image, .rtl .hero-standard__image img {
	transform: scaleX(-1)
}
.hero-standard__subtitle {
	font-size: .8125rem;
	line-height: 1.2307692308;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .5rem;
	text-transform: uppercase;
	color: #978b87
}
.node--type-sustainability [class*=product-category] .hero-standard__subtitle {
	color: #fff
}
.hero-standard h1 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2 "...";
	margin-bottom: .5rem
}
.product-category-adama .hero-standard h1 {
	color: #009594
}
.product-category-blue .hero-standard h1 {
	color: #00a0df
}
.product-category-green .hero-standard h1 {
	color: #93cc23
}
.product-category-orange .hero-standard h1 {
	color: #f5b317
}
.product-category-purple .hero-standard h1 {
	color: #9d1d96
}
.hero-standard__description {
	font-size: 1rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 4 "..."
}
.hero-standard__description+.hero-standard__link {
	margin-top: 1.5rem
}
.crop-solution__item {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 3.5rem 0 4.5rem
}

@media(min-width:1025px) {
.crop-solution__item {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-flow: row nowrap
}
}
.crop-solution__item--left {
	margin-right: .5rem;
	margin-left: .5rem;
	margin-bottom: 3.5rem;
	background: #93cc23;
}

@media(max-width:767px) {
.crop-solution__item--left {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.crop-solution__item--left {
	width: calc(100% - 1rem)
}
}

@media(min-width:1025px) {
.crop-solution__item--left {
	width: calc(50% - 1rem)
}
}

@media(min-width:1025px) {
.crop-solution__item--left {
	margin-bottom: 0
}
}
.crop-solution__item--right {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(max-width:767px) {
.crop-solution__item--right {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.crop-solution__item--right {
	width: calc(100% - 1rem)
}
}

@media(min-width:1025px) {
.crop-solution__item--right {
	width: calc(41.6666666667% - 1rem)
}
}

@media(max-width:1024px) {
.crop-solution__item--left, .crop-solution__item--right {
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
}
.crop-solution__item--sidebar {
	margin-bottom: 3rem
}
.crop-solution__item--sidebar .field__label {
	margin-bottom: 2rem
}

@media(max-width:1024px) {
.crop-solution__general-info .crop-solution__item {
	flex-flow: column-reverse nowrap
}
.crop-solution__general-info .crop-solution__item--right {
	margin-bottom: 2.5rem
}
.crop-solution__general-info .crop-solution__item--left {
	margin-bottom: 0
}
}
.crop-solution__general-info .field--name-general-info-media img {
	display: block;
	width: 100%
}
.crop-solution__general-info .wide .field--name-general-info {
	margin-bottom: 3rem
}

@media(min-width:768px) {
.crop-solution__general-info .wide .field--name-general-info {
	width: 60%
}
}
.fr-window-skin-adama .fr-close-icon, .fr-window-skin-adama.fr-no-svg .fr-close-icon {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#close--grey-text)
}
.fr-overlay-skin-adama {
	z-index: 2147483640
}
.fr-overlay-skin-adama .fr-overlay-background {
	background: #fff;
	opacity: 1
}
.fr-spinner-skin-adama {
	z-index: 2147483642
}
.fr-window-skin-adama {
	z-index: 2147483641
}
.fr-window-skin-adama .fr-close {
	right: auto;
	left: 0
}
.fr-window-skin-adama .fr-close-background {
	background-color: #fff
}
.fr-window-skin-adama.fr-window-ui-outside .fr-close-background {
	background-color: #fff
}
.fr-window-skin-adama .fr-close-icon, .fr-window-skin-adama.fr-no-svg .fr-close-icon {
	width: 1.5rem;
	height: 1.5rem;
	background-size: .875rem .875rem
}
.fr-window-skin-adama.fr-svg .fr-close .fr-close-icon {
	background-position: 50% 50%
}
.fr-window-skin-adama.fr-window-ui-outside .fr-close:hover .fr-close-background {
	background-color: #fff
}
.fr-window-skin-adama .fr-ui-outside.fr-no-sides .fr-container {
	padding-top: 4rem;
	padding-bottom: 4rem
}
.fr-window-skin-adama .fr-content-background {
	background: #fff;
	box-shadow: none
}
.fr-window-skin-adama .fr-info {
	color: #5f504d
}
.fr-window-skin-adama .fr-info-background {
	background: #fff
}
.fr-window-skin-adama .fr-ui-outside .fr-info-background {
	background: #fff
}

@media(min-width:768px) {
.fr-window-skin-adama .fr-info-padder {
	padding: .75rem 0
}
}
.fr-window-skin-adama .fr-stroke {
	display: none
}
#page-navigation {
	position: relative;
	z-index: 5;
	margin-bottom: -51px
}

@media(min-width:768px) {
#page-navigation {
	margin-bottom: -62px
}
}

@media(min-width:1025px) {
#page-navigation {
	position: sticky;
	top: 0;
	margin-right: 40px;
	margin-bottom: -2.75rem;
	padding: 0;
	color: #fff;
	background-color: #009594
}
.product-category-adama #page-navigation {
	background-color: #00783f
}
.product-category-blue #page-navigation {
	background-color: #00698f
}
.product-category-green #page-navigation {
	background-color: #7db41e
}
.product-category-orange #page-navigation {
	background-color: #eaa23d
}
.product-category-purple #page-navigation {
	background-color: #752157
}
.rtl #page-navigation {
	margin-right: 0;
	margin-left: 40px
}
#page-navigation::after {
	position: absolute;
	top: 0;
	right: -29px;
	display: block;
	width: 29px;
	height: 100%;
	border-radius: 0 0 10px;
	content: "";
	background-color: inherit;
	transform: skewX(-23grad);
	transform-origin: 100% 0
}
.rtl #page-navigation::after {
	right: inherit;
	left: -29px;
	border-radius: 0 0 0 10px;
	transform: skewX(29grad)
}
}

@media(min-width:1280px) {
#page-navigation {
	margin-right: calc((100% - 1280px) / 2 + 29px)
}
.rtl #page-navigation {
	margin-right: 0;
	margin-left: calc((100% - 1280px) / 2 + 29px)
}
#header.fixed+.rtl #page-navigation {
	margin-left: 0
}
}

@media(min-width:1025px) {
.page-type--crop-solution #page-navigation {
	background-color: #978b87
}
}
#page-navigation.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin-right: 0;
	background-color: #009594;
	transition: all .3s ease
}
.product-category-adama #page-navigation.sticky {
	background-color: #00783f
}
.product-category-blue #page-navigation.sticky {
	background-color: #00698f
}
.product-category-green #page-navigation.sticky {
	background-color: #7db41e
}
.product-category-orange #page-navigation.sticky {
	background-color: #eaa23d
}
.product-category-purple #page-navigation.sticky {
	background-color: #752157
}

@media(min-width:1025px) {
#page-navigation.sticky {
	padding: 0
}
}
.page-type--crop-solution #page-navigation.sticky {
	background-color: #978b87
}
.page-type--crop-solution #page-navigation.sticky[data-background=product-category-adama] {
	background-color: #00783f
}
.page-type--crop-solution #page-navigation.sticky[data-background=product-category-blue] {
	background-color: #00698f
}
.page-type--crop-solution #page-navigation.sticky[data-background=product-category-green] {
	background-color: #7db41e
}
.page-type--crop-solution #page-navigation.sticky[data-background=product-category-orange] {
	background-color: #eaa23d
}
.page-type--crop-solution #page-navigation.sticky[data-background=product-category-purple] {
	background-color: #752157
}
#page-navigation.sticky .region--page-navigation--content {
	max-width: 1280px
}

@media(min-width:1025px) {
#page-navigation.sticky .region--page-navigation--content {
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
#page-navigation.sticky .region--page-navigation--content {
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
#page-navigation.sticky .region--page-navigation--content {
	margin-right: auto;
	margin-left: auto
}
}

@media(min-width:1025px) {
.rtl #page-navigation.sticky .region--page-navigation--content {
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.rtl #page-navigation.sticky .region--page-navigation--content {
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.rtl #page-navigation.sticky .region--page-navigation--content {
	margin-right: auto;
	margin-left: auto
}
}
#page-navigation.sticky .block-adama-product-actions-block {
	background-color: rgba(0,0,0,0)
}
#page-navigation .region--page-navigation--content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 51px;
	margin-left: 20px
}

@media(min-width:768px) {
#page-navigation .region--page-navigation--content {
	height: 62px
}
}

@media(min-width:1025px) {
#page-navigation .region--page-navigation--content {
	position: relative;
	z-index: 1;
	max-width: calc(1280px - 29px);
	height: inherit;
	min-height: 44px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
#page-navigation .region--page-navigation--content {
	margin-left: 80px
}
}

@media(min-width:1440px) {
#page-navigation .region--page-navigation--content {
	margin-left: auto
}
}
.rtl #page-navigation .region--page-navigation--content {
	margin-right: 20px;
	margin-left: 0
}

@media(min-width:1025px) {
.rtl #page-navigation .region--page-navigation--content {
	margin-right: 60px
}
}

@media(min-width:1280px) {
.rtl #page-navigation .region--page-navigation--content {
	margin-right: 80px
}
}

@media(min-width:1440px) {
.rtl #page-navigation .region--page-navigation--content {
	margin-right: auto
}
}
.toolbar-fixed #page-navigation.sticky {
	top: 2.4375rem
}

@media screen and (min-width:976px) {
.toolbar-fixed #page-navigation.sticky {
	top: 3.375rem
}
}
.node-navigation-block {
	position: relative;
	z-index: 5;
	width: min(40%, 235px)
}

@media(min-width:1025px) {
.node-navigation-block {
	flex: 1 1 auto;
	margin-right: 2rem
}
}

@media(min-width:1025px) {
#page-navigation .dropdown-navigation {
	position: relative;
	z-index: 1;
	width: 100%
}
}
#page-navigation .dropdown-navigation--controls {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: block;
	width: 100%;
	min-width: auto;
	height: 2.5rem;
	padding: 0 3rem 0 1.125rem;
	border: .0625rem solid #f5f3f3;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 700;
	line-height: 2.5rem;
	text-align: left;
	white-space: nowrap;
	color: #5f504d;
	background-color: #fff
}

@media(min-width:768px) {
#page-navigation .dropdown-navigation--controls {
	height: 3rem;
	line-height: 3rem
}
}

@media(min-width:1025px) {
#page-navigation .dropdown-navigation--controls {
	display: none
}
}
.rtl #page-navigation .dropdown-navigation--controls {
	padding: 0 1.125rem 0 3rem
}
#page-navigation .dropdown-navigation--controls::before {
	position: absolute;
	right: 1.125rem;
	width: 10px;
	height: 2.5rem
}

@media(min-width:768px) {
#page-navigation .dropdown-navigation--controls::before {
	height: 3rem
}
}
.rtl #page-navigation .dropdown-navigation--controls::before {
	right: auto;
	left: 1.25rem
}
#page-navigation .dropdown-navigation--menu {
	top: 0;
	left: 0;
	visibility: visible;
	display: none;
	min-width: 14.6875rem
}

@media(min-width:1025px) {
#page-navigation .dropdown-navigation--menu {
	position: relative;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-width: 23.125rem;
	max-width: 1000px;
	padding-right: 40px;
	background: rgba(0,0,0,0);
	opacity: 1;
	transform: none
}
}
#page-navigation .dropdown-navigation--menu::after, #page-navigation .dropdown-navigation--menu::before {
	display: none
}
#page-navigation .dropdown-navigation--menu.dropdown-menu-open {
	position: absolute;
	z-index: 999;
	display: block;
	max-height: calc(100vh - 12rem);
	border: 1px solid #f5f3f3;
	border-radius: 6px;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 1
}
.rtl #page-navigation .dropdown-navigation--menu {
	right: 0;
	left: auto
}
#page-navigation .dropdown-navigation--more {
	display: none
}

@media(min-width:1025px) {
#page-navigation .dropdown-navigation--more {
	position: relative;
	display: block;
	order: 9999;
	height: 2.75rem;
	padding: 0
}
}
.rtl #page-navigation .dropdown-navigation--more {
	right: auto;
	left: 0
}
#page-navigation .dropdown-navigation--more--controls {
	width: 2.5rem;
	cursor: pointer;
	font-size: 1.875rem;
	line-height: 1
}
.rtl #page-navigation .dropdown-navigation--more--controls {
	padding-right: .75rem
}
#page-navigation .dropdown-navigation--more--menu {
	top: 44px;
	min-width: auto;
	max-width: 200px
}
#page-navigation .dropdown-navigation--more--menu li {
	display: block;
	margin: 0
}
#page-navigation .dropdown-navigation--more--menu li a {
	display: block;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #5f504d
}
#page-navigation .dropdown-navigation--more--menu li.active {
	font-weight: 700;
	background: rgba(0,0,0,0)
}
.page-navigation {
	margin: 0;
	padding: 0;
	outline: none;
	background-color: #fff
}
.page-navigation li {
	display: block
}
.page-navigation li.active a {
	background-color: #f5f3f3
}
.page-navigation a {
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	padding: .5rem 1rem;
	color: #5f504d;
	overflow-wrap: break-word
}

@media(min-width:1025px) {
.page-navigation {
	display: inline-flex;
	flex-shrink: 1;
	width: 100%;
	border: 0;
	border-radius: 0;
	background: rgba(0,0,0,0);
	box-shadow: none
}
.page-navigation li {
	padding-right: 2rem;
	white-space: nowrap
}
.page-navigation li.active a {
	position: relative;
	background-color: rgba(0,0,0,0);
	opacity: 1
}
.page-navigation li.active a::after {
	position: absolute;
	right: -3px;
	bottom: 0;
	left: -3px;
	display: block;
	height: 3px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	content: "";
	background-color: #fff;
	transition: opacity 400ms
}
.page-navigation a {
	font-size: .9375rem;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	height: 2.75rem;
	padding: 0;
	line-height: 2.75rem;
	color: #fff;
	opacity: .8;
	transition: opacity 400ms
}
.page-navigation a:hover, .page-navigation a:active {
	background-color: rgba(0,0,0,0);
	opacity: 1
}
}
.rtl .page-navigation {
	padding: 0
}

@media(min-width:1025px) {
.rtl .page-navigation li {
	padding-right: 0;
	padding-left: 36px
}
}


.rtl .search-bar-styles input.form-text {
	padding-right: 1rem;
	padding-left: 5rem
}


@media(min-width:1280px) {
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete {
	margin-left: 1.5rem
}
}
.rtl .block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete {
	margin-right: auto;
	margin-left: 0
}

@media(min-width:1280px) {
.rtl .block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete {
	margin-right: 1.5rem
}
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete h2 {
	display: none
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete .button-close {
	display: none
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete .search-icon-wrapper {
	display: block;
	cursor: pointer
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete .search-icon-wrapper::before {
	display: block;
	width: 1.3125rem;
	height: 1.5rem
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form {
	position: relative;
	display: none
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form .form-type-search-api-autocomplete {
	position: relative;
	margin: 0
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form .form-type-search-api-autocomplete .form-text {
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	width: 100%;
	height: 2.625rem;
	padding: .5rem 1rem .5rem 3rem;
	outline: none;
	line-height: 2.625rem;
	background-image: none;
	background-position: 98% center
}
.rtl .block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form .form-type-search-api-autocomplete .form-text {
	padding-right: 3rem;
	padding-left: 1rem
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form .form-actions {
	position: absolute;
	top: 0;
	left: 0
}
.rtl .block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form .form-actions {
	right: 0;
	left: auto
}
.block-views-exposed-filter-blockglobal-search-solr-header-search-autocomplete form .form-actions input[type=submit] {
	width: 3.125rem;
	height: 2.625rem;
	padding: 0;
	border-radius: 0;
	font-size: 0;
	line-height: 0;
	background-color: rgba(0,0,0,0);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 1.125rem
}

.full-page-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff
}

@media(min-width:1025px) {
.full-page-overlay {
	background-color: rgba(0,0,0,.6)
}
}
.full-page-overlay .button-close-desktop {
	position: absolute;
	top: 1.125rem;
	right: 1.3125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer
}
.full-page-overlay .button-close-desktop::before {
	width: .875rem;
	height: .875rem
}
.toolbar-fixed .full-page-overlay .button-close-desktop {
	top: 4.625rem
}

.block-adama-country-selector {
	display: none
}

@media(min-width:1280px) {
.block-adama-country-selector {
	display: flex;
	align-items: center;
	margin-right: .75rem;
	margin-left: .5rem;
	padding-right: .75rem;
	border-right: 1px solid #ece9e8
}
.rtl .block-adama-country-selector {
	margin-right: .5rem;
	margin-left: .75rem;
	padding-right: 0;
	padding-left: .75rem;
	border-right: 0;
	border-left: 1px solid #ece9e8
}
}
.mobile-menu-open .block-adama-country-selector {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	align-items: flex-start;
	width: 100%;
	padding: 0 1.5rem .6875rem 1.5rem
}
.mobile-menu-open .block-adama-country-selector .current-country__icon {
	transform-origin: 0 50%
}
.mobile-menu-open .block-adama-country-selector .current-page-link {
	border-top: 2px dotted rgba(151,139,135,.3);
	position: relative;
	width: 100%;
	padding: 2rem 0
}
.mobile-menu-open .block-adama-country-selector .trigger-country-selector {
	margin-left: 0;
	border: 0
}
.rtl.mobile-menu-open .block-adama-country-selector .current-country__icon {
	transform-origin: 100% 50%
}
.block-adama-country-selector .current-page-link {
	flex-shrink: 0;
	color: rgba(151,139,135,.9)
}

@media(min-width:1280px) {
.block-adama-country-selector .current-page-link {
	font-size: .8125rem;
	line-height: 1.2307692308
}
}
.block-adama-country-selector .current-country__icon {
	display: flex;
	transform: scale(0.5)
}
.block-adama-country-selector .current-country__icon.flag--indonesia {
	transform: scale(0.5) rotate(180deg)
}
.block-adama-country-selector .trigger-country-selector {
	font-size: .8125rem;
	line-height: 1.2307692308;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	margin-left: 1rem;
	text-transform: capitalize;
	color: rgba(151,139,135,.9)
}
.block-adama-country-selector .trigger-country-selector::before {
	order: 2;
	width: .5rem;
	margin-left: .5rem
}

@media(min-width:1280px) {
.rtl .block-adama-country-selector .trigger-country-selector {
	margin-right: 1rem;
	margin-left: 0
}
}
.rtl .block-adama-country-selector .trigger-country-selector::before {
	margin-right: .5rem;
	margin-left: 0
}
.block-adama-country-selector.block-adama-canada-selector {
	font-size: .8125rem;
	line-height: 1.2307692308;
	flex-direction: row;
	margin-left: 0;
	padding-top: .5rem;
	padding-bottom: .5rem
}
.block-adama-country-selector.block-adama-canada-selector a, .block-adama-country-selector.block-adama-canada-selector span {
	display: inline-block;
	padding: 0 .5rem
}
.block-adama-country-selector.block-adama-canada-selector a {
	text-decoration: underline;
	color: #009594
}
.block-adama-country-selector.block-adama-canada-selector span {
	color: rgba(151,139,135,.5)
}
.block-adama-country-selector.block-adama-canada-selector :first-child {
	padding-left: 0
}
.block-adama-country-selector.block-adama-canada-selector :nth-child(2) {
	padding-right: 0;
	border-left: 1px solid #ece9e8
}
.country-selector {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	visibility: visible;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: scroll;
	background-color: #fff;
	opacity: 1
}
.country-selector--header {
	margin-bottom: 5.5rem;
	background-color: #009594
}

@media(min-width:768px) {
.country-selector--header {
	margin-bottom: 8.5rem
}
}

@media(min-width:1025px) {
.country-selector--header {
	margin-bottom: 7.5rem
}
}


.country-selector--header--brand-wrapper {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3.5rem;
	padding: 1.5rem 0 0
}
.country-selector--header--adama-logo {
	width: 6.875rem;
	height: 2.625rem
}

@media(min-width:768px) {
.country-selector--header--adama-logo {
	margin-left: .5rem
}
}
.country-selector--header .close-btn-icon {
	cursor: pointer
}
.country-selector--header .close-btn-icon::before {
	display: block;
	width: 1.9375rem;
	height: 1.9375rem;
	background-position: 50% 50%;
	background-size: 1.1875rem
}
.country-selector--header--content-wrapper {
	display: flex;
	max-width: calc(1280px + 1rem);
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	flex-direction: column;
	padding: 0 0 1.5rem
}

@media(min-width:768px) {
.country-selector--header--content-wrapper {
	padding: 0 0 2.5rem
}
}

@media(min-width:1025px) {
.country-selector--header--content-wrapper {
	flex-direction: row;
	align-items: start;
	justify-content: space-between
}
}
.country-selector--header--content {
	margin-right: .5rem;
	margin-left: .5rem
}

@media(max-width:767px) {
.country-selector--header--content {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.country-selector--header--content {
	width: calc(87.5% - 1rem)
}
}

@media(min-width:1025px) {
.country-selector--header--content {
	width: calc(41.6666666667% - 1rem)
}
}
.country-selector--header--title {
	font-size: 2.25rem;
	line-height: 1.3698630137;
	margin-bottom: 1rem;
	color: #fff
}

@media(min-width:1025px) {
.country-selector--header--title {
	font-weight: 700;
	font-size: 2.5625rem;
	line-height: 1.3698630137
}
}

@media(min-width:1025px) {
.country-selector--header--title {
	font-size: 2.5625rem
}
}
.country-selector--header--subtitle {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	color: #fff
}
.country-selector--header--search {
	margin-right: .5rem;
	margin-left: .5rem;
	position: relative;
	margin-top: 1.5rem
}

@media(max-width:767px) {
.country-selector--header--search {
	width: calc(100% - 1rem)
}
}

@media(min-width:768px) {
.country-selector--header--search {
	width: calc(50% - 1rem)
}
}

@media(min-width:1025px) {
.country-selector--header--search {
	width: calc(25% - 1rem)
}
}

@media(min-width:768px) {
.country-selector--header--search {
	margin-top: 2rem
}
}

@media(min-width:1025px) {
.country-selector--header--search {
	margin-top: 0
}
}
.country-selector--header--search .country-search-input {
	width: 100%;
	padding: 12px 15px;
	border: solid 1px rgba(151,139,135,.3);
	border-radius: 6px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 1.25rem
}
.rtl .country-selector--header--search .country-search-input {
	background-position: 1.25rem 50%
}
.country-selector--list {
width:calc(100% - 20px * 2);
	max-width: 1280px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none
}

@media(min-width:1025px) {
.country-selector--list {
width:calc(100% - 60px * 2);
	margin-right: 60px;
	margin-left: 60px
}
}

@media(min-width:1280px) {
.country-selector--list {
width:calc(100% - 80px * 2);
	margin-right: 80px;
	margin-left: 80px
}
}

@media(min-width:1440px) {
.country-selector--list {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
}
.country-selector--list--region {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2857142857;
	display: block;
	margin-bottom: 1.5rem;
	color: #009594
}

@media(min-width:768px) {
.country-selector--list--region {
	font-size: 2.25rem;
	line-height: 1.3333333333
}
}

@media(min-width:1025px) {
.country-selector--list--region {
	margin-bottom: 1rem
}
}
.country-selector--list--nested-list {
	column-gap: 1rem;
	margin-bottom: 3.5rem;
	padding: inherit;
	list-style-type: inherit
}
.country-selector--list--nested-list.columns-1 {
	column-count: 1
}
.country-selector--list--nested-list:not(.columns-1) {
	column-count: 2
}

@media(min-width:1025px) {
.country-selector--list--nested-list {
	column-width: 5.75rem
}
.country-selector--list--nested-list.columns-2 {
	width: calc(33.3333333333% - 0.6666666667rem);
	column-count: 2
}
.country-selector--list--nested-list.columns-3 {
	width: calc(50% - 0.5rem);
	column-count: 3
}
.country-selector--list--nested-list.columns-4 {
	width: calc(66.6666666667% - 0.3333333333rem);
	column-count: 4
}
.country-selector--list--nested-list.columns-5 {
	width: calc(83.3333333333% - 0.1666666667rem);
	column-count: 5
}
.country-selector--list--nested-list.columns-6 {
	width: calc(100% - 0rem);
	column-count: 6
}
}
.country-selector--list--nested-list--item:not(:last-child) {
	margin-bottom: 1.5rem
}

@media(min-width:1025px) {
.country-selector--list--nested-list--item:not(:last-child) {
	margin-bottom: 1rem
}
}
.country-selector--list--nested-list--item a {
	font-size: 1.125rem;
	line-height: 1.2222222222;
	color: #5f504d
}
.country-selector--list--nested-list--item .country-name-abbreviation {
	font-size: 1.125rem;
	line-height: 1.2222222222;
	color: #978b87
}

.flag--africa {
	background-position: -49px -5px
}
.flag--americas {
	background-position: -89px -131px
}
.flag--argentina {
	background-position: -5px -47px
}
.flag--australia {
	background-position: -47px -47px
}
.flag--austria {
	background-position: -91px -5px
}
.flag--belarus {
	background-position: -91px -47px
}
.flag--belgium {
	background-position: -5px -89px
}
.flag--benin {
	background-position: -47px -89px
}
.flag--brazil {
	background-position: -89px -89px
}
.flag--bulgaria {
	background-position: -133px -5px
}
.flag--burkina-faso {
	background-position: -133px -47px
}
.flag--burundi {
	background-position: -133px -89px
}
.flag--cameroon {
	background-position: -5px -131px
}
.flag--canada {
	background-position: -47px -131px
}
.flag--chile {
	background-position: -131px -131px
}
.flag--colombia {
	background-position: -175px -5px
}
.flag--costa-rica {
	background-position: -175px -47px
}
.flag--curacao {
	background-position: -175px -89px
}
.flag--czech {
	background-position: -175px -131px
}
.flag--denmark {
	background-position: -5px -173px
}
.flag--dominican-republic {
	background-position: -47px -173px
}
.flag--ecuador {
	background-position: -89px -173px
}
.flag--el-salvador {
	background-position: -131px -173px
}
.flag--estonia {
	background-position: -173px -173px
}
.flag--ethiopia {
	background-position: -217px -5px
}
.flag--finland {
	background-position: -217px -47px
}
.flag--france {
	background-position: -217px -89px
}
.flag--gb {
	background-position: -217px -131px
}
.flag--germany {
	width: 34px;
	height: 32px;
	background-position: -5px -5px
}
.flag--ghana {
	background-position: -217px -173px
}
.flag--global {
	background-position: -5px -215px
}
.flag--greece {
	background-position: -47px -215px
}
.flag--guatemala {
	background-position: -89px -215px
}
.flag--honduras {
	background-position: -131px -215px
}
.flag--hungary {
	background-position: -173px -215px
}
.flag--india {
	background-position: -215px -215px
}
.flag--indonesia {
	background-position: -343px -257px
}
.flag--israel {
	background-position: -259px -5px
}
.flag--italy {
	background-position: -259px -47px
}
.flag--ivory-coast {
	background-position: -259px -89px
}
.flag--kenya {
	background-position: -259px -131px
}
.flag--latvia {
	background-position: -259px -173px
}
.flag--lithuania {
	background-position: -259px -215px
}
.flag--mali {
	background-position: -5px -257px
}
.flag--mexico {
	background-position: -47px -257px
}
.flag--moldova {
	background-position: -89px -257px
}
.flag--netherlands {
	background-position: -131px -257px
}
.flag--new-zealand {
	background-position: -173px -257px
}
.flag--nicaragua {
	background-position: -215px -257px
}
.flag--nigeria {
	background-position: -257px -257px
}
.flag--norway {
	background-position: -301px -5px
}
.flag--panama {
	background-position: -301px -47px
}
.flag--paraguay {
	background-position: -301px -89px
}
.flag--peru {
	background-position: -301px -131px
}
.flag--poland {
	background-position: -301px -173px
}
.flag--portugal {
	background-position: -301px -215px
}
.flag--romania {
	background-position: -301px -257px
}
.flag--russia {
	background-position: -5px -299px
}
.flag--serbia {
	background-position: -47px -299px
}
.flag--slovakia {
	background-position: -89px -299px
}
.flag--south-africa {
	background-position: -131px -299px
}
.flag--south-korea {
	background-position: -173px -299px
}
.flag--spain {
	background-position: -215px -299px
}
.flag--sweden {
	background-position: -257px -299px
}
.flag--tanzania {
	background-position: -299px -299px
}
.flag--thailand {
	background-position: -343px -5px
}
.flag--turkey {
	background-position: -343px -47px
}
.flag--uganda {
	background-position: -343px -89px
}
.flag--ukraine {
	background-position: -343px -131px
}
.flag--usa {
	background-position: -343px -173px
}
.flag--vietnam {
	background-position: -343px -215px
}

.rtl .menu--main .menu--main--dropdown {
	right: 0;
	left: auto
}
.rtl .menu--main .menu--main--dropdown::before {
	right: 1.5rem;
	left: auto
}

.menu--main .sub-menu.one-col {
	column-count: 1
}
.menu--main .sub-menu.two-cols {
	column-count: 2
}
.menu--main .sub-menu.three-cols {
	column-count: 3
}
.menu--main .sub-menu .menu-item {
	display: block;
	min-width: 7.5rem
}
.menu--main .sub-menu .menu-item:not(:last-child) {
	margin-bottom: 1rem
}
.menu--main .sub-menu .menu-item a {
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	padding: 0;
	font-weight: 400;
	color: #5f504d;
	transition: color .2s
}
.rtl .menu--main .sub-menu {
	padding-right: 1.5rem;
	padding-left: 6.5rem;
	background-image: url("data:image/svg+xml,%3Csvg width='92.941' height='143.336' viewBox='0 0 92.941 143.336' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0c1.31 2.628 2.465 5.391 3.348 8.367A277.79 278.542 0 0 0 91 143H.001Z' fill='%2300783f'/%3E%3Cpath d='M0 37c21.568 43.038 53.718 79.36 93 106H0Z' fill='%23009845'/%3E%3C/svg%3E");
	background-position: 0% calc(100% + 1px)
}
@media(min-width:1440px) {
.menu--main>.menu .menu-item:not(:last-child) {
	margin-right: 2rem
}
.rtl .menu--main>.menu .menu-item:not(:last-child) {
	margin-left: 2rem
}
}

@media(max-width:1279px) {
.menu--main {
	display: none
}
.mobile-menu-open .menu--main {
	display: block;
	width: 100%;
	margin-right: 0
}
.menu--main .menu {
	width: 100%
}
.menu--main .menu>.menu-item {
	display: block;
	padding: 0 1.5rem
}
.menu--main .menu>.menu-item>a, .menu--main .menu>.menu-item>span:not(.responsive-dropdown-trigger) {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2142857143;
	padding: 1rem 0;
	overflow: hidden
}
.menu--main .menu>.menu-item>a::before, .menu--main .menu>.menu-item>span:not(.responsive-dropdown-trigger)::before {
	content: none
}
.menu--main .menu>.menu-item.menu-item--expanded>a {
	margin-right: 1.5rem
}
.rtl .menu--main .menu>.menu-item.menu-item--expanded>a {
	margin-right: 0;
	margin-left: 1.5rem
}
.menu--main .sub-menu {
	padding: 0
}
.menu--main .sub-menu .menu-item {
	padding: 0 1.5rem
}
.menu--main .sub-menu .menu-item a {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.2;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-weight: 400
}
.menu--main .sub-menu .menu-item a:hover {
	color: #009594
}
.menu--main .sub-menu .menu-item:not(:last-child) a {
	border-bottom: 2px dotted rgba(151,139,135,.3)
}
.menu--main .sub-menu .menu-item--expanded::before {
	display: none
}
.menu--main .menu--main--dropdown {
	position: static;
	visibility: visible;
	display: none;
	margin: 0 -1.25rem;
	background-color: #f5f3f3;
	opacity: 1
}
.menu--main .menu--main--dropdown.visible {
	display: block
}
.menu--main .responsive-dropdown-trigger {
	position: absolute;
	top: 1rem;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.125rem;
	padding-right: 20px;
	cursor: pointer;
	transition: transform .2s
}
.menu--main .responsive-dropdown-trigger.dropdown-arrow-down::before {
	transform: rotate(180deg)
}
.menu--main .responsive-dropdown-trigger::before {
	width: .875rem;
	height: .875rem
}
.rtl .menu--main .responsive-dropdown-trigger {
	right: auto;
	left: 0;
	padding-right: 0;
	padding-left: 20px
}
}
.block-system-branding-block {
	flex-shrink: 0;
	margin-right: 2rem
}
.rtl .block-system-branding-block {
	margin-right: 0;
	margin-left: 2rem
}
.mobile-menu-open .block-system-branding-block {
	padding: .5rem 20px 1.5rem
}
.path-user .block-system-branding-block, .path-my-adama .block-system-branding-block {
	margin-right: auto
}
.path-user.rtl .block-system-branding-block, .path-my-adama.rtl .block-system-branding-block {
	margin-right: 0;
	margin-left: auto
}
.site-logo img {
	display: block;
	height: 31px
}

@media(min-width:1025px) {
.site-logo img {
	height: 42px
}
}
.dropdown-controls.select-dropdown::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#arrow-down--list)
}
.region-header .dropdown-menu::before, .region-header .form-item-sort-by .form-select::before {
	content: "";
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(/west-canada/themes/custom/adama/dist/icons/icons-f80d56d2.svg#dropdown-menu--arrow)
}
.dropdown-container {
	position: relative
}
.dropdown-controls.select-dropdown {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: inline-block;
	min-width: 11.25rem;
	max-width: 100%;
	height: 3rem;
	padding: 0 2rem 0 20px;
	border: 1px solid rgba(151,139,135,.3);
	border-radius: .5rem;
	cursor: pointer;
	line-height: 3rem;
	vertical-align: top;
	background-color: #fff
}

@media(min-width:768px) {
.dropdown-controls.select-dropdown {
	min-width: 14.75rem
}
}
.dropdown-controls.select-dropdown::before {
	position: absolute;
	right: 1.125rem;
	width: .625rem;
	height: 3rem;
	transition: transform 400ms
}
.rtl .dropdown-controls.select-dropdown {
	padding: 0 20px 0 1.5rem
}
.rtl .dropdown-controls.select-dropdown::before {
	right: auto;
	left: .75rem
}
.dropdown-controls-open.select-dropdown::before {
	transform: rotate(-180deg)
}
.dropdown-menu, .form-item-sort-by .form-select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	opacity: 0;
	box-shadow: 0 28px 38px 0 rgba(0,0,0,.15);
	padding: 0;
	border-radius: 6px;
	background: #fff;
	transition: opacity 200ms ease-in
}
.rtl .dropdown-menu, .rtl .form-item-sort-by .form-select {
	right: 0;
	left: auto
}
.rtl .dropdown-menu::before, .rtl .form-item-sort-by .form-select::before {
	right: 1.5rem;
	left: auto
}
.dropdown-menu.dropdown-menu-open, .form-item-sort-by .form-select.dropdown-menu-open {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	width: min-content;
	min-width: 11.25rem;
	height: auto;
	border: 1px solid #f5f3f3;
	border-radius: 6px;
	overflow: initial;
	opacity: 1;
	clip: auto
}

@media(min-width:768px) {
.dropdown-menu.dropdown-menu-open, .form-item-sort-by .form-select.dropdown-menu-open {
	min-width: 14.75rem
}
}
.dropdown-menu__list, .form-item-sort-by .form-select__list {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
	list-style-type: none
}
.rtl .dropdown-menu__list, .rtl .form-item-sort-by .form-select__list {
	padding: 0
}
.dropdown-menu li, .form-item-sort-by .form-select li {
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	width: 100%;
	padding: 0 1.25rem;
	background-color: #fff;
	transition: background-color .2s ease
}
.dropdown-menu li.active, .form-item-sort-by .form-select li.active {
	background-color: #f5f3f3
}
.dropdown-menu li:hover, .form-item-sort-by .form-select li:hover {
	background-color: #f5f3f3
}
.dropdown-menu li li, .form-item-sort-by .form-select li li {
	padding-right: 0
}
.dropdown-menu li a, .form-item-sort-by .form-select li a {
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	width: calc(100% + 40px);
	margin: 0 -1.25rem;
	padding: .75rem 1.25rem;
	text-decoration: none;
	color: #5f504d
}
.dropdown-menu li .ajax-progress, .form-item-sort-by .form-select li .ajax-progress {
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%)
}
.rtl .dropdown-menu li .ajax-progress, .rtl .form-item-sort-by .form-select li .ajax-progress {
	right: auto;
	left: 1.25rem
}
.region-header .dropdown-menu::before, .region-header .form-item-sort-by .form-select::before {
	position: absolute;
	top: -0.375rem;
	left: 1.5rem;
	display: block;
	width: .625rem;
	height: .375rem;
	background-size: 100% auto
}
.region-header .language-switcher-language-url {
	position: relative;
	display: none
}

@media(min-width:1280px) {
.region-header .language-switcher-language-url {
	display: block
}
.rtl .region-header .language-switcher-language-url .dropdown-menu--wrapper {
	right: inherit;
	left: 0
}
}
.region-header .language-switcher-language-url:hover .dropdown-menu--wrapper {
	position: absolute;
	top: 100%;
	left: 1.5rem;
	display: block
}

@media(min-width:1280px) {
.region-header .language-switcher-language-url:hover .dropdown-menu--wrapper {
	right: 0;
	left: auto;
	width: min-content;
	padding-top: 1.625rem
}
}
.rtl .region-header .language-switcher-language-url:hover .dropdown-menu--wrapper {
	right: 1.5rem;
	left: 0
}

@media(min-width:1280px) {
.rtl .region-header .language-switcher-language-url:hover .dropdown-menu--wrapper {
	right: auto;
	left: 0
}
}
.region-header .language-switcher-language-url:hover .dropdown-menu--wrapper .dropdown-menu {
	position: static;
	width: auto;
	height: auto;
	overflow: initial;
	clip: auto;
	opacity: 1;
	position: relative;
	z-index: 1;
	visibility: visible;
	display: block;
	width: min-content;
	height: auto;
	border: 1px solid #f5f3f3;
	border-radius: 6px;
	overflow: initial;
	opacity: 1;
	clip: auto
}
.region-header .language-switcher-language-url .active-language {
	font-size: .8125rem;
	line-height: 1.2307692308;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	line-height: 1.5rem;
	text-transform: uppercase;
	color: rgba(151,139,135,.9)
}
.region-header .language-switcher-language-url .active-language::before {
	order: 2;
	width: .5rem;
	margin-left: .5rem
}
.rtl .region-header .language-switcher-language-url .active-language::before {
	margin-right: .5rem;
	margin-left: 0
}
.region-header .language-switcher-language-url .dropdown-menu--wrapper {
	display: none
}
.region-header .language-switcher-language-url .dropdown-menu {
	position: relative;
	top: 0;
	right: 0;
	left: auto;
	min-width: auto
}
.region-header .language-switcher-language-url .dropdown-menu::before {
	right: 1rem;
	left: auto
}
.rtl .region-header .language-switcher-language-url .dropdown-menu {
	right: auto;
	left: 0
}
.rtl .region-header .language-switcher-language-url .dropdown-menu::before {
	right: auto;
	left: 1rem
}
.mobile-menu-open .region-header .language-switcher-language-url {
	display: block;
	margin-top: .5rem;
	padding: .6875rem 1.5rem
}
.mobile-menu-open .region-header .language-switcher-language-url .active-language::before {
	margin-left: .5rem
}
.mobile-menu-open .region-header .language-switcher-language-url .dropdown-menu::before, .mobile-menu-open .region-header .language-switcher-language-url .dropdown-menu::after {
	content: none
}
.rtl.mobile-menu-open .region-header .language-switcher-language-url .active-language::before {
	margin-right: .5rem;
	margin-left: 0
}
.crops-list ul li{display: inline-block;margin-right: 40px;}
.crops-list ul{padding: 0}
.crops-list ul li a{font-size: 1.5rem;color: #464646;}
.crops-list ul li a:hover{color: #009595;}
.crops-list ul li a.is-active{color: #009595;}

.nav-height{ position:relative; height: 50px;}
.nav-wrap { width: 100%;height: 50px;background: #fff;}
.nav-wrap.navFix{position: fixed;top: 0;left: 0;right: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;} 
.nav-wrap ul {padding: 0;margin: 0 auto; display: block;}
.nav-wrap.navFix ul{ border-bottom: 0;}
.nav-wrap li { display: inline-block; text-align: left;height: 50px; line-height: 50px; float: left;}
.nav-wrap li a {display: block;padding: 0 20px;font-size:20px; color: #333; text-decoration: none;}
.nav-wrap li a:hover{color: #009595;}
.nav-wrap li a.active {color: #009595;}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.click-me {width: 150px;height: 30px; background: #009595;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}
@media (max-width: 761px){
		/*crops*/
	.nav-wrap li a{font-size: 16px;padding: 0 10px;}
	.crop-solution__item{display: block;padding: 2.5rem 0 2.5rem;}
}