@charset "UTF-8";

:root,
[data-bs-theme=light] {
	--sd-blue: #0d6efd;
	--sd-indigo: #6610f2;
	--sd-purple: #6f42c1;
	--sd-pink: #d63384;
	--sd-red: #dc3545;
	--sd-orange: #fd7e14;
	--sd-yellow: #ffc107;
	--sd-green: #198754;
	--sd-teal: #20c997;
	--sd-cyan: #0dcaf0;
	--sd-black: #000;
	--sd-white: #fff;
	--sd-gray: #6c757d;
	--sd-gray-dark: #343a40;
	--sd-gray-100: #f8f9fa;
	--sd-gray-200: #e9ecef;
	--sd-gray-300: #dee2e6;
	--sd-gray-400: #ced4da;
	--sd-gray-500: #adb5bd;
	--sd-gray-600: #6c757d;
	--sd-gray-700: #495057;
	--sd-gray-800: #343a40;
	--sd-gray-900: #212529;
	--sd-primary: #0d6efd;
	--sd-secondary: #6c757d;
	--sd-success: #198754;
	--sd-info: #0dcaf0;
	--sd-warning: #ffc107;
	--sd-danger: #dc3545;
	--sd-light: #f8f9fa;
	--sd-dark: #212529;
	--sd-primary-rgb: 13, 110, 253;
	--sd-secondary-rgb: 108, 117, 125;
	--sd-success-rgb: 25, 135, 84;
	--sd-info-rgb: 13, 202, 240;
	--sd-warning-rgb: 255, 193, 7;
	--sd-danger-rgb: 220, 53, 69;
	--sd-light-rgb: 248, 249, 250;
	--sd-dark-rgb: 33, 37, 41;
	--sd-primary-text-emphasis: #052c65;
	--sd-secondary-text-emphasis: #2b2f32;
	--sd-success-text-emphasis: #0a3622;
	--sd-info-text-emphasis: #055160;
	--sd-warning-text-emphasis: #664d03;
	--sd-danger-text-emphasis: #58151c;
	--sd-light-text-emphasis: #495057;
	--sd-dark-text-emphasis: #495057;
	--sd-primary-bg-subtle: #cfe2ff;
	--sd-secondary-bg-subtle: #e2e3e5;
	--sd-success-bg-subtle: #d1e7dd;
	--sd-info-bg-subtle: #cff4fc;
	--sd-warning-bg-subtle: #fff3cd;
	--sd-danger-bg-subtle: #f8d7da;
	--sd-light-bg-subtle: #fcfcfd;
	--sd-dark-bg-subtle: #ced4da;
	--sd-primary-border-subtle: #9ec5fe;
	--sd-secondary-border-subtle: #c4c8cb;
	--sd-success-border-subtle: #a3cfbb;
	--sd-info-border-subtle: #9eeaf9;
	--sd-warning-border-subtle: #ffe69c;
	--sd-danger-border-subtle: #f1aeb5;
	--sd-light-border-subtle: #e9ecef;
	--sd-dark-border-subtle: #adb5bd;
	--sd-white-rgb: 255, 255, 255;
	--sd-black-rgb: 0, 0, 0;
	--sd-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--sd-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--sd-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
	--sd-body-font-family: var(--sd-font-sans-serif);
	--sd-body-font-size: 1rem;
	--sd-body-font-weight: 400;
	--sd-body-line-height: 1.5;
	--sd-body-color: #212529;
	--sd-body-color-rgb: 33, 37, 41;
	--sd-body-bg: #fff;
	--sd-body-bg-rgb: 255, 255, 255;
	--sd-emphasis-color: #000;
	--sd-emphasis-color-rgb: 0, 0, 0;
	--sd-secondary-color: rgba(33, 37, 41, .75);
	--sd-secondary-color-rgb: 33, 37, 41;
	--sd-secondary-bg: #e9ecef;
	--sd-secondary-bg-rgb: 233, 236, 239;
	--sd-tertiary-color: rgba(33, 37, 41, .5);
	--sd-tertiary-color-rgb: 33, 37, 41;
	--sd-tertiary-bg: #f8f9fa;
	--sd-tertiary-bg-rgb: 248, 249, 250;
	--sd-heading-color: inherit;
	--sd-link-color: #0d6efd;
	--sd-link-color-rgb: 13, 110, 253;
	--sd-link-decoration: underline;
	--sd-link-hover-color: #0a58ca;
	--sd-link-hover-color-rgb: 10, 88, 202;
	--sd-code-color: #d63384;
	--sd-highlight-bg: #fff3cd;
	--sd-border-width: 1px;
	--sd-border-style: solid;
	--sd-border-color: #dee2e6;
	--sd-border-color-translucent: rgba(0, 0, 0, .175);
	--sd-border-radius: 0.375rem;
	--sd-border-radius-sm: 0.25rem;
	--sd-border-radius-lg: 0.5rem;
	--sd-border-radius-xl: 1rem;
	--sd-border-radius-xxl: 2rem;
	--sd-border-radius-2xl: var(--sd-border-radius-xxl);
	--sd-border-radius-pill: 50rem;
	--sd-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	--sd-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
	--sd-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
	--sd-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
	--sd-focus-ring-width: 0.25rem;
	--sd-focus-ring-opacity: 0.25;
	--sd-focus-ring-color: rgba(13, 110, 253, .25);
	--sd-form-valid-color: #198754;
	--sd-form-valid-border-color: #198754;
	--sd-form-invalid-color: #dc3545;
	--sd-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
	--sd-body-color: #dee2e6;
	--sd-body-color-rgb: 222, 226, 230;
	--sd-body-bg: #212529;
	--sd-body-bg-rgb: 33, 37, 41;
	--sd-emphasis-color: #fff;
	--sd-emphasis-color-rgb: 255, 255, 255;
	--sd-secondary-color: rgba(222, 226, 230, .75);
	--sd-secondary-color-rgb: 222, 226, 230;
	--sd-secondary-bg: #343a40;
	--sd-secondary-bg-rgb: 52, 58, 64;
	--sd-tertiary-color: rgba(222, 226, 230, .5);
	--sd-tertiary-color-rgb: 222, 226, 230;
	--sd-tertiary-bg: #2b3035;
	--sd-tertiary-bg-rgb: 43, 48, 53;
	--sd-primary-text-emphasis: #6ea8fe;
	--sd-secondary-text-emphasis: #a7acb1;
	--sd-success-text-emphasis: #75b798;
	--sd-info-text-emphasis: #6edff6;
	--sd-warning-text-emphasis: #ffda6a;
	--sd-danger-text-emphasis: #ea868f;
	--sd-light-text-emphasis: #f8f9fa;
	--sd-dark-text-emphasis: #dee2e6;
	--sd-primary-bg-subtle: #031633;
	--sd-secondary-bg-subtle: #161719;
	--sd-success-bg-subtle: #051b11;
	--sd-info-bg-subtle: #032830;
	--sd-warning-bg-subtle: #332701;
	--sd-danger-bg-subtle: #2c0b0e;
	--sd-light-bg-subtle: #343a40;
	--sd-dark-bg-subtle: #1a1d20;
	--sd-primary-border-subtle: #084298;
	--sd-secondary-border-subtle: #41464b;
	--sd-success-border-subtle: #0f5132;
	--sd-info-border-subtle: #087990;
	--sd-warning-border-subtle: #997404;
	--sd-danger-border-subtle: #842029;
	--sd-light-border-subtle: #495057;
	--sd-dark-border-subtle: #343a40;
	--sd-heading-color: inherit;
	--sd-link-color: #6ea8fe;
	--sd-link-hover-color: #8bb9fe;
	--sd-link-color-rgb: 110, 168, 254;
	--sd-link-hover-color-rgb: 139, 185, 254;
	--sd-code-color: #e685b5;
	--sd-border-color: #495057;
	--sd-border-color-translucent: hsla(0, 0%, 100%, .15);
	--sd-form-valid-color: #75b798;
	--sd-form-valid-border-color: #75b798;
	--sd-form-invalid-color: #ea868f;
	--sd-form-invalid-border-color: #ea868f;
	color-scheme: dark
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: var(--sd-body-bg);
	color: var(--sd-body-color);
	font-family: var(--sd-body-font-family);
	font-size: var(--sd-body-font-size);
	font-weight: var(--sd-body-font-weight);
	line-height: var(--sd-body-line-height);
	margin: 0;
	text-align: var(--sd-body-text-align)
}

hr {
	border: 0;
	border-top: var(--sd-border-width) solid;
	color: inherit;
	margin: 1rem 0;
	opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--sd-heading-color);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: .5rem;
	margin-top: 0
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

	.h1,
	h1 {
		font-size: 2.5rem
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

	.h2,
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

	.h4,
	h4 {
		font-size: 1.5rem
	}
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

p {
	margin-bottom: 1rem;
	margin-top: 0
}

abbr[title] {
	cursor: help;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-bottom: 1rem;
	margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

.small,
small {
	font-size: .875em
}

.mark,
mark {
	background-color: var(--sd-highlight-bg);
	padding: .1875em
}

sub,
sup {
	font-size: .75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: rgba(var(--sd-link-color-rgb), var(--sd-link-opacity, 1));
	text-decoration: underline
}

a:hover {
	--sd-link-color-rgb: var(--sd-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: var(--sd-font-monospace);
	font-size: 1em
}

pre {
	display: block;
	font-size: .875em;
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto
}

pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal
}

code {
	word-wrap: break-word;
	color: var(--sd-code-color);
	font-size: .875em
}

a>code {
	color: inherit
}

kbd {
	background-color: var(--sd-body-color);
	border-radius: .25rem;
	color: var(--sd-body-bg);
	font-size: .875em;
	padding: .1875rem .375rem
}

kbd kbd {
	font-size: 1em;
	padding: 0
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	border-collapse: collapse;
	caption-side: bottom
}

caption {
	color: var(--sd-secondary-color);
	padding-bottom: .5rem;
	padding-top: .5rem;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border: 0 solid;
	border-color: inherit
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
	display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	border-style: none;
	padding: 0
}

textarea {
	resize: vertical
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0
}

legend {
	float: left;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
	margin-bottom: .5rem;
	padding: 0;
	width: 100%
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

::file-selector-button {
	-webkit-appearance: button;
	font: inherit
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	cursor: pointer;
	display: list-item
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem
	}
}

.list-inline,
.list-unstyled {
	list-style: none;
	padding-left: 0
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: .875em;
	text-transform: uppercase
}

.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem
}

.blockquote>:last-child {
	margin-bottom: 0
}

.blockquote-footer {
	color: #6c757d;
	font-size: .875em;
	margin-bottom: 1rem;
	margin-top: -1rem
}

.blockquote-footer:before {
	content: "— "
}

:root {
	--sd-breakpoint-xs: 0;
	--sd-breakpoint-sm: 576px;
	--sd-breakpoint-md: 768px;
	--sd-breakpoint-lg: 992px;
	--sd-breakpoint-xl: 1200px;
	--sd-breakpoint-xxl: 1400px
}

.row {
	--sd-gutter-x: 1.5rem;
	--sd-gutter-y: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: calc(var(--sd-gutter-x)*-.5);
	margin-right: calc(var(--sd-gutter-x)*-.5);
	margin-top: calc(var(--sd-gutter-y)*-1)
}

.row>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: var(--sd-gutter-y);
	max-width: 100%;
	padding-left: calc(var(--sd-gutter-x)*.5);
	padding-right: calc(var(--sd-gutter-x)*.5);
	width: 100%
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.row-cols-auto>* {
	width: auto
}

.row-cols-1>*,
.row-cols-auto>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.row-cols-1>* {
	width: 100
}

.row-cols-2>* {
	width: 50
}

.row-cols-2>*,
.row-cols-3>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.row-cols-3>* {
	width: 33.3333333333
}

.row-cols-4>* {
	width: 25
}

.row-cols-4>*,
.row-cols-5>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.row-cols-5>* {
	width: 20
}

.row-cols-6>* {
	width: 16.6666666667
}

.col-auto,
.row-cols-6>* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-auto {
	width: auto
}

.col-1 {
	width: 8.33333333%
}

.col-1,
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-2 {
	width: 16.66666667%
}

.col-3 {
	width: 25%
}

.col-3,
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-4 {
	width: 33.33333333%
}

.col-5 {
	width: 41.66666667%
}

.col-5,
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333333%
}

.col-7,
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-8 {
	width: 66.66666667%
}

.col-9 {
	width: 75%
}

.col-10,
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-10 {
	width: 83.33333333%
}

.col-11 {
	width: 91.66666667%
}

.col-11,
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.col-12 {
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--sd-gutter-x: 0
}

.g-0,
.gy-0 {
	--sd-gutter-y: 0
}

.g-1,
.gx-1 {
	--sd-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--sd-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--sd-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--sd-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--sd-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--sd-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--sd-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--sd-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--sd-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--sd-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		width: auto
	}

	.row-cols-sm-1>*,
	.row-cols-sm-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-sm-1>* {
		width: 100
	}

	.row-cols-sm-2>* {
		width: 50
	}

	.row-cols-sm-2>*,
	.row-cols-sm-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-sm-3>* {
		width: 33.3333333333
	}

	.row-cols-sm-4>* {
		width: 25
	}

	.row-cols-sm-4>*,
	.row-cols-sm-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-sm-5>* {
		width: 20
	}

	.row-cols-sm-6>* {
		width: 16.6666666667
	}

	.col-sm-auto,
	.row-cols-sm-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-auto {
		width: auto
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-1,
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-3,
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-5,
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-7,
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10,
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-11,
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-sm-12 {
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--sd-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--sd-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--sd-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--sd-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--sd-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--sd-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--sd-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--sd-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--sd-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--sd-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--sd-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--sd-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		width: auto
	}

	.row-cols-md-1>*,
	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-md-1>* {
		width: 100
	}

	.row-cols-md-2>* {
		width: 50
	}

	.row-cols-md-2>*,
	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-md-3>* {
		width: 33.3333333333
	}

	.row-cols-md-4>* {
		width: 25
	}

	.row-cols-md-4>*,
	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-md-5>* {
		width: 20
	}

	.row-cols-md-6>* {
		width: 16.6666666667
	}

	.col-md-auto,
	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-auto {
		width: auto
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-1,
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-3,
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-5,
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-7,
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10,
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-11,
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-md-12 {
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,
	.gx-md-0 {
		--sd-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--sd-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--sd-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--sd-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--sd-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--sd-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--sd-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--sd-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--sd-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--sd-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--sd-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--sd-gutter-y: 3rem
	}
}

@media (min-width:992px) {
	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		width: auto
	}

	.row-cols-lg-1>*,
	.row-cols-lg-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-lg-1>* {
		width: 100
	}

	.row-cols-lg-2>* {
		width: 50
	}

	.row-cols-lg-2>*,
	.row-cols-lg-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-lg-3>* {
		width: 33.3333333333
	}

	.row-cols-lg-4>* {
		width: 25
	}

	.row-cols-lg-4>*,
	.row-cols-lg-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-lg-5>* {
		width: 20
	}

	.row-cols-lg-6>* {
		width: 16.6666666667
	}

	.col-lg-auto,
	.row-cols-lg-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-auto {
		width: auto
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-1,
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-3,
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-5,
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-7,
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10,
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-11,
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-lg-12 {
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--sd-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--sd-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--sd-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--sd-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--sd-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--sd-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--sd-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--sd-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--sd-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--sd-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--sd-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--sd-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		width: auto
	}

	.row-cols-xl-1>*,
	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-xl-1>* {
		width: 100
	}

	.row-cols-xl-2>* {
		width: 50
	}

	.row-cols-xl-2>*,
	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-xl-3>* {
		width: 33.3333333333
	}

	.row-cols-xl-4>* {
		width: 25
	}

	.row-cols-xl-4>*,
	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-xl-5>* {
		width: 20
	}

	.row-cols-xl-6>* {
		width: 16.6666666667
	}

	.col-xl-auto,
	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-auto {
		width: auto
	}

	.col-xl-1 {
		width: 8.33333333%
	}

	.col-xl-1,
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-2 {
		width: 16.66666667%
	}

	.col-xl-3 {
		width: 25%
	}

	.col-xl-3,
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-4 {
		width: 33.33333333%
	}

	.col-xl-5 {
		width: 41.66666667%
	}

	.col-xl-5,
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-6 {
		width: 50%
	}

	.col-xl-7 {
		width: 58.33333333%
	}

	.col-xl-7,
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-8 {
		width: 66.66666667%
	}

	.col-xl-9 {
		width: 75%
	}

	.col-xl-10,
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-10 {
		width: 83.33333333%
	}

	.col-xl-11 {
		width: 91.66666667%
	}

	.col-xl-11,
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xl-12 {
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--sd-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--sd-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--sd-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--sd-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--sd-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--sd-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--sd-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--sd-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--sd-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--sd-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--sd-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--sd-gutter-y: 3rem
	}
}

@media (min-width:1400px) {
	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		width: auto
	}

	.row-cols-xxl-1>*,
	.row-cols-xxl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-xxl-1>* {
		width: 100
	}

	.row-cols-xxl-2>* {
		width: 50
	}

	.row-cols-xxl-2>*,
	.row-cols-xxl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-xxl-3>* {
		width: 33.3333333333
	}

	.row-cols-xxl-4>* {
		width: 25
	}

	.row-cols-xxl-4>*,
	.row-cols-xxl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.row-cols-xxl-5>* {
		width: 20
	}

	.row-cols-xxl-6>* {
		width: 16.6666666667
	}

	.col-xxl-auto,
	.row-cols-xxl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-auto {
		width: auto
	}

	.col-xxl-1 {
		width: 8.33333333%
	}

	.col-xxl-1,
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-2 {
		width: 16.66666667%
	}

	.col-xxl-3 {
		width: 25%
	}

	.col-xxl-3,
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-4 {
		width: 33.33333333%
	}

	.col-xxl-5 {
		width: 41.66666667%
	}

	.col-xxl-5,
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-6 {
		width: 50%
	}

	.col-xxl-7 {
		width: 58.33333333%
	}

	.col-xxl-7,
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-8 {
		width: 66.66666667%
	}

	.col-xxl-9 {
		width: 75%
	}

	.col-xxl-10,
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-10 {
		width: 83.33333333%
	}

	.col-xxl-11 {
		width: 91.66666667%
	}

	.col-xxl-11,
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.col-xxl-12 {
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--sd-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--sd-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--sd-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--sd-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--sd-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--sd-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--sd-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--sd-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--sd-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--sd-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--sd-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--sd-gutter-y: 3rem
	}
}

.fade {
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		-webkit-transition: none;
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		-webkit-transition: none;
		transition: none
	}
}

.collapsing.collapse-horizontal {
	height: auto;
	-webkit-transition: width .35s ease;
	transition: width .35s ease;
	width: 0
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		-webkit-transition: none;
		transition: none
	}
}

.nav {
	--sd-nav-link-padding-x: 1rem;
	--sd-nav-link-padding-y: 0.5rem;
	--sd-nav-link-font-weight: ;
	--sd-nav-link-color: var(--sd-link-color);
	--sd-nav-link-hover-color: var(--sd-link-hover-color);
	--sd-nav-link-disabled-color: var(--sd-secondary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.nav-link {
	background: none;
	border: 0;
	color: var(--sd-nav-link-color);
	display: block;
	font-size: var(--sd-nav-link-font-size);
	font-weight: var(--sd-nav-link-font-weight);
	padding: var(--sd-nav-link-padding-y) var(--sd-nav-link-padding-x);
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		-webkit-transition: none;
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: var(--sd-nav-link-hover-color)
}

.nav-link:focus-visible {
	-webkit-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	outline: 0
}

.nav-link.disabled,
.nav-link:disabled {
	color: var(--sd-nav-link-disabled-color);
	cursor: default;
	pointer-events: none
}

.nav-tabs {
	--sd-nav-tabs-border-width: var(--sd-border-width);
	--sd-nav-tabs-border-color: var(--sd-border-color);
	--sd-nav-tabs-border-radius: var(--sd-border-radius);
	--sd-nav-tabs-link-hover-border-color: var(--sd-secondary-bg) var(--sd-secondary-bg) var(--sd-border-color);
	--sd-nav-tabs-link-active-color: var(--sd-emphasis-color);
	--sd-nav-tabs-link-active-bg: var(--sd-body-bg);
	--sd-nav-tabs-link-active-border-color: var(--sd-border-color) var(--sd-border-color) var(--sd-body-bg);
	border-bottom: var(--sd-nav-tabs-border-width) solid var(--sd-nav-tabs-border-color)
}

.nav-tabs .nav-link {
	border: var(--sd-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--sd-nav-tabs-border-radius);
	border-top-right-radius: var(--sd-nav-tabs-border-radius);
	margin-bottom: calc(var(--sd-nav-tabs-border-width)*-1)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: var(--sd-nav-tabs-link-hover-border-color);
	isolation: isolate
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: var(--sd-nav-tabs-link-active-bg);
	border-color: var(--sd-nav-tabs-link-active-border-color);
	color: var(--sd-nav-tabs-link-active-color)
}

.nav-tabs .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: calc(var(--sd-nav-tabs-border-width)*-1)
}

.nav-pills {
	--sd-nav-pills-border-radius: var(--sd-border-radius);
	--sd-nav-pills-link-active-color: #fff;
	--sd-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
	border-radius: var(--sd-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--sd-nav-pills-link-active-bg);
	color: var(--sd-nav-pills-link-active-color)
}

.nav-underline {
	--sd-nav-underline-gap: 1rem;
	--sd-nav-underline-border-width: 0.125rem;
	--sd-nav-underline-link-active-color: var(--sd-emphasis-color);
	gap: var(--sd-nav-underline-gap)
}

.nav-underline .nav-link {
	border-bottom: var(--sd-nav-underline-border-width) solid transparent;
	padding-left: 0;
	padding-right: 0
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
	border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
	border-bottom-color: currentcolor;
	color: var(--sd-nav-underline-link-active-color);
	font-weight: 700
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
	-ms-flex-preferred-size: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.card {
	--sd-card-spacer-y: 1rem;
	--sd-card-spacer-x: 1rem;
	--sd-card-title-spacer-y: 0.5rem;
	--sd-card-title-color: ;
	--sd-card-subtitle-color: ;
	--sd-card-border-width: var(--sd-border-width);
	--sd-card-border-color: var(--sd-border-color-translucent);
	--sd-card-border-radius: var(--sd-border-radius);
	--sd-card-box-shadow: ;
	--sd-card-inner-border-radius: calc(var(--sd-border-radius) - var(--sd-border-width));
	--sd-card-cap-padding-y: 0.5rem;
	--sd-card-cap-padding-x: 1rem;
	--sd-card-cap-bg: rgba(var(--sd-body-color-rgb), 0.03);
	--sd-card-cap-color: ;
	--sd-card-height: ;
	--sd-card-color: ;
	--sd-card-bg: var(--sd-body-bg);
	--sd-card-img-overlay-padding: 1rem;
	--sd-card-group-margin: 0.75rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: var(--sd-card-bg);
	border: var(--sd-card-border-width) solid var(--sd-card-border-color);
	border-radius: var(--sd-card-border-radius);
	color: var(--sd-body-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: var(--sd-card-height);
	min-width: 0;
	position: relative
}

.card>hr {
	margin-left: 0;
	margin-right: 0
}

.card>.list-group {
	border-bottom: inherit;
	border-top: inherit
}

.card>.list-group:first-child {
	border-top-left-radius: var(--sd-card-inner-border-radius);
	border-top-right-radius: var(--sd-card-inner-border-radius);
	border-top-width: 0
}

.card>.list-group:last-child {
	border-bottom-left-radius: var(--sd-card-inner-border-radius);
	border-bottom-right-radius: var(--sd-card-inner-border-radius);
	border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	-webkit-box-flex: 1;
	color: var(--sd-card-color);
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: var(--sd-card-spacer-y) var(--sd-card-spacer-x)
}

.card-title {
	color: var(--sd-card-title-color);
	margin-bottom: var(--sd-card-title-spacer-y)
}

.card-subtitle {
	color: var(--sd-card-subtitle-color);
	margin-top: calc(var(--sd-card-title-spacer-y)*-.5)
}

.card-subtitle,
.card-text:last-child {
	margin-bottom: 0
}

.card-link+.card-link {
	margin-left: var(--sd-card-spacer-x)
}

.card-header {
	background-color: var(--sd-card-cap-bg);
	border-bottom: var(--sd-card-border-width) solid var(--sd-card-border-color);
	color: var(--sd-card-cap-color);
	margin-bottom: 0;
	padding: var(--sd-card-cap-padding-y) var(--sd-card-cap-padding-x)
}

.card-header:first-child {
	border-radius: var(--sd-card-inner-border-radius) var(--sd-card-inner-border-radius) 0 0
}

.card-footer {
	background-color: var(--sd-card-cap-bg);
	border-top: var(--sd-card-border-width) solid var(--sd-card-border-color);
	color: var(--sd-card-cap-color);
	padding: var(--sd-card-cap-padding-y) var(--sd-card-cap-padding-x)
}

.card-footer:last-child {
	border-radius: 0 0 var(--sd-card-inner-border-radius) var(--sd-card-inner-border-radius)
}

.card-header-tabs {
	border-bottom: 0;
	margin-bottom: calc(var(--sd-card-cap-padding-y)*-1);
	margin-left: calc(var(--sd-card-cap-padding-x)*-.5);
	margin-right: calc(var(--sd-card-cap-padding-x)*-.5)
}

.card-header-tabs .nav-link.active {
	background-color: var(--sd-card-bg);
	border-bottom-color: var(--sd-card-bg)
}

.card-header-pills {
	margin-left: calc(var(--sd-card-cap-padding-x)*-.5);
	margin-right: calc(var(--sd-card-cap-padding-x)*-.5)
}

.card-img-overlay {
	border-radius: var(--sd-card-inner-border-radius);
	bottom: 0;
	left: 0;
	padding: var(--sd-card-img-overlay-padding);
	position: absolute;
	right: 0;
	top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
	width: 100%
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--sd-card-inner-border-radius);
	border-top-right-radius: var(--sd-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
	border-bottom-left-radius: var(--sd-card-inner-border-radius);
	border-bottom-right-radius: var(--sd-card-inner-border-radius)
}

.card-group>.card {
	margin-bottom: var(--sd-card-group-margin)
}

@media (min-width:576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.card-group>.card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		border-left: 0;
		margin-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,
	.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,
	.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,
	.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,
	.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.accordion {
	--sd-accordion-color: var(--sd-body-color);
	--sd-accordion-bg: var(--sd-body-bg);
	--sd-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--sd-accordion-border-color: var(--sd-border-color);
	--sd-accordion-border-width: var(--sd-border-width);
	--sd-accordion-border-radius: var(--sd-border-radius);
	--sd-accordion-inner-border-radius: calc(var(--sd-border-radius) - var(--sd-border-width));
	--sd-accordion-btn-padding-x: 1.25rem;
	--sd-accordion-btn-padding-y: 1rem;
	--sd-accordion-btn-color: var(--sd-body-color);
	--sd-accordion-btn-bg: var(--sd-accordion-bg);
	--sd-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	--sd-accordion-btn-icon-width: 1.25rem;
	--sd-accordion-btn-icon-transform: rotate(-180deg);
	--sd-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--sd-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	--sd-accordion-btn-focus-border-color: #86b7fe;
	--sd-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
	--sd-accordion-body-padding-x: 1.25rem;
	--sd-accordion-body-padding-y: 1rem;
	--sd-accordion-active-color: var(--sd-primary-text-emphasis);
	--sd-accordion-active-bg: var(--sd-primary-bg-subtle)
}

.accordion-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--sd-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	color: var(--sd-accordion-btn-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	overflow-anchor: none;
	padding: var(--sd-accordion-btn-padding-y) var(--sd-accordion-btn-padding-x);
	position: relative;
	text-align: left;
	-webkit-transition: var(--sd-accordion-transition);
	transition: var(--sd-accordion-transition);
	width: 100%
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		-webkit-transition: none;
		transition: none
	}
}

.accordion-button:not(.collapsed) {
	background-color: var(--sd-accordion-active-bg);
	-webkit-box-shadow: inset 0 calc(var(--sd-accordion-border-width)*-1) 0 var(--sd-accordion-border-color);
	box-shadow: inset 0 calc(var(--sd-accordion-border-width)*-1) 0 var(--sd-accordion-border-color);
	color: var(--sd-accordion-active-color)
}

.accordion-button:not(.collapsed):after {
	background-image: var(--sd-accordion-btn-active-icon);
	-webkit-transform: var(--sd-accordion-btn-icon-transform);
	transform: var(--sd-accordion-btn-icon-transform)
}

.accordion-button:after {
	-ms-flex-negative: 0;
	background-image: var(--sd-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--sd-accordion-btn-icon-width);
	content: "";
	flex-shrink: 0;
	height: var(--sd-accordion-btn-icon-width);
	margin-left: auto;
	-webkit-transition: var(--sd-accordion-btn-icon-transition);
	transition: var(--sd-accordion-btn-icon-transition);
	width: var(--sd-accordion-btn-icon-width)
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button:after {
		-webkit-transition: none;
		transition: none
	}
}

.accordion-button:hover {
	z-index: 2
}

.accordion-button:focus {
	border-color: var(--sd-accordion-btn-focus-border-color);
	-webkit-box-shadow: var(--sd-accordion-btn-focus-box-shadow);
	box-shadow: var(--sd-accordion-btn-focus-box-shadow);
	outline: 0;
	z-index: 3
}

.accordion-header {
	margin-bottom: 0
}

.accordion-item {
	background-color: var(--sd-accordion-bg);
	border: var(--sd-accordion-border-width) solid var(--sd-accordion-border-color);
	color: var(--sd-accordion-color)
}

.accordion-item:first-of-type {
	border-top-left-radius: var(--sd-accordion-border-radius);
	border-top-right-radius: var(--sd-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: var(--sd-accordion-inner-border-radius);
	border-top-right-radius: var(--sd-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
	border-top: 0
}

.accordion-item:last-of-type {
	border-bottom-left-radius: var(--sd-accordion-border-radius);
	border-bottom-right-radius: var(--sd-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-left-radius: var(--sd-accordion-inner-border-radius);
	border-bottom-right-radius: var(--sd-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-left-radius: var(--sd-accordion-border-radius);
	border-bottom-right-radius: var(--sd-accordion-border-radius)
}

.accordion-body {
	padding: var(--sd-accordion-body-padding-y) var(--sd-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
	border-width: 0
}

.accordion-flush .accordion-item {
	border-left: 0;
	border-radius: 0;
	border-right: 0
}

.accordion-flush .accordion-item:first-child {
	border-top: 0
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
	--sd-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	--sd-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.clearfix:after {
	clear: both;
	content: "";
	display: block
}

.text-bg-primary {
	background-color: RGBA(var(--sd-primary-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #fff !important
}

.text-bg-secondary {
	background-color: RGBA(var(--sd-secondary-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #fff !important
}

.text-bg-success {
	background-color: RGBA(var(--sd-success-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #fff !important
}

.text-bg-info {
	background-color: RGBA(var(--sd-info-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #000 !important
}

.text-bg-warning {
	background-color: RGBA(var(--sd-warning-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #000 !important
}

.text-bg-danger {
	background-color: RGBA(var(--sd-danger-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #fff !important
}

.text-bg-light {
	background-color: RGBA(var(--sd-light-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #000 !important
}

.text-bg-dark {
	background-color: RGBA(var(--sd-dark-rgb), var(--sd-bg-opacity, 1)) !important;
	color: #fff !important
}

.link-primary {
	color: RGBA(var(--sd-primary-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-primary-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
	color: RGBA(10, 88, 202, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(10, 88, 202, var(--sd-link-underline-opacity, 1)) !important
}

.link-secondary {
	color: RGBA(var(--sd-secondary-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-secondary-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
	color: RGBA(86, 94, 100, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(86, 94, 100, var(--sd-link-underline-opacity, 1)) !important
}

.link-success {
	color: RGBA(var(--sd-success-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-success-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
	color: RGBA(20, 108, 67, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(20, 108, 67, var(--sd-link-underline-opacity, 1)) !important
}

.link-info {
	color: RGBA(var(--sd-info-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-info-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
	color: RGBA(61, 213, 243, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(61, 213, 243, var(--sd-link-underline-opacity, 1)) !important
}

.link-warning {
	color: RGBA(var(--sd-warning-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-warning-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
	color: RGBA(255, 205, 57, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 205, 57, var(--sd-link-underline-opacity, 1)) !important
}

.link-danger {
	color: RGBA(var(--sd-danger-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-danger-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
	color: RGBA(176, 42, 55, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(176, 42, 55, var(--sd-link-underline-opacity, 1)) !important
}

.link-light {
	color: RGBA(var(--sd-light-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-light-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
	color: RGBA(249, 250, 251, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(249, 250, 251, var(--sd-link-underline-opacity, 1)) !important
}

.link-dark {
	color: RGBA(var(--sd-dark-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-dark-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
	color: RGBA(26, 30, 33, var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(26, 30, 33, var(--sd-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
	color: RGBA(var(--sd-emphasis-color-rgb), var(--sd-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--sd-emphasis-color-rgb), var(--sd-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
	color: RGBA(var(--sd-emphasis-color-rgb), var(--sd-link-opacity, .75)) !important;
	text-decoration-color: RGBA(var(--sd-emphasis-color-rgb), var(--sd-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
	-webkit-box-shadow: var(--sd-focus-ring-x, 0) var(--sd-focus-ring-y, 0) var(--sd-focus-ring-blur, 0) var(--sd-focus-ring-width) var(--sd-focus-ring-color);
	box-shadow: var(--sd-focus-ring-x, 0) var(--sd-focus-ring-y, 0) var(--sd-focus-ring-blur, 0) var(--sd-focus-ring-width) var(--sd-focus-ring-color);
	outline: 0
}

.icon-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: .375rem;
	text-decoration-color: rgba(var(--sd-link-color-rgb), var(--sd-link-opacity, .5));
	text-underline-offset: .25em
}

.icon-link>.bi {
	-ms-flex-negative: 0;
	fill: currentcolor;
	flex-shrink: 0;
	height: 1em;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	width: 1em
}

@media (prefers-reduced-motion:reduce) {
	.icon-link>.bi {
		-webkit-transition: none;
		transition: none
	}
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
	-webkit-transform: var(--sd-icon-link-transform, translate3d(.25em, 0, 0));
	transform: var(--sd-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
	position: relative;
	width: 100%
}

.ratio:before {
	content: "";
	display: block;
	padding-top: var(--sd-aspect-ratio)
}

.ratio>* {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.ratio-1x1 {
	--sd-aspect-ratio: 100%
}

.ratio-4x3 {
	--sd-aspect-ratio: 75%
}

.ratio-16x9 {
	--sd-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--sd-aspect-ratio: 42.8571428571%
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

.sticky-top {
	top: 0
}

.sticky-bottom,
.sticky-top {
	position: sticky;
	z-index: 1020
}

.sticky-bottom {
	bottom: 0
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-sm-bottom {
		bottom: 0;
		position: sticky;
		z-index: 1020
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-md-bottom {
		bottom: 0;
		position: sticky;
		z-index: 1020
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-lg-bottom {
		bottom: 0;
		position: sticky;
		z-index: 1020
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xl-bottom {
		bottom: 0;
		position: sticky;
		z-index: 1020
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}

	.sticky-xxl-bottom {
		bottom: 0;
		position: sticky;
		z-index: 1020
	}
}

.hstack {
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-item-align: stretch;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row
}

.hstack,
.vstack {
	-webkit-box-direction: normal;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.vstack {
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-ms-flex-item-align: stretch;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: column;
	flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	white-space: nowrap !important;
	width: 1px !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important
}

.stretched-link:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vr {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: currentcolor;
	display: inline-block;
	min-height: 1em;
	opacity: .25;
	width: var(--sd-border-width)
}

@font-face {
	font-family: SucdenSans Light;
	font-style: normal;
	font-weight: 400;
	src: url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular-Light.eot);
	src: url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular-Light.eot?#iefix) format("embedded-opentype"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular-Light.woff) format("woff"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular-Light.ttf) format("truetype"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular-Light.svg#SucdenSans\ Light) format("svg")
}

@font-face {
	font-family: SucdenSans;
	font-style: normal;
	font-weight: 400;
	src: url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular.eot);
	src: url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular.eot?#iefix) format("embedded-opentype"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular.woff) format("woff"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular.ttf) format("truetype"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Regular.svg#SucdenSans) format("svg")
}

@font-face {
	font-family: SucdenSans Bold;
	font-style: 700;
	font-weight: 400;
	src: url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Bold.eot);
	src: url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Bold.eot?#iefix) format("embedded-opentype"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Bold.woff) format("woff"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Bold.ttf) format("truetype"), url(https://www.sucden.com/wp-content/themes/sucden/assets/fonts/SucdenSans-Bold.svg#SucdenSans\ Bold) format("svg")
}

@media screen and (max-width:62em) {
	html[lang=fr-FR] {
		margin-top: 0 !important
	}

	#wpadminbar {
		display: none
	}
}

body,
html {
	margin: 0;
	padding: 0
}

::marker {
	color: #005da9
}

iframe,
img,
svg,
video {
	display: block;
	max-width: 100%;
	width: 100%
}

button {
	cursor: pointer;
	font-family: Roboto, sans-serif;
	outline: 0
}

button,
ol,
ul {
	border: 0;
	margin: 0;
	padding: 0
}

ol,
ul {
	list-style: none
}

main {
	display: block
}

@media screen and (min-width:30em) {
	.mobile-only {
		display: none !important
	}
}

@media only screen and (min-width:83.125rem) {
	.pull {
		margin-right: -100px
	}
}

html.lenis {
	height: auto
}

html.lenis.lenis-smooth {
	scroll-behavior: auto
}

html.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain
}

html.lenis.lenis-stopped {
	overflow: hidden
}

html.lenis.lenis-scrolling iframe {
	pointer-events: none
}

.visually-hidden:not(:focus):not(:active):not(:focus-within) {
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px
}

.grecaptcha-badge {
	visibility: hidden
}

body {
	color: #6e6e6e;
	font-family: Roboto, sans-serif;
	font-weight: 400
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	text-wrap: balance;
	font-family: SucdenSans Bold, serif
}

.h1,
h1 {
	font-size: 1.75rem;
	line-height: 28px;
	text-transform: uppercase
}

@media only screen and (min-width:480px) {

	.h1,
	h1 {
		font-size: 2.75rem;
		line-height: 44px
	}
}

@media only screen and (min-width:880px) {

	.h1,
	h1 {
		font-size: 3.75rem;
		letter-spacing: -2px;
		line-height: 56px
	}
}

.h2,
h2 {
	font-size: 1.375rem;
	font-weight: 700;
	margin: 1.75rem 0 1rem;
	text-transform: uppercase
}

@media screen and (min-width:30em) {

	.h2,
	h2 {
		font-size: 1.75rem
	}
}

.h2:first-child,
h2:first-child {
	margin-top: 0
}

.page-template-default .content>*+*,
.page-template-default .wp-block-column>*,
.page-template-service .content>*+*,
.page-template-service .wp-block-column>* {
	margin-top: var(--flow-space, 1.2em)
}

.page-template-default .h2,
.page-template-default h2,
.page-template-service .h2,
.page-template-service h2 {
	--flow-space: 1.5em
}

.h2+.h3,
.h2+h3,
h2+.h3,
h2+h3 {
	margin-top: 0
}

.h3,
h3 {
	font-size: 1.5rem;
	line-height: 28px;
	margin: 1.875rem 0 .625rem
}

.h4,
h4 {
	font-size: 1.125rem;
	line-height: 22px;
	margin: .625rem 0 1.875rem
}

.editor .h1,
.editor h1 {
	color: #005da9;
	margin-bottom: 2.188rem
}

.editor .h2,
.editor h2,
.page-template-service .editor .h4,
.page-template-service .editor h4 {
	color: #005da9;
	margin-bottom: .625rem
}

.editor .mobile-only .h2:first-child,
.editor .mobile-only h2:first-child {
	margin-top: 2.188rem
}

.editor a {
	color: #005da9;
	text-decoration: underline;
	text-decoration-color: #005da9
}

.editor .btn a {
	color: #fff;
	text-decoration: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.editor .btn a:hover {
	color: #005da9
}

.editor ol,
.editor ul {
	margin: 1.25rem 0
}

.editor ol li,
.editor ul li {
	padding-bottom: .625rem;
	padding-left: 20px;
	position: relative
}

.editor ol li:before,
.editor ul li:before {
	background-color: #005da9;
	border-radius: 10px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 6px
}

.editor ol li:last-child,
.editor ul li:last-child {
	padding-bottom: 0
}

.page-template-our-people .editor .h2,
.page-template-our-people .editor h2 {
	color: #005da9;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem !important
}

.page-template-our-people .editor .h3,
.page-template-our-people .editor h3 {
	color: #005da9;
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase
}

.page-template-our-people .editor .h4,
.page-template-our-people .editor h4 {
	margin: 1.875rem 0 .625rem
}

.content__title.h1,
h1.content__title,
html[lang=es] .editor h1.content__title,
html[lang=ru] .editor h1.content__title {
	font-size: 1.875rem;
	letter-spacing: -.43px;
	line-height: 34px;
	margin-right: 10px;
	text-transform: none
}

p {
	line-height: 1.5;
	margin: 0 0 1.25rem
}

p:last-of-type {
	margin-bottom: 0
}

a {
	text-decoration: none
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
pre a {
	color: inherit
}

.h4 {
	color: #6e6e6e !important;
	font-size: 1.125rem;
	line-height: 22px;
	margin: .625rem 0 1.875rem
}

label {
	display: block;
	font-size: .75rem;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: .35rem;
	text-transform: uppercase
}

blockquote {
	border-left: 2px solid #005da9 !important;
	margin-bottom: 0;
	padding-left: 1.25rem !important
}

blockquote p {
	font-size: 1.5rem;
	line-height: 34px
}

blockquote cite {
	display: block;
	font-size: 1rem !important;
	font-style: italic !important;
	margin-top: 1.25rem
}

figure.is-type-video {
	font-size: .75rem;
	font-weight: 700;
	line-height: 18px;
	margin: 2.75rem 0;
	text-transform: uppercase
}

@media screen and (min-width:83.125rem) {
	figure.is-type-video {
		margin-right: -100px
	}
}

.thinner {
	font-weight: 300
}

html[lang=ru-RU] .footer__site {
	font-size: 11px;
	line-height: 12px
}

html[lang=ru-RU] .h1,
html[lang=ru-RU] .h2,
html[lang=ru-RU] .h3,
html[lang=ru-RU] h1,
html[lang=ru-RU] h2,
html[lang=ru-RU] h3 {
	font-family: Roboto, sans-serif
}

@media only screen and (min-width:1330px) {

	[lang=es-ES] .header__navigation>nav>ul>li>a,
	[lang=ru-RU] .header__navigation>nav>ul>li>a {
		font-size: 10px;
		line-height: 110px;
		padding: 0 8px
	}
}

@media only screen and (min-width:1600px) {

	[lang=es-ES] .header__navigation>nav>ul>li>a,
	[lang=ru-RU] .header__navigation>nav>ul>li>a {
		font-size: 12px;
		line-height: 110px;
		padding: 0 12px
	}
}

@media only screen and (min-width:1330px) and (max-width:1800px) {

	[lang=es-ES] .header.is--sticky .header__navigation>nav>ul>li>a,
	[lang=ru-RU] .header.is--sticky .header__navigation>nav>ul>li>a {
		font-size: 10px;
		line-height: 75px
	}
}

@media only screen and (min-width:480px) {

	html[lang=ru-RU] .flex .flex__item:nth-of-type(2) .media--news .media__content:not(.media__content--block) h2,
	html[lang=ru-RU] .h2,
	html[lang=ru-RU] h2 {
		font-size: 22px;
		line-height: 30px
	}
}

.has-blue-color {
	color: #005da9 !important
}

.has-blue-background-color {
	background-color: #005da9 !important
}

.has-gray-color {
	color: #6e6e6e !important
}

.has-gray-background-color {
	background-color: #6e6e6e !important
}

.has-lightgray-color {
	color: #f4f4f4 !important
}

.has-lightgray-background-color {
	background-color: #f4f4f4 !important
}

.has-black-color {
	color: #0a0a0a !important
}

.has-black-background-color {
	background-color: #0a0a0a !important
}

.has-white-color {
	color: #fff !important
}

.has-white-background-color {
	background-color: #fff !important
}

.has-white-background-color+div {
	background-color: #f4f4f4
}

.has-lightgray-background-color+div {
	background-color: #fff
}

.link {
	display: inline-block;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 2.188rem;
	text-transform: uppercase
}

.link--block {
	display: block
}

.link span {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.link span:after {
	background-image: url(https://www.fragova.com/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 15px;
	margin-left: 15px;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
	vertical-align: middle;
	width: 9px
}

.link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	text-decoration: none
}

.link a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 15px;
	margin-left: 15px;
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s;
	vertical-align: middle;
	width: 9px
}

.link a:hover {
	text-decoration: underline
}

.link a:hover:after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

.link--primary {
	color: #005da9
}

.link--primary a:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.meta {
	font-size: .875rem;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase
}

.meta span {
	display: block;
	font-weight: 400
}

.bracket {
	border-bottom: 6px solid #e5e5e5;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 2rem;
	padding-bottom: .625rem;
	position: relative
}

@media screen and (min-width:30em) {
	.bracket {
		font-size: 1.5rem;
		line-height: 1.4
	}
}

.bracket:after,
.bracket:before {
	background-color: #e5e5e5;
	bottom: -20px;
	content: "";
	height: 20px;
	position: absolute;
	width: 6px
}

.bracket:after {
	right: 0
}

.bracket__end {
	border-bottom: 6px solid #e5e5e5;
	position: relative
}

.bracket__end:after,
.bracket__end:before {
	background-color: #e5e5e5;
	bottom: 0;
	content: "";
	height: 20px;
	position: absolute;
	width: 6px
}

.bracket__end:before {
	left: 0
}

.bracket__end:after {
	right: 0
}

figure {
	position: relative
}

figure figcaption {
	background: #005da9 !important;
	font-weight: 700;
	margin: 0 !important;
	padding: 1rem 1.25rem 1rem 3.25rem !important;
	position: relative !important
}

figure figcaption,
figure figcaption p {
	color: #fff !important;
	position: relative;
	text-align: left;
	text-transform: uppercase
}

figure figcaption p:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	-webkit-filter: invert(1);
	filter: invert(1);
	height: 16px;
	left: -26px;
	position: absolute;
	top: 0;
	width: 16px
}

@media screen and (min-width:30em) {
	figure figcaption {
		bottom: 0 !important;
		left: 0 !important;
		position: absolute !important
	}
}

figure.wp-block-embed figcaption {
	padding: 1rem 1.25rem !important;
	width: 100%
}

@media screen and (min-width:42.5rem) {
	figure.wp-block-embed figcaption {
		bottom: -3.23rem !important
	}
}

.page-template-page-modules .wp-block-embed figcaption {
	padding: 1rem 1.25rem 1rem 3.25rem !important
}

.editor img {
	width: unset
}

.border-top {
	border-top: 1px solid #6e6e6e
}

.border-bottom {
	border-bottom: 1px solid #6e6e6e
}

.wp-block-table {
	margin: 1.865rem 0 !important;
	overflow: hidden;
	overflow-x: auto
}

.wp-block-table table {
	border: 1px solid #d8d8d8;
	font-size: .875rem;
	line-height: 18px;
	margin: 1.865rem 0;
	min-width: 600px;
	width: 100%
}

.wp-block-table table thead {
	border-bottom: 1px solid
}

.wp-block-table table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wp-block-table table tr td,
.wp-block-table table tr th {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.wp-block-table table td,
.wp-block-table table th {
	border: 0;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	padding: .5rem 0 .313rem .5rem;
	text-align: left
}

.wp-block-table table th {
	border-color: #fff
}

.wp-block-table table th,
.wp-block-table table thead td {
	background-color: #005da9;
	color: #fff;
	font-weight: 500
}

.wp-block-table table tbody tr:nth-child(2n) {
	background-color: #e5e5e5
}

@media only screen and (min-width:600px) {
	.pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-top: 4rem;
		text-align: left
	}
}

.back-to-top {
	display: none
}

@media screen and (min-width:83.125rem) {
	.back-to-top {
		background-color: #005da9;
		bottom: 20px;
		display: block;
		font-size: 0;
		opacity: 0;
		pointer-events: none;
		position: fixed;
		right: 20px;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: all .25s;
		transition: all .25s;
		z-index: 1
	}

	.back-to-top--show {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	.back-to-top--fixed {
		bottom: auto;
		position: absolute;
		top: -60px
	}

	.back-to-top a {
		display: block;
		height: 60px;
		width: 60px
	}

	.back-to-top a:before {
		background-image: url(https://www.fragova.com/images/arrow.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover !important;
		content: "";
		display: block;
		height: 25px;
		left: 50%;
		margin: -12px 0 0 -7px;
		position: absolute;
		top: 50%;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		width: 15px
	}
}

.btn {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	margin-top: 2.188rem;
	text-shadow: none;
	text-transform: uppercase;
	white-space: nowrap
}

.btn a {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #005da9;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 93, 169, .85)), to(#005da9));
	background: linear-gradient(0deg, rgba(0, 93, 169, .85), #005da9);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	outline: 0;
	padding: 0 1.25rem
}

.btn a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 15px;
	margin-left: 15px;
	width: 9px
}

.btn a:hover {
	background: none;
	background-color: #fff;
	color: #005da9
}

.btn a:hover:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.btn a span {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-weight: 400;
	margin-left: .5rem;
	width: auto
}

.btn.btn--shadow a:hover {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

@media screen and (min-width:30em) {
	.btn {
		font-size: .875rem
	}
}

.btn--block {
	display: block
}

.btn.btn--white a {
	background: #fff;
	color: #005da9
}

.btn.btn--white a:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.btn.btn--white a:hover {
	background: #005da9;
	color: #fff
}

.btn.btn--white a:hover:after {
	background-image: url(https://www.fragova.com/images/arrow.svg)
}

.btn.btn--grey {
	color: #005da9
}

.btn.btn--grey a {
	background: #f4f4f4;
	color: #005da9
}

.btn.btn--grey a:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.btn.btn--grey a:hover {
	background: #005da9;
	color: #fff
}

.btn.btn--grey a:hover:after {
	background-image: url(https://www.fragova.com/images/arrow.svg)
}

.btn.btn--green a {
	background: #69a13b;
	color: #fff
}

.btn.btn--green a:hover {
	background: #fff;
	color: #69a13b
}

.btn.btn--green a:hover:after {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/arrow-green.svg)
}

.btn.btn--switch a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse nowrap;
	flex-flow: row-reverse nowrap
}

.btn.btn--switch a:after {
	margin-left: 0;
	margin-right: 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.btn.btn--nofill a {
	background: 0 0;
	border: 1px solid #fff
}

.btn.btn--nofill a:hover {
	background-color: #fff !important;
	color: #005da9 !important
}

.close {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	text-transform: uppercase
}

.close:after {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/close.svg);
	content: "";
	display: inline-block;
	-webkit-filter: invert(1);
	filter: invert(1);
	height: 18px;
	margin-left: 15px;
	margin-top: -4px;
	vertical-align: middle;
	width: 18px
}

.linkedin-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #005da9;
	color: #fff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	padding: .5rem 1.5rem .5rem 1rem;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.linkedin-btn:before {
	background: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/linkedin.svg);
	background-size: cover !important;
	content: "";
	height: 2.25rem;
	margin-right: 1rem;
	width: 2.25rem;
	z-index: 1
}

.linkedin-btn:after {
	border-bottom: 1px solid #005da9;
	bottom: .5rem;
	content: "";
	height: 2px;
	left: .15rem;
	position: absolute;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	width: 13rem;
	z-index: 0
}

.linkedin-btn:hover {
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

.linkedin-btn:hover:after {
	width: 0
}

.container,
.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px
}

.container--flex,
.wp-block-group__inner-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse
}

@media only screen and (min-width:83.125rem) {

	.container--flex,
	.wp-block-group__inner-container--flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
}

.container--wide,
.wp-block-group__inner-container--wide {
	padding: 0
}

@media only screen and (min-width:42.5rem) {

	.container--wide,
	.wp-block-group__inner-container--wide {
		padding: 0 100px
	}
}

@media only screen and (min-width:90rem) {

	.container--wide,
	.wp-block-group__inner-container--wide {
		max-width: 112.5rem;
		padding: 0 7.5rem
	}
}

.container--push:before,
.wp-block-group__inner-container--push:before {
	content: "";
	display: block;
	width: 25%
}

.site-container {
	overflow: hidden
}

@media only screen and (max-width:599px) {
	.full-blocks {
		display: none
	}
}

.wp-block-group.module {
	padding: 0
}

.modules>.module>.container,
.modules>.module>.wp-block-group__inner-container {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem
}

@media screen and (min-width:30em) {

	.modules>.module>.container,
	.modules>.module>.wp-block-group__inner-container {
		padding-bottom: 5rem;
		padding-top: 5rem
	}
}

.modules>.module>.container:has(.signature) {
	padding-bottom: 0
}

.module .content__main {
	max-width: 100%;
	padding-bottom: 0;
	padding-top: 0
}

.module-bg--dark {
	background-color: #e5e5e5
}

.module.module--infoblock .h2,
.module.module--infoblock h2 {
	color: #005da9;
	font-size: 5rem;
	letter-spacing: -6px;
	line-height: 70px;
	margin-top: 1.875rem;
	text-transform: none
}

.module.module--infoblock .h3,
.module.module--infoblock h3 {
	color: #505050;
	font-weight: 400;
	margin-bottom: 1.25rem
}

.module.module--infoblock figure {
	margin: 0 !important
}

.editor figure {
	margin: 2rem 0 1rem
}

.wp-block-group .container--push .editor {
	margin: 0 auto;
	max-width: 750px;
	padding: 0 30px;
	width: 100%
}

.module--documents .wp-block-column .btn a,
.module--documents .wp-block-column img {
	width: 100% !important
}

@media screen and (min-width:62em) {
	.module--documents .container {
		padding-top: 0 !important
	}

	.module--documents .editor .wp-block-columns {
		gap: 1rem
	}

	.module--documents .editor .wp-block-columns .wp-block-column {
		padding: 2rem
	}
}

@media screen and (max-width:30em) {
	.module--documents .wp-block-column {
		margin-bottom: 3.5rem
	}
}

@media screen and (min-width:62em) {
	.wp-block-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.wp-block-gallery.columns-3 {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}

	.wp-block-gallery.columns-3 figure {
		width: 100% !important
	}

	.wp-block-gallery.columns-3 figure:first-of-type {
		grid-column: 1/2;
		grid-row: 1/3
	}

	.wp-block-gallery.columns-3 figure:nth-of-type(2),
	.wp-block-gallery.columns-3 figure:nth-of-type(3) {
		grid-column: 2/3
	}
}

@media screen and (max-width:62em) {
	.wp-block-gallery.columns-3 figure {
		display: block !important;
		margin-bottom: 2rem !important;
		width: 100% !important
	}
}

@media screen and (max-width:30em) {
	.wp-block-gallery.has-nested-images figure.wp-block-image {
		width: 100% !important
	}

	.page-id-1297 .wp-block-group .editor,
	.page-id-1782 .wp-block-group .editor,
	.page-id-28 .wp-block-group .editor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column;
		flex-flow: column
	}

	.page-id-1297 .wp-block-group .editor figure,
	.page-id-1782 .wp-block-group .editor figure,
	.page-id-28 .wp-block-group .editor figure {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		margin-top: 2rem !important;
		order: 1
	}
}

.flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -6px;
	margin-right: -6px
}

.flex,
.flex__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex__item {
	padding: 6px;
	width: 100%
}

@media screen and (min-width:30em) {

	.flex--2 .flex__item,
	.flex--3 .flex__item {
		width: 50%
	}
}

@media screen and (min-width:68.75rem) {
	.flex--3 .flex__item {
		width: 33.333333%
	}
}

@media only screen and (min-width:600px) {
	.flex--4 .flex__item {
		width: 50%
	}
}

@media only screen and (min-width:1100px) {
	.flex--4 .flex__item {
		width: 25%
	}
}

@media screen and (min-width:68.75rem) {
	.flex__item.flex__item--66 {
		width: 66.666666%
	}
}

.error404 .module .container {
	padding-block: 2.5rem
}

.header {
	height: 4.688rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4
}

.header__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 0 0 1.875rem
}

@media only screen and (min-width:83.125rem) {
	.header__container {
		padding-right: 1.875rem
	}
}

.header__branding {
	-webkit-box-flex: 1;
	-ms-flex: auto 1 0px;
	flex: auto 1 0;
	width: auto
}

.header__branding a {
	display: block;
	-webkit-transition: width .15s;
	transition: width .15s;
	width: 8.75rem
}

@media only screen and (min-width:83.125rem) {
	.header__branding a {
		width: 12.5rem
	}
}

.header__branding svg {
	fill: #fff
}

.header__navigation {
	display: none
}

.header__navigation:not(.header__navigation--mobile) {
	color: #fff
}

@media only screen and (min-width:83.125rem) {
	.header__navigation {
		-webkit-box-flex: 1;
		display: block;
		-ms-flex: auto 1 1;
		flex: auto 1 1;
		width: auto
	}

	.header__navigation nav {
		float: right
	}

	.header__navigation nav>ul>li {
		float: left;
		height: 110px
	}

	.header__navigation nav>ul>li>a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: .75rem;
		font-weight: 500;
		height: 110px;
		padding: 0 1rem;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		-webkit-transition: none;
		transition: none
	}

	.header__navigation nav>ul>li>a:hover {
		background-color: #005da9
	}

	.header__navigation nav>ul>li>a:after {
		display: none
	}
}

@media only screen and (min-width:83.125rem) and (min-width:1550px) {
	.header__navigation nav>ul>li>a {
		font-size: .875rem;
		padding: 0 1rem
	}
}

@media only screen and (min-width:83.125rem) and (min-width:1700px) {
	.header__navigation nav>ul>li>a {
		font-size: .875rem;
		padding: 0 1.5rem
	}
}

@media only screen and (min-width:83.125rem) {
	.header__navigation nav>ul>li.is--active>a {
		background-color: #005da9;
		color: #fff !important
	}

	.header__navigation nav>ul>li.is--current:not(.language)>a {
		font-weight: 700
	}

	.header__navigation nav>ul>li.is--current:not(.language)>a:before {
		background-color: #005da9;
		content: "";
		display: block;
		height: 6px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
	}

	.header__navigation nav>ul>li.language {
		background-color: #005da9;
		color: #fff;
		position: relative;
		text-shadow: none
	}

	.header__navigation nav>ul>li.language>a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		justify-content: center
	}

	.header__navigation nav>ul>li.language>a:hover {
		text-decoration: underline
	}

	.header__navigation nav>ul>li.language>a:before {
		background: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/globe.svg);
		background-position: 50% !important;
		background-size: cover !important;
		content: "";
		height: 24px;
		width: 24px
	}
}

.header__search {
	-webkit-box-flex: 3rem;
	-ms-flex: 3rem 0 0px;
	flex: 3rem 0 0;
	width: 3rem
}

.header__search>button {
	background: none;
	font-size: 0;
	height: 75px;
	width: 100%
}

.header__search>button:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/search.svg);
	background-position: 50% !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	content: "";
	display: inline-block;
	height: 20px;
	margin: auto;
	width: 20px
}

@media only screen and (min-width:83.125rem) {
	.header__search>button {
		height: 110px
	}

	.header__search {
		-webkit-box-flex: 4.375rem;
		-ms-flex: 4.375rem 0 0px;
		flex: 4.375rem 0 0;
		width: 4.375rem
	}
}

.header__mobiletoggle {
	-webkit-box-flex: 3rem;
	-ms-flex: 3rem 0 0px;
	flex: 3rem 0 0;
	width: 3rem
}

@media only screen and (min-width:83.125rem) {
	.header__mobiletoggle {
		display: none
	}
}

.header__mobiletoggle>button {
	background-color: #005da9;
	color: transparent;
	font-size: 0;
	height: 75px;
	width: 100%
}

.header__mobiletoggle span {
	position: relative
}

.header__mobiletoggle span,
.header__mobiletoggle span:after,
.header__mobiletoggle span:before {
	background-color: #fff;
	display: block;
	height: 2px;
	margin: 0 auto;
	-webkit-transition: all .15s;
	transition: all .15s;
	width: 22px
}

.header__mobiletoggle span:after,
.header__mobiletoggle span:before {
	content: "";
	left: 0;
	position: absolute
}

.header__mobiletoggle span:before {
	top: -6px
}

.header__mobiletoggle span:after {
	top: 6px
}

.header .header__language--mobile {
	-webkit-box-flex: 3rem;
	-ms-flex: 3rem 0 0px;
	flex: 3rem 0 0;
	width: 3rem
}

@media only screen and (min-width:83.125rem) {
	.header .header__language--mobile {
		display: none
	}
}

.header .header__language--mobile button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%
}

.header .header__language--mobile button svg {
	fill: #fff;
	height: 100%;
	width: 24px
}

@media only screen and (min-width:83.125rem) {
	.header {
		height: 6.875rem
	}
}

.header.is--sticky {
	background-color: #fff;
	-webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
	height: 4.688rem;
	text-shadow: none;
	-webkit-transition: all .4s;
	transition: all .4s
}

.header.is--sticky .header__branding a {
	width: 7.5rem
}

.header.is--sticky .header__branding svg {
	fill: #005da9
}

.header.is--sticky .header__navigation nav>ul>li.language {
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .05)
}

.header.is--sticky .header__navigation nav>ul>li.language a:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/globe-blue.svg)
}

.header.is--sticky .header__navigation nav>ul>li.language a:hover:before,
.header.is--sticky .header__navigation nav>ul>li.language.is--active a:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/globe.svg)
}

.header.is--sticky .header__navigation nav>ul>li .dropdown:not(.language--dropdown) {
	top: 75px
}

@media screen and (min-width:83.125rem) {
	.header.is--sticky .header__navigation {
		color: #005da9
	}

	.header.is--sticky .header__navigation nav>ul>li,
	.header.is--sticky .header__navigation nav>ul>li>a {
		height: 4.688rem
	}
}

.header.is--sticky .header__search button {
	height: 75px
}

.header.is--sticky .header__search .dropdown {
	top: 75px
}

.header.is--active {
	background-color: #fff;
	text-shadow: none
}

.header.is--active .header__branding svg {
	fill: #005da9
}

.header.is--active .header__navigation nav ul li.is--active {
	color: #fff
}

.header.is--active .header__navigation:not(.header__navigation--mobile),
.header.is--sticky .header__navigation:not(.header__navigation--mobile) {
	color: #6e6e6e
}

.header.is--active .header__search button:before,
.header.is--sticky .header__search button:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/search.svg)
}

.header.is--active .header__search:not(.is--active) button:before,
.header.is--sticky .header__search:not(.is--active) button:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/search-blue.svg)
}

.admin-bar .header {
	top: 32px
}

@media screen and (max-width:30em) {
	.admin-bar .header {
		top: 46px
	}
}

.header__navigation--mobile {
	background: #005da9;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgba(0, 93, 169, .95)), to(#005da9));
	background: linear-gradient(0deg, rgba(0, 93, 169, .95) 90%, #005da9);
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 75px;
	width: 100%
}

.admin-bar .header__navigation--mobile {
	top: 121px
}

@media screen and (min-width:480px) {
	.admin-bar .header__navigation--mobile {
		top: 107px
	}
}

.header__navigation--mobile>nav {
	padding: 30px;
	position: relative
}

.header__navigation--mobile>nav>ul>li {
	padding-bottom: 12px
}

.header__navigation--mobile>nav>ul>li>a {
	border: 1px solid #fff;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	padding: 0 1.5rem;
	position: relative;
	text-transform: uppercase
}

.header__navigation--mobile>nav>ul>li.is--current>a {
	background-color: #fff;
	color: #005da9
}

.header__navigation--mobile>nav>ul>li.is--current>a:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.header__navigation--mobile>nav>ul>li.language {
	display: none
}

.header__navigation--mobile .has--children>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.header__navigation--mobile .has--children>a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 15px;
	margin-left: 15px;
	vertical-align: middle;
	width: 9px
}

.navigation-back {
	font-weight: 700;
	max-height: 1000px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (min-width:83.125rem) {
	.navigation-back {
		display: none
	}
}

.navigation-back a {
	border-bottom: 1px solid #fff;
	display: block;
	font-size: .875rem;
	height: 54px;
	line-height: 54px;
	padding: 0 1.75rem;
	-webkit-transition: all .15s cubic-bezier(.5, .1, 1, 1);
	transition: all .15s cubic-bezier(.5, .1, 1, 1)
}

.navigation-back a.nav--back {
	padding-left: 40px;
	position: relative
}

.navigation-back a.nav--back:before {
	background-image: url('../images/logoF.png');
	background-repeat: no-repeat !important;
	background-size: cover !important;
	content: "";
	display: block;
	height: 15px;
	left: 20px;
	position: absolute;
	top: 18px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 9px
}

header.is--sticky .header__navigation--mobile ul li a {
	height: 44px
}

header.is--sticky .header__language--mobile svg {
	fill: #005da9
}

.dropdown:not(.dropdown--language) {
	background-color: #005da9;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 93, 169, .95)), to(#005da9));
	background: linear-gradient(0deg, rgba(0, 93, 169, .95), #005da9);
	-webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .1);
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
	-webkit-transition: all .3s cubic-bezier(.5, .1, 1, 1);
	transition: all .3s cubic-bezier(.5, .1, 1, 1);
	width: 100%;
	z-index: 1
}

@media screen and (min-width:83.125rem) {
	.dropdown:not(.dropdown--language) {
		height: auto;
		padding: 3.75rem 0;
		top: 110px;
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%);
		-webkit-transition: top .4s;
		transition: top .4s
	}

	.dropdown:not(.dropdown--language) .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 0
	}
}

.dropdown:not(.dropdown--language) ul>li {
	padding-bottom: 12px
}

.dropdown:not(.dropdown--language) ul>li>a {
	border: 1px solid #fff;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 1.5rem;
	position: relative;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap
}

.dropdown:not(.dropdown--language) ul>li>a:active,
.dropdown:not(.dropdown--language) ul>li>a:focus,
.dropdown:not(.dropdown--language) ul>li>a:hover {
	background-color: #fff;
	color: #005da9 !important
}

.dropdown:not(.dropdown--language) ul>li.has--children {
	cursor: pointer
}

.dropdown:not(.dropdown--language) ul>li.has--children>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.dropdown:not(.dropdown--language) ul>li.has--children>a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 15px;
	margin-left: 15px;
	vertical-align: middle;
	width: 9px
}

@media screen and (min-width:83.125rem) {
	.dropdown:not(.dropdown--language) ul>li.has--children>a {
		pointer-events: none
	}
}

.dropdown:not(.dropdown--language) ul>li.has--children:active>a,
.dropdown:not(.dropdown--language) ul>li.has--children:focus>a,
.dropdown:not(.dropdown--language) ul>li.has--children:hover>a {
	background-color: #fff !important;
	color: #005da9 !important
}

.dropdown:not(.dropdown--language) ul>li.has--children:active>a:after,
.dropdown:not(.dropdown--language) ul>li.has--children:focus>a:after,
.dropdown:not(.dropdown--language) ul>li.has--children:hover>a:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.dropdown:not(.dropdown--language) ul>li.has--children.active-child>a {
	background-color: #fff;
	color: #005da9 !important;
	-webkit-transform: scale(1.085);
	transform: scale(1.085);
	-webkit-transition: -webkit-transform .15s;
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s
}

.dropdown:not(.dropdown--language) ul>li.has--children.active-child>a:active:after,
.dropdown:not(.dropdown--language) ul>li.has--children.active-child>a:after,
.dropdown:not(.dropdown--language) ul>li.has--children.active-child>a:focus:after,
.dropdown:not(.dropdown--language) ul>li.has--children.active-child>a:hover:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.dropdown.dropdown--show {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media screen and (min-width:83.125rem) {
	.dropdown.dropdown--show {
		display: block
	}
}

.dropdown__intro {
	display: none
}

@media screen and (min-width:83.125rem) {
	.dropdown__intro {
		-webkit-box-flex: 33%;
		display: block;
		-ms-flex: 33% 0 0px;
		flex: 33% 0 0;
		padding-right: 3.125rem;
		width: 33%
	}

	.dropdown__navigation {
		-webkit-box-flex: 66%;
		-ms-flex: 66% 0 0px;
		flex: 66% 0 0;
		position: relative;
		width: 66%
	}

	.dropdown__navigation:after,
	.dropdown__navigation:before {
		background: #fff;
		content: "";
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 1px
	}

	.dropdown__navigation:after {
		left: 50%
	}
}

.dropdown__child {
	background-color: #005da9;
	height: 100%;
	left: 0;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

@media screen and (min-width:83.125rem) {
	.dropdown__child {
		background: 0 0;
		padding: 0 3.125rem;
		position: relative;
		width: 50%
	}
}

.dropdown__child .dropdown__child {
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
	visibility: hidden
}

@media screen and (min-width:83.125rem) {
	.dropdown__child .dropdown__child {
		left: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1
	}
}

.dropdown__child .dropdown__child .h3,
.dropdown__child .dropdown__child h3 {
	display: none
}

@media screen and (min-width:83.125rem) {

	.dropdown__child .dropdown__child .h3,
	.dropdown__child .dropdown__child h3 {
		display: block;
		margin: 0 0 1.25rem;
		text-transform: uppercase
	}
}

.dropdown__child .dropdown__child .h3 a:hover,
.dropdown__child .dropdown__child h3 a:hover {
	text-decoration: underline
}

.dropdown__child .dropdown__child.dropdown__child--show {
	display: block;
	visibility: visible;
	z-index: 1
}

@media screen and (min-width:83.125rem) {
	.dropdown__child .dropdown__child.dropdown__child--show {
		opacity: 1
	}
}

@media screen and (max-width:83.125rem) {
	.dropdown__child .dropdown__child.dropdown--show {
		display: block;
		visibility: visible;
		z-index: 1
	}
}

.dropdown__close {
	display: none
}

@media screen and (min-width:83.125rem) {
	.dropdown__close {
		bottom: 20px;
		display: block;
		position: absolute;
		right: 40px
	}
}

header.is--active .dropdown:not(.language--dropdown) .container {
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.header__language--mobile .dropdown,
.language .dropdown {
	background: #005da9;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgba(0, 93, 169, .95)), to(#005da9));
	background: linear-gradient(0deg, rgba(0, 93, 169, .95) 90%, #005da9);
	color: #fff;
	display: none;
	font-size: .875rem;
	font-weight: 700;
	left: auto;
	line-height: 14px;
	padding: 1rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 160px
}

.header__language--mobile .dropdown li a,
.language .dropdown li a {
	background: none;
	padding: .938rem 1.5rem
}

@media screen and (min-width:83.125rem) {

	.header__language--mobile .dropdown li a,
	.language .dropdown li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.header__language--mobile .dropdown li:not(:last-of-type),
.language .dropdown li:not(:last-of-type) {
	padding-bottom: 1rem
}

.header__language--mobile .dropdown li.is--current a,
.language .dropdown li.is--current a {
	position: relative
}

.header__language--mobile .dropdown li.is--current a:after,
.language .dropdown li.is--current a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 12px;
	position: absolute;
	right: 1.5rem;
	width: 12px
}

.header__language--mobile .dropdown.dropdown--show,
.language .dropdown.dropdown--show {
	display: block
}

.header__language--mobile .dropdown {
	top: 75px
}

.header__language--mobile .dropdown.dropdown--language {
	left: 0;
	width: 100vw
}

.header__language--mobile .dropdown li.is--current a:after {
	right: .25rem
}

.header__language--mobile.is--active .dropdown--language li {
	display: inline-block;
	width: 45%
}

.header__language--mobile.is--active .dropdown--language li a {
	display: inline-block;
	padding: 1.25rem 1.875rem;
	text-transform: uppercase
}

.header.is--active .header__language--mobile button svg {
	fill: #005da9
}

.header__search .dropdown {
	background-color: #005da9;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 93, 169, .95)), to(#005da9));
	background: linear-gradient(0deg, rgba(0, 93, 169, .95), #005da9);
	-webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .1);
	color: #fff;
	height: auto;
	left: 0;
	padding: 2.5rem 0 1.25rem;
	position: absolute;
	top: 75px;
	-webkit-transform: translateX(120%);
	transform: translateX(120%);
	-webkit-transition: all .3s cubic-bezier(.5, .1, 1, 1);
	transition: all .3s cubic-bezier(.5, .1, 1, 1);
	width: 100%;
	z-index: 1
}

@media screen and (min-width:83.125rem) {
	.header__search .dropdown {
		height: auto;
		padding: 3.75rem 0;
		top: 110px;
		-webkit-transform: translateX(-110%);
		transform: translateX(-110%);
		-webkit-transition: top .4s;
		transition: top .4s
	}
}

.header__search .dropdown .form-search {
	width: 100%
}

.header__search .dropdown .form-search form {
	position: relative
}

.header__search .dropdown .form-search form input[type=search] {
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	padding: 0 6.25rem 0 1.25rem
}

.header__search .dropdown .form-search form input[type=search]::-webkit-input-placeholder {
	color: #fff;
	font-family: SucdenSans, serif;
	font-style: italic;
	opacity: .65
}

.header__search .dropdown .form-search form input[type=search]::-moz-placeholder {
	color: #fff;
	font-family: SucdenSans, serif;
	font-style: italic;
	opacity: .65
}

.header__search .dropdown .form-search form input[type=search]:-ms-input-placeholder {
	color: #fff;
	font-family: SucdenSans, serif;
	font-style: italic;
	opacity: .65
}

.header__search .dropdown .form-search form input[type=search]::-ms-input-placeholder {
	color: #fff;
	font-family: SucdenSans, serif;
	font-style: italic;
	opacity: .65
}

.header__search .dropdown .form-search form input[type=search]::placeholder {
	color: #fff;
	font-family: SucdenSans, serif;
	font-style: italic;
	opacity: .65
}

@media screen and (min-width:83.125rem) {
	.header__search .dropdown .form-search form input[type=search] {
		font-size: 1.5rem;
		height: 64px;
		line-height: 64px
	}
}

.header__search .dropdown .form-search form input[type=search].input--nofill {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	outline: none
}

.header__search .dropdown .form-search form .form-search__submit {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	z-index: 1
}

.header__search .dropdown .form-search form .form-search__submit:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/search.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 20px;
	z-index: -1
}

.header__search .dropdown .form-search form input[type=submit] {
	background: 0 0;
	border: 0;
	font-size: 0;
	height: 100%;
	width: 100%
}

.header__search .dropdown .dropdown__close {
	display: none
}

@media screen and (min-width:83.125rem) {
	.header__search .dropdown .dropdown__close {
		bottom: 20px;
		display: block;
		margin-top: 2rem;
		position: absolute;
		right: 40px;
		text-align: right
	}
}

.header__search.is--active {
	background-color: #005da9
}

.header__search.is--active .dropdown.dropdown--show {
	display: block;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.blog header,
.error404 header,
.page-id-1606 header,
.page-id-1885 header,
.page-id-68 header,
.page-template-contact header,
.single-post header {
	background: #fff;
	text-shadow: none
}

.blog header .header__branding svg,
.error404 header .header__branding svg,
.page-id-1606 header .header__branding svg,
.page-id-1885 header .header__branding svg,
.page-id-68 header .header__branding svg,
.page-template-contact header .header__branding svg,
.single-post header .header__branding svg {
	fill: #005da9
}

.blog header .header__search button:before,
.error404 header .header__search button:before,
.page-id-1606 header .header__search button:before,
.page-id-1885 header .header__search button:before,
.page-id-68 header .header__search button:before,
.page-template-contact header .header__search button:before,
.single-post header .header__search button:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/search-blue.svg)
}

@media screen and (min-width:83.125rem) {

	.blog header .header__navigation>nav>ul>li>a,
	.error404 header .header__navigation>nav>ul>li>a,
	.page-id-1606 header .header__navigation>nav>ul>li>a,
	.page-id-1885 header .header__navigation>nav>ul>li>a,
	.page-id-68 header .header__navigation>nav>ul>li>a,
	.page-template-contact header .header__navigation>nav>ul>li>a,
	.single-post header .header__navigation>nav>ul>li>a {
		color: #6e6e6e
	}
}

.blog header .header__language--mobile button svg,
.error404 header .header__language--mobile button svg,
.page-id-1606 header .header__language--mobile button svg,
.page-id-1885 header .header__language--mobile button svg,
.page-id-68 header .header__language--mobile button svg,
.page-template-contact header .header__language--mobile button svg,
.single-post header .header__language--mobile button svg {
	fill: #005da9
}

.blog main,
.error404 main,
.page-id-1606 main,
.page-id-1885 main,
.page-id-68 main,
.page-template-contact main,
.single-post main {
	border-top: 1px solid #e5e5e5;
	padding-top: 74px
}

@media screen and (min-width:83.125rem) {

	.blog main,
	.error404 main,
	.page-id-1606 main,
	.page-id-1885 main,
	.page-id-68 main,
	.page-template-contact main,
	.single-post main {
		padding-top: 109px
	}
}

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

	[lang=es] .header__branding a,
	[lang=ru] .header__branding a {
		width: 6.875rem
	}
}

@media only screen and (min-width:1330px) {
	.header.is--scroll .header__branding a {
		width: 7.5rem
	}

	[lang=es] .header.is--scroll .header__branding a,
	[lang=ru] .header.is--scroll .header__branding a {
		width: 6.875rem
	}
}

.hero {
	background-color: #005da9;
	color: #fff;
	height: 80vh;
	max-height: 900px;
	min-height: 540px;
	position: relative;
	z-index: 1
}

.hero.hero--full {
	height: 80vh;
	max-height: 1080px;
	min-height: 500px
}

@media screen and (min-width:30em) {
	.hero.hero--full {
		height: 100vh;
		min-height: 568px
	}
}

@media screen and (min-width:42.5rem) {
	.hero.hero--full {
		min-height: 860px
	}
}

.hero.hero--image {
	height: 50vh;
	min-height: 200px
}

.hero.hero--title {
	height: 40vh;
	max-height: 500px;
	min-height: 320px
}

.hero.hero--title .hero__content {
	opacity: 1
}

.hero__image {
	background-position: 50% !important;
	background-size: cover !important;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

.hero__carousel,
.hero__image {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.hero__carousel {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	z-index: -1
}

.hero__description {
	display: none
}

.hero__description p {
	position: relative
}

.hero__description p:before {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/info.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	-webkit-filter: invert(1);
	filter: invert(1);
	height: 16px;
	left: -26px;
	position: absolute;
	top: 0;
	width: 16px
}

@media screen and (min-width:42.5rem) {
	.hero__description {
		background-color: rgba(0, 93, 168, .8);
		bottom: 0;
		display: block;
		font-size: .75rem;
		font-weight: 500;
		line-height: 18px;
		max-width: 400px;
		padding: 6px 15px 6px 40px;
		position: absolute;
		right: 0;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .2)
	}
}

.hero__content {
	opacity: 0;
	padding: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	z-index: 1
}

.hero__content .hero__title {
	max-width: 600px
}

.hero__scroll {
	display: none
}

@media screen and (min-width:83.125rem) {
	.hero__scroll {
		bottom: -35px;
		display: block;
		left: 50%;
		margin-left: -36px;
		position: absolute;
		z-index: 2
	}

	.hero__scroll button {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005da9), to(rgba(0, 93, 169, .85)));
		background: linear-gradient(180deg, #005da9, rgba(0, 93, 169, .85));
		border-radius: 75px;
		-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .3);
		box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .3);
		color: transparent;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		height: 75px;
		justify-content: space-between;
		width: 75px
	}

	.hero__scroll button:after {
		background-image: url(https://www.fragova.com/images/arrow.svg);
		background-position: 50% !important;
		background-repeat: no-repeat;
		background-size: cover !important;
		content: "";
		display: inline-block;
		height: 23px;
		margin: auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 14px
	}
}

.hero--full .hero__scroll {
	bottom: 20px
}

.hero .hero--gradient:before {
	background: -o-linear-gradient(top, rgba(32, 39, 51, .5), rgba(56, 27, 27, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 39, 51, .5)), to(rgba(56, 27, 27, 0)));
	background-image: linear-gradient(180deg, rgba(32, 39, 51, .5), rgba(56, 27, 27, 0));
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

@media screen and (min-width:42.5rem) {
	.hero .hero--gradient:before {
		background: -o-linear-gradient(left, rgba(32, 39, 51, .5), rgba(56, 27, 27, 0));
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(32, 39, 51, .5)), to(rgba(56, 27, 27, 0)));
		background-image: linear-gradient(90deg, rgba(32, 39, 51, .5), rgba(56, 27, 27, 0))
	}
}

.hero.animate .hero__carousel,
.hero.animate .hero__content,
.hero.animate .hero__image {
	opacity: 1
}

.hero.animate .hero__content {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

@media screen and (min-width:680px) {

	.hero.animate .hero__content,
	.hero.animate .hero__image {
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}
}

@media screen and (min-width:480px) {
	.hero {
		height: 90vh
	}
}

.hero__content.hero__content--push {
	padding-top: 75px
}

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

.hero:after {
	clear: both
}

@media screen and (max-width:480px) {
	.page-id-14 .hero .hero__image {
		background-position: 13% !important
	}
}

.map-wrapper {
	height: 400px;
	position: relative;
	width: 100%
}

@media only screen and (min-width:600px) {
	.map-wrapper {
		height: 670px
	}
}

.map-flag {
	left: 20px;
	pointer-events: none;
	position: absolute;
	top: 20px;
	width: 64px;
	z-index: 2
}

@media screen and (min-width:880px) {
	.map-flag {
		left: 100px;
		top: 50px
	}
}

.mapboxgl-ctrl-logo,
.mapboxgl-popup-tip {
	display: none !important
}

.hero--map {
	z-index: auto
}

@media only screen and (min-width:480px) {
	.hero--map {
		height: 70vh
	}
}

@media screen and (max-width:30em) {
	.hero--map .hero__image {
		opacity: 1;
		z-index: 2
	}

	.hero--map .hero__content {
		opacity: 1;
		z-index: 3
	}
}

.hero-map-instruct {
	background-color: rgba(24, 44, 75, .8);
	display: none;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

@media only screen and (max-width:479px) {
	.hero-map-instruct {
		display: none !important
	}
}

.hero-map-instruct .map-instruct {
	display: none
}

@media screen and (min-width:480px) {
	.hero-map-instruct .map-instruct {
		display: block;
		height: 246px;
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 80%
	}
}

@media screen and (min-width:840px) {
	.hero-map-instruct .map-instruct {
		right: 30%;
		width: 540px
	}
}

@media screen and (min-width:1460px) {
	.hero-map-instruct .map-instruct {
		right: 50%;
		width: 676px
	}
}

.hero-map-instruct .map-instruct:before {
	border-bottom: 1px dotted #fff;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%
}

.hero-map-instruct .map-instruct:after {
	border-left: 1px dotted #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 80px;
	position: absolute;
	right: -1px;
	width: 1px
}

.hero-map-instruct .map-instruct .map-instruct-title {
	font-family: SucdenSans, serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 32px;
	max-width: 280px;
	text-transform: uppercase
}

.hero-map-instruct .map-instruct .map-instruct-info {
	max-width: 280px
}

.hero-map-instruct .map-instruct .map-instruct-info:before {
	border-left: 1px dotted #fff;
	content: "";
	display: block;
	height: 60px;
	position: absolute;
	top: 185px;
	width: 1px
}

.hero-map-instruct .map-instruct svg {
	bottom: 25%;
	height: 75px;
	position: absolute;
	right: -37.5px;
	width: 75px
}

@media screen and (min-width:30em) {
	.hero-map-instruct .map-instruct {
		display: block;
		height: 246px;
		position: absolute;
		right: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 80%
	}
}

@media screen and (min-width:62em) {
	.hero-map-instruct .map-instruct {
		right: 30%;
		width: 540px
	}
}

@media screen and (min-width:90rem) {
	.hero-map-instruct .map-instruct {
		right: 50%;
		width: 676px
	}
}

.hero-map-instruct.animate {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 5s;
	transition-delay: 5s
}

.hero-map-instruct.animate .map-instruct:before {
	-webkit-transition: width .5s;
	transition: width .5s;
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}

.hero-map-instruct.animate .map-instruct:after {
	-webkit-transition: height .25s;
	transition: height .25s;
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s
}

.hero-map-instruct.animate .map-instruct-info,
.hero-map-instruct.animate .map-instruct-title {
	-webkit-transition: all .25s;
	transition: all .25s
}

.hero-map-instruct.animate .map-instruct-title {
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

.hero-map-instruct.animate .map-instruct-info:before {
	-webkit-transition: height .25s;
	transition: height .25s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.hero-map-instruct.animate .map-instruct-info:after {
	-webkit-transition: height .25s;
	transition: height .25s;
	-webkit-transition-delay: 1.25s;
	transition-delay: 1.25s
}

.hero-map-instruct.animate svg {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.56, 1.22, .93, 1.24);
	transition: -webkit-transform .25s cubic-bezier(.56, 1.22, .93, 1.24);
	transition: transform .25s cubic-bezier(.56, 1.22, .93, 1.24);
	transition: transform .25s cubic-bezier(.56, 1.22, .93, 1.24), -webkit-transform .25s cubic-bezier(.56, 1.22, .93, 1.24);
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s
}

.hero-map-instruct.js-animate {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1
}

.hero-map-instruct.js-animate .map-instruct-info,
.hero-map-instruct.js-animate .map-instruct-title {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}

.hero-map-instruct.js-animate .map-instruct-info:before,
.hero-map-instruct.js-animate .map-instruct:after {
	height: 0
}

.hero-map-instruct.js-animate .map-instruct:before {
	width: 0
}

.hero-map-instruct.js-animate svg {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.map-filter {
	display: none
}

.map-filter .filter-wrapper {
	margin-bottom: 4rem
}

@media screen and (min-width:880px) {
	.map-filter .filter-wrapper {
		margin-bottom: 0
	}
}

.map-filter .map-key {
	margin-top: 25px
}

.map-filter .map-key p,
.map-filter .map-key svg {
	display: inline-block;
	margin-left: 40px;
	vertical-align: middle
}

.map-filter .map-key p {
	margin-left: 20px
}

.map-filter .map-key svg {
	height: 33px;
	width: 35px
}

.map-filter .map-key:first-child {
	margin-top: 35px
}

.map-filter .map-keys--text {
	font-size: .75rem;
	line-height: 12px;
	padding: 30px 40px
}

@media only screen and (min-width:880px) {
	.map-filter {
		bottom: 20px;
		color: #fff;
		display: block;
		left: 20px;
		pointer-events: none;
		position: absolute;
		right: 20px;
		z-index: 1
	}
}

@media only screen and (min-width:880px) and (min-width:600px) {
	.map-filter {
		bottom: 40px;
		left: auto;
		min-width: 350px;
		right: 40px
	}
}

#map {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.mapboxgl-map {
	-webkit-tap-highlight-color: transparent
}

.marker {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/marker.svg);
	background-size: cover !important;
	border-radius: 50%;
	cursor: pointer;
	height: 25px;
	width: 25px
}

.mapboxgl-popup {
	color: #6e6e6e;
	font-size: .875rem;
	height: 100%;
	left: 0;
	line-height: 20px;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3
}

@media screen and (min-width:600px) {
	.mapboxgl-popup {
		height: auto;
		left: auto;
		margin-top: 40px;
		max-width: 300px !important;
		position: relative;
		top: auto
	}
}

.mapboxgl-popup .h2,
.mapboxgl-popup h2 {
	font-size: 1.25rem;
	line-height: 24px
}

.mapboxgl-popup:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -24px;
	width: 2px
}

.mapboxgl-popup .mapboxgl-popup-content {
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .2);
	padding: 30px 50px 30px 30px
}

.mapboxgl-popup .mapboxgl-popup-content ul li a {
	color: #005da9;
	font-weight: 600;
	outline: none;
	text-decoration: underline
}

.mapboxgl-popup-close-button {
	background: #005da9;
	border-radius: 0;
	color: #fff;
	font-size: 36px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px
}

.mapboxgl-popup-close-button:hover {
	background-color: #004f90
}

.map__getdirections {
	color: #005da9;
	font-weight: 700;
	margin-top: 1.875rem;
	text-transform: uppercase
}

.map__getdirections:after {
	background-image: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/gmap.svg);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 15px;
	content: "";
	display: inline-block;
	height: 52px;
	position: absolute;
	right: 15px;
	width: 52px
}

@media screen and (max-width:600px) {
	.module .map-wrapper {
		display: none
	}
}

.title-block {
	margin: 0 auto;
	max-width: 240px;
	position: relative;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	width: 100%
}

.title-block__content {
    /* mostafa */
    background:
    /* الخط العلوي */
    linear-gradient(to right, #fff 80px, transparent 80px, transparent calc(100% - 80px), #fff calc(100% - 80px)) top,
    /* الخط السفلي */
    linear-gradient(to right, #fff 80px, transparent 80px, transparent calc(100% - 80px), #fff calc(100% - 80px)) bottom;
  
  background-repeat: no-repeat;
  background-size: 100% 12px;

	height: 240px;
	padding: 1.25rem 0;
	position: relative;
	text-transform: uppercase
}

.title-block__content:after,
.title-block__content:before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 46px;
	position: absolute;
	width: 8px
}

.title-block__content:before {
	left: 0
}

.title-block__content:after {
	right: 0
}

@media screen and (min-width:42.5rem) {
	.title-block__content {
		height: 300px
	}
}

@media screen and (max-height:860px) and (min-width:1330px) {
	.title-block__content {
		height: 260px
	}
}

.title-block__content+.title-block__supporting {
	margin-top: 25px
}

.title-block__supporting p {
	display: none
}

@media screen and (min-width:680px) {
	.title-block__supporting {
		display: block;
		font-size: 1rem;
		font-weight: 500;
		line-height: 24px
	}

	.title-block__supporting p {
		display: block
	}
}

@media screen and (max-width:500px) {
	.title-block__supporting p.btn--block {
		display: block
	}
}

.title-block__title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.title-block__title p:first-of-type {
	font-size: 1.375rem
}

.title-block__title .h1,
.title-block__title h1 {
	font-size: 2rem;
	line-height: 32px
}

@media screen and (min-width:42.5rem) {

	.title-block__title .h1,
	.title-block__title h1 {
		font-size: 2.375rem;
		letter-spacing: normal;
		line-height: 38px
	}
}

@media screen and (max-height:860px) {

	.title-block__title .h1,
	.title-block__title h1 {
		font-size: 2rem;
		line-height: 32px
	}
}

.title-block__title p+.h1,
.title-block__title p+h1 {
	font-size: 1.875rem;
	line-height: 30px
}

@media screen and (min-width:680px) {

	.title-block__title p+.h1,
	.title-block__title p+h1 {
		font-size: 2.875rem;
		line-height: 46px
	}
}

@media only screen and (max-height:860px) and (min-width:1330px) {

	.title-block__title p+.h1,
	.title-block__title p+h1 {
		font-size: 1.875rem;
		line-height: 30px
	}
}

@media screen and (min-width:42.5rem) {
	.title-block {
		margin: 0 0 0 40px;
		max-width: 30px
	}
}

@media screen and (max-height:860px) and (min-width:83.125rem) {
	.title-block {
		max-width: 260px
	}
}

@media screen and (min-width:1550px) {
	.title-block {
		margin-left: 0
	}
}

.title-block:after,
.title-block:before {
	background-color: #fff;
	content: "";
	height: 46px;
	position: absolute;
	top: 0;
	width: 8px
}

.title-block:before {
	left: 0
}

.title-block:after {
	right: 0
}

.title-block--wide {
	max-width: 240px
}

@media screen and (min-width:30em) {
	.title-block--wide {
		max-width: 280px
	}
}

@media screen and (min-width:42.5rem) {
	.title-block--wide {
		margin: 0;
		max-width: 352px
	}
}

@media only screen and (max-height:860px) and (min-width:1330px) {
	.title-block--wide {
		max-width: 280px
	}
}

.title-block--wide .title-block__content {
	border-width: 8px;
	height: 352px;
	height: 240px
}

@media only screen and (min-width:375px) {
	.title-block--wide .title-block__content {
		height: 280px
	}
}

@media only screen and (min-width:680px) {
	.title-block--wide .title-block__content {
		border-width: 12px;
		height: 352px
	}
}

@media only screen and (max-height:860px) and (min-width:1330px) {
	.title-block--wide .title-block__content {
		height: 280px
	}
}

@media only screen and (min-width:680px) {

	.title-block--wide .title-block__content:after,
	.title-block--wide .title-block__content:before,
	.title-block--wide:after,
	.title-block--wide:before {
		width: 12px
	}
}

.block {
	background-color: #e5e5e5;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%
}

.block__image {
	background-position: 50% !important;
	background-size: cover !important;
	height: 100%;
	width: 100%;
	z-index: 1
}

@media screen and (min-width:68.75rem) {
	.block__image {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: -webkit-transform .4s;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s
	}
}

.block__content {
	background-color: #005da9;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 169, .85)), to(#005da9));
	background: linear-gradient(180deg, rgba(0, 93, 169, .85), #005da9);
	bottom: 0;
	font-size: .875rem;
	left: 0;
	line-height: 1;
	margin-bottom: 1.25rem;
	max-width: 80%;
	padding: 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 2
}

@media screen and (min-width:68.75rem) {
	.block__content {
		margin-bottom: 3.125rem;
		max-width: 290px;
		padding: 2.5rem 1.875rem 1.563rem
	}
}

@media screen and (min-width:83.125rem) {
	.flex__item--66 .block__content {
		max-width: 390px
	}
}

.block__content.hero__content--push {
	padding-top: 75px
}

.block:hover {
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .3)
}

@media screen and (min-width:68.75rem) {
	.block:hover .block__image {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

.block:hover .block__content {
	background: #fff;
	color: #005da9
}

.block:hover .block__content p:first-of-type {
	color: #6e6e6e
}

.block:hover .link span:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.flex--2 .block,
.page-id-12 .block,
.page-template-default #related .block {
	min-height: 373px
}

.full-blocks__block {
	padding-top: 6px
}

@media screen and (min-width:83.125rem) {
	.full-blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: -6px;
		margin-right: -6px
	}

	.full-blocks__block {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 12px 6px 0
	}
}

.full-blocks .full-block {
	overflow: hidden;
	position: relative
}

@media screen and (min-width:83.125rem) {
	.full-blocks .full-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 50vh;
		min-height: 460px
	}

	.full-blocks .full-block.full-block--left {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.full-blocks .full-block:before {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(32, 39, 51, .5)), to(rgba(56, 27, 27, 0)));
	background-image: linear-gradient(90deg, rgba(32, 39, 51, .5), rgba(56, 27, 27, 0));
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.full-blocks .full-block__image {
	background-position: 50% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

@media screen and (min-width:83.125rem) {
	.full-blocks .full-block__image {
		-webkit-transition: -webkit-transform .4s;
		transition: -webkit-transform .4s;
		transition: transform .4s;
		transition: transform .4s, -webkit-transform .4s
	}

	.full-blocks .full-block:hover .full-block__image {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}
}

.full-blocks .full-block__content {
	max-width: 894px;
	padding: 7.5rem 20px;
	position: relative;
	width: 100%;
	z-index: 2
}

@media screen and (min-width:42.5rem) {
	.full-blocks .full-block__content {
		padding-left: 3.75rem;
		padding-right: 3.75rem
	}
}

@media screen and (min-width:90rem) {
	.full-blocks .full-block__content {
		padding: 2.75rem 7.5rem
	}
}

.full-blocks .full-block__text {
	color: #fff;
	max-width: 352px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

@media screen and (min-width:90rem) {

	.full-blocks .full-block__text .h2,
	.full-blocks .full-block__text h2 {
		font-size: 2.5rem;
		line-height: 40px
	}
}

.module--children-home .flex .flex__item:nth-child(5) .block__image {
	background-position: 0 !important
}

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

	.module--children-home .flex .flex__item:first-child,
	.module--children-home .flex .flex__item:nth-child(2) {
		display: none
	}
}

.fact {
	background-color: #fff;
	background-position: 100% 100% !important;
	background-repeat: no-repeat;
	position: relative;
	width: 100%
}

@media screen and (max-width:30em) {
	.fact {
		background-position: 80% 50% !important
	}
}

@media screen and (min-width:30em) {
	.fact {
		background-size: 100% !important;
		min-height: 440px
	}
}

.fact__content {
	padding: 2.5rem 1.875rem
}

@media screen and (max-width:30em) {
	.fact__text {
		max-width: 60%
	}
}

.fact__value {
	color: #005da9;
	font-family: SucdenSans, serif;
	font-size: 1.75rem;
	line-height: 32px
}

@media screen and (min-width:42.5rem) {
	.fact__value {
		font-size: 2.75rem;
		line-height: 64px
	}
}

.fact__value span {
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 48px;
	padding-right: .5rem
}

@media screen and (min-width:42.5rem) {
	.fact__value span {
		font-size: 5rem;
		line-height: 70px
	}
}

@media screen and (min-width:90rem) {
	.fact__text {
		width: 50%
	}
}

.fact__text p:first-child {
	font-family: SucdenSans Bold, serif;
	font-size: 1.125rem;
	line-height: 22px;
	margin-bottom: 1rem
}

@media screen and (min-width:90rem) {
	.fact__text p:first-child {
		font-size: 1.5rem;
		line-height: 26px
	}
}

@media screen and (min-width:30em) {
	#facts_HR .fact {
		min-height: 360px
	}
}

@media screen and (min-width:90rem) {
	#facts_HR .fact__content {
		padding: 4.5rem 1.875rem
	}

	#facts_HR .fact__text {
		width: 80%
	}
}

.facts {
	font-family: SucdenSans, serif;
	margin: 2.5rem 0;
	padding-bottom: 2.5rem
}

.facts__panel {
	font-size: 1.125rem;
	line-height: 22px;
	padding: .938rem 1.5rem
}

@media screen and (min-width:90rem) {
	.facts__panel {
		font-size: 1.5rem;
		line-height: 28px
	}
}

.facts__value {
	color: #005da9;
	font-family: SucdenSans, serif;
	font-size: 1.75rem;
	line-height: 32px
}

@media screen and (min-width:42.5rem) {
	.facts__value {
		font-size: 2.75rem;
		line-height: 64px
	}
}

.facts__value p {
	display: inline-block;
	margin: 0
}

.facts__value p span {
	font-size: 2.75rem;
	letter-spacing: -2px;
	line-height: 48px
}

@media screen and (min-width:30em) {
	.facts__value p span {
		font-size: 4rem;
		letter-spacing: -3px;
		line-height: 62px
	}
}

@media screen and (min-width:90rem) {
	.facts__value p span {
		font-size: 5rem;
		letter-spacing: -4px;
		line-height: 70px
	}
}

.facts__value .facts__value_text {
	color: #6e6e6e;
	display: block;
	font-family: SucdenSans Bold, serif;
	font-size: 1.125rem;
	line-height: 22px
}

@media screen and (min-width:42.5rem) {
	.facts__value .facts__value_text {
		font-size: 1.5rem;
		line-height: 28px
	}
}

.facts__value span {
	font-family: SucdenSans Bold, serif;
	font-size: 2.75rem;
	line-height: 48px;
	padding-right: .5rem
}

@media screen and (min-width:90rem) {
	.facts__value span {
		font-size: 5rem;
		letter-spacing: -4px;
		line-height: 70px
	}
}

.facts__text {
	width: 85%
}

.facts__text p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 22px;
	margin-top: 5px
}

@media screen and (min-width:42.5rem) {
	.facts__text p {
		font-size: 1.375rem;
		line-height: 26px
	}
}

.editor .facts .h2,
.editor .facts h2 {
	color: #6e6e6e
}

figure+.facts {
	margin: 7rem 0 2.5rem
}

.sdg-areas {
	width: 100%
}

@media only screen and (min-width:1024px) {
	.sdg-areas {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -7px;
		max-width: 1105px
	}
}

.sdg-areas .sdg-area__content--0,
.sdg-areas .sdg-area__header--0 {
	color: #662482
}

.sdg-areas .sdg-area__content--1,
.sdg-areas .sdg-area__header--1 {
	color: #b10976
}

.sdg-areas .sdg-area__content--2,
.sdg-areas .sdg-area__header--2 {
	color: #03aaeb
}

.sdg-areas .sdg-area__content--3,
.sdg-areas .sdg-area__header--3 {
	color: #fecb03
}

.sdg-areas .sdg-area__content--4,
.sdg-areas .sdg-area__header--4 {
	color: #ef7e3c
}

.sdg-areas .sdg-area__header {
	cursor: pointer;
	margin-bottom: .625rem;
	position: relative
}

@media screen and (min-width:1024px) {
	.sdg-areas .sdg-area__header {
		margin-bottom: 0;
		padding: 7px;
		width: 20%
	}
}

.sdg-areas .sdg-area__header .sdg-area__header--title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	justify-content: space-between;
	max-height: 13rem;
	padding: 2.5rem 1.25rem 0;
	position: relative;
	-webkit-transition: all .25s;
	transition: all .25s
}

.sdg-areas .sdg-area__header .sdg-area__header--title svg {
	height: 50px;
	margin-bottom: 1.25rem;
	width: 50px
}

.sdg-areas .sdg-area__header .sdg-area__header--title svg:not(.sdg-area__header--arrow) * {
	fill: #fff;
	-webkit-transition: all .25s;
	transition: all .25s
}

.sdg-areas .sdg-area__header .sdg-area__header--title svg .colour-fill {
	fill: currentColor;
	-webkit-transition: all .25s;
	transition: all .25s
}

.sdg-areas .sdg-area__header .sdg-area__header--title span {
	font-family: SucdenSans Bold, serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 28px
}

.sdg-areas .sdg-area__header .sdg-area__header--title .sdg-area__header--arrow {
	height: 25px;
	margin-top: .938rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 25px
}

.sdg-areas .sdg-area__header .sdg-area__header--title:before {
	background-color: currentColor;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.sdg-areas .sdg-area__header.is--active .sdg-area__header--title {
	background-color: currentColor
}

.sdg-areas .sdg-area__header.is--active .sdg-area__header--title span {
	color: #fff
}

.sdg-areas .sdg-area__header.is--active .sdg-area__header--title svg * {
	fill: currentColor
}

.sdg-areas .sdg-area__header.is--active .sdg-area__header--title svg .colour-fill {
	fill: #fff;
	-webkit-transition: all .25s;
	transition: all .25s
}

.sdg-areas .sdg-area__header.is--active .sdg-area__header--title .sdg-area__header--arrow {
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.sdg-areas .sdg-area__content {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	max-height: 0;
	order: 2;
	overflow: hidden;
	-webkit-transition: max-height .25s;
	transition: max-height .25s;
	width: 100%
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper {
	background-color: #fff;
	height: 100%;
	padding: 25px 20px;
	position: relative
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper:after,
.sdg-areas .sdg-area__content .sdg-area__content--wrapper:before {
	background-color: currentColor;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper:before {
	top: 0
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper:after {
	bottom: 7px
}

@media screen and (min-width:68.75rem) {
	.sdg-areas .sdg-area__content .sdg-area__content--wrapper {
		margin: 7px;
		padding: 35px 40px
	}
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--intro {
	font-size: 1.25rem;
	line-height: 28px
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--intro p {
	max-width: 916px
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--intro .btn {
	display: block
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body {
	border-top: 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2.75rem
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--issues {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--issues li:before {
	background-color: currentColor
}

@media screen and (min-width:68.75rem) {
	.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--issues {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%
	}
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body p,
.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body span {
	color: #6e6e6e
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--impact {
	max-width: 537px;
	width: 100%
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--impact .sdg-area__content--impact-imgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--impact .sdg-area__content--impact-imgs .sdg-area__content--impact-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	margin-bottom: 30px
}

@media screen and (min-width:62em) {
	.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--impact .sdg-area__content--impact-imgs .sdg-area__content--impact-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

.sdg-areas .sdg-area__content .sdg-area__content--wrapper .sdg-area__content--body .sdg-area__content--impact .sdg-area__content--impact-imgs .sdg-area__content--impact-img img {
	max-width: 115px
}

.sdg-areas .sdg-area__content p {
	color: #6e6e6e
}

.sdg-areas .is--active+.sdg-area__content {
	max-height: 1500px;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

html[lang=ru-RU] .sdg-area__header--title span {
	font-family: Roboto, sans-serif !important
}

@media only screen and (min-width:1100px) {
	html[lang=ru-RU] .block__content {
		max-width: 315px
	}
}

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.slick-slider .slick-track,
.slick-slider.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: none;
	margin-inline: 0
}

.slick-slider .slick-track .flex__item {
	margin-bottom: 20px
}

.slick-slider .flex__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only screen and (min-width:1400px) {
	.slick-slider .flex__item--auto {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2
	}
}

.slick-slide {
	display: none;
	float: left;
	height: unset;
	min-height: 1px;
	outline: 0
}

.slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%
}

.slick-dots button {
	background-color: #e5e5e5;
	color: transparent;
	font-size: 0;
	height: 6px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
	width: 100%
}

.slick-dots li {
	max-width: 38px;
	padding: 0 5px;
	position: relative;
	width: 100%
}

.slick-dots li.slick-active button {
	background-color: #005da9
}

@media only screen and (min-width:980px) {
	.slick-dots li {
		max-width: 58px
	}
}

.slick-dots li:only-child {
	display: none
}

.slick-arrow {
	background: none;
	color: transparent;
	font-size: 0;
	height: 64px;
	opacity: .8;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48px;
	z-index: 1
}

.slick-arrow:before {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg);
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 44px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .15s;
	transition: all .15s;
	width: 26px
}

.slick-arrow:hover {
	opacity: 1
}

.slick-arrow.slick-prev {
	left: -70px
}

.slick-arrow.slick-prev:before {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.slick-arrow.slick-prev:hover:before {
	left: -5px
}

.slick-arrow.slick-next {
	right: -70px
}

.slick-arrow.slick-next:before {
	right: 0
}

.slick-arrow.slick-next:hover:before {
	right: -5px
}

.hero .carousel,
.hero__carousel .slick-list,
.hero__carousel .slick-track {
	height: 100%
}

.hero .hero__carousel-home .slick-arrow {
	opacity: .8
}

.hero .hero__carousel-home .slick-arrow:before {
	background-image: url(https://www.fragova.com/images/arrow.svg)
}

.hero .hero__carousel-home .slick-prev {
	left: 30px
}

.hero .hero__carousel-home .slick-next {
	right: 30px
}

.hero .hero__carousel-home .slick-dots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	bottom: 30px;
	justify-content: center;
	left: 20px;
	position: absolute;
	right: 20px;
	width: auto
}

@media screen and (min-width:83.125rem) {
	.hero .hero__carousel-home .slick-dots {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		bottom: 50px;
		justify-content: flex-end;
		left: auto;
		right: 50px;
		width: 100%
	}
}

.hero .hero__carousel-home .slick-dots li {
	font-size: .75rem;
	line-height: 14px;
	max-width: 70px;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap
}

.hero .hero__carousel-home .slick-dots li button {
	background-color: hsla(0, 0%, 100%, .7);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	height: 10px;
	overflow: hidden;
	position: relative
}

.hero .hero__carousel-home .slick-dots li button:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%
}

.hero .hero__carousel-home .slick-dots li span {
	display: none
}

@media screen and (min-width:83.125rem) {
	.hero .hero__carousel-home .slick-dots li span {
		bottom: 20px;
		display: block;
		opacity: 0;
		position: absolute;
		right: 5px;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
		-webkit-transition: all .15s;
		transition: all .15s
	}
}

.hero .hero__carousel-home .slick-dots li span strong {
	display: block
}

.hero .hero__carousel-home .slick-dots li.slick-active button {
	background-color: hsla(0, 0%, 100%, .7)
}

.hero .hero__carousel-home .slick-dots li.slick-active button:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 5.2s linear;
	transition: -webkit-transform 5.2s linear;
	transition: transform 5.2s linear;
	transition: transform 5.2s linear, -webkit-transform 5.2s linear
}

.hero .hero__carousel-home .slick-dots li.slick-active span {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media screen and (min-width:83.125rem) {
	.hero .hero__carousel-home .hero__slide .hero__content {
		padding-top: 0
	}
}

.hero .hero__carousel-home .hero__content {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .75s;
	transition: opacity .75s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	width: 100%
}

.hero .hero__carousel-home .hero__content .additional-block {
	display: none
}

@media screen and (min-width:1330px) {
	.hero .hero__carousel-home .hero__content .container {
		position: relative
	}

	.hero .hero__carousel-home .hero__content .additional-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: column;
		flex-flow: column;
		margin: 0;
		max-width: 352px;
		position: absolute;
		right: 7.5rem;
		top: 0
	}

	.hero .hero__carousel-home .hero__content .additional-block img {
		border: 12px solid #fff;
		max-width: 352px;
		width: 100%
	}
}

.hero .hero__carousel-home .hero__content .btn a {
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content
}

.hero .hero__carousel-home .slick-active .hero__content {
	opacity: 1
}

@media screen and (min-width:600px) {
	#carouselSiblings .flex--2 .slick-track {
		width: 100% !important
	}
}

@media only screen and (max-width:979px) {
	.slick-slider.flex--carousel {
		margin-left: -30px;
		margin-right: -30px
	}
}

@media only screen and (max-width:599px) {
	.flex__item.slick-slide {
		-webkit-transform: scaleY(.9);
		transform: scaleY(.9);
		-webkit-transition: -webkit-transform .25s;
		transition: -webkit-transform .25s;
		transition: transform .25s;
		transition: transform .25s, -webkit-transform .25s
	}

	.flex__item.slick-slide.slick-active {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

.accordion {
	border: 0;
	position: relative
}

.accordion .accordion__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	position: relative;
	text-transform: uppercase;
	width: 100%
}

.accordion .accordion__header p {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	font-size: .75rem;
	line-height: 20px;
	text-align: left;
	width: 70%
}

@media screen and (min-width:480px) {
	.accordion .accordion__header p {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-flow: row;
		flex-flow: row
	}
}

.accordion .accordion__header p strong {
	color: #005da9;
	display: block;
	font-family: SucdenSans, serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 24px;
	padding-right: .625rem
}

@media screen and (min-width:480px) {
	.accordion .accordion__header p strong {
		font-size: 1.375rem;
		line-height: 26px
	}
}

.accordion .accordion__header span {
	font-size: 0;
	position: relative;
	width: 30%
}

@media screen and (min-width:400px) {
	.accordion .accordion__header span {
		font-size: .875rem;
		font-weight: 500;
		line-height: 14px;
		padding-right: 35px;
		text-align: right
	}
}

.accordion .accordion__header span:after,
.accordion .accordion__header span:before {
	background-color: #005da9;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	right: 10px;
	top: -4px;
	width: 2px
}

.accordion .accordion__header span:before {
	-webkit-transition: -webkit-transform .25s ease-out;
	transition: -webkit-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.accordion .accordion__header span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.accordion .accordion__header[aria-expanded=true] span:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.accordion-collapse {
	max-height: 1px;
	opacity: 0;
	padding: 0 1.5rem;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden
}

.accordion-collapse.show {
	max-height: 6000px;
	opacity: 1;
	visibility: visible
}

.accordion-item {
	border: 0;
	border-bottom: 6px solid #e5e5e5;
	margin-bottom: 1.25rem;
	overflow: hidden;
	position: relative
}

.accordion-item .accordion-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-top: 6px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-transform: uppercase
}

.accordion-item .accordion-header:after,
.accordion-item .accordion-header:before {
	background-color: #e5e5e5;
	content: "";
	height: 20px;
	position: absolute;
	top: 0;
	width: 6px;
	z-index: 1
}

.accordion-item .accordion-header:before {
	left: 0
}

.accordion-item .accordion-header:after {
	right: 0
}

.accordion-item .accordion-header button {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #6e6e6e;
	text-transform: uppercase;
	z-index: 0
}

.accordion-item .accordion-header button strong {
	color: #005da9;
	display: block;
	font-family: SucdenSans Bold, serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 24px;
	padding-right: .625rem
}

.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.accordion-item:after,
.accordion-item:before {
	background-color: #e5e5e5;
	bottom: 0;
	content: "";
	height: 20px;
	position: absolute;
	width: 6px;
	z-index: 1
}

.accordion-item:before {
	left: 0
}

.accordion-item:after {
	right: 0
}

.accordion-item:last-of-type {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.accordion-item:hover,
.accordion-item:hover .accordion-header {
	border-color: #005da9
}

.accordion-item:hover .accordion-header:after,
.accordion-item:hover .accordion-header:before,
.accordion-item:hover:after,
.accordion-item:hover:before {
	background-color: #005da9
}

.accordion-item.collapsed {
	border-color: #005da9
}

.accordion-item.collapsed:after,
.accordion-item.collapsed:before {
	background-color: #005da9 !important
}

.accordion-item.collapsed .accordion-header {
	border-color: #005da9
}

.accordion-item.collapsed .accordion-header:after,
.accordion-item.collapsed .accordion-header:before {
	background-color: #005da9
}

.accordion__content .accordion__panel {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-top: 2px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	justify-content: space-between;
	padding: 2.5rem 0
}

.accordion__content .accordion__panel .editor a {
	color: #005da9;
	font-weight: 700;
	text-decoration: underline
}

@media screen and (min-width:42.5rem) {
	.accordion__content .accordion__panel {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap
	}
}

@media screen and (min-width:1100px) {
	.accordion__content .accordion__panel {
		padding-inline: 2.5rem
	}
}

.accordion__content .accordion__text {
	color: #6e6e6e
}

@media screen and (min-width:400px) {
	.accordion__content .accordion__text {
		padding-top: 4rem
	}
}

@media screen and (min-width:42.5rem) {
	.accordion__content .accordion__text {
		padding-top: 0;
		width: 300px
	}
}

.accordion__content .accordion__map {
	display: none
}

@media screen and (min-width:400px) {
	.accordion__content .accordion__map {
		display: block;
		position: relative;
		width: 100%
	}
}

@media screen and (min-width:42.5rem) {
	.accordion__content .accordion__map {
		margin-left: 2.5rem;
		width: 500px
	}
}

.accordions-control {
	display: block;
	text-align: right
}

@media screen and (min-width:800px) {
	.accordions-control {
		position: absolute;
		right: 0;
		top: -60px
	}
}

.accordions-control button {
	background: none;
	color: #005da9;
	font-size: .75rem;
	font-weight: 700;
	height: 44px;
	line-height: 12px;
	line-height: 44px;
	text-decoration: none;
	text-transform: uppercase
}

.profiles-wrapper {
	position: relative
}

.profiles-wrapper .profiles {
	-webkit-transition: all .25s;
	transition: all .25s
}

.profiles-wrapper .profiles .block.block--profile {
	background-position: 50% !important;
	background-size: cover !important;
	display: block
}

.profiles-wrapper .profiles .block.block--profile .h2,
.profiles-wrapper .profiles .block.block--profile h2 {
	margin-bottom: .313rem;
	text-transform: none
}

.profiles-wrapper .profiles .block.block--profile p:first-of-type {
	font-size: 1.25rem;
	line-height: 24px
}

.profiles-wrapper .profiles.profiles--hide {
	display: none;
	opacity: 0
}

.profiles-wrapper .profile-single {
	background: #fff;
	display: none;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .25s;
	transition: all .25s;
	width: calc(100% + 1rem);
	z-index: 3
}

.profiles-wrapper .profile-single.profile-single--show {
	display: block;
	opacity: 1;
	-webkit-transition-delay: .25s;
	transition-delay: .25s
}

.profiles-wrapper .profile {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse
}

@media screen and (min-width:980px) {
	.profiles-wrapper .profile {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.profiles-wrapper .profile__col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: auto
	}

	.profiles-wrapper .profile__col .profile__content {
		padding-right: 100px
	}
}

.profiles-wrapper .profile__content .h2,
.profiles-wrapper .profile__content h2 {
	color: #005da9;
	margin-bottom: .25rem;
	text-transform: none
}

.profiles-wrapper .profile__content .h2+p,
.profiles-wrapper .profile__content h2+p {
	font-size: 1.25rem;
	line-height: 24px;
	margin-bottom: 1.25rem
}

.profiles-wrapper .profile-image {
	float: right;
	max-width: 500px
}

.profiles-wrapper .pagination {
	margin: 0 0 3.75rem
}

.footer {
	background-color: #005da9;
	color: #fff;
	position: relative
}

.footer__pages {
	display: none;
	font-size: .875rem;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase
}

@media screen and (min-width:83.125rem) {
	.footer__pages {
		display: block;
		padding: 2.5rem 0
	}
}

.footer__pages .h2,
.footer__pages h2 {
	border-bottom: 2px solid #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	margin-bottom: 1.25rem;
	padding-bottom: .625rem
}

.footer__pages ul li {
	padding: 0 0 10px
}

.footer__pages ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.footer__pages ul li a:hover {
	text-decoration: underline
}

.footer__pages ul li a:after {https://www.fragova.com/images/arrow.svg
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover !important;
	content: "";
	display: inline-block;
	height: 15px;
	margin-left: 15px;
	vertical-align: middle;
	width: 9px
}

.footer__col {
	max-width: 312px;
	padding-top: 1.25rem;
	width: 100%
}

.footer__site {
	font-size: .75rem;
	line-height: 12px;
	padding: 2.5rem 0 1.25rem;
	text-align: center
}

@media screen and (min-width:83.125rem) {
	.footer__site {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		border-top: 4px solid #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 1.25rem 0;
		text-align: left
	}
}

.footer__branding {
	-webkit-box-flex: 10rem;
	-ms-flex: 10rem 0 0px;
	flex: 10rem 0 0;
	margin: 0 auto;
	width: 10rem
}

.footer__branding svg {
	fill: #fff
}

.footer__navigation {
	-webkit-box-flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: auto 1 1;
	flex: auto 1 1;
	font-weight: 700;
	justify-content: flex-end;
	padding: 1.25rem 0;
	text-transform: uppercase;
	width: auto
}

.footer__navigation ul li {
	display: block;
	padding: .938rem
}

@media screen and (min-width:62em) {
	.footer__navigation ul li {
		display: inline-block;
		padding: 1.25rem
	}
}

.footer__navigation ul li a {
	color: inherit;
	text-decoration: none
}

.footer__navigation ul li a:focus-visible,
.footer__navigation ul li a:hover {
	text-decoration: underline
}

@media screen and (max-width:83.125rem) {
	.footer__navigation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.footer__social {
	padding-bottom: 2.5rem
}

@media screen and (min-width:83.125rem) {
	.footer__social {
		padding: 0 1.875rem
	}
}

.footer__social ul li {
	display: inline-block;
	margin-right: .625rem
}

.footer__social ul li a {
	display: block;
	height: 1.5rem;
	width: 1.5rem
}

.footer__copyright {
	border-top: 4px solid #fff;
	padding-top: 1.25rem
}

@media screen and (min-width:62em) {
	.footer__copyright {
		border-top: none;
		padding-top: 0
	}
}

@media screen and (min-width:83.125rem) {
	.footer__copyright {
		-webkit-box-flex: 1;
		-ms-flex: auto 0 1;
		flex: auto 0 1;
		width: auto
	}
}

input[type=email],
input[type=password],
input[type=search],
input[type=telephone],
input[type=text] {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	color: #6e6e6e;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 44px;
	line-height: 24px;
	outline: 0;
	padding: 0 1.5rem;
	width: 100%
}

input.input--nofill {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff
}

button.reset,
button.submit,
input[type=reset],
input[type=submit] {
	background-color: #005da9;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 93, 169, .85)), to(#005da9));
	background: linear-gradient(180deg, rgba(0, 93, 169, .85), #005da9);
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: .875rem;
	font-weight: 700;
	height: 44px;
	line-height: 14px;
	padding: 0 1.5rem;
	text-transform: uppercase
}

.gform_required_legend {
	display: none
}

.application-form .gfield_required {
	color: #6e6e6e
}

.application-form .gform_fields {
	grid-row-gap: 1rem
}

.application-form #field_1_13 {
	font-size: .875rem;
	font-style: italic;
	margin-bottom: 1rem
}

.application-form .gfield--type-section {
	-webkit-border-after: 0;
	border-block-end: 0
}

.application-form .h3,
.application-form h3 {
	color: #005da9;
	margin-bottom: 0
}

.application-form .gfield_label,
.application-form .gform-field-label {
	color: #6e6e6e;
	font-weight: 500
}

.application-form input[type=email],
.application-form input[type=tel],
.application-form input[type=text],
.application-form textarea {
	border: 2px solid #005da9;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease
}

.application-form input[type=email]:focus,
.application-form input[type=email]:hover,
.application-form input[type=tel]:focus,
.application-form input[type=tel]:hover,
.application-form input[type=text]:focus,
.application-form input[type=text]:hover,
.application-form textarea:focus,
.application-form textarea:hover {
	border: 2px solid #6e6e6e
}

.application-form label.gfield_consent_label,
.application-form legend.gfield_label_before_complex {
	color: #6e6e6e !important;
	font-style: italic
}

.breadcrumbs {
	border-bottom: 1px solid #e5e5e5;
	display: none;
	font-size: .75rem;
	height: 50px;
	text-transform: uppercase
}

@media screen and (min-width:83.125rem) {
	.breadcrumbs {
		display: block
	}

	.breadcrumbs .container {
		height: 100%
	}
}

.breadcrumbs nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px
}

.breadcrumbs nav,
.breadcrumbs nav ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumbs nav ol {
	margin: 0;
	padding: 0
}

.breadcrumbs nav li a {
	border-bottom: 0 !important;
	color: #005da9;
	font-weight: 700;
	text-decoration: none
}

.breadcrumbs nav li a:hover {
	text-decoration: underline
}

.breadcrumbs nav li.active span {
	color: #6e6e6e
}

.breadcrumbs nav li+.breadcrumb-item:before {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 10px;
	margin: 0 15px;
	width: 6px
}

.breadcrumbs nav li::marker {
	font-size: 0
}

.breadcrumbs--push {
	background-color: #f4f4f4;
	border-bottom: none
}

@media screen and (min-width:68.75rem) {
	.breadcrumbs--push nav {
		margin: 0 auto;
		max-width: 756px;
		padding-left: 30px;
		padding-right: 30px;
		width: 100%
	}
}

.breadcrumbs--push .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1240px;
	padding: 0 20px;
	position: relative
}

@media screen and (min-width:68.75rem) {
	.breadcrumbs--push .container:before {
		content: "";
		min-width: 300px;
		width: 25%
	}
}

.breadcrumbs--push .container:after {
	background-color: #e5e5e5;
	bottom: 0;
	content: "";
	height: 1px;
	left: 20px;
	position: absolute;
	width: 400%
}

.cookies {
	background: rgba(55, 55, 55, .8);
	font-size: 12px;
	height: 100vh;
	left: 0;
	line-height: 22px;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99
}

@media (min-width:768px) {
	.cookies {
		font-size: 14px;
		line-height: 24px
	}
}

.cookies .container {
	max-width: 50rem
}

.cookies .h2,
.cookies h2 {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none
}

.cookies--hide {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform .2s;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.cookie-notice {
	background-color: #005da9;
	color: #fff;
	left: 0;
	margin: auto;
	max-width: 1000px;
	padding: 5rem 0;
	position: relative;
	right: 0;
	top: 10%
}

@media (min-width:768px) {
	.cookie-notice {
		top: 30%
	}

	.cookie-notice .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between
	}
}

.cookie-notice__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 50px
}

.cookie-notice__nav {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	padding-top: 1.25rem
}

@media (min-width:768px) {
	.cookie-notice__nav {
		padding-top: 0
	}
}

.cookie-btn {
	color: #fff;
	font-family: Roboto, sans-serif
}

.cookie-btn+.cookie-btn {
	margin-top: .938rem
}

.cookie-btn a {
	display: inline-block
}

.cookie-btn a:before {
	content: "";
	display: inline-block;
	height: 14px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 14px
}

.cookie-btn a.cookie-accept {
	font-size: 22px;
	line-height: 16px
}

.cookie-btn a.cookie-accept:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1200'%3E%3Cpath fill='%23FFF' d='M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm257.446 281.03 124.658 124.658-389.355 389.429L468.823 918.97 344.165 794.312l-126.27-126.343 123.853-123.853 126.27 126.343L857.446 281.03z'/%3E%3C/svg%3E")
}

.cookie-btn a.cookie-settings:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1200'%3E%3Cpath fill='%23FFF' d='M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm163.403 239.868c22.73-.064 45.519 3.784 67.163 11.572L711.108 370.898l32.959 85.034 85.034 32.959L948.56 369.434c24.922 69.263 9.648 149.8-45.85 205.298s-135.962 70.771-205.225 45.85l-339.624 339.55-117.993-117.993 339.551-339.624c-24.922-69.263-9.648-149.726 45.85-205.225 38.155-38.155 88.127-57.281 138.134-57.422zm-430.81 578.54c-13.543 13.542-13.543 35.457 0 48.999 13.542 13.542 35.457 13.542 48.999 0 13.542-13.543 13.542-35.457 0-48.999-14.679-13.344-36.351-12.267-48.999 0z'/%3E%3C/svg%3E")
}

.cookie-btn a.cookie-more:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1200'%3E%3Cpath fill='%23FFF' d='M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600 600-268.629 600-600S931.371 0 600 0zm-10.84 150.366c72.81.176 131.308 23.199 172.119 65.332s59.525 93.882 59.912 145.679c-.506 54.584-4.674 79.714-48.56 145.679S618.408 668.475 639.258 775.635l-84.229-1.465c-37.307-75.07-27.828-165.374.586-225.146s49.711-78.979 72.803-134.253c23.092-55.274-31.621-117.719-81.519-118.14s-68.904 20.18-84.521 55.444h-68.335c-5.902-3.408-18.63-7.206-14.429-69.507S516.351 150.19 589.16 150.366zm4.248 695.142c56.338 0 101.88 45.615 101.88 101.953s-45.542 102.173-101.88 102.173-101.953-45.835-101.953-102.173 45.615-101.953 101.953-101.953z'/%3E%3C/svg%3E")
}

.cookie-btn a:hover {
	text-decoration: underline
}

.cookies-settings {
	background-color: #00325a;
	color: #fff;
	left: 0;
	margin: auto;
	max-height: 0;
	max-width: 1000px;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 10%;
	-webkit-transition: max-height .2s;
	transition: max-height .2s;
	will-change: max-height
}

@media (min-width:768px) {
	.cookies-settings {
		top: 30%
	}
}

.cookies-settings .container {
	padding-bottom: 30px;
	padding-top: 30px
}

@media (min-width:768px) {
	.cookies-settings .container {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.cookies-settings button {
	background-color: green;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-left: auto;
	outline: 0;
	padding: 5px 10px
}

.cookies-settings button:active,
.cookies-settings button:focus,
.cookies-settings button:hover {
	text-decoration: underline
}

.cookies-settings--active {
	max-height: 300px
}

.cookies-settings__toggles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1.25rem
}

@media (min-width:768px) {
	.cookies-settings__toggles {
		padding-bottom: 0
	}
}

.cookies-settings__toggles+.cookies-settings__toggles {
	margin-top: 10px
}

.cookie-toggle {
	margin-right: 30px;
	max-width: 320px
}

.cookie-checkbox__label {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding-left: 28px;
	position: relative;
	text-transform: none
}

.cookie-checkbox__label:before {
	background-color: #fff;
	border-radius: 2px;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px
}

.cookie-checkbox__label:hover:before,
input:checked+.cookie-checkbox__label:before {
	background-color: green
}

input:checked+.cookie-checkbox__label:after {
	background: #fff;
	-webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 2px
}

input:checked:disabled+.cookie-checkbox__label:before {
	background-color: #666
}

input:checked:disabled+.cookie-checkbox__label:after {
	opacity: .5
}

.cookie-checkbox__title {
	font-size: 14px;
	line-height: 18px
}

.cookie-checkbox input[type=checkbox] {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.cookie-checkbox input[type=checkbox].focusable:active,
.cookie-checkbox input[type=checkbox].focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.content__side {
	padding-bottom: 1.25rem
}

@media screen and (min-width:83.125rem) {
	.content__side {
		padding-bottom: 3.75rem;
		width: 290px
	}
}

.secondary-nav {
	background-color: #fff;
	display: none;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	z-index: 2
}

@media screen and (min-width:83.125rem) {
	.secondary-nav {
		display: block;
		margin-top: -106px
	}
}

.secondary-nav__title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 56px;
	justify-content: center;
	line-height: 56px;
	text-align: center
}

.secondary-nav>nav {
	font-size: .875rem;
	line-height: 20px
}

.secondary-nav>nav>ul>li {
	display: block
}

.secondary-nav>nav>ul>li.has--children>a,
.secondary-nav>nav>ul>li.is--current>a {
	background-color: #005da9;
	color: #fff
}

.secondary-nav>nav>ul>li.has--children>a:after,
.secondary-nav>nav>ul>li.is--current>a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg)
}

.secondary-nav>nav>ul>li.has--children>a+ul,
.secondary-nav>nav>ul>li.is--current>a+ul {
	display: block;
	margin: 10px 0 5px
}

.secondary-nav>nav>ul>li.has--children>a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.secondary-nav>nav>ul>li ul>li a {
	color: #6e6e6e;
	font-size: .75rem;
	line-height: 15px;
	padding-left: 44px
}

.secondary-nav>nav>ul>li ul>li.is--current>a {
	background-color: transparent;
	color: #005da9;
	text-decoration: underline;
	text-decoration-color: #005da9
}

.secondary-nav>nav a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	color: #005da9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 15px 24px;
	position: relative;
	text-decoration: none
}

.secondary-nav>nav a:hover {
	text-decoration: underline
}

.secondary-nav>nav a:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 15px;
	margin-left: 15px;
	width: 9px
}

.share {
	margin-top: 1.25rem
}

@media screen and (min-width:30em) {
	.share {
		margin-top: -1.25rem
	}
}

@media screen and (min-width:83.125rem) {
	.share {
		margin-top: 1.25rem
	}
}

.share .btn {
	margin-top: 0
}

.share .btn a:after {
	background-image: url(https://www.fragova.com/images/share-blue.svg);
	height: 20px;
	width: 20px
}

.share .btn a:hover:after {
	background-image: url(https://www.fragova.com/images/share.svg)
}

.share ul {
	margin-top: 5px;
	margin-inline: auto;
	overflow: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.share ul li {
	float: left;
	opacity: 0;
	padding: 5px;
	text-align: center;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}

.share ul li a {
	background-color: #fff;
	display: block;
	height: 44px;
	width: 44px
}

.share.is--active .btn a {
	background-color: #005da9;
	color: #fff
}

.share.is--active .btn a:after {
	background-image: url(https://www.fragova.com/images/share.svg)
}

.share.is--active ul,
.share.is--active ul li {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.share.is--active ul li {
	opacity: 1;
	-webkit-transition: all .35s;
	transition: all .35s
}

.icon,
.icon span {
	position: relative
}

.icon span {
	display: block;
	height: 20px;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px
}

.icon svg {
	fill: #6e6e6e;
	-webkit-transition: fill .35s;
	transition: fill .35s
}

.icon:hover svg {
	fill: #005da9
}

.aside-contact {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem
}

@media screen and (min-width:83.125rem) {
	.aside-contact {
		margin-bottom: 0
	}
}

.aside-contact .editor .h2,
.aside-contact .editor h2 {
	color: #6e6e6e;
	font-size: 1.5rem;
	line-height: 24px
}

.aside-contact a {
	font-weight: 700
}

.aside-image {
	display: none
}

@media screen and (min-width:83.125rem) {
	.aside-image {
		display: block;
		margin-top: .625rem;
		text-align: right
	}

	.aside-image img {
		float: right;
		max-width: none;
		width: auto
	}
}

.intro {
	color: #005da9;
	font-family: SucdenSans, serif;
	font-size: 1.125rem;
	line-height: 24px;
	margin-bottom: 3rem
}

@media screen and (min-width:30em) {
	.intro {
		font-size: 1.75rem;
		line-height: 36px
	}
}

.content__main {
	margin: 0 auto;
	max-width: 750px;
	padding: 1.875rem 0 2.5rem;
	width: 100%
}

.content__main.content__main--left {
	margin-left: 0;
	max-width: 750px !important;
	padding-left: 0
}

.content__main.content__main--full {
	margin-left: 0;
	max-width: none;
	padding-left: 0
}

.content__main.content__main--inline {
	display: inline-block
}

.content__main.content__main--inline>.container {
	padding: 0
}

@media screen and (min-width:30em) {
	.content__main {
		padding: 3.75rem 0 5rem
	}
}

@media screen and (min-width:83.125rem) {
	.content__main {
		padding-left: 30px;
		padding-right: 30px
	}
}

.content-width {
	margin-bottom: 3.75rem;
	max-width: 750px
}

.content__title-wrapper .media__image {
	margin-bottom: 30px;
	max-width: 236px
}

@media only screen and (min-width:570px) {
	.content__title-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.content__title-wrapper .media__image {
		margin-bottom: 0
	}
}

.pagination {
	text-align: center
}

@media only screen and (min-width:600px) {
	.pagination {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-top: 2.85rem;
		text-align: left
	}
}

.pagination--space {
	margin-top: 0;
	padding-bottom: 3.5rem
}

.signature {
	border-top: 3px solid #e5e5e5;
	margin-top: 3rem;
	padding-block: 3rem;
	width: 100%
}

.signature p {
	text-align: center
}

html[lang=ru] .site-container {
	font-size: 14px;
	line-height: 22px
}

html[lang=ru] .dropdown:not(.dropdown--language) ul>li>a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media only screen and (min-width:480px) {

	html[lang=ru] .h2,
	html[lang=ru] .media-results .flex .flex__item:nth-of-type(2) .media--news .media__content:not(.media__content--block) h2,
	html[lang=ru] h2 {
		font-size: 22px;
		line-height: 30px
	}

	html[lang=ru] .editor {
		font-size: 16px;
		line-height: 24px
	}

	html[lang=ru] .media--news .media__content .h2,
	html[lang=ru] .media--news .media__content h2 {
		font-size: 18px;
		line-height: 20px
	}
}

html[lang=ru] .module--infoblock .h2,
html[lang=ru] .module--infoblock h2 {
	font-size: 80px;
	line-height: 70px
}

@media only screen and (min-width:880px) {

	html[lang=ru] .editor .h1,
	html[lang=ru] .editor h1 {
		font-size: 48px;
		line-height: 54px
	}
}

@media only screen and (min-width:1100px) {
	html[lang=ru] .block__content {
		max-width: 315px
	}
}

html[lang=ru] .footer__site {
	font-size: 11px;
	line-height: 12px
}

@media only screen and (min-width:600px) {
	html[lang=ru] .mapboxgl-popup {
		max-width: 330px
	}
}

.blog .breadcrumbs,
.blog .content {
	background: #f4f4f4
}

.blog .filter-wrapper {
	margin-block: 2.85rem
}

.blog .filter-wrapper .filter-header .bracket {
	margin-bottom: 1rem
}

.blog .filter-wrapper .filters {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: .625rem 1.25rem;
	width: 100%
}

@media only screen and (min-width:820px) {
	.blog .filter-wrapper .filters {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}

	.blog .filter-wrapper .filters-label {
		padding-top: 2.5rem
	}

	.blog .filter-wrapper .filters-label label {
		left: .625rem;
		padding-bottom: 5px;
		position: absolute;
		top: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.blog .filter-wrapper .filter {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: .625rem 0;
	position: relative;
	width: auto
}

@media only screen and (min-width:820px) {
	.blog .filter-wrapper .filter {
		padding-inline: .625rem
	}
}

.blog .filter-wrapper .filter .facetwp-facet {
	margin-bottom: 1rem
}

.blog .filter-wrapper .filter .fs-wrap {
	background: #fff;
	border: 0;
	cursor: pointer;
	height: 44px;
	position: relative;
	width: 100%
}

.blog .filter-wrapper .filter .fs-wrap .fs-label-wrap {
	border: 0
}

.blog .filter-wrapper .filter .fs-wrap .fs-label-wrap .fs-label {
	color: #005da9;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	line-height: 44px;
	padding: 0 20px;
	text-transform: uppercase
}

.blog .filter-wrapper .filter .fs-wrap .fs-label-wrap .fs-arrow {
	display: none
}

.blog .filter-wrapper .filter .fs-wrap .fs-dropdown {
	border: 0;
	-webkit-box-shadow: 0 6px 6px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 6px 6px -1px rgba(0, 0, 0, .2)
}

.blog .filter-wrapper .filter .fs-wrap .fs-options {
	display: block;
	line-height: 34px;
	padding: 0;
	position: relative
}

.blog .filter-wrapper .filter .fs-wrap .fs-options .fs-option {
	padding-left: 20px
}

.blog .filter-wrapper .filter .fs-wrap .fs-options .fs-option:hover {
	background-color: #005da9
}

.blog .filter-wrapper .filter .fs-wrap .fs-options .fs-option:hover .fs-option-label {
	color: #fff
}

.blog .filter-wrapper .filter .fs-wrap .fs-options .fs-option.selected .fs-checkbox i {
	background-color: #6e6e6e
}

.blog .filter-wrapper .filter .fs-wrap .fs-options .fs-checkbox {
	margin-left: 10px
}

.blog .filter-wrapper .filter .fs-wrap .fs-options .fs-option-label {
	color: #6e6e6e;
	font-size: .875rem;
	padding-left: 1.25rem
}

.blog .filter-wrapper .filter .fs-wrap:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	border: 0;
	content: "";
	display: inline-block;
	height: 15px;
	margin-top: -7px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	width: 9px
}

.blog .filter-wrapper .filter .fs-wrap.fs-open:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.blog .filter-wrapper .filter .filter-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column
}

@media only screen and (min-width:440px) {
	.blog .filter-wrapper .filter .filter-flex {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -.25rem
	}
}

.blog .filter-wrapper .filter .filter-flex .facetwp-facet {
	margin: .313rem 0
}

@media only screen and (min-width:440px) {
	.blog .filter-wrapper .filter .filter-flex .facetwp-facet {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 .313rem;
		width: auto
	}
}

.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_month_en .fs-checkbox,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_month_es .fs-checkbox,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_month_ru .fs-checkbox,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_year_en .fs-checkbox,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_year_es .fs-checkbox,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_year_ru .fs-checkbox {
	display: none
}

.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_month_en .fs-option-label,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_month_es .fs-option-label,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_month_ru .fs-option-label,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_year_en .fs-option-label,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_year_es .fs-option-label,
.blog .filter-wrapper .filter .filter-flex .facetwp-facet-date_year_ru .fs-option-label {
	padding-left: 0
}

.filter-header__info {
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 1rem;
	line-height: 24px
}

@media screen and (min-width:480px) {
	.filter-header__info {
		display: inline-block;
		float: right
	}
}

.media {
	background-color: #fff;
	position: relative;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	width: 100%
}

.media__content {
	font-size: .875rem;
	line-height: 20px;
	padding: 2.5rem 1.875rem
}

.media__content+.media__image {
	margin-top: auto;
	min-height: 100px
}

.media__content .h2,
.media__content h2 {
	color: #005da9;
	font-family: SucdenSans, serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 28px;
	margin: .625rem 0;
	text-transform: none
}

.media__download {
	padding: 0 1.875rem 1.25rem;
	width: 100%
}

.media__download a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.media--news .media__content .h2,
.media--news .media__content h2 {
	font-size: 1.25rem;
	line-height: 24px
}

.media--life {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.media--life .media__content {
	padding: 1rem 1.875rem
}

.media--life .media__content .h2,
.media--life .media__content h2 {
	color: #6e6e6e;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase
}

.media--life .media__content p {
	color: #005da9;
	font-size: 1.125rem
}

.media--life .media__content p.dates {
	color: #6e6e6e;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase
}

.media--life .media__image {
	padding: 0 2rem 2rem
}

.media--life .media__image img {
	height: 100%;
	max-height: 9rem;
	-o-object-fit: cover;
	object-fit: cover
}

.media--meet .media__content {
	padding: 1rem 1.875rem 0
}

.media--meet .media__content .h2,
.media--meet .media__content h2 {
	color: #6e6e6e;
	font-size: 1.125rem;
	margin-top: 0;
	text-transform: uppercase
}

.media--meet .media__content .h3,
.media--meet .media__content h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 1rem;
	text-transform: uppercase
}

.media--meet .media__content .h4,
.media--meet .media__content h4 {
	color: #005da9;
	font-size: 1rem
}

.media--meet .media__image {
	padding: 0 2rem 1rem
}

.media--meet .media__image img {
	height: 100%;
	max-height: 16rem;
	-o-object-fit: cover;
	object-fit: cover
}

.media--meet .media__text {
	padding: 0 2rem 2rem
}

.media--meet .media__text>p:first-of-type {
	font-size: .875rem
}

.media--meet .media__text .link--primary {
	margin-top: 0
}

.media--meet .media__text .link--primary span:after {
	background-image: url(https://www.fragova.com/images/arrow-blue.svg)
}

.media:hover {
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .3);
	z-index: 1
}

.media--in-the-news {
	background-color: #0084cb;
	color: #fff
}

.media--in-the-news .h2,
.media--in-the-news h2 {
	color: #fff;
	font-size: 20px;
	line-height: 24px
}

.media--in-the-news .link--primary {
	color: #fff
}

.media--in-the-news .link--primary a:after {
	background-image: url(https://www.fragova.com/images/arrow.svg)
}

.media--in-the-news .media__body,
.media--in-the-news .media__image-small {
	display: none !important
}

.media--in-the-news:has(.media__image-big) .media__image-small {
	display: none !important
}

@media only screen and (min-width:1100px) {
	.media-results .flex__item:nth-child(-n+3) {
		width: 50%
	}

	.media-results .flex__item:nth-child(-n+3) .h2,
	.media-results .flex__item:nth-child(-n+3) h2 {
		font-weight: 700
	}

	.media-results .flex__item:nth-child(-n+3) .media--report .h2,
	.media-results .flex__item:nth-child(-n+3) .media--report h2 {
		font-size: 1.875rem;
		line-height: 34px
	}

	.media-results .flex__item:nth-child(-n+3) .media--in-the-news .media__image {
		display: block;
		margin-bottom: 15px;
		margin-top: 30px;
		max-width: 189px
	}

	.media-results .flex__item:first-of-type .media--in-the-news .media__image-big,
	.media-results .flex__item:nth-of-type(2) .media--in-the-news .media__image-big {
		display: none
	}

	.media-results .flex__item:nth-child(-n+3) {
		width: 25%
	}

	.media-results .flex__item:first-child,
	.media-results .flex__item:nth-child(2) {
		width: 50% !important
	}
}

.media-results .flex__item .media__image,
.media-results .flex__item .post__image {
	background-position: 50% !important;
	background-size: cover !important;
	height: auto;
	width: 100%
}

.media-results .flex__item .post__image img {
	width: 200px
}

.media-results .media__image.media__image--bg {
	height: 100%;
	max-height: 164px
}

.media__content .h2 a:active,
.media__content .h2 a:focus,
.media__content .h2 a:hover,
.media__content h2 a:active,
.media__content h2 a:focus,
.media__content h2 a:hover {
	text-decoration: underline
}

.single-post .hero .hero--gradient:before {
	display: none
}

.media--report .media__content {
	padding-bottom: 1.25rem
}

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

	.media-results .flex__item:first-of-type .media--in-the-news .media__body,
	.media-results .flex__item:first-of-type .media--in-the-news .media__image-small,
	.media-results .flex__item:nth-of-type(2) .media--in-the-news .media__body,
	.media-results .flex__item:nth-of-type(2) .media--in-the-news .media__image-small {
		display: block
	}

	.media-results .flex__item:first-of-type .media--in-the-news .media__image-big,
	.media-results .flex__item:nth-of-type(2) .media--in-the-news .media__image-big {
		display: none
	}
}

#nav-above,
#nav-below {
	display: none
}

.facetwp-type-pager {
	padding: 2.85rem 0 1.25rem;
	text-align: center
}

.facetwp-type-pager button.facetwp-load-more {
	background: #fff;
	border: none;
	color: #005da9;
	cursor: pointer;
	font-size: .875rem;
	font-weight: 700;
	height: 44px;
	line-height: 14px;
	padding: 0 1.5rem;
	text-transform: uppercase;
	width: 100%
}

.facetwp-type-pager button.facetwp-load-more:hover {
	background: #005da9;
	color: #fff;
	text-decoration: none
}

.page-template-search .filters {
	margin: 0 auto;
	width: 90%
}

.page-template-search .filters .facetwp-input-wrap {
	width: 100%
}

.page-template-search .filters .facetwp-icon:before {
	background: url(https://www.sucden.com/wp-content/themes/sucden/assets/img/search-blue.svg) no-repeat;
	background-position: 0 50% !important;
	margin-right: .5rem;
	width: 25px
}

.page-template-search .filters input[type=text]::-webkit-input-placeholder {
	color: #6e6e6e;
	font-style: italic;
	letter-spacing: .02px;
	opacity: .5
}

.page-template-search .filters input[type=text]::-moz-placeholder {
	color: #6e6e6e;
	font-style: italic;
	letter-spacing: .02px;
	opacity: .5
}

.page-template-search .filters input[type=text]:-ms-input-placeholder {
	color: #6e6e6e;
	font-style: italic;
	letter-spacing: .02px;
	opacity: .5
}

.page-template-search .filters input[type=text]::-ms-input-placeholder {
	color: #6e6e6e;
	font-style: italic;
	letter-spacing: .02px;
	opacity: .5
}

.page-template-search .filters input[type=text]::placeholder {
	color: #6e6e6e;
	font-style: italic;
	letter-spacing: .02px;
	opacity: .5
}

.page-template-search .results {
	margin-top: 2.5rem
}

.page-template-search .results .search--listing {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	opacity: 1;
	position: relative;
	-webkit-transition: opacity .25s;
	transition: opacity .25s
}

.page-template-search .results .search--listing:first-child {
	border-top: 1px solid #e5e5e5
}

.page-template-search .results .search--listing a {
	display: block;
	padding: 1.875rem 3.75rem 1.875rem 3.125rem
}

.page-template-search .results .search--listing a .h2,
.page-template-search .results .search--listing a h2 {
	color: #005da9;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 .625rem;
	text-transform: none
}

.page-template-search .results .search--listing a p strong {
	color: #005da9;
	text-decoration: underline
}

.page-template-search .results .search--listing a:hover {
	background-color: #005da9;
	color: #fff
}

.page-template-search .results .search--listing a:hover .h2,
.page-template-search .results .search--listing a:hover h2,
.page-template-search .results .search--listing a:hover strong {
	color: #fff
}

.page-template-search .results .search--listing:nth-of-type(odd) a {
	background-color: #fff
}

.page-template-search .results .search--listing:nth-of-type(odd) a:hover {
	background-color: #005da9;
	color: #fff
}

.page-template-search .results .search--listing:nth-of-type(odd) a:hover .h2,
.page-template-search .results .search--listing:nth-of-type(odd) a:hover h2 {
	color: #fff
}

/*# sourceMappingURL=main.css.map */