.mat-option,
.mat-option.mat-active {
  color: #000000de;
}
.mat-option.mat-option-disabled {
  color: #00000061;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: #0000008a;
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: #00000061;
}
.mat-pseudo-checkbox {
  color: #0000008a;
}
.mat-pseudo-checkbox:after {
  color: #fafafa;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-app-background {
  background-color: #fafafa;
  color: #000000de;
}
.mat-autocomplete-panel,
.mat-autocomplete-panel
  .mat-option.mat-selected:not(.mat-active):not(:hover):not(
    .mat-option-disabled
  ) {
  color: #000000de;
}
.mat-badge-content {
  background: #3f51b5;
}
.mat-badge-accent .mat-badge-content {
  background: #ff4081;
}
.mat-badge-warn .mat-badge-content {
  color: #fff;
  background: #f44336;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: #00000061;
}
.mat-bottom-sheet-container {
  color: #000000de;
}
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #3f51b5;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #ff4081;
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-accent.mat-button-disabled,
.mat-button.mat-button-disabled.mat-button-disabled,
.mat-button.mat-primary.mat-button-disabled,
.mat-button.mat-warn.mat-button-disabled,
.mat-icon-button.mat-accent.mat-button-disabled,
.mat-icon-button.mat-button-disabled.mat-button-disabled,
.mat-icon-button.mat-primary.mat-button-disabled,
.mat-icon-button.mat-warn.mat-button-disabled,
.mat-stroked-button.mat-accent.mat-button-disabled,
.mat-stroked-button.mat-button-disabled.mat-button-disabled,
.mat-stroked-button.mat-primary.mat-button-disabled,
.mat-stroked-button.mat-warn.mat-button-disabled {
  color: #00000042;
}
.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
}
.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: #0000001f;
}
.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
  color: #000000de;
}
.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  color: #fff;
}
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled {
  color: #00000042;
}
.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  background-color: #3f51b5;
}
.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
  background-color: #ff4081;
}
.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  background-color: #f44336;
}
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled {
  background-color: #0000001f;
}
.mat-fab.mat-warn .mat-ripple-element,
.mat-flat-button.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element {
  background-color: #ffffff1a;
}
.mat-button-toggle {
  color: #00000061;
}
.mat-button-toggle-appearance-standard {
  color: #000000de;
}
.mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: 1px solid #0000001f;
}
[dir="rtl"]
  .mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  border-right: 1px solid #0000001f;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical
  .mat-button-toggle
  + .mat-button-toggle {
  border-top: 1px solid #0000001f;
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: #0000008a;
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #000000de;
}
.mat-button-toggle-disabled {
  color: #00000042;
  background-color: #eee;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid #0000001f;
}
.mat-card {
  color: #000000de;
}
.mat-card-subtitle {
  color: #0000008a;
}
.mat-checkbox-frame {
  border-color: #0000008a;
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #3f51b5;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
}
.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: #0000008a;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary
  .mat-ripple-element {
  background: #3f51b5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element {
  background: #ff4081;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: #000000de;
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: #000000de;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3f51b5;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: #ffffff1a;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
}
mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
  border-bottom-color: #0000001f;
}
.mat-header-cell {
  color: #0000008a;
}
.mat-cell,
.mat-footer-cell {
  color: #000000de;
}
.mat-calendar-table-header {
  color: #00000061;
}
.mat-calendar-table-header-divider:after {
  background: #0000001f;
}
.mat-calendar-body-label {
  color: #0000008a;
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: #000000de;
}
.mat-calendar-body-disabled
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-form-field-disabled .mat-date-range-input-separator {
  color: #00000061;
}
.mat-calendar-body-in-preview {
  color: #0000003d;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  border-color: #00000061;
}
.mat-calendar-body-disabled
  > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  border-color: #0000002e;
}
.mat-calendar-body-in-range:before {
  background: #3f51b533;
}
.mat-calendar-body-comparison-bridge-start:before,
[dir="rtl"] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, #3f51b533 50%, #f9ab0033 0);
}
.mat-calendar-body-comparison-bridge-end:before,
[dir="rtl"] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, #3f51b533 50%, #f9ab0033 0);
}
.mat-calendar-body-selected {
  background-color: #3f51b5;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: #3f51b566;
}
.cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #3f51b54d;
}
.mat-datepicker-content {
  color: #000000de;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
  background: #ff408133;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-accent
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, #ff408133 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-accent
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, #ff408133 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-disabled
  > .mat-calendar-body-selected {
  background-color: #ff408166;
}
.mat-datepicker-content.mat-accent
  .cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-accent
  .cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-accent
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #ff40814d;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
  background: #f4433633;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-warn
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, #f4433633 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-warn
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, #f4433633 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: #fff;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-disabled
  > .mat-calendar-body-selected {
  background-color: #f4433666;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content.mat-warn
  .cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-warn
  .cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-warn
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #f443364d;
}
.mat-datepicker-toggle-active {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: #00000061;
}
.mat-dialog-container {
  color: #000000de;
}
.mat-divider {
  border-top-color: #0000001f;
}
.mat-divider-vertical {
  border-right-color: #0000001f;
}
.mat-expansion-panel {
  color: #000000de;
}
.mat-action-row {
  border-top-color: #0000001f;
}
.mat-expansion-panel-header-title {
  color: #000000de;
}
.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
  color: #0000008a;
}
.mat-expansion-panel-header[aria-disabled="true"] {
  color: #00000042;
}
.mat-form-field-label,
.mat-hint {
  color: #0009;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #ff4081;
}
.mat-form-field-ripple {
  background-color: #000000de;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid)
  .mat-form-field-infix:after {
  color: #3f51b5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(
    .mat-form-field-invalid
  ).mat-accent
  .mat-form-field-infix:after {
  color: #ff4081;
}
.mat-form-field-type-mat-native-select.mat-focused:not(
    .mat-form-field-invalid
  ).mat-warn
  .mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid
  .mat-form-field-label
  .mat-form-field-required-marker,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
  color: #0000008a;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #0000006b;
}
.mat-form-field-appearance-legacy.mat-form-field-disabled
  .mat-form-field-underline {
  background-image: linear-gradient(90deg, #0000006b 0, #0000006b 33%, #0000 0);
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: #0000006b;
}
.mat-form-field-appearance-standard.mat-form-field-disabled
  .mat-form-field-underline {
  background-image: linear-gradient(90deg, #0000006b 0, #0000006b 33%, #0000 0);
}
.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: #0000006b;
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: #00000061;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #0000001f;
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #000000de;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3f51b5;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent
  .mat-form-field-outline-thick {
  color: #ff4081;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn
  .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid
  .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled
  .mat-form-field-label {
  color: #00000061;
}
.mat-form-field-appearance-outline.mat-form-field-disabled
  .mat-form-field-outline {
  color: #0000000f;
}
.mat-icon.mat-primary {
  color: #3f51b5;
}
.mat-icon.mat-accent {
  color: #ff4081;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: #0000008a;
}
.mat-form-field-type-mat-native-select.mat-form-field-disabled
  .mat-form-field-infix:after,
.mat-input-element:disabled {
  color: #00000061;
}
.mat-input-element {
  caret-color: #3f51b5;
}
.mat-input-element::placeholder {
  color: #0000006b;
}
.mat-input-element::-moz-placeholder {
  color: #0000006b;
}
.mat-input-element::-webkit-input-placeholder {
  color: #0000006b;
}
.mat-input-element:-ms-input-placeholder {
  color: #0000006b;
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
}
.mat-form-field-invalid .mat-input-element,
.mat-form-field.mat-warn .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid
  .mat-form-field-infix:after {
  color: #f44336;
}
.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
  color: #000000de;
}
.mat-list-base .mat-subheader {
  color: #0000008a;
}
.mat-list-item-disabled {
  background-color: #eee;
}
.mat-menu-item {
  color: #000000de;
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-icon-no-color,
.mat-menu-item[disabled]:after {
  color: #00000061;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: #0000008a;
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: #00000061;
}
.mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar-fill:after {
  background-color: #3f51b5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ff80ab;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #ff4081;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #f44336;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #ff4081;
}
.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: #0000008a;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00000061;
}
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: #00000061;
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #00000061;
}
.mat-select-value {
  color: #000000de;
}
.mat-select-placeholder {
  color: #0000006b;
}
.mat-select-disabled .mat-select-value {
  color: #00000061;
}
.mat-select-arrow {
  color: #0000008a;
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: #00000061;
}
.mat-drawer-container {
  background-color: #fafafa;
  color: #000000de;
}
.mat-drawer {
  color: #000000de;
}
.mat-drawer-side {
  border-right: 1px solid #0000001f;
}
.mat-drawer-side.mat-drawer-end,
[dir="rtl"] .mat-drawer-side {
  border-left: 1px solid #0000001f;
}
[dir="rtl"] .mat-drawer-side.mat-drawer-end {
  border-right: 1px solid #0000001f;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #ff40818a;
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: #3f51b58a;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: #f443368a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle-bar {
  background-color: #00000061;
}
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
  background-color: #3f51b5;
}
.mat-primary .mat-slider-focus-ring {
  background-color: #3f51b533;
}
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
  background-color: #ff4081;
}
.mat-accent .mat-slider-focus-ring {
  background-color: #ff408133;
}
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-warn .mat-slider-focus-ring {
  background-color: #f4433633;
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: #0000008a;
}
.mat-step-header .mat-step-icon {
  background-color: #0000008a;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #3f51b5;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: #fff;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: #fff;
}
.mat-step-header .mat-step-icon-state-error {
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: #000000de;
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-vertical-line:before {
  border-left-color: #0000001f;
}
.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
  border-top-color: #0000001f;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-header,
.mat-tab-nav-bar {
  border-bottom: 1px solid #0000001f;
}
.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid #0000001f;
}
.mat-tab-label,
.mat-tab-link {
  color: #000000de;
}
.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: #00000061;
}
.mat-tab-header-pagination-chevron {
  border-color: #000000de;
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #00000061;
}
.mat-tab-group.mat-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #c5cae94d;
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3f51b5;
}
.mat-tab-group.mat-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #ff80ab4d;
}
.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
}
.mat-tab-group.mat-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #ffcdd24d;
}
.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
.mat-tab-group.mat-warn.mat-background-warn
  > .mat-tab-link-container
  .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn
  > .mat-tab-link-container
  .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-background-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #c5cae94d;
}
.mat-tab-group.mat-background-primary > .mat-tab-header,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container {
  background-color: #3f51b5;
}
.mat-tab-group.mat-background-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #ff80ab4d;
}
.mat-tab-group.mat-background-accent > .mat-tab-header,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container {
  background-color: #ff4081;
}
.mat-tab-group.mat-background-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #ffcdd24d;
}
.mat-tab-group.mat-background-warn > .mat-tab-header,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-warn
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled {
  color: #fff6;
}
.mat-tab-group.mat-background-warn
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-group.mat-background-warn
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-links
  .mat-focus-indicator:before {
  border-color: #fff;
}
.mat-tab-group.mat-background-warn
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: #fff6;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn
  > .mat-tab-link-container
  .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-link-container
  .mat-ripple-element {
  background-color: #ffffff1f;
}
.mat-toolbar {
  background: #f5f5f5;
  color: #000000de;
}
.mat-toolbar.mat-primary {
  background: #3f51b5;
}
.mat-toolbar.mat-accent {
  background: #ff4081;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: #fff;
}
.mat-tooltip {
  background: #616161e6;
}
.mat-nested-tree-node,
.mat-tree-node {
  color: #000000de;
}
.mat-simple-snackbar-action {
  color: #ff4081;
}
/*!
* Bootstrap Grid v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 30%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1900px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 480px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1900px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1900px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  display: contents;
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: initial;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: #0000;
  text-shadow: none;
  background-color: initial;
  border: 0;
}
.footer,
section {
  padding: 3.3333333333rem 0;
}
@media (min-width: 1024px) {
  .footer,
  section {
    padding: 5rem 0;
  }
}
.fx-section {
  padding: 3.3333333333rem 0;
}
@media (min-width: 1024px) {
  .fx-section {
    padding: 5rem 0;
  }
}
.fx-section--full-viewport-height {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fx-margin-bottom-section {
  margin-bottom: 2.2727272727rem !important;
}
@media (min-width: 1024px) {
  .fx-margin-bottom-section {
    margin-bottom: 5rem !important;
  }
}
.fx-margin-top-section {
  margin-top: 2.2727272727rem !important;
}
@media (min-width: 1024px) {
  .fx-margin-top-section {
    margin-top: 5rem !important;
  }
}
h2 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 40px;
  }
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.section-space-after-header {
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .section-space-after-header {
    padding-top: 224px;
  }
}
.fx-section--small-padding {
  padding: 3.3333333333rem 0;
}
@media (min-width: 1024px) {
  .fx-section--small-padding {
    padding: 5rem 0;
  }
}
@keyframes fx-animation-tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.05, 1.05, 1.05) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.fx-animation-tada {
  animation-name: fx-animation-tada;
}
.animated,
.fx-animation-tada {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated {
  opacity: 0;
}
.animated.initially-visible {
  opacity: 1;
}
.fx-animation-fadeIn {
  animation-name: fx-animation-fadeIn;
}
.fx-animation-fadeInUp {
  animation-name: fx-animation-fadeInUp;
}
.fx-animation-fadeInDown {
  animation-name: fx-animation-fadeInDown;
}
.fx-animation-fadeInDown20px {
  animation-name: fx-animation-fadeInDown20px;
}
.fx-animation-fadeInDown5px {
  animation-name: fx-animation-fadeInDown5px;
}
.fx-animation-fadeOutUp20px {
  animation-name: fx-animation-fadeOutUp20px;
}
.fx-animation-fadeInUp20px {
  animation-name: fx-animation-fadeInUp20px;
}
@keyframes fx-animation-fadeInUp20px {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInUp50px {
  animation-name: fx-animation-fadeInUp50px;
}
@keyframes fx-animation-fadeInUp50px {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInUp100px {
  animation-name: fx-animation-fadeInUp100px;
}
@keyframes fx-animation-fadeInUp100px {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInUp150px {
  animation-name: fx-animation-fadeInUp150px;
}
@keyframes fx-animation-fadeInUp150px {
  0% {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInUp200px {
  animation-name: fx-animation-fadeInUp200px;
}
@keyframes fx-animation-fadeInUp200px {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInRightUp {
  animation-name: fx-animation-fadeInRightUp;
}
@keyframes fx-animation-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fx-animation-fadeInRightUp {
  0% {
    opacity: 0;
    transform: translate3d(500px, 300px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInRightUpPhone {
  animation-name: fx-animation-fadeInRightUpPhone;
}
@keyframes fx-animation-fadeInRightUpPhone {
  0% {
    opacity: 0;
    transform: translate3d(240px, 610px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeLeftUp {
  animation-name: fx-animation-fadeLeftUp;
}
@keyframes fx-animation-fadeLeftUp {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 300px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fx-animation-fadeInRight200px {
  animation-name: fx-animation-fadeInRight200px;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.fx-animation-boxShadowPulse {
  animation: fx-animation-boxShadowPulse 0.5s;
}
.fx-animation-showUpOpacity {
  animation-name: fx-animation-showUpOpacity;
}
.fx-animation-slideInRight {
  animation-name: fx-animation-slideInRight;
}
.fx-animation-slideInLeft {
  animation-name: fx-animation-slideInLeft;
}
.fx-animation-step1 {
  animation-name: fx-animation-step1;
  animation-delay: 0.8s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}
.fx-animation-step {
  animation-name: fx-animation-step;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
@keyframes fx-animation-step1 {
  0% {
    opacity: 1;
    transform: translateX(170%);
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fx-animation-step {
  0% {
    transform: translateX(-116%);
    opacity: 0;
  }
  1% {
    transform: translateX(-116%);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fx-animation-showUpOpacity {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fx-animation-slideInBottom50px {
  0% {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fx-animation-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fx-animation-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fx-animation-fadeInDown20px {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fx-animation-fadeInDown5px {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fx-animation-fadeOutUp20px {
  0% {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fx-animation-fadeInRight200px {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fx-animation-slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fx-animation-slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.expandToFullScreen {
  animation: fx-animation-expandToFullScreen 1s;
}
@keyframes fx-animation-expandToFullScreen {
  0% {
    box-shadow: 0 0 0 20px #ffffff4d;
  }
  to {
    box-shadow: 0 0 0 3500px #00000080;
  }
}
.fx-animation-sequence-all :first-child,
.fx-animation-sequence-all :first-child *,
.fx-animation-sequence-all-0-300 :first-child,
.fx-animation-sequence-all-0-300 :first-child * {
  animation-delay: 0ms;
}
.fx-animation-sequence-all :nth-child(2),
.fx-animation-sequence-all :nth-child(2) *,
.fx-animation-sequence-all-0-300 :nth-child(2),
.fx-animation-sequence-all-0-300 :nth-child(2) * {
  animation-delay: 0.3s;
}
.fx-animation-sequence-all :nth-child(3),
.fx-animation-sequence-all :nth-child(3) *,
.fx-animation-sequence-all-0-300 :nth-child(3),
.fx-animation-sequence-all-0-300 :nth-child(3) * {
  animation-delay: 0.6s;
}
.fx-animation-sequence-all :nth-child(4),
.fx-animation-sequence-all :nth-child(4) *,
.fx-animation-sequence-all-0-300 :nth-child(4),
.fx-animation-sequence-all-0-300 :nth-child(4) * {
  animation-delay: 0.9s;
}
.fx-animation-sequence-all :nth-child(5),
.fx-animation-sequence-all :nth-child(5) *,
.fx-animation-sequence-all-0-300 :nth-child(5),
.fx-animation-sequence-all-0-300 :nth-child(5) * {
  animation-delay: 1.2s;
}
.fx-animation-sequence-all :nth-child(6),
.fx-animation-sequence-all :nth-child(6) *,
.fx-animation-sequence-all-0-300 :nth-child(6),
.fx-animation-sequence-all-0-300 :nth-child(6) * {
  animation-delay: 1.5s;
}
.fx-animation-sequence-all :nth-child(7),
.fx-animation-sequence-all :nth-child(7) *,
.fx-animation-sequence-all-0-300 :nth-child(7),
.fx-animation-sequence-all-0-300 :nth-child(7) * {
  animation-delay: 1.8s;
}
.fx-animation-sequence-all :nth-child(8),
.fx-animation-sequence-all :nth-child(8) *,
.fx-animation-sequence-all-0-300 :nth-child(8),
.fx-animation-sequence-all-0-300 :nth-child(8) * {
  animation-delay: 2.1s;
}
.fx-animation-sequence-all :nth-child(9),
.fx-animation-sequence-all :nth-child(9) *,
.fx-animation-sequence-all-0-300 :nth-child(9),
.fx-animation-sequence-all-0-300 :nth-child(9) * {
  animation-delay: 2.4s;
}
.fx-animation-sequence-all :nth-child(10),
.fx-animation-sequence-all :nth-child(10) *,
.fx-animation-sequence-all-0-300 :nth-child(10),
.fx-animation-sequence-all-0-300 :nth-child(10) * {
  animation-delay: 2.7s;
}
.fx-animation-sequence-all :nth-child(11),
.fx-animation-sequence-all :nth-child(11) *,
.fx-animation-sequence-all-0-300 :nth-child(11),
.fx-animation-sequence-all-0-300 :nth-child(11) * {
  animation-delay: 3s;
}
.fx-animation-sequence-all :nth-child(12),
.fx-animation-sequence-all :nth-child(12) *,
.fx-animation-sequence-all-0-300 :nth-child(12),
.fx-animation-sequence-all-0-300 :nth-child(12) * {
  animation-delay: 3.3s;
}
.fx-animation-sequence-all :nth-child(13),
.fx-animation-sequence-all :nth-child(13) *,
.fx-animation-sequence-all-0-300 :nth-child(13),
.fx-animation-sequence-all-0-300 :nth-child(13) * {
  animation-delay: 3.6s;
}
.fx-animation-sequence-all :nth-child(14),
.fx-animation-sequence-all :nth-child(14) *,
.fx-animation-sequence-all-0-300 :nth-child(14),
.fx-animation-sequence-all-0-300 :nth-child(14) * {
  animation-delay: 3.9s;
}
.fx-animation-sequence :first-of-type,
.fx-animation-sequence :first-of-type *,
.fx-animation-sequence-0-300 :first-of-type,
.fx-animation-sequence-0-300 :first-of-type * {
  animation-delay: 0ms;
}
.fx-animation-sequence :nth-of-type(2),
.fx-animation-sequence :nth-of-type(2) *,
.fx-animation-sequence-0-300 :nth-of-type(2),
.fx-animation-sequence-0-300 :nth-of-type(2) * {
  animation-delay: 0.3s;
}
.fx-animation-sequence :nth-of-type(3),
.fx-animation-sequence :nth-of-type(3) *,
.fx-animation-sequence-0-300 :nth-of-type(3),
.fx-animation-sequence-0-300 :nth-of-type(3) * {
  animation-delay: 0.6s;
}
.fx-animation-sequence :nth-of-type(4),
.fx-animation-sequence :nth-of-type(4) *,
.fx-animation-sequence-0-300 :nth-of-type(4),
.fx-animation-sequence-0-300 :nth-of-type(4) * {
  animation-delay: 0.9s;
}
.fx-animation-sequence :nth-of-type(5),
.fx-animation-sequence :nth-of-type(5) *,
.fx-animation-sequence-0-300 :nth-of-type(5),
.fx-animation-sequence-0-300 :nth-of-type(5) * {
  animation-delay: 1.2s;
}
.fx-animation-sequence :nth-of-type(6),
.fx-animation-sequence :nth-of-type(6) *,
.fx-animation-sequence-0-300 :nth-of-type(6),
.fx-animation-sequence-0-300 :nth-of-type(6) * {
  animation-delay: 1.5s;
}
.fx-animation-sequence :nth-of-type(7),
.fx-animation-sequence :nth-of-type(7) *,
.fx-animation-sequence-0-300 :nth-of-type(7),
.fx-animation-sequence-0-300 :nth-of-type(7) * {
  animation-delay: 1.8s;
}
.fx-animation-sequence :nth-of-type(8),
.fx-animation-sequence :nth-of-type(8) *,
.fx-animation-sequence-0-300 :nth-of-type(8),
.fx-animation-sequence-0-300 :nth-of-type(8) * {
  animation-delay: 2.1s;
}
.fx-animation-sequence :nth-of-type(9),
.fx-animation-sequence :nth-of-type(9) *,
.fx-animation-sequence-0-300 :nth-of-type(9),
.fx-animation-sequence-0-300 :nth-of-type(9) * {
  animation-delay: 2.4s;
}
.fx-animation-sequence :nth-of-type(10),
.fx-animation-sequence :nth-of-type(10) *,
.fx-animation-sequence-0-300 :nth-of-type(10),
.fx-animation-sequence-0-300 :nth-of-type(10) * {
  animation-delay: 2.7s;
}
.fx-animation-sequence :nth-of-type(11),
.fx-animation-sequence :nth-of-type(11) *,
.fx-animation-sequence-0-300 :nth-of-type(11),
.fx-animation-sequence-0-300 :nth-of-type(11) * {
  animation-delay: 3s;
}
.fx-animation-sequence :nth-of-type(12),
.fx-animation-sequence :nth-of-type(12) *,
.fx-animation-sequence-0-300 :nth-of-type(12),
.fx-animation-sequence-0-300 :nth-of-type(12) * {
  animation-delay: 3.3s;
}
.fx-animation-sequence :nth-of-type(13),
.fx-animation-sequence :nth-of-type(13) *,
.fx-animation-sequence-0-300 :nth-of-type(13),
.fx-animation-sequence-0-300 :nth-of-type(13) * {
  animation-delay: 3.6s;
}
.fx-animation-sequence :nth-of-type(14),
.fx-animation-sequence :nth-of-type(14) *,
.fx-animation-sequence-0-300 :nth-of-type(14),
.fx-animation-sequence-0-300 :nth-of-type(14) * {
  animation-delay: 3.9s;
}
.fx-animation-sequence-all-0-150 :first-child,
.fx-animation-sequence-all-0-150 :first-child * {
  animation-delay: 0ms;
}
.fx-animation-sequence-all-0-150 :nth-child(2),
.fx-animation-sequence-all-0-150 :nth-child(2) * {
  animation-delay: 0.15s;
}
.fx-animation-sequence-all-0-150 :nth-child(3),
.fx-animation-sequence-all-0-150 :nth-child(3) * {
  animation-delay: 0.3s;
}
.fx-animation-sequence-all-0-150 :nth-child(4),
.fx-animation-sequence-all-0-150 :nth-child(4) * {
  animation-delay: 0.45s;
}
.fx-animation-sequence-all-0-150 :nth-child(5),
.fx-animation-sequence-all-0-150 :nth-child(5) * {
  animation-delay: 0.6s;
}
.fx-animation-sequence-all-0-150 :nth-child(6),
.fx-animation-sequence-all-0-150 :nth-child(6) * {
  animation-delay: 0.75s;
}
.fx-animation-sequence-all-0-150 :nth-child(7),
.fx-animation-sequence-all-0-150 :nth-child(7) * {
  animation-delay: 0.9s;
}
.fx-animation-sequence-all-0-150 :nth-child(8),
.fx-animation-sequence-all-0-150 :nth-child(8) * {
  animation-delay: 1.05s;
}
.fx-animation-sequence-all-0-150 :nth-child(9),
.fx-animation-sequence-all-0-150 :nth-child(9) * {
  animation-delay: 1.2s;
}
.fx-animation-sequence-all-0-150 :nth-child(10),
.fx-animation-sequence-all-0-150 :nth-child(10) * {
  animation-delay: 1.35s;
}
.fx-animation-sequence-all-0-150 :nth-child(11),
.fx-animation-sequence-all-0-150 :nth-child(11) * {
  animation-delay: 1.5s;
}
.fx-animation-sequence-all-0-150 :nth-child(12),
.fx-animation-sequence-all-0-150 :nth-child(12) * {
  animation-delay: 1.65s;
}
.fx-animation-sequence-all-0-150 :nth-child(13),
.fx-animation-sequence-all-0-150 :nth-child(13) * {
  animation-delay: 1.8s;
}
.fx-animation-sequence-all-0-150 :nth-child(14),
.fx-animation-sequence-all-0-150 :nth-child(14) * {
  animation-delay: 1.95s;
}
.fx-animation-sequence-0-150 :first-of-type,
.fx-animation-sequence-0-150 :first-of-type * {
  animation-delay: 0ms;
}
.fx-animation-sequence-0-150 :nth-of-type(2),
.fx-animation-sequence-0-150 :nth-of-type(2) * {
  animation-delay: 0.15s;
}
.fx-animation-sequence-0-150 :nth-of-type(3),
.fx-animation-sequence-0-150 :nth-of-type(3) * {
  animation-delay: 0.3s;
}
.fx-animation-sequence-0-150 :nth-of-type(4),
.fx-animation-sequence-0-150 :nth-of-type(4) * {
  animation-delay: 0.45s;
}
.fx-animation-sequence-0-150 :nth-of-type(5),
.fx-animation-sequence-0-150 :nth-of-type(5) * {
  animation-delay: 0.6s;
}
.fx-animation-sequence-0-150 :nth-of-type(6),
.fx-animation-sequence-0-150 :nth-of-type(6) * {
  animation-delay: 0.75s;
}
.fx-animation-sequence-0-150 :nth-of-type(7),
.fx-animation-sequence-0-150 :nth-of-type(7) * {
  animation-delay: 0.9s;
}
.fx-animation-sequence-0-150 :nth-of-type(8),
.fx-animation-sequence-0-150 :nth-of-type(8) * {
  animation-delay: 1.05s;
}
.fx-animation-sequence-0-150 :nth-of-type(9),
.fx-animation-sequence-0-150 :nth-of-type(9) * {
  animation-delay: 1.2s;
}
.fx-animation-sequence-0-150 :nth-of-type(10),
.fx-animation-sequence-0-150 :nth-of-type(10) * {
  animation-delay: 1.35s;
}
.fx-animation-sequence-0-150 :nth-of-type(11),
.fx-animation-sequence-0-150 :nth-of-type(11) * {
  animation-delay: 1.5s;
}
.fx-animation-sequence-0-150 :nth-of-type(12),
.fx-animation-sequence-0-150 :nth-of-type(12) * {
  animation-delay: 1.65s;
}
.fx-animation-sequence-0-150 :nth-of-type(13),
.fx-animation-sequence-0-150 :nth-of-type(13) * {
  animation-delay: 1.8s;
}
.fx-animation-sequence-0-150 :nth-of-type(14),
.fx-animation-sequence-0-150 :nth-of-type(14) * {
  animation-delay: 1.95s;
}
.fx-animation-sequence-all-0-80 :first-child,
.fx-animation-sequence-all-0-80 :first-child * {
  animation-delay: 0ms;
}
.fx-animation-sequence-all-0-80 :nth-child(2),
.fx-animation-sequence-all-0-80 :nth-child(2) * {
  animation-delay: 80ms;
}
.fx-animation-sequence-all-0-80 :nth-child(3),
.fx-animation-sequence-all-0-80 :nth-child(3) * {
  animation-delay: 0.16s;
}
.fx-animation-sequence-all-0-80 :nth-child(4),
.fx-animation-sequence-all-0-80 :nth-child(4) * {
  animation-delay: 0.24s;
}
.fx-animation-sequence-all-0-80 :nth-child(5),
.fx-animation-sequence-all-0-80 :nth-child(5) * {
  animation-delay: 0.32s;
}
.fx-animation-sequence-all-0-80 :nth-child(6),
.fx-animation-sequence-all-0-80 :nth-child(6) * {
  animation-delay: 0.4s;
}
.fx-animation-sequence-all-0-80 :nth-child(7),
.fx-animation-sequence-all-0-80 :nth-child(7) * {
  animation-delay: 0.48s;
}
.fx-animation-sequence-all-0-80 :nth-child(8),
.fx-animation-sequence-all-0-80 :nth-child(8) * {
  animation-delay: 0.56s;
}
.fx-animation-sequence-all-0-80 :nth-child(9),
.fx-animation-sequence-all-0-80 :nth-child(9) * {
  animation-delay: 0.64s;
}
.fx-animation-sequence-all-0-80 :nth-child(10),
.fx-animation-sequence-all-0-80 :nth-child(10) * {
  animation-delay: 0.72s;
}
.fx-animation-sequence-all-0-80 :nth-child(11),
.fx-animation-sequence-all-0-80 :nth-child(11) * {
  animation-delay: 0.8s;
}
.fx-animation-sequence-all-0-80 :nth-child(12),
.fx-animation-sequence-all-0-80 :nth-child(12) * {
  animation-delay: 0.88s;
}
.fx-animation-sequence-all-0-80 :nth-child(13),
.fx-animation-sequence-all-0-80 :nth-child(13) * {
  animation-delay: 0.96s;
}
.fx-animation-sequence-all-0-80 :nth-child(14),
.fx-animation-sequence-all-0-80 :nth-child(14) * {
  animation-delay: 1.04s;
}
.swiper-lazy {
  opacity: 0;
}
.swiper-lazy.swiper-lazy-loaded {
  animation: fx-animation-showUpOpacity 0.4s forwards;
}
body {
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  color: #636e72;
  -webkit-font-smoothing: antialiased;
}
html {
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (min-width: 480px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  html {
    font-size: 16px;
  }
}
html[lang="ar"] {
  direction: rtl;
  text-align: right;
}
html[lang="ar"] .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
html[lang="ar"] .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
html[lang="ar"] .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
html[lang="ar"] .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
html[lang="ar"] .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
html[lang="ar"] .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
html[lang="ar"] .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
html[lang="ar"] .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
html[lang="ar"] .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
html[lang="ar"] .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
html[lang="ar"] .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
@media (min-width: 480px) {
  html[lang="ar"] .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  html[lang="ar"] .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  html[lang="ar"] .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1900px) {
  html[lang="ar"] .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  html[lang="ar"] .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
html[lang="ar"] body {
  text-align: right;
}
@media (min-width: 1024px) {
  html[lang="ar"] .text-md-left {
    text-align: right !important;
  }
}
html[lang="vi"] * {
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol !important;
}
html[lang="vi"] [class*=" fx-symbol-"],
html[lang="vi"] [class^="fx-symbol-"] {
  font-family: fx-symbols-web-2-0 !important;
}
.text-size-h1,
.text-size-h2,
.text-size-h3,
.text-size-h4,
.text-size-h5,
.text-size-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  margin-bottom: 0.6em;
  color: #2d3436;
}
@media (min-width: 1024px) {
  .text-size-h1,
  .text-size-h2,
  .text-size-h3,
  .text-size-h4,
  .text-size-h5,
  .text-size-h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0.6em;
  }
}
.text-size-h1 small,
.text-size-h2 small,
.text-size-h3 small,
.text-size-h4 small,
.text-size-h5 small,
.text-size-h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
  color: #2d3436;
  font-size: 70%;
}
.fx-theme--dark .text-size-h1 small,
.fx-theme--dark .text-size-h2 small,
.fx-theme--dark .text-size-h3 small,
.fx-theme--dark .text-size-h4 small,
.fx-theme--dark .text-size-h5 small,
.fx-theme--dark .text-size-h6 small,
.fx-theme--dark h1 small,
.fx-theme--dark h2 small,
.fx-theme--dark h3 small,
.fx-theme--dark h4 small,
.fx-theme--dark h5 small,
.fx-theme--dark h6 small {
  color: #fff;
}
.text-size-h1,
h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .text-size-h1,
  h1 {
    font-size: 46px;
  }
}
.text-size-h2,
h2 {
  font-size: 1.75rem;
  line-height: 1.2142857143;
}
@media (min-width: 480px) {
  .text-size-h2,
  h2 {
    font-size: 2.2857142857rem;
    line-height: 1.0625;
  }
}
@media (min-width: 1024px) {
  .text-size-h2,
  h2 {
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
}
.text-size-h3,
h3 {
  font-size: 1.625rem;
  line-height: 1.0769230769;
}
@media (min-width: 480px) {
  .text-size-h3,
  h3 {
    font-size: 2rem;
    line-height: 1.1071428571;
  }
}
@media (min-width: 1024px) {
  .text-size-h3,
  h3 {
    font-size: 2rem;
    line-height: 1.125;
  }
}
.text-size-h4,
h4 {
  font-size: 1.375rem;
  line-height: 1.0909090909;
}
@media (min-width: 480px) {
  .text-size-h4,
  h4 {
    font-size: 1.7142857143rem;
    line-height: 1.1666666667;
  }
}
@media (min-width: 1024px) {
  .text-size-h4,
  h4 {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
}
.text-size-h5,
h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .text-size-h5,
  h5 {
    font-size: 1.5714285714rem;
    line-height: 1.1818181818;
  }
}
@media (min-width: 1024px) {
  .text-size-h5,
  h5 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}
.text-size-h6,
h6 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media (min-width: 480px) {
  .text-size-h6,
  h6 {
    font-size: 1.2857142857rem;
    line-height: 1.3333333333;
  }
}
@media (min-width: 1024px) {
  .text-size-h6,
  h6 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.text-decoration {
  text-decoration: underline;
}
::selection {
  background: #009cfc;
  color: #fff;
}
.display-1 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.75rem;
  color: #2d3436;
  font-size: 1.2857rem;
}
@media (min-width: 1024px) {
  .display-1 {
    font-size: 1.25rem;
  }
}
.display-6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .display-6 {
    font-size: 0.875rem;
  }
}
.fx-font-size-base-xs {
  font-size: 14px;
}
.list-bullet li:before,
.list-checkmark li:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 11px;
  height: 17px;
  border-color: #d91222;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: 0.1rem 1.5rem 0.1rem 0.2rem;
  transform: rotate(46deg);
}
.list-bullet {
  margin: 0 0 3rem;
  max-width: 25.5rem;
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .list-bullet {
    padding-top: 3rem;
  }
}
.list-bullet li {
  padding: 0 0 1rem 2rem;
}
.list-bullet li,
.list-checkmark li {
  position: relative;
}
.list-checkmark li:not(:last-child) {
  padding: 0 0 1rem 3rem;
}
.list-checkmark li:last-child {
  padding: 0 0 0 3rem;
}
.list-checkmark li.not-accepted:before {
  height: 2px;
  top: 7px;
  left: -3px;
  width: 14px;
  border-color: #ed1c24;
  transform: rotate(0);
}
strong {
  font-weight: 500;
}
.list-bullet [lang="ar"] li:before,
.list-checkmark [lang="ar"] li:before,
[lang="ar"] .list-bullet li:before,
[lang="ar"] .list-checkmark li:before {
  left: auto !important;
  right: 0 !important;
  margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}
[lang="ar"] .list-bullet li {
  padding: 0 2rem 1rem 0 !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .list-bullet li {
    padding-right: 3rem !important;
    padding-left: 0 !important;
  }
}
[lang="ar"] .list-checkmark li:not(:last-child) {
  padding: 0 2rem 1rem 0 !important;
}
[lang="ar"] .list-checkmark li:last-child {
  padding: 0 2rem 0 0 !important;
}
[lang="ar"] .list-checkmark li.not-accepted:before {
  right: -3px !important;
  left: auto !important;
}
@media (min-width: 1024px) {
  body[lang="uk"] .direct-register-button-block {
    margin-bottom: -20px;
  }
}
@media (max-width: 479.98px) {
  body[lang="de"] .fx-section--video h1,
  body[lang="es"] .fx-section--video h1,
  body[lang="id"] .fx-section--video h1,
  body[lang="ms"] .fx-section--video h1 {
    font-size: 30px;
  }
  body[lang="ms"] h2 {
    font-size: 23px;
  }
  body[lang="pt"] .fx-section--video h1 {
    font-size: 28px;
  }
}
body[lang="ar"] {
  direction: rtl;
  text-align: right;
}
body[lang="ar"] .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
body[lang="ar"] .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
body[lang="ar"] .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
body[lang="ar"] .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
body[lang="ar"] .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
body[lang="ar"] .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
body[lang="ar"] .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
body[lang="ar"] .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
body[lang="ar"] .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
body[lang="ar"] .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
body[lang="ar"] .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
@media (min-width: 480px) {
  body[lang="ar"] .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  body[lang="ar"] .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  body[lang="ar"] .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1900px) {
  body[lang="ar"] .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  body[lang="ar"] .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  body[lang="ar"] .header .logo-wrapper {
    margin-right: auto;
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  body[lang="ar"] .header .header__watford-caption {
    margin-right: 20px;
    margin-left: auto;
  }
}
body[lang="ar"] .fx-section--testimonials .swiper-controls-wrapper {
  direction: ltr;
}
body[lang="ar"] .fx-section--features-tabs .tabset__nav-item > i {
  margin-right: 0;
  margin-left: 5px;
}
body[lang="ar"] .fx-section--features-tabs .tabset__img-holder {
  margin-left: auto;
  margin-right: -20px;
}
body[lang="ar"] .fx-section--features-tabs .tabset__img-holder > img {
  transform: rotateY(180deg);
}
@media (min-width: 480px) {
  body[lang="ar"] .fx-section--promotion-details .promo__panel {
    text-align: right !important;
  }
}
body[lang="ar"] .fx-section--promotion-details .promo__description:after,
body[lang="ar"] .fx-section--trading-platforms-panels .platform__controls {
  left: 0;
  right: auto !important;
}
body[lang="ar"]
  .fx-section--trading-platforms-panels
  .platform__controls
  > a:first-child {
  order: 1;
}
body[lang="ar"] .fx-section--focus-on-clients .focus-block__value:after {
  right: auto !important;
  left: 0;
  transform: translateY(-50%) translateX(calc(50% - 20px)) !important;
}
body[lang="ar"] .award__caption {
  direction: ltr;
}
@media screen and (min-width: 700px) {
  body[lang="ar"] footer .pre-footer__item--social-icons > a:first-child {
    margin-left: 24px !important;
  }
}
body[lang="ar"] footer .pre-footer__item--social-icons > a:last-child {
  margin-left: 0 !important;
}
body[lang="ar"] footer .footer__regulator-item > img {
  margin-right: 0;
  margin-left: 15px;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 40px;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 10px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
  color: #d91222;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #b2bec3;
}
.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: -11.25px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
}
.custom-control-label:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23B68756' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23B68756' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before,
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B68756'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px #80bdff80;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}
.custom-select-lg,
.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}
.custom-file-input {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-file-input:focus ~ .custom-file-control:before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-label {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.grecaptcha-badge {
  display: none;
}
form {
  position: relative;
}
form .form-group {
  text-align: left;
}
form .form-group:last-child .form-control {
  margin-bottom: 0;
}
form .form-group.underline-only {
  position: relative;
  padding-top: 20px;
  padding-bottom: 30px;
}
form .form-group.underline-only.fx-dropdown__wrapper {
  z-index: 3;
}
form .form-group.underline-only .fx-dropdown__container {
  bottom: -3px;
  z-index: 1;
}
form .form-group.underline-only .fx-dropdown__toggle {
  height: 50px;
  padding-bottom: 0;
}
form .form-group.underline-only .fx-dropdown__title {
  color: #2d3436;
  font-weight: 400;
  font-size: 16px;
}
form .form-group.underline-only .fx-dropdown__toggle,
form .form-group.underline-only input,
form .form-group.underline-only textarea {
  border: none;
  width: 100%;
  background: none;
  box-shadow: none;
  margin: 0;
  color: #2d3436;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
form .form-group.underline-only .fx-dropdown__toggle.ng-touched + label,
form .form-group.underline-only input.ng-touched + label,
form .form-group.underline-only textarea.ng-touched + label {
  transform: none;
}
form .form-group.underline-only .fx-dropdown__toggle + label,
form .form-group.underline-only input + label,
form .form-group.underline-only textarea + label {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  color: #c8c8c8;
  transition: color 0.4s, top 0.4s, transform 0.4s;
  pointer-events: none;
}
form .form-group.underline-only .fx-dropdown__toggle + label.translatable,
form .form-group.underline-only input + label.translatable,
form .form-group.underline-only textarea + label.translatable {
  transform: translateY(35px);
}
form .form-group.underline-only .fx-dropdown__toggle + label + .bar,
form .form-group.underline-only input + label + .bar,
form .form-group.underline-only textarea + label + .bar {
  width: 100%;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #c8c8c8;
  transition: height 0.4s;
  display: flex;
  justify-content: center;
}
form .form-group.underline-only .fx-dropdown__toggle + label + .bar:after,
form .form-group.underline-only input + label + .bar:after,
form .form-group.underline-only textarea + label + .bar:after {
  width: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 3px;
  border-radius: 1.5px;
  background-color: #303135;
  transition: width 0.4s;
}
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible,
form .form-group.underline-only .fx-dropdown__toggle:focus,
form .form-group.underline-only input.dropdown-visible,
form .form-group.underline-only input:focus,
form .form-group.underline-only textarea.dropdown-visible,
form .form-group.underline-only textarea:focus {
  border: none;
  box-shadow: none;
}
form .form-group.underline-only .fx-dropdown__toggle.dropdown-visible + label,
form .form-group.underline-only .fx-dropdown__toggle:focus + label,
form .form-group.underline-only input.dropdown-visible + label,
form .form-group.underline-only input:focus + label,
form .form-group.underline-only textarea.dropdown-visible + label,
form .form-group.underline-only textarea:focus + label {
  top: 0;
  transform: none;
  color: #303135;
}
form
  .form-group.underline-only
  .fx-dropdown__toggle.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only .fx-dropdown__toggle:focus + label + .bar:after,
form .form-group.underline-only input.dropdown-visible + label + .bar:after,
form .form-group.underline-only input:focus + label + .bar:after,
form .form-group.underline-only textarea.dropdown-visible + label + .bar:after,
form .form-group.underline-only textarea:focus + label + .bar:after {
  width: 100%;
}
form .form-group.underline-only .fx-dropdown__toggle.success + label,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success.dropdown-visible
  + label,
form .form-group.underline-only .fx-dropdown__toggle.success:focus + label,
form .form-group.underline-only input.success + label,
form .form-group.underline-only input.success.dropdown-visible + label,
form .form-group.underline-only input.success:focus + label,
form .form-group.underline-only textarea.success + label,
form .form-group.underline-only textarea.success.dropdown-visible + label,
form .form-group.underline-only textarea.success:focus + label {
  color: #d91222;
}
form .form-group.underline-only .fx-dropdown__toggle.success + label + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success.dropdown-visible
  + label
  + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success.dropdown-visible
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success:focus
  + label
  + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.success:focus
  + label
  + .bar:after,
form .form-group.underline-only input.success + label + .bar,
form .form-group.underline-only input.success + label + .bar:after,
form .form-group.underline-only input.success.dropdown-visible + label + .bar,
form
  .form-group.underline-only
  input.success.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only input.success:focus + label + .bar,
form .form-group.underline-only input.success:focus + label + .bar:after,
form .form-group.underline-only textarea.success + label + .bar,
form .form-group.underline-only textarea.success + label + .bar:after,
form
  .form-group.underline-only
  textarea.success.dropdown-visible
  + label
  + .bar,
form
  .form-group.underline-only
  textarea.success.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only textarea.success:focus + label + .bar,
form .form-group.underline-only textarea.success:focus + label + .bar:after {
  background-color: #d91222;
}
form .form-group.underline-only .fx-dropdown__toggle.danger + label,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger.dropdown-visible
  + label,
form .form-group.underline-only .fx-dropdown__toggle.danger:focus + label,
form .form-group.underline-only input.danger + label,
form .form-group.underline-only input.danger.dropdown-visible + label,
form .form-group.underline-only input.danger:focus + label,
form .form-group.underline-only textarea.danger + label,
form .form-group.underline-only textarea.danger.dropdown-visible + label,
form .form-group.underline-only textarea.danger:focus + label {
  color: #ed1c24;
}
form .form-group.underline-only .fx-dropdown__toggle.danger + label + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger.dropdown-visible
  + label
  + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger.dropdown-visible
  + label
  + .bar:after,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger:focus
  + label
  + .bar,
form
  .form-group.underline-only
  .fx-dropdown__toggle.danger:focus
  + label
  + .bar:after,
form .form-group.underline-only input.danger + label + .bar,
form .form-group.underline-only input.danger + label + .bar:after,
form .form-group.underline-only input.danger.dropdown-visible + label + .bar,
form
  .form-group.underline-only
  input.danger.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only input.danger:focus + label + .bar,
form .form-group.underline-only input.danger:focus + label + .bar:after,
form .form-group.underline-only textarea.danger + label + .bar,
form .form-group.underline-only textarea.danger + label + .bar:after,
form .form-group.underline-only textarea.danger.dropdown-visible + label + .bar,
form
  .form-group.underline-only
  textarea.danger.dropdown-visible
  + label
  + .bar:after,
form .form-group.underline-only textarea.danger:focus + label + .bar,
form .form-group.underline-only textarea.danger:focus + label + .bar:after {
  background-color: #ed1c24;
}
form .form-group.underline-only .fx-dropdown__toggle_disabled,
form .form-group.underline-only input_disabled,
form .form-group.underline-only textarea_disabled {
  cursor: default;
  color: #6c757d;
}
form .form-group.underline-only .fx-dropdown__toggle_disabled:after,
form .form-group.underline-only input_disabled:after,
form .form-group.underline-only textarea_disabled:after {
  display: none;
}
form .error-message {
  color: #007bff;
  margin-top: 10px;
  display: block;
  color: red;
}
form label {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #2d3436;
}
@media (min-width: 320px) {
  form label {
    font-size: 0.95rem;
  }
}
@media (min-width: 1024px) {
  form label {
    font-size: 1rem;
  }
}
form input[type="email"],
form input[type="tel"],
form input[type="text"],
form textarea {
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #b2bec3;
  color: #2d3436;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px;
  transition: box-shadow 0.4s, border-color 0.4s;
}
@media (min-width: 1024px) {
  form input[type="email"],
  form input[type="tel"],
  form input[type="text"],
  form textarea {
    padding: 10px 20px;
  }
}
form input[type="email"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}
form input[type="email"]:-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form textarea:-moz-placeholder,
form textarea::-moz-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}
form input[type="email"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #b2bec3;
  font-size: 14px;
  font-weight: 400;
}
form input[type="email"].error,
form input[type="email"].ng-touched.ng-invalid,
form input[type="tel"].error,
form input[type="tel"].ng-touched.ng-invalid,
form input[type="text"].error,
form input[type="text"].ng-touched.ng-invalid,
form textarea.error,
form textarea.ng-touched.ng-invalid {
  box-shadow: 0 0 0 1px #ed1c24;
  border-color: #ed1c24;
}
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form textarea:focus {
  box-shadow: 0 0 0 1px #303135;
  border-color: #303135;
  outline: none;
}
form input[type="email"]:disabled,
form input[type="tel"]:disabled,
form input[type="text"]:disabled,
form textarea:disabled {
  background-color: #ebebe4;
  cursor: not-allowed;
}
form textarea {
  resize: none;
  height: 100px !important;
}
.checkbox {
  margin-bottom: 20px;
}
.custom-checkbox {
  padding: 0;
}
.custom-checkbox .custom-control-label {
  height: 24px;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
  padding-left: 40px;
  font-weight: 400;
}
.custom-checkbox .custom-control-label:hover {
  cursor: pointer;
}
.custom-checkbox .custom-control-label:after,
.custom-checkbox .custom-control-label:before {
  top: 0;
}
.custom-checkbox .custom-control-input ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #b2bec3;
}
.custom-checkbox .custom-control-input ~ .custom-control-label:hover:before {
  box-shadow: 0 0 0 1px #929daa;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background: #d91222;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  content: "";
  position: absolute;
  background: none;
  top: 0;
  left: 0;
  width: 9px;
  height: 17px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 3px 3px 0;
  margin: 0.1rem 1.5rem 0.1rem 0.5rem;
  transform: rotate(45deg);
}
.custom-checkbox-secondary {
  margin: 0;
}
@media (min-width: 480px) {
  .custom-checkbox-secondary {
    margin: 0 0 0 40px;
  }
}
.custom-checkbox-secondary .custom-control-label {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  padding-top: 0;
  padding-left: 28px;
  color: #636e72;
  white-space: nowrap;
}
.custom-checkbox-secondary
  .custom-control-input
  ~ .custom-control-label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #3031351a;
}
.custom-checkbox-secondary .custom-control-input ~ .custom-control-label:after {
  width: 18px;
  height: 18px;
}
.custom-checkbox-secondary
  .custom-control-input
  ~ .custom-control-label:hover:before {
  box-shadow: 0 0 0 1px #2d3436;
}
.custom-checkbox-secondary
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background: #fff;
}
.custom-checkbox-secondary
  .custom-control-input:checked
  ~ .custom-control-label:after {
  content: "";
  position: absolute;
  background: none;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 14px;
  border-color: #2d3436;
  border-style: solid;
  border-width: 0 1px 1px 0;
  margin: 0.1rem 1.5rem 0.1rem 0.5rem;
  transform: rotate(45deg);
}
.fx-dropdown__toggle {
  min-width: 180px;
  min-height: 42px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #2d3436;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.fx-dropdown__toggle.dropdown-visible:after {
  transform: rotate(180deg);
}
.fx-dropdown__toggle:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  transition: transform 0.4s;
  margin-left: 10px;
  border-color: #636e72 #0000 #0000;
  border-style: solid;
  border-width: 4px 3px 0;
}
.fx-dropdown__container {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(100% - 10px));
  border-radius: 3px;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  background: #fff;
  color: #2d3436;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 32px 0 #4c536b1c;
}
.fx-dropdown__container.show {
  transform: translateY(100%);
  opacity: 1;
  pointer-events: auto;
}
.fx-dropdown--scrollable .fx-dropdown__options {
  max-height: 270px;
  overflow-y: scroll;
}
.fx-dropdown__options > div {
  padding: 10px;
  transition: background-color 0.2s;
}
.fx-dropdown__options > div:hover {
  background-color: #dfe6e94d;
}
.fx-dropdown__title {
  font-size: 14px;
  text-align: left;
  color: #b2bec3;
}
.fx-dropdown__title span {
  color: #2d3436;
}
.fx-dropdown__search {
  position: relative;
  padding: 10px;
}
.fx-dropdown__search-icon {
  font-size: 15px;
  color: #636e72;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.fx-dropdown__search input {
  width: 100%;
  border-radius: 2px;
  height: 30px;
  padding-left: 25px !important;
  background-color: #fff;
  border: 1px solid #dfe6e9;
}
[lang="ar"] form .form-group {
  text-align: right !important;
}
[lang="ar"] form .form-group.underline-only .fx-dropdown__toggle + label,
[lang="ar"] form .form-group.underline-only input + label,
[lang="ar"] form .form-group.underline-only textarea + label {
  left: auto !important;
  right: 0 !important;
}
[lang="ar"] form .form-group.underline-only .fx-dropdown__toggle {
  margin: 0 !important;
}
[lang="ar"] form label {
  text-align: right !important;
}
[lang="ar"] .custom-checkbox {
  padding: 0;
}
[lang="ar"] .custom-checkbox .custom-control-label {
  padding-right: 40px !important;
  padding-left: 0 !important;
}
[lang="ar"] .custom-checkbox .custom-control-label:before {
  right: 0 !important;
  left: auto !important;
}
[lang="ar"]
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  left: auto !important;
  right: 0 !important;
  margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}
@media (min-width: 480px) {
  [lang="ar"] .custom-checkbox-secondary {
    margin: 0 40px 0 0 !important;
  }
}
[lang="ar"] .custom-checkbox-secondary .custom-control-label {
  padding-right: 28px !important;
  padding-left: 0 !important;
}
[lang="ar"]
  .custom-checkbox-secondary
  .custom-control-input:checked
  ~ .custom-control-label:after {
  left: auto !important;
  right: -2px !important;
  margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
}
[lang="ar"] .fx-dropdown__toggle {
  margin-right: 20px !important;
  margin-left: 0 !important;
}
[lang="ar"] .fx-dropdown__toggle:after {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
[lang="ar"] .fx-dropdown__container {
  left: auto !important;
  right: 0 !important;
}
[lang="ar"] .fx-dropdown__title {
  text-align: right !important;
}
[lang="ar"] .fx-dropdown__search-icon {
  left: auto !important;
  right: 16px !important;
}
[lang="ar"] .fx-dropdown__search input {
  padding-left: 0 !important;
  padding-right: 25px !important;
}
@media (min-width: 1024px) {
  .filter-form {
    padding: 0 24px;
  }
  .filter-form [class*="col-"] {
    padding: 0 10px;
  }
}
.filter-form .form-field-md {
  line-height: 1;
}
.filter-form .dr-custom.mat-form-field .mat-form-field-wrapper {
  margin-bottom: 0;
}
.filter-form .dr-custom.mat-form-field.gray .mat-form-field-outline {
  background-color: #f9fafb;
}
.filter-form ::ng-deep .form-field-md {
  line-height: 1;
}
.filter-form .btn-outline {
  height: 45.7px;
}
.filter-form .mat-date-range-input input[type="text"] {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-color: initial;
  border: 0 #0000;
  padding: 0;
}
.filter-form .mat-date-range-input input[type="text"].ng-touched.ng-invalid {
  box-shadow: none;
  border-color: #0000;
}
.filter-form
  .mat-date-range-input
  input[type="text"].ng-touched.ng-invalid::placeholder {
  color: #ed1c24;
  opacity: 1;
}
.filter-form
  .mat-date-range-input
  input[type="text"].ng-touched.ng-invalid:-ms-input-placeholder {
  color: #ed1c24;
}
.filter-form
  .mat-date-range-input
  input[type="text"].ng-touched.ng-invalid::-ms-input-placeholder {
  color: #ed1c24;
}
.filter-form .mat-date-range-input input[type="text"]:focus {
  box-shadow: none;
}
.filter-form .mat-date-range-input-mirror {
  position: absolute;
  top: 0;
  left: 0;
}
.filter-form .mat-date-range-input-start-wrapper {
  max-width: 80px;
}
.filter-form
  .mat-date-range-input-start-wrapper
  input[type="text"].mat-date-range-input-inner {
  position: relative;
}
body.backdrop,
body.no-scroll {
  overflow: hidden;
}
body.backdrop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  bottom: 0;
  background: #2d343633;
}
.responsive-wrapper {
  border-top: 1px solid #dfe6e999;
  border-bottom: 1px solid #dfe6e999;
  padding-bottom: 5px !important;
  min-height: 6em !important;
}
.responsive-wrapper [style*="margin:3.2em"] {
  margin-top: 2.2em !important;
}
.responsive-wrapper [style*="margin:2em"] {
  margin-top: 1em !important;
}
.responsive-wrapper [style*="margin:2.6em"] {
  margin-top: 1.6em !important;
}
.fx-modal-window {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 9px 31px 1px #76868f78;
  z-index: 2;
  padding: 30px;
  margin: 30px auto;
  position: relative;
  overflow: auto;
  width: 90%;
  max-height: 500px;
  animation-duration: 0.3s;
}
@media (min-width: 480px) {
  .fx-modal-window {
    padding: 40px;
    margin: 1.5rem;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .fx-modal-window {
    padding: 60px;
    width: 940px;
    max-height: 100%;
  }
}
.fx-modal-window__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  z-index: 9999;
}
.fx-modal-window * {
  z-index: 2;
}
.fx-modal-window a {
  color: #f41112;
}
.fx-modal-window .close-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
@media (min-width: 480px) {
  .fx-modal-window .close-icon {
    right: 20px;
    top: 20px;
  }
}
.fx-modal-window__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: opacity 0.4s, transform 0.4s;
  text-decoration: none;
}
@media (min-width: 480px) {
  .fx-modal-window__close {
    right: 20px;
    top: 20px;
  }
}
.fx-modal-window__close:hover {
  cursor: pointer;
  opacity: 1;
  transform: rotate(45deg);
}
.fx-modal-window__close:after,
.fx-modal-window__close:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 1px;
  left: 50%;
  background-color: #3b3b3b;
}
.fx-modal-window__close:before {
  transform: rotate(90deg);
}
.fx-modal-window + .fx-modal-backdrop {
  display: block;
  content: "";
  position: fixed;
  background: #fff;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.4s, transform 0.4s;
  transform: none;
}
.fx-modal-window + .fx-modal-backdrop.dark {
  background: #282828;
}
.fx-modal-window + .fx-modal-backdrop.hide {
  opacity: 0;
}
.fx-modal-window + .fx-modal-backdrop.hide.rotated-slideIn {
  transform: translateY(-9999px) rotate(-45deg) scale(6);
}
.fx-modal-window + .fx-modal-backdrop.rotated-slideIn {
  transform: translateY(0) rotate(-45deg) scale(6);
}
.fx-modal-window.fx-modal-window--no-padding {
  padding: 0;
  border-radius: 0;
  font-size: 0;
  overflow: visible;
}
.fx-modal-window.fx-modal-window--no-padding .fx-modal-window__close {
  height: 20px;
  width: 20px;
  top: -25px;
  right: 0;
}
@media (min-width: 1024px) {
  .fx-modal-window.fx-modal-window--no-padding .fx-modal-window__close {
    right: -25px;
  }
}
.fx-modal-window.fx-modal-window--dark {
  box-shadow: none;
  box-shadow: 0 9px 31px 1px #00000080;
  background-color: #000;
}
.fx-modal-window.fx-modal-window--dark .fx-modal-window__close:after,
.fx-modal-window.fx-modal-window--dark .fx-modal-window__close:before {
  background-color: #fff;
}
.fx-modal-window.fx-modal-window--dark + .fx-modal-backdrop {
  background-color: #000;
  opacity: 0.5;
}
.fx-modal-window.fx-modal-window--with-loader:before {
  width: 80px;
  height: 80px;
  background: #f41112;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  animation: rotate 5s infinite;
  transform: rotate(45deg);
}
.fx-modal-window.fx-modal-window--with-loader:after {
  display: block;
  width: 80px;
  height: 80px;
  content: "FxPro";
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 24px;
  font-family: Times New Roman;
  justify-content: center;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  animation: blink 1.65s infinite;
  animation-delay: 0.825s;
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  33% {
    transform: rotate(135deg);
  }
  66% {
    transform: rotate(225deg);
  }
  to {
    transform: rotate(315deg);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.fx-modal-window.fx-modal-window--full-screen {
  position: fixed;
  padding: 0;
  border-radius: 0;
  bottom: 0;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
  margin: 0;
  max-height: 100%;
}
.fx-modal-window.fx-modal-sm {
  width: 300px;
}
@media (min-width: 1024px) {
  .fx-modal-window.fx-modal-sm {
    width: 560px;
  }
}
#adroll_consent_banner,
.adroll_consent_persistent_icon,
.adroll_mini_consent_banner {
  display: none !important;
}
#cbh .cbh-button.cbh-fixed,
#cbh .cbh-slider.cbh-fixed {
  bottom: 18px !important;
  right: 18px !important;
}
#virtual-agent {
  position: relative;
  z-index: 99999;
}
#virtual-agent:first-child {
  max-height: calc(80% - 82px) !important;
}
#virtual-agent .webchat-close:hover,
#virtual-agent .webchat-minimize:hover {
  background-color: initial !important;
}
#virtual-agent .webchat-header-name {
  float: left !important;
}
#virtual-agent .webchat-header-name span {
  font-size: 21px;
}
#virtual-agent section {
  padding: 0;
}
[class^="webchat--css-"] {
  position: relative;
  z-index: 9999 !important;
}
form input.webchat__send-box-text-box__input[type="text"]:focus {
  box-shadow: 0 0 0 !important;
  outline: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.webchat__send-box-text-box__input {
  margin: 0 !important;
}
[class^="react-scroll-to-bottom--css"] {
  height: auto;
  max-height: 90%;
}
[class^="webchat--css-"] .webchat__basic-transcript {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 57vh;
}
.chatBoxMainArea {
  position: relative;
  z-index: 99999;
}
div[role^="complementary"] {
  max-height: 72vh;
}
.webchat__basic-transcript__scrollable {
  height: auto;
  max-height: 100%;
  height: 57vh !important;
}
.btn {
  border-radius: 3px;
  min-width: 230px;
  position: relative;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
  transition: box-shadow 0.4s, color 0.4s, background-color 0.4s, transform 0.4s;
  text-align: center;
  display: inline-block;
  padding: 1rem;
  transform: translateY(0);
}
.btn:focus,
.btn:hover:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  box-shadow: 0 6px 10px 0 #00000040;
  text-decoration: none;
  transform: translateY(-2px);
}
.btn.not-animated:hover {
  transform: translateY(0);
}
.btn.disabled {
  cursor: none;
  background: #dfe6e9 !important;
  color: #c8c8c8 !important;
  pointer-events: none;
}
.btn.btn-default {
  border: 1px solid #b2bec3;
  background: #0000;
  color: #2d3436;
}
.btn.btn-default.active,
.btn.btn-default:focus,
.btn.btn-default:hover {
  background: #00b894;
  color: #fff;
}
.btn.btn-default.active {
  border-color: #00b894;
}
.btn.btn-default.active:focus,
.btn.btn-default.active:hover {
  background: #00b894;
  color: #fff;
}
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default:hover:focus {
  border-color: #00b894;
}
.btn.btn-default.btn-error {
  background: #0000;
  color: #2d3436;
}
.btn.btn-default.btn-error:focus,
.btn.btn-default.btn-error:hover {
  background: #d63031;
  color: #fff;
}
.btn.btn-default.btn-error.active {
  background: #d63031;
  color: #fff;
  border-color: #d63031;
}
.btn.btn-default.btn-error.active:focus,
.btn.btn-default.btn-error.active:hover {
  background: #d63031;
  color: #fff;
}
.btn.btn-default.btn-error:focus,
.btn.btn-default.btn-error:hover,
.btn.btn-default.btn-error:hover:focus {
  border-color: #d63031;
}
.btn.btn-outline {
  /* padding: 10px 1rem;
  min-width: 190px; */
}

.btn.btn-outline-primary:hover {
  /* color: #fff; */
}
.btn.btn-outline-primary:focus {
  /* background: #303135;
  color: #fff; */
}
.btn.btn-outline-primary:hover {
  /* border: 1px solid #303135;
  background: #303135; */
}
.btn.btn-outline-primary:hover .btn-arrow {
  /* border-color: #fff; */
}
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover:focus {
  /* border-color: #303135; */
}
.btn.btn-outline-primary:focus .btn-arrow,
.btn.btn-outline-primary:hover:focus .btn-arrow {
  /* border-color: #fff; */
}
.btn.btn-outline-primary .btn-arrow {
  /* border-color: #303135; */
}
.btn.btn-outline-primary.fx-color-base {
  /* background: #0000;
  color: #636e72; */
}
.btn.btn-outline-primary.fx-color-base:hover {
  /* background: #0984e3;
  color: #fff; */
}
.btn.btn-outline-primary.fx-color-base:focus {
  /* background: #065b9c;
  color: #fff; */
}
.btn.btn-outline-success {
  /* border: 1px solid #00b894;
  background: #0000;
  color: #00b894; */
}
.btn.btn-outline-success:hover {
  background: #00b894;
  color: #fff;
}
.btn.btn-outline-success:focus {
  background: #009678;
  color: #fff;
}
.btn.btn-outline-success:hover {
  border-color: #00b894;
}
.btn.btn-outline-success:hover .btn-arrow {
  border-color: #fff;
}
.btn.btn-outline-success:focus,
.btn.btn-outline-success:hover:focus {
  border-color: #009678;
}
.btn.btn-outline-success:focus .btn-arrow,
.btn.btn-outline-success:hover:focus .btn-arrow {
  border-color: #fff;
}
.btn.btn-outline-success .btn-arrow {
  border-color: #00b894;
}
.btn.btn-outline-gold {
  border: 1px solid #a58c66;
  background: #0000;
  color: #a58c66;
  padding: 10px 26px;
  font-size: 16px;
}
.btn.btn-outline-gold:focus,
.btn.btn-outline-gold:hover {
  background: #a58c66;
  color: #fff;
}
@media (min-width: 1024px) {
  .btn.btn-outline-gold {
    font-size: 18px;
    padding: 18px 26px;
  }
}
.btn.btn-outline-gold:hover {
  border-color: #a58c66;
}
.btn.btn-outline-gold:hover .btn-arrow {
  border-color: #fff;
}
.btn.btn-outline-gold:focus,
.btn.btn-outline-gold:hover:focus {
  border-color: #a58c66;
}
.btn.btn-outline-gold i {
  font-size: 37px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-outline--icon {
  background: #fff;
  z-index: 3;
  font-size: 14px;
  border-color: #dfe6e9;
}
.btn.btn-outline--icon:focus,
.btn.btn-outline--icon:hover {
  border-color: #303135;
  background: #303135;
  outline: none;
}
.btn.btn-outline--icon:focus i,
.btn.btn-outline--icon:hover i {
  color: #fff;
}
.btn.btn-outline--icon i {
  margin-right: 10px;
  font-size: 16px;
}
[lang="ar"] .btn.btn-outline--icon i {
  margin-right: 0;
  margin-left: 10px;
}
.btn.btn-single-line {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 1.5rem 1rem;
}
.btn.btn-link {
  display: inline-flex;
  align-items: center;
  padding: 20px 0;
  min-width: 10px;
  color: #303135;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
}
.btn.btn-link.no-underline span:after {
  display: none;
}
.btn.btn-link span {
  position: relative;
}
@media (min-width: 1024px) {
  .btn.btn-link span:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d91222;
    transition: width 0.4s ease-in-out;
  }
}
.btn.btn-link.hover,
.btn.btn-link:hover {
  box-shadow: none;
  transform: none;
}
@media (min-width: 1024px) {
  .btn.btn-link.hover span:after,
  .btn.btn-link:hover span:after {
    width: 100%;
  }
}
.btn.btn-link.hover .btn-arrow,
.btn.btn-link:hover .btn-arrow {
  margin-left: 11px;
}
.btn.btn-link:focus,
.btn.btn-link:hover:focus {
  color: #303135;
}
@media (min-width: 1024px) {
  .btn.btn-link:focus span:after,
  .btn.btn-link:hover:focus span:after {
    width: 100%;
    background: #d91222;
  }
}
.btn.btn-link:focus .btn-arrow,
.btn.btn-link:hover:focus .btn-arrow {
  margin-left: 11px;
  border-color: #303135;
}
.btn.btn-link:focus i,
.btn.btn-link:hover:focus i {
  color: #303135;
}
.btn.btn-link.not-animated.hover .btn-arrow,
.btn.btn-link.not-animated:focus .btn-arrow,
.btn.btn-link.not-animated:hover .btn-arrow,
.btn.btn-link.not-animated:hover:focus .btn-arrow {
  margin-left: 7px;
}
.btn.btn-link .btn-arrow {
  margin-left: 7px;
  border-color: #2d3436;
}
.btn.btn-link--static {
  padding: 5px 15px 5px 0;
  position: relative;
}
.btn.btn-link--static.not-animated.hover .btn-arrow,
.btn.btn-link--static.not-animated:focus .btn-arrow,
.btn.btn-link--static.not-animated:hover .btn-arrow,
.btn.btn-link--static.not-animated:hover:focus .btn-arrow {
  right: 0;
}
.btn.btn-link--static .btn-arrow {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 0;
  transition: color 0.4s, transform 0.4s;
  border-color: #303135;
}
.btn.btn-link .icon {
  color: #303135;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 0;
}
.btn.btn-link--back i {
  transform: rotateY(180deg);
}
.btn.btn-go {
  font-size: 18px;
  min-width: 79px;
  height: 79px;
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-go:hover {
  font-size: 0;
  line-height: 0;
}
.btn.btn-go:hover i {
  font-size: 27px;
}
.btn.btn-go i {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}
.btn.btn-primary {
  border-radius: 9px;
}

.btn.btn-primary small {
  color: #fffc;
}
.btn.btn-primary.has-dark-bg {
  background-color: #32a071;
}
.btn.btn-primary.btn-gray {
  background-color: #ededef;
  color: #303135;
}
.btn.btn-secondary {
  background: #ff4aa1;
  color: #fff;
}
.btn.btn-secondary:hover {
  background: #e84393;
  color: #fff;
}
.btn.btn-secondary:focus {
  background: #cf3c83;
  color: #fff;
}
.btn.btn-danger {
  background: #ed1c24;
  color: #fff;
}
.btn.btn-danger:hover {
  background: #d63031;
  color: #fff;
}
.btn.btn-danger:focus {
  background: #b32727;
  color: #fff;
}
.btn.btn-success {
  background: #d91222;
  color: #fff;
}
.btn.btn-success:hover {
  background: #00b894;
  color: #fff;
}
.btn.btn-success:focus {
  background: #009678;
  color: #fff;
}
.btn.btn-blue-light {
  background: #b0dbf580;
  color: #009cfc;
}
.btn.btn-blue-light:hover {
  background: #0984e3;
  color: #fff;
}
.btn.btn-blue-light:focus {
  background: #065b9c;
  color: #fff;
}
.btn.btn-sm {
  min-width: 10px;
  font-size: 14px;
  padding: 10px 1rem;
  display: inline-flex;
  align-items: center;
}
.btn.btn-md {
  padding: 12px 1rem;
  min-width: 190px;
}
.btn.btn-width-md {
  min-width: 210px;
}
@media (min-width: 1024px) {
  .btn.btn-width-md {
    min-width: 260px;
  }
}
.btn.btn-radius-lg {
  border-radius: 30px;
}

@media (min-width: 1024px) {
}
.btn.btn-lg {
  font-size: 18px;
  padding: 1.25rem 3.5rem;
}
.btn i {
  font-size: 80%;
}
.btn > img {
  margin-right: 5px;
}
.btn small {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.btn .icon {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
}
.btn-block {
  width: 100%;
}
@media (min-width: 480px) {
  .btn-sm-inline-block {
    width: auto;
  }
}
.default-text {
  color: #2d3436;
  display: inline-block;
  font-weight: 400;
}
.default-text small {
  color: #b2bec3;
}
.btn:focus .default-text,
.btn:hover .default-text {
  opacity: 0;
}
.hover-text {
  display: none;
  color: #fff;
  font-weight: 400;
}
.hover-text i {
  font-size: 80%;
  margin-left: 10px;
}
.btn:focus .hover-text,
.btn:hover .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.direct-register-button-block {
  display: inline-flex;
  text-align: center;
  flex-direction: column;
}
.direct-register-button-block .btn {
  align-self: center;
}
.btn-arrow {
  position: relative;
  display: inline-flex;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  width: 8px;
  height: 8px;
  opacity: 1;
  transform: rotate(135deg);
  margin-left: 5px;
  transition: all 0.4s;
}
.btn-arrow.arrow-left {
  transform: rotate(-45deg);
  margin: 0 10px 0 0;
}
.btn-arrow.arrow-up {
  transform: rotate(45deg);
}
.btn-arrow.arrow-down {
  transform: rotate(225deg);
}
.btn-arrow.arrow-primary {
  border-color: #303135;
}
.btn-arrow.arrow-default {
  border-color: #636e72;
}
@media (min-width: 1024px) {
  .btn-arrow.position {
    position: absolute;
    top: 50%;
    right: -14px;
    transform: rotate(135deg) translateY(6px);
  }
}
.btn-go .btn-arrow {
  margin-left: 0;
}
.btn-text-xs {
  font-size: 13px;
}
.btn-text {
  position: relative;
}
.border-width-2 {
  border-width: 2px !important;
}
.arrow-item {
  display: inline-block;
  width: 18px;
  position: relative;
  margin-left: 7px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #2d3436;
  border-right-color: #0000;
  transition: transform 0.4s;
}
.btn:hover .arrow-item {
  transform: rotate(1turn);
}
.btn:focus .arrow-item,
.btn:hover .arrow-item,
.btn:hover:focus .arrow-item {
  border-color: #303135 #0000 #303135 #303135;
}
.arrow-item .curve {
  position: absolute;
  width: 0;
  height: 0;
  left: 12px;
  top: -1px;
  transform: rotate(220deg);
  border-color: #0000 #303135 #0000 #0000;
  border-style: solid;
  border-width: 4px 5px 4px 0;
}
.btn:focus .arrow-item .curve,
.btn:hover .arrow-item .curve,
.btn:hover:focus .arrow-item .curve {
  border-color: #0000 #303135 #0000 #0000;
}
a {
  transition: color 0.4s;
}
a:hover {
  text-decoration: none;
}
a:focus,
a:hover,
a:hover:focus {
  color: #d91222;
}
button,
input[type="submit"] {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.close-icon {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  padding: 4px;
}
@media (min-width: 1024px) {
  .close-icon:hover:after,
  .close-icon:hover:before {
    background: #2d3436;
  }
}
.close-icon:after,
.close-icon:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background: #929daa;
  transition: all 0.4s;
}
.close-icon:before {
  transform: rotate(45deg);
}
.close-icon:after {
  transform: rotate(-45deg);
}
.arrow-opener .btn-arrow {
  margin: auto;
}
.icon-decline {
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.icon-decline:after,
.icon-decline:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background: #ed1c24;
  transition: all 0.4s;
  border-radius: 2px;
}
.icon-decline:before {
  transform: rotate(45deg);
}
.icon-decline:after {
  transform: rotate(-45deg);
}
.icon-accept {
  display: inline-block;
  width: 12px;
  height: 18px;
  border-color: #303135;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: 0 auto;
  transform: rotate(45deg);
  border-radius: 2px;
}
.live-chat-link:hover {
  color: #303135;
}
.live-chat-link i {
  margin-right: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #2d3436;
  margin-top: 4px;
  margin-bottom: -4px;
}
[lang="ar"] .live-chat-link i {
  margin-left: 15px;
  margin-right: 0;
}
[lang="ar"] .btn > img {
  margin-right: 0;
  margin-left: 5px;
}
[lang="ar"] .btn .icon {
  margin-right: 0;
  margin-left: 10px;
}
[lang="ar"] .btn-gold i {
  margin-left: 0;
  margin-right: 10px;
}
[lang="ar"] .btn.btn-link {
  text-align: right;
}
@media (min-width: 1024px) {
  [lang="ar"] .btn.btn-link span:after {
    left: auto;
    right: 0;
  }
}
[lang="ar"] .btn.btn-link .icon {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 10px;
}
[lang="ar"] .btn.btn-link.hover .btn-arrow,
[lang="ar"] .btn.btn-link:focus .btn-arrow,
[lang="ar"] .btn.btn-link:hover .btn-arrow,
[lang="ar"] .btn.btn-link:hover:focus .btn-arrow {
  margin-right: 11px;
  margin-left: 0;
}
[lang="ar"] .btn.btn-link .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated.hover .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated:focus .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated:hover .btn-arrow,
[lang="ar"] .btn.btn-link.not-animated:hover:focus .btn-arrow {
  margin-right: 7px;
  margin-left: 0;
}
[lang="ar"] .btn.btn-link--static {
  padding: 5px 0 5px 15px;
}
[lang="ar"] .btn.btn-link--static .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated.hover .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated:focus .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated:hover .btn-arrow,
[lang="ar"] .btn.btn-link--static.not-animated:hover:focus .btn-arrow {
  left: 0;
  right: auto;
}
[lang="ar"] .btn.btn-go i {
  margin-left: 0;
  margin-right: 5px;
}
[lang="ar"] .hover-text i {
  margin-left: 0;
  margin-right: 10px;
}
[lang="ar"] .btn-arrow {
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(-45deg);
}
[lang="ar"] .btn-arrow.arrow-left {
  margin: 0 0 0 10px;
  transform: rotate(135deg);
}
@media (min-width: 1024px) {
  [lang="ar"] .btn-arrow.position {
    left: -17px;
    right: auto;
  }
}
.btn-go [lang="ar"] .btn-arrow {
  margin-right: 0;
}
[lang="ar"] .fx-symbol-chevron {
  transform: rotate(180deg);
  display: inline-block;
}
.fx-symbol-chevron.rotated {
  display: inline-block;
  transform: rotateY(180deg);
  margin-left: unset;
  margin-right: 5px;
}

.btn-group small {
  font-size: 14px;
  color: #636e72;
}
.btn-group small a {
  margin-left: 3px;
  color: #d91222;
}
.btn-group small a:hover,
a,
a:active,
a:focus,
a:hover {
  color: #d91222;
}
a:active i,
a:active span i,
a:focus i,
a:focus span i,
a:hover i,
a:hover span i {
  color: #303135;
}
p {
  margin-bottom: 1.5rem;
}
p a {
  font-weight: 500;
}
.gold-bg {
  background-color: #d91222;
}
.text-black {
  color: #2d3436;
}
.text-primary {
  color: #d91222 !important;
}
.font-size-big {
  font-size: 1.3em;
}
.list-two-columns {
  padding: 0;
  margin: 0;
  list-style-position: inside;
  -moz-column-count: 2;
  column-count: 2;
  list-style-type: none;
}
.list-two-columns li {
  padding: 0 0 1.5rem;
}
.risk {
  color: #c8c8c8;
  font-size: 14px;
}
@media (min-width: 480px) {
  .risk {
    font-size: 14px;
  }
}
.decoration {
  border-bottom: 2px solid #303135;
  transition: border 0.4s;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.decoration:hover {
  border-bottom-color: #0000;
}
.hover-decoration {
  border-bottom: 2px solid #0000;
  transition: border 0.4s;
  line-height: 1;
}
.hover-decoration:hover {
  border-bottom-color: #0984e3;
}
p .hover-decoration {
  border-width: 1px;
}
.no-decoration {
  border: none;
}
.text-center {
  text-align: center;
}
@media (max-width: 1023.98px) {
  .text-center--sm {
    text-align: center;
  }
}
.h-100 {
  height: 100%;
}
.fx-warning {
  box-shadow: 0 0 16px 0 #dfe6e9;
  background-color: #fff;
  border: 1px solid #dfe6e9;
  padding: 3px 0;
  margin: 0 3px 3px;
  color: #636e72;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .fx-warning {
    font-size: 14px;
    margin: 0 0 3px;
    padding: 5px 0;
  }
}
.fx-warning__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fx-warning__content-wrapper {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .fx-warning__content-wrapper {
    padding: 0 5px;
  }
}
.fx-warning__text {
  padding-left: 25px;
  position: relative;
  line-height: 1;
}
.fx-warning__text strong {
  color: #2d3436;
}
.fx-warning__accept-button {
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 3px;
  border: 1px solid #00b894;
  font-size: 11px;
  line-height: 1;
  color: #00b894;
  text-transform: uppercase;
  transition: background-color 0.4s;
  justify-content: center;
  margin-left: 10px;
  padding: 5px;
}
@media (min-width: 1024px) {
  .fx-warning__accept-button {
    padding: 8px 8px 7px;
  }
}
.fx-warning__accept-button:hover {
  color: #00b894;
  background: #636e720d;
}
.fx-warning__accept-button .icon-close {
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.fx-warning__accept-button .icon-close:after,
.fx-warning__accept-button .icon-close:before {
  content: " ";
  left: 0;
  top: 50%;
  position: absolute;
  height: 1px;
  width: 12px;
  background-color: #00b894;
  transform: translateY(-50%) rotate(45deg);
}
.fx-warning__accept-button .icon-close:after {
  transform: translateY(-50%) rotate(-45deg);
}
.fx-warning__cross:after,
.fx-warning__cross:before {
  left: 8px;
  top: 50%;
  position: absolute;
  content: " ";
  height: 1px;
  width: 14px;
  background-color: #303135;
  transform: translateY(-50%) rotate(45deg);
}
.fx-warning__cross:after {
  transform: translateY(-50%) rotate(-45deg);
}
.fx-lazy--transparent {
  opacity: 0;
}
.fx-lazy.fx-loaded,
.fx-lazy.loaded {
  animation: fx-animation-showUpOpacity 0.25s forwards;
  filter: hue-rotate(325deg);
}
.fx-lazy.lqip {
  width: 100%;
  filter: blur(20px);
}
.panel__heading {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 3rem;
}
.panel__heading--title-color {
  color: #a79582 !important;
}
.panel__heading--title-color small {
  font-weight: 400;
}
.panel__heading sup {
  font-size: 47%;
  top: -1em;
  font-weight: 600;
}
.panel__heading .notes {
  color: #b2bec3;
  font-size: 14px;
}
.panel__heading .icon {
  color: #2d3436;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.fx-theme--light {
  color: #636e72;
  background-color: #fff;
}
.fx-theme--light .fx-color--heading,
.fx-theme--light .text-size-h3,
.fx-theme--light .text-size-h4,
.fx-theme--light .text-size-h5,
.fx-theme--light .text-size-h6,
.fx-theme--light h1,
.fx-theme--light h2,
.fx-theme--light h3,
.fx-theme--light h4,
.fx-theme--light h5,
.fx-theme--light h6 {
  color: #2d3436;
}
.fx-theme--light .fx-color--secondary {
  color: #979797;
}
.fx-theme--light .fx-color--main {
  color: #636e72;
}
.fx-theme--light .fx-color--highlight {
  color: #009cfc;
}
.fx-theme--light .fx-color--highlight-bg {
  background-color: #009cfc;
}
.fx-theme--light .fx-color-border--secondary {
  border-color: #979797;
}
.fx-theme--light .fx-color--risk,
.fx-theme--light .risk {
  color: #575757;
}
.fx-theme--light .fx-color--header {
  color: #555555bf;
}
.fx-theme--dark {
  color: #fff;
  background-color: #131416;
}
.fx-theme--dark .fx-color--heading,
.fx-theme--dark .text-size-h3,
.fx-theme--dark .text-size-h4,
.fx-theme--dark .text-size-h5,
.fx-theme--dark .text-size-h6,
.fx-theme--dark h1,
.fx-theme--dark h2,
.fx-theme--dark h3,
.fx-theme--dark h4,
.fx-theme--dark h5,
.fx-theme--dark h6 {
  color: #fff;
}
.fx-theme--dark .fx-color--secondary {
  color: #979797;
}
.fx-theme--dark .fx-color--main {
  color: #fff;
}
.fx-theme--dark .fx-color--highlight {
  color: #009cfc;
}
.fx-theme--dark .fx-color--highlight-bg {
  background-color: #009cfc;
}
.fx-theme--dark .fx-color-border--secondary {
  border-color: #979797;
}
.fx-theme--dark .fx-color--risk,
.fx-theme--dark .risk {
  color: #a9abb0;
}
.fx-theme--dark .fx-color--header {
  color: #c8c8c8;
}
.fx-theme--gray {
  color: #636e72;
  background-color: #f8f8f8;
}
.fx-theme--gray .fx-color--heading,
.fx-theme--gray .text-size-h3,
.fx-theme--gray .text-size-h4,
.fx-theme--gray .text-size-h5,
.fx-theme--gray .text-size-h6,
.fx-theme--gray h1,
.fx-theme--gray h2,
.fx-theme--gray h3,
.fx-theme--gray h4,
.fx-theme--gray h5,
.fx-theme--gray h6 {
  color: #333;
}
.fx-theme--gray .fx-color--secondary {
  color: #575757;
}
.fx-theme--gray .fx-color--main {
  color: #636e72;
}
.fx-theme--gray .fx-color--highlight {
  color: #009cfc;
}
.fx-theme--gray .fx-color--highlight-bg {
  background-color: #009cfc;
}
.fx-theme--gray .fx-color-border--secondary {
  border-color: #575757;
}
.fx-theme--gray .fx-color--risk,
.fx-theme--gray .risk {
  color: #575757;
}
.fx-theme--gray .fx-color--header {
  color: #00000080;
}
.fx-theme--highlight {
  color: #fff;
  background-color: #009cfc;
}
.fx-theme--highlight .fx-color--heading,
.fx-theme--highlight .text-size-h3,
.fx-theme--highlight .text-size-h4,
.fx-theme--highlight .text-size-h5,
.fx-theme--highlight .text-size-h6,
.fx-theme--highlight h1,
.fx-theme--highlight h2,
.fx-theme--highlight h3,
.fx-theme--highlight h4,
.fx-theme--highlight h5,
.fx-theme--highlight h6 {
  color: #fff;
}
.fx-theme--highlight .fx-color--secondary {
  color: #fefefe;
}
.fx-theme--highlight .fx-color--main {
  color: #fff;
}
.fx-theme--highlight .fx-color--highlight {
  color: #575757;
}
.fx-theme--highlight .fx-color--highlight-bg {
  background-color: #575757;
}
.fx-theme--highlight .fx-color-border--secondary {
  border-color: #fefefe;
}
.fx-theme--highlight .fx-color--risk,
.fx-theme--highlight .risk {
  color: #fefefe;
}
.fx-theme--highlight .fx-color--header {
  color: #fff;
}
.fx-color--danger {
  color: #ed1c24;
}
.fx-color--primary {
  color: #009cfc;
}
.fx-color--success {
  color: #00b894;
}
.fx-color-gray-100 {
  color: #b2bec3;
}
.fx-color--yellow {
  color: #ffc600;
}
.fx-color--black {
  color: #2d3436;
}
.rating {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyODAiIGhlaWdodD0iMzkiPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJhIiB4MT0iMCUiIHgyPSIwJSIgeTE9IjEwMCUiIHkyPSIwJSI+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNCQkE5NzMiLz4KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjQTc5NjdDIi8+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxwYXRoIGZpbGw9InVybCgjYSkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTI2Ny41OTUgMjQuMDgxbDQuNzM5IDE0LjkwOC0xMi4zNDktOS4yNTMtMTIuMzY5IDkuMjI1IDQuNzcxLTE0Ljg5Ni0xMi4zODQtOS4yMDYgMTUuMjk4LjA0NyA0LjcxNi0xNC45MTUgNC42ODMgMTQuOTI2IDE1LjI5OS0uMDE0LTEyLjQwNCA5LjE3OHptLTU1LjI2MSAxNC45MDhsLTEyLjM0OS05LjI1My0xMi4zNjkgOS4yMjUgNC43NzEtMTQuODk2LTEyLjM4NC05LjIwNiAxNS4yOTguMDQ3IDQuNzE2LTE0LjkxNSA0LjY4MyAxNC45MjYgMTUuMjk4LS4wMTQtMTIuNDAzIDkuMTc4IDQuNzM5IDE0LjkwOHptLTYwIDBsLTEyLjM0OS05LjI1My0xMi4zNjkgOS4yMjUgNC43NzEtMTQuODk2LTEyLjM4NC05LjIwNiAxNS4yOTguMDQ3IDQuNzE2LTE0LjkxNSA0LjY4MyAxNC45MjYgMTUuMjk5LS4wMTQtMTIuNDA0IDkuMTc4IDQuNzM5IDE0LjkwOHptLTYwIDBsLTEyLjM0OS05LjI1My0xMi4zNjkgOS4yMjUgNC43NzEtMTQuODk2LTEyLjM4NC05LjIwNiAxNS4yOTguMDQ3TDgwLjAxNy0uMDA5IDg0LjcgMTQuOTE3bDE1LjI5OC0uMDE0LTEyLjQwMyA5LjE3OCA0LjczOSAxNC45MDh6bS02MCAwbC0xMi4zNDktOS4yNTMtMTIuMzY5IDkuMjI1IDQuNzcxLTE0Ljg5NkwuMDAzIDE0Ljg1OWwxNS4yOTguMDQ3TDIwLjAxNy0uMDA5IDI0LjcgMTQuOTE3bDE1LjI5OC0uMDE0LTEyLjQwMyA5LjE3OCA0LjczOSAxNC45MDh6Ii8+Cjwvc3ZnPgo=);
}
body[dir="rtl"] .mat-calendar-table .mat-calendar-body-label {
  text-align: left;
}
.mat-calendar-table .mat-calendar-cell-over > .mat-calendar-body-cell-content {
  border-color: #b0dbf580;
}
.mat-calendar-table
  .mat-calendar-body-begin-range:not(.mat-calendar-body-end-range),
.mat-calendar-table
  .mat-calendar-body-end-range:not(.mat-calendar-body-begin-range),
.mat-calendar-table .mat-calendar-cell-semi-selected {
  background: #b0dbf580;
}
.mat-calendar-table
  .mat-calendar-body-begin-range:not(.mat-calendar-body-end-range)
  .mat-calendar-body-semi-selected,
.mat-calendar-table
  .mat-calendar-body-end-range:not(.mat-calendar-body-begin-range)
  .mat-calendar-body-semi-selected,
.mat-calendar-table
  .mat-calendar-cell-semi-selected
  .mat-calendar-body-semi-selected {
  color: #fff !important;
}
body[dir="rtl"]
  .mat-calendar-table
  .mat-calendar-body-begin-range:not(.mat-calendar-body-end-range) {
  border-radius: 0 50% 50% 0;
}
body[dir="rtl"]
  .mat-calendar-table
  .mat-calendar-body-end-range:not(.mat-calendar-body-begin-range) {
  border-radius: 50% 0 0 50%;
}
.mat-calendar-table .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: none;
}
.mat-datepicker-content .mat-calendar-spacer {
  display: none;
}
.mat-datepicker-content .mat-calendar-previous-button {
  order: -1;
}
body[dir="rtl"] .mat-datepicker-content .mat-calendar-previous-button {
  transform: rotate(0);
}
.mat-datepicker-content .mat-calendar-next-button {
  order: 3;
}
body[dir="rtl"] .mat-datepicker-content .mat-calendar-next-button {
  transform: rotate(0);
}
.mat-datepicker-content .mat-calendar-period-button {
  order: 2;
  font-size: 14px;
  font-weight: 500;
}
.mat-datepicker-content .mat-calendar-table-header {
  text-transform: uppercase;
}
.mat-datepicker-content .mat-calendar-controls {
  justify-content: space-between;
  margin: 3% calc(33% / 7 - 16px);
}
.mat-datepicker-content .mat-calendar-arrow,
.mat-datepicker-content .mat-calendar-table-header-divider {
  display: none;
}
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: #929daa;
}
.mat-datepicker-content .mat-calendar-header {
  padding-top: 0;
}
.mat-datepicker-content .mat-calendar {
  width: 300px !important;
  height: 305px !important;
}
body[dir="rtl"] .mat-datepicker-content .mat-calendar {
  direction: ltr;
}
@media (min-width: 1024px) {
  .mat-datepicker-content .mat-calendar {
    width: 340px !important;
    height: 372px !important;
  }
}
.mat-datepicker-content
  .mat-calendar
  .mat-calendar-body
  .mat-calendar-body-disabled
  .mat-calendar-body-cell-content {
  border: none;
}
.mat-calendar-table
  .mat-calendar-body-disabled.mat-calendar-body-begin-range:not(
    .mat-calendar-body-end-range
  ),
.mat-calendar-table
  .mat-calendar-body-disabled.mat-calendar-body-end-range:not(
    .mat-calendar-body-begin-range
  ),
.mat-calendar-table
  .mat-calendar-body-disabled.mat-calendar-cell-semi-selected {
  background: none;
}
.mat-button,
.mat-calendar-body-label,
.mat-calendar-period-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  font-size: 14px;
}
.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server:focus
    + .mat-form-field-label-wrapper
    .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
    .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-form-field-autofill-control:-webkit-autofill
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server[label]:not(:label-shown)
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-tab-label,
.mat-tab-link {
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  pointer-events: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: #00000052;
}
.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: initial !important;
  height: 0 !important;
}
.mat-focus-indicator,
.mat-mdc-focus-indicator {
  position: relative;
}
.list,
.list-bullet,
.list-checkmark {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-form {
  font-size: 0.875rem;
  padding: 10px 24px;
}
.filter-form .dr-custom.mat-form-field .mat-form-field-wrapper {
  padding-bottom: 20px;
}
.mat-form-field {
  width: 100%;
}
.mat-form-field-outline-thick .mat-form-field-outline-gap {
  width: 0 !important;
  background-color: initial;
}
input.mat-input-element {
  font-size: 14px;
}
.mat-flat-button:not([class*="mat-elevation-z"]),
.mat-stroked-button:not([class*="mat-elevation-z"]) {
  box-shadow: none !important;
  outline: none;
}
.dr-custom.mat-form-field .mat-form-field-infix {
  color: #2d3436;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1.2em 0 0.4em;
  min-height: 54px;
}
.filter-form .dr-custom.mat-form-field.gray .mat-form-field-outline {
  outline: none !important;
  box-shadow: none;
  max-height: 51px;
  border: 1px solid #dadbdc;
  border-radius: 4px;
}
.mat-form-field.mat-focused
  .mat-form-field-outline.mat-form-field-outline-thick
  .mat-form-field-outline-gap {
  outline: none;
  box-shadow: none;
  width: 0 !important;
}
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-end,
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-gap,
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-start {
  border-width: 0 !important;
}
.dr-custom.mat-form-field.gray .mat-form-field-label,
.dr-custom.mat-form-field.gray .mat-select-arrow {
  color: #84949a;
  font-size: 14px;
}
.dr-custom-datepicker .mat-icon-button {
  align-items: center;
  justify-content: center;
  display: flex !important;
  width: 35px !important;
  height: 35px !important;
  margin-right: -5px;
}
.dr-custom.mat-form-field.gray .mat-select-value {
  color: #2d3436;
}
.dr-custom-datepicker .mat-icon-button i {
  font-size: 18px;
  font-weight: 500;
}
.priority {
  display: inline-flex;
  justify-content: space-between;
  width: 20px;
  margin: 0 auto;
}
.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0 !important;
}
.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: translateY(-24%) !important;
}
.mat-icon-button:hover .mat-button-focus-overlay {
  opacity: 0.1;
}
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-prefix
  .mat-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-suffix
  .mat-icon-button {
  outline: none !important;
}
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-0.7em) scale(0.75) !important;
}
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  min-height: 51px;
  margin-top: 4px;
}
.dr-custom.btn-outline.cdk-keyboard-focused,
.dr-custom.btn-outline:hover:not([disabled]) {
  color: #fff;
  background-color: #0984e3;
}
.dr-custom.mat-raised-button.mat-primary:not(:hover):not([disabled])
  .mat-button-wrapper,
.dr-custom.mat-stroked-button.mat-primary:not(:hover):not([disabled])
  .mat-button-wrapper {
  color: #2d3436;
}
.mat-stroked-button:not([disabled]) {
  border-color: #0051ff !important;
  transition: all 0.3s ease;
}
.dr-custom.btn-outline-primary:hover:not([disabled]) {
  border-color: #0051ff;
}
.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #0051ffb3;
}
.dr-custom.btn-outline-primary:hover:not([disabled]) .mat-button-focus-overlay {
  background-color: #0984e3;
}
.mat-ripple-element {
  background-color: #0000001a;
}
.mat-option {
  color: #8a9295;
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled),
.mat-option:hover:not(.mat-option-disabled) {
  background: #0000000a;
}
.mat-option.mat-active {
  background: #0000000a;
  color: #8a9295;
}
.mat-option.mat-option-disabled {
  color: #eaeef1;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #0051ff;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00b894;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e17055;
}
.mat-optgroup-label {
  color: #84949a;
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: #eaeef1;
}
.mat-pseudo-checkbox {
  color: #84949a;
}
.mat-pseudo-checkbox:after {
  color: #fff;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #0051ff;
}
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
  background: #00b894;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e17055;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fff;
  color: #8a9295;
}
.mat-elevation-z0 {
  box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}
.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
}
.mat-elevation-z2 {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
}
.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px 0 #00000024, 0 1px 8px 0 #0000001f;
}
.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px 0 #00000024,
    0 1px 10px 0 #0000001f;
}
.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px #0003, 0 5px 8px 0 #00000024,
    0 1px 14px 0 #0000001f;
}
.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px 0 #00000024,
    0 1px 18px 0 #0000001f;
}
.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px #0003, 0 7px 10px 1px #00000024,
    0 2px 16px 1px #0000001f;
}
.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024,
    0 3px 14px 2px #0000001f;
}
.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px #0003, 0 9px 12px 1px #00000024,
    0 3px 16px 2px #0000001f;
}
.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024,
    0 4px 18px 3px #0000001f;
}
.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px #0003, 0 11px 15px 1px #00000024,
    0 4px 20px 3px #0000001f;
}
.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024,
    0 5px 22px 4px #0000001f;
}
.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px #0003, 0 13px 19px 2px #00000024,
    0 5px 24px 4px #0000001f;
}
.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px #0003, 0 14px 21px 2px #00000024,
    0 5px 26px 4px #0000001f;
}
.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px #0003, 0 15px 22px 2px #00000024,
    0 6px 28px 5px #0000001f;
}
.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024,
    0 6px 30px 5px #0000001f;
}
.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px #0003, 0 17px 26px 2px #00000024,
    0 6px 32px 5px #0000001f;
}
.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px #0003, 0 18px 28px 2px #00000024,
    0 7px 34px 6px #0000001f;
}
.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px #0003, 0 19px 29px 2px #00000024,
    0 7px 36px 6px #0000001f;
}
.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px #0003, 0 20px 31px 3px #00000024,
    0 8px 38px 7px #0000001f;
}
.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px #0003, 0 21px 33px 3px #00000024,
    0 8px 40px 7px #0000001f;
}
.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px #0003, 0 22px 35px 3px #00000024,
    0 8px 42px 7px #0000001f;
}
.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px #0003, 0 23px 36px 3px #00000024,
    0 9px 44px 8px #0000001f;
}
.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024,
    0 9px 46px 8px #0000001f;
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: #fff;
  color: #8a9295;
}
.mat-autocomplete-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px 0 #00000024,
    0 1px 10px 0 #0000001f;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #fff;
}
.mat-autocomplete-panel
  .mat-option.mat-selected:not(.mat-active):not(:hover):not(
    .mat-option-disabled
  ) {
  color: #8a9295;
}
.mat-badge-content {
  color: #fff;
  background: #0051ff;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: 1px solid;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #00b894;
  color: #fff;
}
.mat-badge-warn .mat-badge-content {
  color: #000000de;
  background: #e17055;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #e0e0e0;
  color: #b2bec3;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.mat-badge-content._mat-animation-noopable,
.ng-animate-disabled .mat-badge-content {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir="rtl"] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir="rtl"] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir="rtl"]
  .mat-badge-small.mat-badge-overlap.mat-badge-before
  .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir="rtl"]
  .mat-badge-small.mat-badge-overlap.mat-badge-after
  .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir="rtl"]
  .mat-badge-medium.mat-badge-overlap.mat-badge-before
  .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir="rtl"]
  .mat-badge-medium.mat-badge-overlap.mat-badge-after
  .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir="rtl"] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir="rtl"] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir="rtl"]
  .mat-badge-large.mat-badge-overlap.mat-badge-before
  .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir="rtl"]
  .mat-badge-large.mat-badge-overlap.mat-badge-after
  .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024,
    0 6px 30px 5px #0000001f;
  background: #fff;
  color: #8a9295;
}
.mat-button,
.mat-icon-button,
.mat-stroked-button {
  color: inherit;
  background: #0000;
}
.mat-button.mat-primary,
.mat-icon-button.mat-primary,
.mat-stroked-button.mat-primary {
  color: #0051ff;
}
.mat-button.mat-accent,
.mat-icon-button.mat-accent,
.mat-stroked-button.mat-accent {
  color: #00b894;
}
.mat-button.mat-warn,
.mat-icon-button.mat-warn,
.mat-stroked-button.mat-warn {
  color: #e17055;
}
.mat-button.mat-accent.mat-button-disabled,
.mat-button.mat-button-disabled.mat-button-disabled,
.mat-button.mat-primary.mat-button-disabled,
.mat-button.mat-warn.mat-button-disabled,
.mat-icon-button.mat-accent.mat-button-disabled,
.mat-icon-button.mat-button-disabled.mat-button-disabled,
.mat-icon-button.mat-primary.mat-button-disabled,
.mat-icon-button.mat-warn.mat-button-disabled,
.mat-stroked-button.mat-accent.mat-button-disabled,
.mat-stroked-button.mat-button-disabled.mat-button-disabled,
.mat-stroked-button.mat-primary.mat-button-disabled,
.mat-stroked-button.mat-warn.mat-button-disabled {
  color: #0000001f;
}
.mat-button.mat-primary .mat-button-focus-overlay,
.mat-icon-button.mat-primary .mat-button-focus-overlay,
.mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #0051ff;
}
.mat-button.mat-accent .mat-button-focus-overlay,
.mat-icon-button.mat-accent .mat-button-focus-overlay,
.mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #00b894;
}
.mat-button.mat-warn .mat-button-focus-overlay,
.mat-icon-button.mat-warn .mat-button-focus-overlay,
.mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e17055;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay,
.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,
.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: initial;
}
.mat-button .mat-ripple-element,
.mat-icon-button .mat-ripple-element,
.mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: #000;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: #dfe6e9;
}
.mat-fab,
.mat-flat-button,
.mat-mini-fab,
.mat-raised-button {
  color: #8a9295;
  background-color: #fff;
}
.mat-fab.mat-accent,
.mat-fab.mat-primary,
.mat-flat-button.mat-accent,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-accent,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-accent,
.mat-raised-button.mat-primary {
  color: #fff;
}
.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  color: #000000de;
}
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled {
  color: #0000001f;
}
.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  background-color: #0051ff;
}
.mat-fab.mat-accent,
.mat-flat-button.mat-accent,
.mat-mini-fab.mat-accent,
.mat-raised-button.mat-accent {
  background-color: #00b894;
}
.mat-fab.mat-warn,
.mat-flat-button.mat-warn,
.mat-mini-fab.mat-warn,
.mat-raised-button.mat-warn {
  background-color: #e17055;
}
.mat-fab.mat-accent.mat-button-disabled,
.mat-fab.mat-button-disabled.mat-button-disabled,
.mat-fab.mat-primary.mat-button-disabled,
.mat-fab.mat-warn.mat-button-disabled,
.mat-flat-button.mat-accent.mat-button-disabled,
.mat-flat-button.mat-button-disabled.mat-button-disabled,
.mat-flat-button.mat-primary.mat-button-disabled,
.mat-flat-button.mat-warn.mat-button-disabled,
.mat-mini-fab.mat-accent.mat-button-disabled,
.mat-mini-fab.mat-button-disabled.mat-button-disabled,
.mat-mini-fab.mat-primary.mat-button-disabled,
.mat-mini-fab.mat-warn.mat-button-disabled,
.mat-raised-button.mat-accent.mat-button-disabled,
.mat-raised-button.mat-button-disabled.mat-button-disabled,
.mat-raised-button.mat-primary.mat-button-disabled,
.mat-raised-button.mat-warn.mat-button-disabled {
  background-color: #00000012;
}
.mat-fab.mat-accent .mat-ripple-element,
.mat-fab.mat-primary .mat-ripple-element,
.mat-flat-button.mat-accent .mat-ripple-element,
.mat-flat-button.mat-primary .mat-ripple-element,
.mat-mini-fab.mat-accent .mat-ripple-element,
.mat-mini-fab.mat-primary .mat-ripple-element,
.mat-raised-button.mat-accent .mat-ripple-element,
.mat-raised-button.mat-primary .mat-ripple-element {
  background-color: #ffffff1a;
}
.mat-fab.mat-warn .mat-ripple-element,
.mat-flat-button.mat-warn .mat-ripple-element,
.mat-mini-fab.mat-warn .mat-ripple-element,
.mat-raised-button.mat-warn .mat-ripple-element {
  background-color: #0000001a;
}
.mat-flat-button:not([class*="mat-elevation-z"]),
.mat-stroked-button:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}
.mat-raised-button:not([class*="mat-elevation-z"]) {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
}
.mat-raised-button:not(.mat-button-disabled):active:not(
    [class*="mat-elevation-z"]
  ) {
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024,
    0 3px 14px 2px #0000001f;
}
.mat-raised-button.mat-button-disabled:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}
.mat-fab:not([class*="mat-elevation-z"]),
.mat-mini-fab:not([class*="mat-elevation-z"]) {
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px 0 #00000024,
    0 1px 18px 0 #0000001f;
}
.mat-fab:not(.mat-button-disabled):active:not([class*="mat-elevation-z"]),
.mat-mini-fab:not(.mat-button-disabled):active:not([class*="mat-elevation-z"]) {
  box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024,
    0 5px 22px 4px #0000001f;
}
.mat-fab.mat-button-disabled:not([class*="mat-elevation-z"]),
.mat-mini-fab.mat-button-disabled:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}
.mat-button-toggle-group,
.mat-button-toggle-standalone {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: #eaeef1;
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: #0000001f;
}
.mat-button-toggle-appearance-standard {
  color: #8a9295;
  background: #fff;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: #000;
}
.mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: 1px solid #dfe6e9;
}
[dir="rtl"]
  .mat-button-toggle-group-appearance-standard
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: none;
  border-right: 1px solid #dfe6e9;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical
  .mat-button-toggle
  + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: 1px solid #dfe6e9;
}
.mat-button-toggle-checked {
  background-color: #dfe6e9;
  color: #84949a;
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: #8a9295;
}
.mat-button-toggle-disabled {
  color: #0000001f;
  background-color: #eaeef1;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #fff;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #2d3436;
}
.mat-button-toggle-group-appearance-standard,
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid #dfe6e9;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: #fff;
  color: #8a9295;
}
.mat-card:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
}
.mat-card.mat-card-flat:not([class*="mat-elevation-z"]) {
  box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}
.mat-card-subtitle {
  color: #84949a;
}
.mat-checkbox-frame {
  border-color: #84949a;
}
.mat-checkbox-checkmark {
  fill: #fff;
}
.mat-checkbox-checkmark-path {
  stroke: #fff !important;
}
.mat-checkbox-mixedmark {
  background-color: #fff;
}
.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #0051ff;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #00b894;
}
.mat-checkbox-checked.mat-warn .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #e17055;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: #84949a;
}
.mat-checkbox .mat-ripple-element {
  background-color: #000;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary
  .mat-ripple-element {
  background: #0051ff;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent
  .mat-ripple-element {
  background: #00b894;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e17055;
}
.mat-chip.mat-standard-chip {
  background-color: #dfe6e9;
  color: #8a9295;
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: #8a9295;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px 0 #00000024, 0 1px 8px 0 #0000001f;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:after {
  background: #000;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #0051ff;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: #ffffff1a;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e17055;
  color: #000000de;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: #000000de;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: #0000001a;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #00b894;
  color: #fff;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: #fff;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: #ffffff1a;
}
.mat-table {
  background: #fff;
}
.mat-table tbody,
.mat-table tfoot,
.mat-table thead,
.mat-table-sticky,
[mat-footer-row],
[mat-header-row],
[mat-row],
mat-footer-row,
mat-header-row,
mat-row {
  background: inherit;
}
mat-footer-row,
mat-header-row,
mat-row,
td.mat-cell,
td.mat-footer-cell,
th.mat-header-cell {
  border-bottom-color: #dfe6e9;
}
.mat-header-cell {
  color: #84949a;
}
.mat-cell,
.mat-footer-cell {
  color: #8a9295;
}
.mat-calendar-arrow {
  border-top-color: #0000008a;
}
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
  color: #0000008a;
}
.mat-calendar-table-header {
  color: #eaeef1;
}
.mat-calendar-table-header-divider:after {
  background: #dfe6e9;
}
.mat-calendar-body-label {
  color: #84949a;
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: #8a9295;
  border-color: #0000;
}
.mat-calendar-body-disabled
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-form-field-disabled .mat-date-range-input-separator {
  color: #b2bec3;
}
.mat-calendar-body-in-preview {
  color: #dfe6e9;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  border-color: #eaeef1;
}
.mat-calendar-body-disabled
  > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  border-color: #eaeef1cc;
}
.mat-calendar-body-in-range:before {
  background: #0051ff33;
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range:before {
  background: #f9ab0033;
}
.mat-calendar-body-comparison-bridge-start:before,
[dir="rtl"] .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, #0051ff33 50%, #f9ab0033 0);
}
.mat-calendar-body-comparison-bridge-end:before,
[dir="rtl"] .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, #0051ff33 50%, #f9ab0033 0);
}
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #0051ff;
  color: #fff;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: #0051ff66;
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #0051ff4d;
}
.mat-datepicker-content {
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px 0 #00000024,
    0 1px 10px 0 #0000001f;
  background-color: #fff;
  color: #8a9295;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
  background: #00b89433;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent
  .mat-calendar-body-in-comparison-range:before {
  background: #f9ab0033;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-accent
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, #00b89433 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-accent
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, #00b89433 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-datepicker-content.mat-accent
  .mat-calendar-body-in-range
  > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent
  .mat-calendar-body-in-comparison-range
  > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #00b894;
  color: #fff;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-disabled
  > .mat-calendar-body-selected {
  background-color: #00b89466;
}
.mat-datepicker-content.mat-accent
  .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #fff;
}
.mat-datepicker-content.mat-accent
  .cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-accent
  .cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-accent
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #00b8944d;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
  background: #e1705533;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
  background: #f9ab0033;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-warn
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-end:before {
  background: linear-gradient(90deg, #e1705533 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-warn
  [dir="rtl"]
  .mat-calendar-body-comparison-bridge-start:before {
  background: linear-gradient(270deg, #e1705533 50%, #f9ab0033 0);
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-datepicker-content.mat-warn
  .mat-calendar-body-in-range
  > .mat-calendar-body-comparison-identical {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn
  .mat-calendar-body-in-comparison-range
  > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e17055;
  color: #000000de;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-disabled
  > .mat-calendar-body-selected {
  background-color: #e1705566;
}
.mat-datepicker-content.mat-warn
  .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #000000de;
}
.mat-datepicker-content.mat-warn
  .cdk-keyboard-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-warn
  .cdk-program-focused
  .mat-calendar-body-active
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ),
.mat-datepicker-content.mat-warn
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover
  > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(
    .mat-calendar-body-comparison-identical
  ) {
  background-color: #e170554d;
}
.mat-datepicker-content-touch {
  box-shadow: 0 0 0 0 #0003, 0 0 0 0 #00000024, 0 0 0 0 #0000001f;
}
.mat-datepicker-toggle-active {
  color: #0051ff;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #00b894;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #e17055;
}
.mat-date-range-input-inner[disabled] {
  color: #b2bec3;
}
.mat-dialog-container {
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024,
    0 9px 46px 8px #0000001f;
  background: #fff;
  color: #8a9295;
}
.mat-divider {
  border-top-color: #dfe6e9;
}
.mat-divider-vertical {
  border-right-color: #dfe6e9;
}
.mat-expansion-panel {
  background: #fff;
  color: #8a9295;
}
.mat-expansion-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px 0 #00000024, 0 1px 5px 0 #0000001f;
}
.mat-action-row {
  border-top-color: #dfe6e9;
}
.mat-expansion-panel
  .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled="true"]),
.mat-expansion-panel
  .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled="true"]),
.mat-expansion-panel:not(.mat-expanded)
  .mat-expansion-panel-header:hover:not([aria-disabled="true"]) {
  background: #0000000a;
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled="true"])
    .mat-expansion-panel-header:hover {
    background: #fff;
  }
}
.mat-expansion-panel-header-title {
  color: #8a9295;
}
.mat-expansion-indicator:after,
.mat-expansion-panel-header-description {
  color: #84949a;
}
.mat-expansion-panel-header[aria-disabled="true"] {
  color: #0000001f;
}
.mat-expansion-panel-header[aria-disabled="true"]
  .mat-expansion-panel-header-description,
.mat-expansion-panel-header[aria-disabled="true"]
  .mat-expansion-panel-header-title {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label,
.mat-hint {
  color: #84949a99;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #0051ff;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #00b894;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e17055;
}
.mat-focused .mat-form-field-required-marker {
  color: #00b894;
}
.mat-form-field-ripple {
  background-color: #dfe6e9de;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #0051ff;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #00b894;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e17055;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid)
  .mat-form-field-infix:after {
  color: #0051ff;
}
.mat-form-field-type-mat-native-select.mat-focused:not(
    .mat-form-field-invalid
  ).mat-accent
  .mat-form-field-infix:after {
  color: #00b894;
}
.mat-form-field-type-mat-native-select.mat-focused:not(
    .mat-form-field-invalid
  ).mat-warn
  .mat-form-field-infix:after,
.mat-form-field.mat-form-field-invalid .mat-form-field-label,
.mat-form-field.mat-form-field-invalid
  .mat-form-field-label
  .mat-form-field-required-marker,
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent {
  color: #e17055;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e17055;
}
.mat-error {
  color: #e17055;
}
.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field-appearance-legacy .mat-hint {
  color: #84949a;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #dfe6e96b;
}
.mat-form-field-appearance-legacy.mat-form-field-disabled
  .mat-form-field-underline {
  background-image: linear-gradient(90deg, #dfe6e96b 0, #dfe6e96b 33%, #0000 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: #dfe6e96b;
}
.mat-form-field-appearance-standard.mat-form-field-disabled
  .mat-form-field-underline {
  background-image: linear-gradient(90deg, #dfe6e96b 0, #dfe6e96b 33%, #0000 0);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #0000000a;
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: #00000005;
}
.mat-form-field-appearance-fill .mat-form-field-underline:before {
  background-color: #dfe6e96b;
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: #b2bec3;
}
.mat-form-field-appearance-fill.mat-form-field-disabled
  .mat-form-field-underline:before {
  background-color: initial;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #dfe6e91f;
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: #dfe6e9de;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #0051ff;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent
  .mat-form-field-outline-thick {
  color: #00b894;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn
  .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid
  .mat-form-field-outline-thick {
  color: #e17055;
}
.mat-form-field-appearance-outline.mat-form-field-disabled
  .mat-form-field-label {
  color: #b2bec3;
}
.mat-form-field-appearance-outline.mat-form-field-disabled
  .mat-form-field-outline {
  color: #dfe6e90f;
}
.mat-icon.mat-primary {
  color: #0051ff;
}
.mat-icon.mat-accent {
  color: #00b894;
}
.mat-icon.mat-warn {
  color: #e17055;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix:after {
  color: #84949a;
}
.mat-form-field-type-mat-native-select.mat-form-field-disabled
  .mat-form-field-infix:after,
.mat-input-element:disabled {
  color: #b2bec3;
}
.mat-input-element {
  caret-color: #0051ff;
}
.mat-input-element::placeholder {
  color: #84949a6b;
}
.mat-input-element::-moz-placeholder {
  color: #84949a6b;
}
.mat-input-element::-webkit-input-placeholder {
  color: #84949a6b;
}
.mat-input-element:-ms-input-placeholder {
  color: #84949a6b;
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #00b894;
}
.mat-form-field-invalid .mat-input-element,
.mat-form-field.mat-warn .mat-input-element {
  caret-color: #e17055;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid
  .mat-form-field-infix:after {
  color: #e17055;
}
.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
  color: #8a9295;
}
.mat-list-base .mat-subheader {
  color: #84949a;
}
.mat-list-item-disabled {
  background-color: #eaeef1;
}
.mat-action-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-list-option:focus,
.mat-list-option:hover,
.mat-nav-list .mat-list-item:focus,
.mat-nav-list .mat-list-item:hover {
  background: #0000000a;
}
.mat-list-single-selected-option,
.mat-list-single-selected-option:focus,
.mat-list-single-selected-option:hover {
  background: #0000001f;
}
.mat-menu-panel {
  background: #fff;
}
.mat-menu-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px 0 #00000024,
    0 1px 10px 0 #0000001f;
}
.mat-menu-item {
  background: #0000;
  color: #8a9295;
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-icon-no-color,
.mat-menu-item[disabled]:after {
  color: #eaeef1;
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger:after {
  color: #0000008a;
}
.mat-menu-item-highlighted:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item:hover:not([disabled]) {
  background: #0000000a;
}
.mat-paginator {
  background: #fff;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: #84949a;
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid #0000008a;
  border-right: 2px solid #0000008a;
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid #0000008a;
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: #eaeef1;
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c1e0f8;
}
.mat-progress-bar-buffer {
  background-color: #c1e0f8;
}
.mat-progress-bar-fill:after {
  background-color: #0051ff;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #bfede4;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bfede4;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill:after {
  background-color: #00b894;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f0b8aa;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f0b8aa;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill:after {
  background-color: #e17055;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #0051ff;
}
.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
  stroke: #00b894;
}
.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
  stroke: #e17055;
}
.mat-radio-outer-circle {
  border-color: #84949a;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0051ff;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #0051ff;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #00b894;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #00b894;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e17055;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn
  .mat-radio-ripple
  .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e17055;
}
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle {
  border-color: #eaeef1;
}
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: #eaeef1;
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #eaeef1;
}
.mat-radio-button .mat-ripple-element {
  background-color: #000;
}
.mat-select-value {
  color: #8a9295;
}
.mat-select-placeholder {
  color: #84949a6b;
}
.mat-select-disabled .mat-select-value {
  color: #b2bec3;
}
.mat-select-arrow {
  color: #84949a;
}
.mat-select-panel {
  background: #fff;
}
.mat-select-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px 0 #00000024,
    0 1px 10px 0 #0000001f;
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: #0000001f;
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #0051ff;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #00b894;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e17055;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: #b2bec3;
}
.mat-drawer,
.mat-drawer-container {
  background-color: #fff;
  color: #8a9295;
}
.mat-drawer.mat-drawer-push {
  background-color: #fff;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024,
    0 6px 30px 5px #0000001f;
}
.mat-drawer-side {
  border-right: 1px solid #dfe6e9;
}
.mat-drawer-side.mat-drawer-end,
[dir="rtl"] .mat-drawer-side {
  border-left: 1px solid #dfe6e9;
  border-right: none;
}
[dir="rtl"] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: 1px solid #dfe6e9;
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: #0009;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #00b894;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #00b8948a;
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #00b894;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #0051ff;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: #0051ff8a;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #0051ff;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e17055;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: #e170558a;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e17055;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #000;
}
.mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px 0 #00000024, 0 1px 3px 0 #0000001f;
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: #eaeef1;
}
.mat-slider-track-background {
  background-color: #00000042;
}
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label,
.mat-primary .mat-slider-track-fill {
  background-color: #0051ff;
}
.mat-primary .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-primary .mat-slider-focus-ring {
  background-color: #0051ff33;
}
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
  background-color: #00b894;
}
.mat-accent .mat-slider-thumb-label-text {
  color: #fff;
}
.mat-accent .mat-slider-focus-ring {
  background-color: #00b89433;
}
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label,
.mat-warn .mat-slider-track-fill {
  background-color: #e17055;
}
.mat-warn .mat-slider-thumb-label-text {
  color: #000000de;
}
.mat-warn .mat-slider-focus-ring {
  background-color: #e1705533;
}
.cdk-focused .mat-slider-track-background,
.mat-slider:hover .mat-slider-track-background {
  background-color: #00000061;
}
.mat-slider-disabled .mat-slider-thumb,
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: #00000042;
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: #0000001f;
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: #000000de;
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused
  .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused
  .mat-slider-thumb-label {
  background-color: #00000042;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: #00000042;
  background-color: initial;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused
  .mat-slider-thumb,
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover
  .mat-slider-thumb {
  border-color: #00000061;
}
.mat-slider-min-value:not(
    .mat-slider-thumb-label-showing
  ).cdk-focused.mat-slider-disabled
  .mat-slider-thumb,
.mat-slider-min-value:not(
    .mat-slider-thumb-label-showing
  ):hover.mat-slider-disabled
  .mat-slider-thumb {
  border-color: #00000042;
}
.mat-slider-has-ticks .mat-slider-wrapper:after {
  border-color: #000000b3;
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(
    90deg,
    #000000b3,
    #000000b3 2px,
    #0000 0,
    #0000
  );
  background-image: -moz-repeating-linear-gradient(
    0.0001deg,
    #000000b3,
    #000000b3 2px,
    #0000 0,
    #0000
  );
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(
    180deg,
    #000000b3,
    #000000b3 2px,
    #0000 0,
    #0000
  );
}
.mat-step-header.cdk-keyboard-focused,
.mat-step-header.cdk-program-focused,
.mat-step-header:hover {
  background-color: #0000000a;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: #84949a;
}
.mat-step-header .mat-step-icon {
  background-color: #84949a;
  color: #fff;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #0051ff;
  color: #fff;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: #fff;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #00b894;
  color: #fff;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: #000000de;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e17055;
  color: #000000de;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: initial;
  color: #e17055;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: #8a9295;
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #e17055;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  background-color: #fff;
}
.mat-stepper-vertical-line:before {
  border-left-color: #dfe6e9;
}
.mat-horizontal-stepper-header:after,
.mat-horizontal-stepper-header:before,
.mat-stepper-horizontal-line {
  border-top-color: #dfe6e9;
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px;
}
.mat-stepper-vertical-line:before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before,
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #84949a;
}
.mat-tab-header,
.mat-tab-nav-bar {
  border-bottom: 1px solid #dfe6e9;
}
.mat-tab-group-inverted-header .mat-tab-header,
.mat-tab-group-inverted-header .mat-tab-nav-bar {
  border-top: 1px solid #dfe6e9;
  border-bottom: none;
}
.mat-tab-label,
.mat-tab-link {
  color: #8a9295;
}
.mat-tab-label.mat-tab-disabled,
.mat-tab-link.mat-tab-disabled {
  color: #b2bec3;
}
.mat-tab-header-pagination-chevron {
  border-color: #8a9295;
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: #b2bec3;
}
.mat-tab-group[class*="mat-background-"] .mat-tab-header,
.mat-tab-nav-bar[class*="mat-background-"] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #c1e0f84d;
}
.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #0051ff;
}
.mat-tab-group.mat-primary.mat-background-primary
  > .mat-tab-header
  .mat-ink-bar,
.mat-tab-group.mat-primary.mat-background-primary
  > .mat-tab-link-container
  .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary
  > .mat-tab-header
  .mat-ink-bar,
.mat-tab-nav-bar.mat-primary.mat-background-primary
  > .mat-tab-link-container
  .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #bfede44d;
}
.mat-tab-group.mat-accent .mat-ink-bar,
.mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #00b894;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar,
.mat-tab-group.mat-accent.mat-background-accent
  > .mat-tab-link-container
  .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent
  > .mat-tab-header
  .mat-ink-bar,
.mat-tab-nav-bar.mat-accent.mat-background-accent
  > .mat-tab-link-container
  .mat-ink-bar {
  background-color: #fff;
}
.mat-tab-group.mat-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #f0b8aa4d;
}
.mat-tab-group.mat-warn .mat-ink-bar,
.mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e17055;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
.mat-tab-group.mat-warn.mat-background-warn
  > .mat-tab-link-container
  .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar,
.mat-tab-nav-bar.mat-warn.mat-background-warn
  > .mat-tab-link-container
  .mat-ink-bar {
  background-color: #000000de;
}
.mat-tab-group.mat-background-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #c1e0f84d;
}
.mat-tab-group.mat-background-primary > .mat-tab-header,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination,
.mat-tab-group.mat-background-primary > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container {
  background-color: #0051ff;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-link-container
  .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-primary
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-primary
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled {
  color: #fff6;
}
.mat-tab-group.mat-background-primary
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-group.mat-background-primary
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary
  > .mat-tab-links
  .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-links
  .mat-focus-indicator:before {
  border-color: #fff;
}
.mat-tab-group.mat-background-primary
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: #fff6;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary
  > .mat-tab-link-container
  .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary
  > .mat-tab-link-container
  .mat-ripple-element {
  background-color: #ffffff1f;
}
.mat-tab-group.mat-background-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #bfede44d;
}
.mat-tab-group.mat-background-accent > .mat-tab-header,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination,
.mat-tab-group.mat-background-accent > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container {
  background-color: #00b894;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: #fff;
}
.mat-tab-group.mat-background-accent
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-accent
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled {
  color: #fff6;
}
.mat-tab-group.mat-background-accent
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-group.mat-background-accent
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent
  > .mat-tab-links
  .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-links
  .mat-focus-indicator:before {
  border-color: #fff;
}
.mat-tab-group.mat-background-accent
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: #fff6;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent
  > .mat-tab-link-container
  .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent
  > .mat-tab-link-container
  .mat-ripple-element {
  background-color: #ffffff1f;
}
.mat-tab-group.mat-background-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn
  .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: #f0b8aa4d;
}
.mat-tab-group.mat-background-warn > .mat-tab-header,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination,
.mat-tab-group.mat-background-warn > .mat-tab-link-container,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container {
  background-color: #e17055;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: #000000de;
}
.mat-tab-group.mat-background-warn
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-group.mat-background-warn
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header
  .mat-tab-label.mat-tab-disabled,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-link-container
  .mat-tab-link.mat-tab-disabled {
  color: #0006;
}
.mat-tab-group.mat-background-warn
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-group.mat-background-warn
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header
  .mat-focus-indicator:before,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header-pagination
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-links
  .mat-focus-indicator:before {
  border-color: #000000de;
}
.mat-tab-group.mat-background-warn
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-header-pagination-disabled
  .mat-tab-header-pagination-chevron {
  border-color: #0006;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn
  > .mat-tab-link-container
  .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn
  > .mat-tab-link-container
  .mat-ripple-element {
  background-color: #0000001f;
}
.mat-toolbar {
  background: #f1f4f6;
  color: #8a9295;
}
.mat-toolbar.mat-primary {
  background: #0051ff;
  color: #fff;
}
.mat-toolbar.mat-accent {
  background: #00b894;
  color: #fff;
}
.mat-toolbar.mat-warn {
  background: #e17055;
  color: #000000de;
}
.mat-toolbar .mat-focused .mat-form-field-ripple,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-form-field-underline {
  background-color: currentColor;
}
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-select-value {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row,
.mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row,
  .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tree {
  background: #fff;
}
.mat-nested-tree-node,
.mat-tree-node {
  color: #8a9295;
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: #ffffffb3;
  background: #323232;
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px 0 #00000024,
    0 1px 18px 0 #0000001f;
}
.mat-simple-snackbar-action {
  color: #00b894;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography h1 {
  font: 400 24px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography h2 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
  font: 400 16px/28px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography h4 {
  font: 400 15px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, Helvetica Neue, sans-serif;
  margin: 0 0 12px;
}
.mat-body-2,
.mat-body-strong {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-caption,
.mat-small {
  font: 400 12px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-button,
.mat-fab,
.mat-flat-button,
.mat-icon-button,
.mat-mini-fab,
.mat-raised-button,
.mat-stroked-button {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.mat-button-toggle,
.mat-card {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-content,
.mat-card-subtitle {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-remove.mat-icon,
.mat-chip .mat-chip-trailing-icon.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell,
.mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 16px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid #0000;
}
.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00106px);
  -ms-transform: translateY(-1.28119em) scale(0.75);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00107px);
  -ms-transform: translateY(-1.28118em) scale(0.75);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px)
    translateZ(0.00108px);
  -ms-transform: translateY(-1.28117em) scale(0.75);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server:focus
    + .mat-form-field-label-wrapper
    .mat-form-field-label,
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float
    .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-form-field-autofill-control:-webkit-autofill
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float
    .mat-input-server[label]:not(:label-shown)
    + .mat-form-field-label-wrapper
    .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float
  .mat-input-server[label]:not(:label-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-footer,
.mat-grid-tile-header {
  font-size: 14px;
}
.mat-grid-tile-footer .mat-line,
.mat-grid-tile-header .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-footer .mat-line:nth-child(n + 2),
.mat-grid-tile-header .mat-line:nth-child(n + 2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
}
.mat-radio-button,
.mat-select {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content,
.mat-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-horizontal,
.mat-stepper-vertical {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: 400;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group,
.mat-tab-label,
.mat-tab-link {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-tab-label,
.mat-tab-link {
  font-size: 16px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item,
.mat-list-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n + 2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n + 2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n + 2),
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n + 2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, Helvetica Neue, sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, Helvetica Neue, sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-nested-tree-node,
.mat-tree-node {
  font-weight: 400;
  font-size: 14px;
}
:root {
  --space-3xs: 2px;
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-s: 12px;
  --space-m: 16px;
  --space-l: 20px;
  --space-xl: 24px;
  --space-2xl: 32px;
  --space-3xl: 40px;
  --space-4xl: 48px;
  --space-5xl: 72px;
  --space-6xl: 96px;
}
:root .pt-m {
  padding-top: var(--space-m);
}
:root .pt-2xl {
  padding-top: var(--space-2xl);
}
.swiper-container[_ngcontent-sc74] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74] {
  float: left;
}
.swiper-container-vertical[_ngcontent-sc74] > .swiper-wrapper[_ngcontent-sc74] {
  flex-direction: column;
}
.swiper-wrapper[_ngcontent-sc74] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: initial;
}
.swiper-container-android[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74],
.swiper-wrapper[_ngcontent-sc74] {
  transform: translateZ(0);
}
.swiper-container-multirow[_ngcontent-sc74] > .swiper-wrapper[_ngcontent-sc74] {
  flex-wrap: wrap;
}
.swiper-container-free-mode[_ngcontent-sc74]
  > .swiper-wrapper[_ngcontent-sc74] {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide[_ngcontent-sc74] {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank[_ngcontent-sc74] {
  visibility: hidden;
}
.swiper-container-autoheight[_ngcontent-sc74],
.swiper-container-autoheight[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74] {
  height: auto;
}
.swiper-container-autoheight[_ngcontent-sc74] .swiper-wrapper[_ngcontent-sc74] {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d[_ngcontent-sc74] {
  perspective: 1200px;
}
.swiper-container-3d[_ngcontent-sc74] .swiper-cube-shadow[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-bottom[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-left[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-right[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74] .swiper-slide-shadow-top[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74] .swiper-wrapper[_ngcontent-sc74] {
  transform-style: preserve-3d;
}
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-bottom[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-left[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-right[_ngcontent-sc74],
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-top[_ngcontent-sc74] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-left[_ngcontent-sc74] {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-right[_ngcontent-sc74] {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-top[_ngcontent-sc74] {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc74]
  .swiper-slide-shadow-bottom[_ngcontent-sc74] {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-container-wp8-horizontal[_ngcontent-sc74],
.swiper-container-wp8-horizontal[_ngcontent-sc74]
  > .swiper-wrapper[_ngcontent-sc74] {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical[_ngcontent-sc74],
.swiper-container-wp8-vertical[_ngcontent-sc74]
  > .swiper-wrapper[_ngcontent-sc74] {
  touch-action: pan-x;
}
.swiper-button-next[_ngcontent-sc74],
.swiper-button-prev[_ngcontent-sc74] {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled[_ngcontent-sc74],
.swiper-button-prev.swiper-button-disabled[_ngcontent-sc74] {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev[_ngcontent-sc74],
.swiper-container-rtl[_ngcontent-sc74] .swiper-button-next[_ngcontent-sc74] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next[_ngcontent-sc74],
.swiper-container-rtl[_ngcontent-sc74] .swiper-button-prev[_ngcontent-sc74] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white[_ngcontent-sc74],
.swiper-container-rtl[_ngcontent-sc74]
  .swiper-button-next.swiper-button-white[_ngcontent-sc74] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white[_ngcontent-sc74],
.swiper-container-rtl[_ngcontent-sc74]
  .swiper-button-prev.swiper-button-white[_ngcontent-sc74] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black[_ngcontent-sc74],
.swiper-container-rtl[_ngcontent-sc74]
  .swiper-button-next.swiper-button-black[_ngcontent-sc74] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black[_ngcontent-sc74],
.swiper-container-rtl[_ngcontent-sc74]
  .swiper-button-prev.swiper-button-black[_ngcontent-sc74] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock[_ngcontent-sc74] {
  display: none;
}
.swiper-pagination[_ngcontent-sc74] {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden[_ngcontent-sc74] {
  opacity: 0;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-pagination-bullets[_ngcontent-sc74],
.swiper-pagination-custom[_ngcontent-sc74],
.swiper-pagination-fraction[_ngcontent-sc74] {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74] {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet-active[_ngcontent-sc74],
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet-active-main[_ngcontent-sc74] {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet-active-prev[_ngcontent-sc74] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet-active-prev-prev[_ngcontent-sc74] {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet-active-next[_ngcontent-sc74] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet-active-next-next[_ngcontent-sc74] {
  transform: scale(0.33);
}
.swiper-pagination-bullet[_ngcontent-sc74] {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet[_ngcontent-sc74] {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  cursor: pointer;
}
.swiper-pagination-bullet-active[_ngcontent-sc74] {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-pagination-bullets[_ngcontent-sc74] {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-pagination-bullets[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc74] {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  display: inline-block;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-pagination-bullets[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  margin: 0 4px;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc74] {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl[_ngcontent-sc74]
  > .swiper-pagination-bullets-dynamic[_ngcontent-sc74]
  .swiper-pagination-bullet[_ngcontent-sc74] {
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar[_ngcontent-sc74] {
  background: #00000040;
  position: absolute;
}
.swiper-pagination-progressbar[_ngcontent-sc74]
  .swiper-pagination-progressbar-fill[_ngcontent-sc74] {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl[_ngcontent-sc74]
  .swiper-pagination-progressbar[_ngcontent-sc74]
  .swiper-pagination-progressbar-fill[_ngcontent-sc74] {
  transform-origin: right top;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-pagination-progressbar[_ngcontent-sc74],
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[_ngcontent-sc74] {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[_ngcontent-sc74],
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-pagination-progressbar[_ngcontent-sc74] {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white[_ngcontent-sc74]
  .swiper-pagination-bullet-active[_ngcontent-sc74] {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white[_ngcontent-sc74] {
  background: #ffffff40;
}
.swiper-pagination-progressbar.swiper-pagination-white[_ngcontent-sc74]
  .swiper-pagination-progressbar-fill[_ngcontent-sc74] {
  background: #fff;
}
.swiper-pagination-black[_ngcontent-sc74]
  .swiper-pagination-bullet-active[_ngcontent-sc74] {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black[_ngcontent-sc74] {
  background: #00000040;
}
.swiper-pagination-progressbar.swiper-pagination-black[_ngcontent-sc74]
  .swiper-pagination-progressbar-fill[_ngcontent-sc74] {
  background: #000;
}
.swiper-pagination-lock[_ngcontent-sc74] {
  display: none;
}
.swiper-scrollbar[_ngcontent-sc74] {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #0000001a;
}
.swiper-container-horizontal[_ngcontent-sc74]
  > .swiper-scrollbar[_ngcontent-sc74] {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical[_ngcontent-sc74]
  > .swiper-scrollbar[_ngcontent-sc74] {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag[_ngcontent-sc74] {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00000080;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag[_ngcontent-sc74] {
  cursor: move;
}
.swiper-scrollbar-lock[_ngcontent-sc74] {
  display: none;
}
.swiper-zoom-container[_ngcontent-sc74] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container[_ngcontent-sc74] > canvas[_ngcontent-sc74],
.swiper-zoom-container[_ngcontent-sc74] > img[_ngcontent-sc74],
.swiper-zoom-container[_ngcontent-sc74] > svg[_ngcontent-sc74] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed[_ngcontent-sc74] {
  cursor: move;
}
.swiper-lazy-preloader[_ngcontent-sc74] {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader[_ngcontent-sc74]:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white[_ngcontent-sc74]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container[_ngcontent-sc74] .swiper-notification[_ngcontent-sc74] {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74] {
  transition-timing-function: ease-out;
}
.swiper-container-fade[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74] {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74] {
  pointer-events: none;
}
.swiper-container-fade[_ngcontent-sc74] .swiper-slide-active[_ngcontent-sc74],
.swiper-container-fade[_ngcontent-sc74]
  .swiper-slide-active[_ngcontent-sc74]
  .swiper-slide-active[_ngcontent-sc74] {
  pointer-events: auto;
}
.swiper-container-cube[_ngcontent-sc74] {
  overflow: visible;
}
.swiper-container-cube[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74] {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74] {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74] {
  transform-origin: 100% 0;
}
.swiper-container-cube[_ngcontent-sc74] .swiper-slide-active[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide-active[_ngcontent-sc74]
  .swiper-slide-active[_ngcontent-sc74] {
  pointer-events: auto;
}
.swiper-container-cube[_ngcontent-sc74] .swiper-slide-active[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74] .swiper-slide-next[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide-next[_ngcontent-sc74]
  + .swiper-slide[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74] .swiper-slide-prev[_ngcontent-sc74] {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide-shadow-bottom[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide-shadow-left[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide-shadow-right[_ngcontent-sc74],
.swiper-container-cube[_ngcontent-sc74]
  .swiper-slide-shadow-top[_ngcontent-sc74] {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube[_ngcontent-sc74] .swiper-cube-shadow[_ngcontent-sc74] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip[_ngcontent-sc74] {
  overflow: visible;
}
.swiper-container-flip[_ngcontent-sc74] .swiper-slide[_ngcontent-sc74] {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74]
  .swiper-slide[_ngcontent-sc74] {
  pointer-events: none;
}
.swiper-container-flip[_ngcontent-sc74] .swiper-slide-active[_ngcontent-sc74],
.swiper-container-flip[_ngcontent-sc74]
  .swiper-slide-active[_ngcontent-sc74]
  .swiper-slide-active[_ngcontent-sc74] {
  pointer-events: auto;
}
.swiper-container-flip[_ngcontent-sc74]
  .swiper-slide-shadow-bottom[_ngcontent-sc74],
.swiper-container-flip[_ngcontent-sc74]
  .swiper-slide-shadow-left[_ngcontent-sc74],
.swiper-container-flip[_ngcontent-sc74]
  .swiper-slide-shadow-right[_ngcontent-sc74],
.swiper-container-flip[_ngcontent-sc74]
  .swiper-slide-shadow-top[_ngcontent-sc74] {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow[_ngcontent-sc74] .swiper-wrapper[_ngcontent-sc74] {
  -ms-perspective: 1200px;
}
.cookie-warning-displayed .holder-popups {
  bottom: 140px !important;
}
@media (max-width: 1023.98px) {
  .holder-popups[_ngcontent-sc74] {
    animation: none;
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .holder-popups[_ngcontent-sc74] {
    position: fixed;
    z-index: 99996;
    bottom: 100px;
    left: 20px;
    max-width: 390px;
    right: auto;
    top: auto;
  }
  .holder-popups--right[_ngcontent-sc74] {
    left: auto;
    right: 100px;
  }
}
.holder-popups--cookies[_ngcontent-sc74] {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.custom-control[_ngcontent-sc77] {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 40px;
}
.custom-control-inline[_ngcontent-sc77] {
  display: inline-flex;
  margin-right: 10px;
}
.custom-control-input[_ngcontent-sc77] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input[_ngcontent-sc77]:checked
  ~ .custom-control-label[_ngcontent-sc77]:before {
  color: #d91222;
  background-color: #fff;
}
.custom-control-input[_ngcontent-sc77]:focus
  ~ .custom-control-label[_ngcontent-sc77]:before {
  box-shadow: 0 0 0 1px #b2bec3;
}
.custom-control-input[_ngcontent-sc77]:active
  ~ .custom-control-label[_ngcontent-sc77]:before {
  color: #fff;
  background-color: #fff;
}
.custom-control-input[_ngcontent-sc77]:disabled
  ~ .custom-control-label[_ngcontent-sc77] {
  color: #6c757d;
}
.custom-control-input[_ngcontent-sc77]:disabled
  ~ .custom-control-label[_ngcontent-sc77]:before {
  background-color: #e9ecef;
}
.custom-control-label[_ngcontent-sc77] {
  margin-bottom: 0;
}
.custom-control-label[_ngcontent-sc77]:before {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
}
.custom-control-label[_ngcontent-sc77]:after,
.custom-control-label[_ngcontent-sc77]:before {
  position: absolute;
  top: -11.25px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
}
.custom-control-label[_ngcontent-sc77]:after {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50% 50%;
}
.custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]:before {
  border-radius: 0.25rem;
}
.custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:checked
  ~ .custom-control-label[_ngcontent-sc77]:before {
  background-color: #fff;
}
.custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:checked
  ~ .custom-control-label[_ngcontent-sc77]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23B68756' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:indeterminate
  ~ .custom-control-label[_ngcontent-sc77]:before {
  background-color: #007bff;
}
.custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:indeterminate
  ~ .custom-control-label[_ngcontent-sc77]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23B68756' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:disabled:checked
  ~ .custom-control-label[_ngcontent-sc77]:before,
.custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:disabled:indeterminate
  ~ .custom-control-label[_ngcontent-sc77]:before {
  background-color: #007bff80;
}
.custom-radio[_ngcontent-sc77] .custom-control-label[_ngcontent-sc77]:before {
  border-radius: 50%;
}
.custom-radio[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:checked
  ~ .custom-control-label[_ngcontent-sc77]:before {
  background-color: #fff;
}
.custom-radio[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:checked
  ~ .custom-control-label[_ngcontent-sc77]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23B68756'/%3E%3C/svg%3E");
}
.custom-radio[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:disabled:checked
  ~ .custom-control-label[_ngcontent-sc77]:before {
  background-color: #007bff80;
}
.custom-select[_ngcontent-sc77] {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
}
.custom-select[_ngcontent-sc77]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px #80bdff80;
}
.custom-select[_ngcontent-sc77]:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple][_ngcontent-sc77],
.custom-select[size][_ngcontent-sc77]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select[_ngcontent-sc77]:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select[_ngcontent-sc77]::-ms-expand {
  opacity: 0;
}
.custom-select-sm[_ngcontent-sc77] {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}
.custom-select-lg[_ngcontent-sc77],
.custom-select-sm[_ngcontent-sc77] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.custom-select-lg[_ngcontent-sc77] {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}
.custom-file[_ngcontent-sc77] {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file[_ngcontent-sc77],
.custom-file-input[_ngcontent-sc77] {
  position: relative;
  width: 100%;
  height: calc(2.25rem + 2px);
}
.custom-file-input[_ngcontent-sc77] {
  z-index: 2;
  margin: 0;
  opacity: 0;
}
.custom-file-input[_ngcontent-sc77]:focus
  ~ .custom-file-control[_ngcontent-sc77] {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-file-input[_ngcontent-sc77]:focus
  ~ .custom-file-control[_ngcontent-sc77]:before {
  border-color: #80bdff;
}
.custom-file-input[_ngcontent-sc77]:lang(en)
  ~ .custom-file-label[_ngcontent-sc77]:after {
  content: "Browse";
}
.custom-file-label[_ngcontent-sc77] {
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label[_ngcontent-sc77],
.custom-file-label[_ngcontent-sc77]:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
}
.custom-file-label[_ngcontent-sc77]:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
#cto_cookies_header_message,
.criteo_header {
  display: none !important;
}
.fx-section--rates[_ngcontent-sc77] {
  padding: 0;
  position: fixed;
  background: #0000;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  opacity: 1;
  transition: opacity 0.4s;
}
.fx-section--rates.hide-rates-ticker[_ngcontent-sc77] {
  display: none;
}
.fx-section--rates[_ngcontent-sc77] .container[_ngcontent-sc77] {
  max-width: 100%;
}
.fx-section--rates.top-position[_ngcontent-sc77] {
  bottom: auto;
  top: 0;
  z-index: 9999;
}
.fx-section--rates.top-position.apps-opened[_ngcontent-sc77] {
  top: 114px;
}
.fx-section--rates.top-position.low-zindex[_ngcontent-sc77] {
  z-index: 1;
}
@media (min-width: 1024px) {
  .fx-section--rates.top-position.low-zindex[_ngcontent-sc77] {
    z-index: 9999;
  }
}
.fx-section--rates[_ngcontent-sc77] .bottom-position[_ngcontent-sc77] {
  bottom: 0;
  position: fixed;
  width: 100%;
}
.fx-section--rates.transparent[_ngcontent-sc77] {
  opacity: 0;
  z-index: 0;
}
.fx-section--rates[_ngcontent-sc77] .icon-info[_ngcontent-sc77] {
  margin-right: 10px;
}
[lang="ar"][_nghost-sc77]
  .fx-section--rates[_ngcontent-sc77]
  .icon-info[_ngcontent-sc77],
[lang="ar"]
  [_nghost-sc77]
  .fx-section--rates[_ngcontent-sc77]
  .icon-info[_ngcontent-sc77] {
  margin-right: 0;
  margin-left: 10px;
}
.fx-section--rates[_ngcontent-sc77] .bar-rates[_ngcontent-sc77] {
  background-color: #fff;
  box-shadow: 0 0 16px 0 #dfe6e999;
  min-height: 40px;
  transition: min-height 0.4s;
  display: flex;
  align-items: center;
  padding: 3px 0;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77] .bar-rates[_ngcontent-sc77] {
    padding: 0;
    margin: 0;
  }
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .btn-register[_ngcontent-sc77] {
  margin-left: 10px;
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .btn-register.has-divider[_ngcontent-sc77] {
  margin-right: 60px;
  position: relative;
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .btn-register.has-divider[_ngcontent-sc77]:after {
  border-right: 1px solid #dfe6e9;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .arrow-opener[_ngcontent-sc77]
  i[_ngcontent-sc77] {
  transform: rotate(-90deg);
  font-size: 12px;
  display: inline-block;
  transition: transform 0.4s;
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .expanded[_ngcontent-sc77] {
  min-height: 40px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77]
    .bar-rates[_ngcontent-sc77]
    .expanded[_ngcontent-sc77] {
    min-height: 40px;
  }
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .expanded[_ngcontent-sc77]
  .btn-register[_ngcontent-sc77] {
  padding: 11px 18px;
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77]
    .bar-rates[_ngcontent-sc77]
    .expanded[_ngcontent-sc77]
    .btn-register[_ngcontent-sc77] {
    padding: 15px 30px;
    display: inline-block;
  }
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .expanded[_ngcontent-sc77]
  .arrow-opener[_ngcontent-sc77]
  i[_ngcontent-sc77] {
  transform: rotate(90deg);
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .expanded[_ngcontent-sc77]
  .fx-symbol-logo-mobile[_ngcontent-sc77] {
  display: none;
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .expanded[_ngcontent-sc77]
  .state-descr[_ngcontent-sc77] {
  display: block;
  letter-spacing: -0.009rem;
}
body:not([data-platform="ios"]):not([data-platform="mac"])
  .fx-section--rates
  .bar-rates
  .expanded
  .state-descr {
  filter: blur(0.2px);
}
.fx-section--rates[_ngcontent-sc77]
  .bar-rates[_ngcontent-sc77]
  .expanded[_ngcontent-sc77]
  .show-accepted[_ngcontent-sc77] {
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77]
    .bar-rates[_ngcontent-sc77]
    .expanded[_ngcontent-sc77]
    .title-rates[_ngcontent-sc77] {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.fx-section--rates[_ngcontent-sc77] .state-descr[_ngcontent-sc77] {
  transition: all 0.2s;
  display: none;
}
body:not([data-platform="ios"]):not([data-platform="mac"])
  .fx-section--rates
  .state-descr {
  filter: blur(0.2px);
}
.fx-section--rates[_ngcontent-sc77] .checkbox[_ngcontent-sc77] {
  color: #d91222;
  font-size: 12px;
  margin: 0;
  transition: all 0.1s;
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77] .checkbox[_ngcontent-sc77] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.fx-section--rates[_ngcontent-sc77] .col-right-rates[_ngcontent-sc77] {
  padding: 3px 0;
  position: relative;
  display: flex;
}
.fx-section--rates[_ngcontent-sc77]
  .col-right-rates[_ngcontent-sc77]
  .btn-off-canvas[_ngcontent-sc77] {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  transform: translateY(-50%);
  color: #d91222;
}
.fx-section--rates[_ngcontent-sc77]
  .col-right-rates[_ngcontent-sc77]
  .btn-off-canvas[_ngcontent-sc77]:after,
.fx-section--rates[_ngcontent-sc77]
  .col-right-rates[_ngcontent-sc77]
  .btn-off-canvas[_ngcontent-sc77]:before {
  left: 0;
}
.fx-section--rates[_ngcontent-sc77]
  .col-right-rates[_ngcontent-sc77]
  .fx-warning__accept-button[_ngcontent-sc77] {
  align-self: center;
  color: #00b894;
  text-align: center;
}
.fx-section--rates[_ngcontent-sc77] .title-rates[_ngcontent-sc77] {
  font-size: 12px;
  line-height: 14px;
  position: relative;
  font-weight: 400;
  transition: all 0.4s;
  width: 100%;
  color: #000;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77] .title-rates[_ngcontent-sc77] {
    font-size: 16px;
    line-height: 16px;
    padding-right: 0;
  }
}
.fx-section--rates[_ngcontent-sc77]
  .title-rates[_ngcontent-sc77]
  .trade-title[_ngcontent-sc77] {
  padding-right: 5px;
}
.fx-section--rates[_ngcontent-sc77] .title-rates-mobile[_ngcontent-sc77] svg {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.fx-section--rates[_ngcontent-sc77] .arrow-opener[_ngcontent-sc77] {
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77] .arrow-opener[_ngcontent-sc77] {
    margin-left: 30px;
    display: inline-block;
  }
}
.fx-section--rates[_ngcontent-sc77] .title-holder[_ngcontent-sc77] {
  flex: 1;
  display: flex;
  align-items: center;
}
.fx-section--rates[_ngcontent-sc77] .fx-symbol-logo-mobile[_ngcontent-sc77] {
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77] .fx-symbol-logo-mobile[_ngcontent-sc77] {
    color: #ed1c24;
    margin-right: 20px;
    display: block;
  }
}
.fx-section--rates[_ngcontent-sc77] .custom-checkbox[_ngcontent-sc77] {
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77] .custom-checkbox[_ngcontent-sc77] {
    margin-bottom: 0;
  }
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77] {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  font-weight: 400;
  color: #d91222;
  height: 100%;
  width: 100%;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .fx-section--rates[_ngcontent-sc77]
    .custom-checkbox[_ngcontent-sc77]
    .custom-control-label[_ngcontent-sc77] {
    justify-content: center;
  }
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]:after,
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]:before {
  display: none !important;
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 30px;
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77]:after,
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77]:before {
  top: 0;
  content: "";
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77]:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  width: 17px;
  height: 17px;
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-label[_ngcontent-sc77]:hover {
  cursor: pointer;
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]
  ~ .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77]:before {
  box-shadow: 0 0 0 1px #303135;
  border-radius: 2px;
  background: none;
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]
  ~ .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77]:hover:before {
  box-shadow: 0 0 0 1px #303135;
}
.fx-section--rates[_ngcontent-sc77]
  .custom-checkbox[_ngcontent-sc77]
  .custom-control-input[_ngcontent-sc77]:checked
  ~ .custom-control-label[_ngcontent-sc77]
  span[_ngcontent-sc77]:after {
  content: "";
  position: absolute;
  background: none;
  top: -1px;
  left: 5px;
  width: 8px;
  height: 12px;
  border-color: #303135;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.fx-section--rates[_ngcontent-sc77] .animationDelay1Sec[_ngcontent-sc77] {
  animation-delay: 1.05s;
}
.fx-section--rates[_ngcontent-sc77] .animationDelay1Sec[_ngcontent-sc77] * {
  animation-delay: 1.05s;
}
.fx-section--rates[_ngcontent-sc77] .animationDelay450mSec[_ngcontent-sc77] {
  animation-delay: 0.45s;
}
.fx-section--rates[_ngcontent-sc77] .animationDelay450mSec[_ngcontent-sc77] * {
  animation-delay: 0.45s;
}
.title-rates .small-title a {
  color: #d91222;
}
@media (min-width: 1024px) {
  .title-rates .small-title a {
    color: #2d3436;
  }
}
.title-rates strong {
  font-weight: 600;
  color: #000;
}
.expanded .title-rates .small-title {
  display: block;
}
[lang="ar"] .fx-section--rates .bar-rates .btn-register {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
[lang="ar"] .fx-section--rates .bar-rates .btn-register.has-divider {
  margin-left: 60px !important;
  margin-right: 0 !important;
}
[lang="ar"] .fx-section--rates .bar-rates .btn-register.has-divider:after {
  border-right: 0 !important;
  border-left: 1px solid #dfe6e9 !important;
  right: auto !important;
  left: -30px !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .bar-rates .expanded .title-rates {
    padding-right: 15px !important;
    padding-left: 0 !important;
  }
}
[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas {
  right: auto !important;
  left: -40px !important;
}
[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas:after,
[lang="ar"] .fx-section--rates .col-right-rates .btn-off-canvas:before {
  left: auto !important;
  right: 0 !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .title-rates {
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
}
[lang="ar"] .fx-section--rates .title-rates-mobile strong svg {
  vertical-align: middle;
  margin-right: 0 !important;
  margin-left: 10px !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .arrow-opener {
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
}
[lang="ar"] .fx-section--rates .list-rates {
  border-right: 1px solid #dfe6e9 !important;
  border-left: 0 !important;
}
[lang="ar"] .fx-section--rates .list-rates li {
  padding: 0 20px 0 10px !important;
  border-left: 1px solid #dfe6e9 !important;
  border-right: 0 !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--rates .fx-symbol-logo-mobile {
    margin-right: 0 !important;
    margin-left: 20px !important;
  }
}
[lang="ar"] .fx-section--rates .custom-checkbox .custom-control-label span {
  padding-right: 30px !important;
  padding-left: 0 !important;
}
[lang="ar"]
  .fx-section--rates
  .custom-checkbox
  .custom-control-label
  span:before {
  left: auto !important;
  right: 0 !important;
}
[lang="ar"]
  .fx-section--rates
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label
  span:after {
  left: 0 !important;
  right: 5px !important;
  border-width: 0 0 1px 1px !important;
}

.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown[_ngcontent-sc90],
.dropup[_ngcontent-sc90] {
  position: relative;
}
.dropdown-toggle[_ngcontent-sc90]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid #0000;
  border-bottom: 0;
  border-left: 0.3em solid #0000;
}
.dropdown-toggle[_ngcontent-sc90]:empty:after {
  margin-left: 0;
}
.dropdown-menu[_ngcontent-sc90] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 0.25rem;
}
.dropup[_ngcontent-sc90] .dropdown-menu[_ngcontent-sc90] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid #0000;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid #0000;
}
.dropup[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:empty:after {
  margin-left: 0;
}
.dropright[_ngcontent-sc90] .dropdown-menu[_ngcontent-sc90] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #0000;
  border-bottom: 0.3em solid #0000;
  border-left: 0.3em solid;
}
.dropright[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:empty:after {
  margin-left: 0;
}
.dropright[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
  vertical-align: 0;
}
.dropleft[_ngcontent-sc90] .dropdown-menu[_ngcontent-sc90] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #0000;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid #0000;
}
.dropleft[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:empty:after {
  margin-left: 0;
}
.dropleft[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:before {
  vertical-align: 0;
}
.dropdown-divider[_ngcontent-sc90] {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item[_ngcontent-sc90] {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: initial;
  border: 0;
}
.dropdown-item[_ngcontent-sc90]:focus,
.dropdown-item[_ngcontent-sc90]:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active[_ngcontent-sc90],
.dropdown-item[_ngcontent-sc90]:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled[_ngcontent-sc90],
.dropdown-item[_ngcontent-sc90]:disabled {
  color: #6c757d;
  background-color: initial;
}
.dropdown-menu.show[_ngcontent-sc90] {
  display: block;
}
.dropdown-header[_ngcontent-sc90] {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.navbar[_ngcontent-sc90] {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar[_ngcontent-sc90],
.navbar[_ngcontent-sc90] > .container[_ngcontent-sc90],
.navbar[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand[_ngcontent-sc90] {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand[_ngcontent-sc90]:focus,
.navbar-brand[_ngcontent-sc90]:hover {
  text-decoration: none;
}
.navbar-nav[_ngcontent-sc90] {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav[_ngcontent-sc90] .nav-link[_ngcontent-sc90] {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav[_ngcontent-sc90] .dropdown-menu[_ngcontent-sc90] {
  position: static;
  float: none;
}
.navbar-text[_ngcontent-sc90] {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse[_ngcontent-sc90] {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler[_ngcontent-sc90] {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: initial;
  border: 1px solid #0000;
  border-radius: 0.25rem;
}
.navbar-toggler[_ngcontent-sc90]:focus,
.navbar-toggler[_ngcontent-sc90]:hover {
  text-decoration: none;
}
.navbar-toggler[_ngcontent-sc90]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon[_ngcontent-sc90] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}
@media (max-width: 479.98px) {
  .navbar-expand-sm[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-sm[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .navbar-expand-sm[_ngcontent-sc90] {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
    flex-direction: row;
  }
  .navbar-expand-sm[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    position: absolute;
  }
  .navbar-expand-sm[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu-right[_ngcontent-sc90] {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-sm[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
    display: none;
  }
  .navbar-expand-sm[_ngcontent-sc90]
    .dropup[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-md[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-md[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-md[_ngcontent-sc90] {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
    flex-direction: row;
  }
  .navbar-expand-md[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    position: absolute;
  }
  .navbar-expand-md[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu-right[_ngcontent-sc90] {
    right: 0;
    left: auto;
  }
  .navbar-expand-md[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-md[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    flex-wrap: nowrap;
  }
  .navbar-expand-md[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
    display: none;
  }
  .navbar-expand-md[_ngcontent-sc90]
    .dropup[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-lg[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg[_ngcontent-sc90] {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
    flex-direction: row;
  }
  .navbar-expand-lg[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    position: absolute;
  }
  .navbar-expand-lg[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu-right[_ngcontent-sc90] {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-lg[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
    display: none;
  }
  .navbar-expand-lg[_ngcontent-sc90]
    .dropup[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1899.98px) {
  .navbar-expand-xl[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-xl[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xl[_ngcontent-sc90] {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
    flex-direction: row;
  }
  .navbar-expand-xl[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    position: absolute;
  }
  .navbar-expand-xl[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .dropdown-menu-right[_ngcontent-sc90] {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl[_ngcontent-sc90] > .container[_ngcontent-sc90],
  .navbar-expand-xl[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
    display: none;
  }
  .navbar-expand-xl[_ngcontent-sc90]
    .dropup[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand[_ngcontent-sc90] {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand[_ngcontent-sc90] > .container[_ngcontent-sc90],
.navbar-expand[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
  flex-direction: row;
}
.navbar-expand[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .dropdown-menu[_ngcontent-sc90] {
  position: absolute;
}
.navbar-expand[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .dropdown-menu-right[_ngcontent-sc90] {
  right: 0;
  left: auto;
}
.navbar-expand[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand[_ngcontent-sc90] > .container[_ngcontent-sc90],
.navbar-expand[_ngcontent-sc90] > .container-fluid[_ngcontent-sc90] {
  flex-wrap: nowrap;
}
.navbar-expand[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
  display: none;
}
.navbar-expand[_ngcontent-sc90]
  .dropup[_ngcontent-sc90]
  .dropdown-menu[_ngcontent-sc90] {
  top: auto;
  bottom: 100%;
}
.navbar-light[_ngcontent-sc90] .navbar-brand[_ngcontent-sc90],
.navbar-light[_ngcontent-sc90] .navbar-brand[_ngcontent-sc90]:focus,
.navbar-light[_ngcontent-sc90] .navbar-brand[_ngcontent-sc90]:hover {
  color: #000000e6;
}
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90] {
  color: #00000080;
}
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]:focus,
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]:hover {
  color: #000000b3;
}
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link.disabled[_ngcontent-sc90] {
  color: #0000004d;
}
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .active[_ngcontent-sc90]
  > .nav-link[_ngcontent-sc90],
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link.active[_ngcontent-sc90],
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link.show[_ngcontent-sc90],
.navbar-light[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .show[_ngcontent-sc90]
  > .nav-link[_ngcontent-sc90] {
  color: #000000e6;
}
.navbar-light[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
  color: #00000080;
  border-color: #0000001a;
}
.navbar-light[_ngcontent-sc90] .navbar-toggler-icon[_ngcontent-sc90] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light[_ngcontent-sc90] .navbar-text[_ngcontent-sc90] {
  color: #00000080;
}
.navbar-light[_ngcontent-sc90] .navbar-text[_ngcontent-sc90] a[_ngcontent-sc90],
.navbar-light[_ngcontent-sc90]
  .navbar-text[_ngcontent-sc90]
  a[_ngcontent-sc90]:focus,
.navbar-light[_ngcontent-sc90]
  .navbar-text[_ngcontent-sc90]
  a[_ngcontent-sc90]:hover {
  color: #000000e6;
}
.navbar-dark[_ngcontent-sc90] .navbar-brand[_ngcontent-sc90],
.navbar-dark[_ngcontent-sc90] .navbar-brand[_ngcontent-sc90]:focus,
.navbar-dark[_ngcontent-sc90] .navbar-brand[_ngcontent-sc90]:hover {
  color: #fff;
}
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90] {
  color: #ffffff80;
}
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]:focus,
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]:hover {
  color: #ffffffbf;
}
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link.disabled[_ngcontent-sc90] {
  color: #ffffff40;
}
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .active[_ngcontent-sc90]
  > .nav-link[_ngcontent-sc90],
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link.active[_ngcontent-sc90],
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-link.show[_ngcontent-sc90],
.navbar-dark[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .show[_ngcontent-sc90]
  > .nav-link[_ngcontent-sc90] {
  color: #fff;
}
.navbar-dark[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
  color: #ffffff80;
  border-color: #ffffff1a;
}
.navbar-dark[_ngcontent-sc90] .navbar-toggler-icon[_ngcontent-sc90] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark[_ngcontent-sc90] .navbar-text[_ngcontent-sc90] {
  color: #ffffff80;
}
.navbar-dark[_ngcontent-sc90] .navbar-text[_ngcontent-sc90] a[_ngcontent-sc90],
.navbar-dark[_ngcontent-sc90]
  .navbar-text[_ngcontent-sc90]
  a[_ngcontent-sc90]:focus,
.navbar-dark[_ngcontent-sc90]
  .navbar-text[_ngcontent-sc90]
  a[_ngcontent-sc90]:hover {
  color: #fff;
}
.header-ghost[_ngcontent-sc90] {
  height: 144px;
  z-index: 0;
}
.header-ghost[_ngcontent-sc90],
.header-ghost[_ngcontent-sc90] + .subheader-ghost[_ngcontent-sc90] {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.3;
  pointer-events: none;
}
.header-ghost[_ngcontent-sc90] + .subheader-ghost[_ngcontent-sc90] {
  height: 57px;
  top: 130px;
  background: red;
  transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.header-ghost[_ngcontent-sc90]
  + .subheader-ghost.sticky-header[_ngcontent-sc90] {
  top: 130px;
  background: #fff;
}
.sub-menu[_ngcontent-sc90] {
  background: #0000;
}
.sub-menu-holder[_ngcontent-sc90] {
  height: 57px;
}
.header-web.sticky-header[_ngcontent-sc90] {
  height: 57px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.header-web.sticky-header[_ngcontent-sc90] > .container[_ngcontent-sc90] {
  max-width: 100%;
  padding: 0;
}
.header-web[_ngcontent-sc90] {
  padding: 10px 0 30px;
  background: none;
  position: relative;
  position: absolute;
  left: 0;
  z-index: 9998;
  right: 0;
  transition: border-color 0.4s;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] {
    padding: 20px 0 30px;
  }
}
.header-web-wrapper[_ngcontent-sc90] {
  background: none;
}
[lang="bg"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="bg"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="da"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="da"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="de"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="de"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="es"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="es"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="fi"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="fi"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="hr"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="hr"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="id"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="id"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="mn"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="mn"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="pl"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="pl"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="ru"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90],
[lang="ru"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .contfix[_ngcontent-sc90] {
  max-width: 1300px;
}
@media (max-width: 1440px) {
  .header-web[_ngcontent-sc90] .contfix[_ngcontent-sc90] {
    max-width: 100%;
  }
}
.header-web[_ngcontent-sc90] .topright-menu-submenu[_ngcontent-sc90] {
  display: none !important;
}
.header-web[_ngcontent-sc90] .sticky-block[_ngcontent-sc90] {
  display: none;
}
.header-web.sticky-header[_ngcontent-sc90] .topright-menu[_ngcontent-sc90] {
  display: none !important;
}
.header-web.sticky-header[_ngcontent-sc90]
  .topright-menu-submenu[_ngcontent-sc90] {
  display: flex !important;
  position: relative;
}
.header-web.sticky-header[_ngcontent-sc90] .sub-holder[_ngcontent-sc90] {
  width: 100%;
}
.header-web.sticky-header[_ngcontent-sc90] .sticky-none[_ngcontent-sc90] {
  display: none;
}
.header-web.sticky-header[_ngcontent-sc90] .sticky-block[_ngcontent-sc90] {
  display: block;
  position: relative;
  margin-left: 20px;
}
.header-web.sticky-header[_ngcontent-sc90] span.bullet[_ngcontent-sc90] {
  padding: 0 20px;
}
.header-web[_ngcontent-sc90] .logo[_ngcontent-sc90] {
  font-size: 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0 auto;
  transition: box-shadow 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .logo[_ngcontent-sc90] {
    position: static;
    width: 110px;
    transform: none;
    margin: 0 40px 0 0;
    max-height: 110px;
  }
  [lang="ru"][_nghost-sc90] .header-web[_ngcontent-sc90] .logo[_ngcontent-sc90],
  [lang="ru"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .logo[_ngcontent-sc90] {
    margin: 0 20px 0 0;
  }
  .header-web[_ngcontent-sc90] .logo[_ngcontent-sc90]:hover {
    box-shadow: 0 3px 16px 0 #ed1c2485;
  }
  .header-web[_ngcontent-sc90] .logo[_ngcontent-sc90]:hover:focus {
    box-shadow: none;
  }
  .header-web[_ngcontent-sc90] .logo[_ngcontent-sc90] img[_ngcontent-sc90] {
    width: 100%;
    height: 100%;
  }
}
.header-web[_ngcontent-sc90] .logo[_ngcontent-sc90] i[_ngcontent-sc90] {
  color: #ed1c24;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .logo-mobile[_ngcontent-sc90] {
    display: none;
  }
}
.header-web[_ngcontent-sc90] .logo-desktop[_ngcontent-sc90] {
  display: none;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .logo-desktop[_ngcontent-sc90] {
    display: block;
  }
}
.header-web[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
  position: relative;
  display: inline-block;
  height: 27px;
  border-radius: 13.5px;
  color: #d91222;
  font-size: 13px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 1px solid #d91222;
  outline: none;
  padding: 6px 5px 6px 26px;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .navbar-toggler[_ngcontent-sc90] {
    display: none;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-toggler[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 11px;
  height: 1px;
  margin-top: -1px;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.3s;
  background: #d91222;
}
.header-web[_ngcontent-sc90]
  .navbar-toggler[_ngcontent-sc90]
  span[_ngcontent-sc90]:after,
.header-web[_ngcontent-sc90]
  .navbar-toggler[_ngcontent-sc90]
  span[_ngcontent-sc90]:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d91222;
  transition: transform 0.3s;
}
.header-web[_ngcontent-sc90]
  .navbar-toggler[_ngcontent-sc90]
  span[_ngcontent-sc90]:before {
  transform: translateY(-4px);
}
.header-web[_ngcontent-sc90]
  .navbar-toggler[_ngcontent-sc90]
  span[_ngcontent-sc90]:after {
  transform: translateY(4px);
}
.header-web[_ngcontent-sc90] .navbar[_ngcontent-sc90] {
  position: static;
  padding: 0;
  flex-wrap: nowrap;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .navbar[_ngcontent-sc90] {
    min-width: 550px;
    position: relative;
    z-index: 9;
  }
}
.header-web[_ngcontent-sc90] .navbar-collapse.collapsing[_ngcontent-sc90] {
  height: calc(100vh - 76px) !important;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .navbar-collapse.collapsing[_ngcontent-sc90] {
    height: auto !important;
  }
}
.header-web[_ngcontent-sc90] .heading-top[_ngcontent-sc90] {
  padding: 0 20px;
}
.header-web[_ngcontent-sc90]
  .heading-top[_ngcontent-sc90]
  .logo-menu[_ngcontent-sc90] {
  font-size: 24px;
}
.header-web[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
  position: absolute;
  height: calc(100vh - 76px);
  visibility: hidden;
  left: 0;
  z-index: -1;
  opacity: 0.9;
  transition: all 0.4s;
  overflow: auto;
  position: fixed;
  min-width: 100%;
  bottom: 0;
  height: auto;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    top: 0;
    padding-top: 10px;
    padding-bottom: 130px;
    transform: translateX(-100%);
  }
}
@media (min-width: 480px) {
  .header-web[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 400px;
  }
}
.cookie-warning-displayed .header-web .navbar-collapse {
  top: 100px !important;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    display: flex;
    flex: auto;
    position: static;
    overflow: visible;
    opacity: 1;
    height: auto;
    z-index: 3;
    visibility: visible;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-collapse.top-position-menu[_ngcontent-sc90] {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .navbar-collapse.top-position-menu[_ngcontent-sc90] {
    padding: 0;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-collapse.top-position-menu[_ngcontent-sc90]
  .left-holder[_ngcontent-sc90] {
  display: flex;
  align-items: center;
}
.header-web[_ngcontent-sc90]
  .navbar-collapse[_ngcontent-sc90]
  div[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .navbar-collapse[_ngcontent-sc90]
  ul[_ngcontent-sc90] {
  opacity: 0;
  transition: opacity 0.4s;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .navbar-collapse[_ngcontent-sc90]
    div[_ngcontent-sc90],
  .header-web[_ngcontent-sc90]
    .navbar-collapse[_ngcontent-sc90]
    ul[_ngcontent-sc90] {
    opacity: 1;
  }
}
.header-web[_ngcontent-sc90] .navbar-collapse.show[_ngcontent-sc90] {
  background: #fff;
  transform: translateX(0);
  opacity: 1;
  box-shadow: 0 0 9px 0 #13131321;
  z-index: 999;
  visibility: visible;
  transition: all 0.2s ease;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .navbar-collapse.show[_ngcontent-sc90] {
    background: #0000;
    box-shadow: none;
    position: absolute;
    left: 125px;
    z-index: 9;
    top: 0;
    margin: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 100%;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-collapse.show[_ngcontent-sc90]
  div[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .navbar-collapse.show[_ngcontent-sc90]
  ul[_ngcontent-sc90] {
  opacity: 1;
}
.header-web[_ngcontent-sc90] .cn-phone-number--mobile[_ngcontent-sc90] {
  margin-top: 10px;
  margin-left: 20px;
}
.header-web[_ngcontent-sc90]
  .cn-phone-number--mobile[_ngcontent-sc90]
  a[_ngcontent-sc90] {
  text-decoration: none !important;
  color: #d91222;
  margin-bottom: 5px;
}
.header-web[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
  padding: 10px 0 0;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .navbar-nav[_ngcontent-sc90] {
    flex-direction: row;
    padding: 0;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90] {
  display: flex;
  font-size: 20px;
  line-height: 1.8;
  color: #2d3436;
  padding: 2px 20px;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]
  .navLinkColorDark[_ngcontent-sc90] {
  color: #636e72;
}
@media (max-width: 1100px) {
  [lang="bg"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    span[_ngcontent-sc90],
  [lang="bg"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    span[_ngcontent-sc90] {
    font-size: 15px;
  }
  [lang="mn"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    span[_ngcontent-sc90],
  [lang="mn"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    span[_ngcontent-sc90] {
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  [lang="bg"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    span[_ngcontent-sc90],
  [lang="bg"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    span[_ngcontent-sc90] {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .fx-theme--light[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  .fx-theme--light[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:active,
  .fx-theme--light[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:focus,
  .fx-theme--light[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:hover,
  .fx-theme--light[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:hover:focus,
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:active,
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:focus,
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:hover,
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:hover:focus {
    color: #636e72;
  }
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:active,
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:focus,
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:hover,
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:hover:focus {
    color: #fff;
  }
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding: 0 20px 0 0;
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  [lang="bg"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="bg"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  [lang="ru"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="ru"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  [lang="da"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="da"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  [lang="hu"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="hu"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  [lang="pl"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="pl"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  [lang="hr"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="hr"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  [lang="mn"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="mn"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]
  i[_ngcontent-sc90] {
  color: #303135;
  font-size: 12px;
  transform: rotate(90deg);
  display: block;
  transform-origin: 50% 50%;
  position: relative;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]
    i[_ngcontent-sc90] {
    display: none;
  }
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 5px;
    width: 0;
    height: 1px;
    background: #636e72;
    transition: width 0.4s ease-in-out;
  }
}
.header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]:after {
  display: none;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:after {
    display: inline-block;
  }
}
@media (max-width: 479.98px) {
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90] {
    overflow: hidden;
  }
}
.menu-behavior--hover[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item.show[_ngcontent-sc90] {
  position: relative;
}
.menu-behavior--hover[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item.show[_ngcontent-sc90]:before {
  background: red;
  display: block;
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  height: 90px;
  top: 0;
  opacity: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item.active[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:before {
    width: calc(100% - 30px);
    transform: translateX(-5px);
  }
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item.show[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90]:after {
    transform: rotate(45deg) translateY(2px) translateX(2px);
  }
}
.header-web[_ngcontent-sc90]
  .navbar-nav[_ngcontent-sc90]
  .nav-item.show[_ngcontent-sc90]
  .nav-link[_ngcontent-sc90]
  i[_ngcontent-sc90] {
  transform: rotate(-90deg);
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]:last-child
    .nav-link[_ngcontent-sc90] {
    padding-right: 10px;
  }
  .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]:last-child.active
    .nav-link[_ngcontent-sc90]:before {
    width: calc(100% - 20px);
  }
  .header-web[_ngcontent-sc90] .dropdown-holder[_ngcontent-sc90] {
    padding-top: 30px;
  }
}
.header-web[_ngcontent-sc90] .dropdown-column[_ngcontent-sc90] {
  margin-bottom: 20px;
}
.header-web[_ngcontent-sc90] .dropdown-column[_ngcontent-sc90]:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-column[_ngcontent-sc90] {
    margin-bottom: 0;
    padding-bottom: 15px;
    min-width: 260px;
  }
}
.header-web[_ngcontent-sc90]
  .dropdown-column[_ngcontent-sc90]
  .title[_ngcontent-sc90] {
  font-weight: 500;
  color: #a4b1b7;
  padding: 0 20px 5px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .dropdown-column[_ngcontent-sc90]
    .title[_ngcontent-sc90] {
    padding: 0 30px 20px;
    font-size: 16px;
  }
  .header-web[_ngcontent-sc90] .dropdown-column[_ngcontent-sc90] {
    width: 50%;
  }
  .header-web[_ngcontent-sc90] .dropdown-column[_ngcontent-sc90]:first-child {
    border-right: 1px solid #dfe6e9;
  }
}
@media (min-width: 1024px) {
  .header-web
    .dropdown-column:first-child[dir="ar"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .dropdown-column[_ngcontent-sc90]:first-child,
  [dir="ar"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .dropdown-column[_ngcontent-sc90]:first-child {
    border-left: 1px solid #dfe6e9;
    border-right: 0;
  }
}
.header-web[_ngcontent-sc90] .dropdown-menu[_ngcontent-sc90] {
  border: none;
  margin: 0 !important;
  background: #30313508;
  border-radius: 0;
  padding: 0;
  animation-duration: 0.1s;
  transition: all 0.1s ease-in-out;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-menu[_ngcontent-sc90] {
    min-width: 250px;
    margin-top: 20px !important;
    left: -30px;
    background-color: #fff;
    box-shadow: 0 8px 32px 0 #4c536b1c;
  }
}
.header-web[_ngcontent-sc90] .dropdown-menu.show[_ngcontent-sc90] {
  margin: 5px 0;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-menu.show[_ngcontent-sc90] {
    position: absolute;
    margin: 20px 0 0;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .dropdown-menu.fx-animation-fadeInDown20px[_ngcontent-sc90],
  .header-web[_ngcontent-sc90]
    .dropdown-menu.fx-animation-fadeInUp20px[_ngcontent-sc90] {
    animation: none;
  }
}
.header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90] {
  font-size: 18px;
  line-height: 2;
  color: #2d3436;
  transition: background 0.1s, color 0.1s;
  padding: 1px 20px;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90] {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    padding: 7px 30px;
    line-height: 2.25;
  }
  .header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:first-child {
    padding-top: 14px;
  }
  .header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:last-child {
    padding-bottom: 14px;
  }
}
.header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:focus,
.header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:hover,
.header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:hover:focus {
  background: #fff;
  color: #2d3436;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:focus,
  .header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:hover,
  .header-web[_ngcontent-sc90] .dropdown-item[_ngcontent-sc90]:hover:focus {
    background: #30313508 !important;
    color: #2d3436 !important;
  }
}
.header-web[_ngcontent-sc90] .dropdown-item.current-page[_ngcontent-sc90] {
  color: #b2bec3 !important;
}
.header-web[_ngcontent-sc90]
  .dropdown-item.current-page.disabled[_ngcontent-sc90] {
  pointer-events: none;
}
.header-web[_ngcontent-sc90] .dropdown-item.has-icon[_ngcontent-sc90] {
  display: flex;
  position: relative;
  align-items: center;
  transition: color 0.2s;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90] .dropdown-item.has-icon[_ngcontent-sc90] {
    width: auto;
    display: inline-flex;
    position: relative;
    justify-self: center;
  }
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-item.has-icon[_ngcontent-sc90] {
    justify-content: flex-start;
  }
}
.header-web[_ngcontent-sc90]
  .dropdown-item.has-icon[_ngcontent-sc90]
  > i[_ngcontent-sc90] {
  font-size: 27px;
  margin-right: 15px;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .dropdown-item.has-icon[_ngcontent-sc90]
    > i[_ngcontent-sc90] {
    position: absolute;
    left: 0;
    transform: translateX(calc(-100% - 5px));
  }
}
.header-web[_ngcontent-sc90]
  .dropdown-item.has-icon[_ngcontent-sc90]:last-child {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #d91222;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .dropdown-item.has-icon[_ngcontent-sc90]:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header-web[_ngcontent-sc90]
  .dropdown-item.has-icon[_ngcontent-sc90]:last-child:hover {
  color: #0984e3;
  text-decoration: none;
  background: none;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .dropdown-item.has-icon[_ngcontent-sc90]:last-child:hover {
    background: #fbfbfc;
  }
}
.header-web[_ngcontent-sc90]
  .dropdown-item.has-icon[_ngcontent-sc90]:last-child:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #dfe6e9;
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .dropdown-item.has-icon[_ngcontent-sc90]:last-child:before {
    display: block;
  }
}
.header-web[_ngcontent-sc90]
  .dropdown-toggle.expanded[_ngcontent-sc90]
  + .dropdown-menu[_ngcontent-sc90] {
  display: block;
}
.header-web[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
  display: none;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
    display: inline-block;
    position: relative;
    display: inline-flex;
    width: 7px;
    height: 7px;
    opacity: 1;
    margin-left: 7px;
    transform: rotate(-135deg);
    transition: all 0.4s;
    margin-top: -3px;
  }
  .fx-theme--light[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .dropdown-toggle[_ngcontent-sc90]:after,
  .header-web[_ngcontent-sc90] .dropdown-toggle[_ngcontent-sc90]:after {
    border: 1px solid #636e72;
    border-width: 2px 0 0 2px;
  }
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .dropdown-toggle[_ngcontent-sc90]:after {
    border: 1px solid #fff;
    border-width: 2px 0 0 2px;
  }
}
.header-web[_ngcontent-sc90] .button-holder[_ngcontent-sc90] {
  padding: 0 20px 15px;
}
.header-web[_ngcontent-sc90]
  .button-holder[_ngcontent-sc90]
  .btn-primary[_ngcontent-sc90] {
  padding: 15px 10px;
  min-width: 100%;
  margin-top: 20px;
  border-radius: 9px;
  max-width: 450px;
}
.header-web[_ngcontent-sc90] .sub-menu-holder[_ngcontent-sc90] {
  flex: 1 1 100%;
  margin-top: 14px;
  z-index: 3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90] {
  overflow: hidden;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  a[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  margin-right: 15px;
  font-size: 13px;
  transition: transform 0.2s, opacity 0.2s, color 0.4s;
  display: inline-block;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .inline-menu-list[_ngcontent-sc90]
    a[_ngcontent-sc90],
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .inline-menu-list[_ngcontent-sc90]
    span[_ngcontent-sc90] {
    font-size: 16px;
    line-height: 19px;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  cursor: default;
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  span[_ngcontent-sc90],
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  color: #b2bec3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  a[_ngcontent-sc90] {
  color: #d91222;
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  a[_ngcontent-sc90]:active,
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  a[_ngcontent-sc90]:hover,
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  a[_ngcontent-sc90]:active,
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list[_ngcontent-sc90]
  a[_ngcontent-sc90]:hover {
  color: #b2bec3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list.submenu-visible[_ngcontent-sc90] {
  width: 0;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list.submenu-visible[_ngcontent-sc90]
  a[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list.submenu-visible[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  transform: translateX(300px);
  opacity: 0;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .inline-menu-list__wrapper[_ngcontent-sc90] {
  display: inline-flex;
  align-items: center;
}
.header-web[_ngcontent-sc90] .sub-menu-holder.show-full-menu[_ngcontent-sc90] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #b2bec3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .heading[_ngcontent-sc90] {
  z-index: 3;
  padding: 0;
  border-bottom: none;
  display: inline-flex !important;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .title[_ngcontent-sc90] {
  padding: 0;
  flex: auto;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90] {
  display: none;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90] {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  li[_ngcontent-sc90] {
  margin-left: 20px;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  a[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  padding: 0;
  display: inline-block;
  font-size: 13px;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder.show-full-menu[_ngcontent-sc90]
  .dropdown-menu[_ngcontent-sc90] {
  background: none;
  position: static;
  box-shadow: none;
  display: inline-block;
  padding: 0;
  animation: none;
  width: auto;
  opacity: 1;
  z-index: 3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .heading[_ngcontent-sc90] {
  padding: 8px 0;
  border-bottom: 1px solid #d91222;
  justify-content: space-between;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .heading.expanded[_ngcontent-sc90] {
    height: 100%;
  }
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .heading.expanded[_ngcontent-sc90]
    .current-page[_ngcontent-sc90]
    span[_ngcontent-sc90],
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .heading.expanded[_ngcontent-sc90]
    .title[_ngcontent-sc90] {
    color: #2d3436;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .heading.expanded[_ngcontent-sc90]
  + .dropdown-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  color: #2d3436 !important;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .heading.expanded[_ngcontent-sc90]
    .title[_ngcontent-sc90] {
    z-index: 9999;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .title[_ngcontent-sc90] {
  font-weight: 500;
  font-size: 14px;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 9;
}
@media (min-width: 480px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .title[_ngcontent-sc90] {
    font-size: 16px;
  }
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .title[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .title[_ngcontent-sc90],
.sticky-header-wrapper[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .title[_ngcontent-sc90] {
  color: #fff;
}
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .title[_ngcontent-sc90],
.sticky-header-wrapper[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .title[_ngcontent-sc90] {
  color: #2d3436;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90] {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
  z-index: 9999;
  color: #d91222;
}
@media (min-width: 480px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu[_ngcontent-sc90] {
    white-space: nowrap;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu[_ngcontent-sc90] {
    background: #d9122226;
    border: 1px solid #d91222;
    border-radius: 6px;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fx-theme--dark[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu[_ngcontent-sc90] {
    border: 1px solid #d91222;
    background: #d9122226;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu__title[_ngcontent-sc90] {
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu__title[_ngcontent-sc90] {
    padding: 0;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90]:after {
  content: "";
  display: inline-flex;
  border-width: 1px 0 0 1px;
  border-style: solid;
  width: 6px;
  height: 6px;
  top: -2px;
  position: relative;
  opacity: 1;
  transform: rotate(-135deg);
  transform-origin: 50%;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu[_ngcontent-sc90]:after {
    display: none;
  }
}
[lang="ar"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90]:after,
[lang="ar"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90]:after {
  right: auto;
  left: 0;
}
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90]:after {
  border-color: #2d3436;
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90]:after {
  border-color: #b2bec3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu.expanded[_ngcontent-sc90] {
  border-color: #0000;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu.expanded[_ngcontent-sc90] {
    box-shadow: 0 2px 13px 0 #00000026;
  }
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu.expanded[_ngcontent-sc90]:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: -24px;
    right: -1px;
    height: 16px;
    background: #fff;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  [lang="ar"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu.expanded[_ngcontent-sc90]:before,
  [lang="ar"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu.expanded[_ngcontent-sc90]:before {
    right: -22px;
    left: -1px;
  }
}
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu.expanded[_ngcontent-sc90]:after {
  border-color: #b2bec3;
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu.expanded[_ngcontent-sc90]:after {
  border-color: #2d3436;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu[_ngcontent-sc90]
    .bullets[_ngcontent-sc90] {
    display: none;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu__title[_ngcontent-sc90] {
  animation: animateTitle 0.1s forwards;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .opener-sub-menu__title[_ngcontent-sc90] {
    display: none;
  }
}
@keyframes animateTitle {
  0% {
    transform: translateY(-20px);
  }
  to {
    transform: none;
  }
}
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu__title[_ngcontent-sc90] {
  color: #2d3436;
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .opener-sub-menu__title[_ngcontent-sc90] {
  color: #b2bec3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .expanded[_ngcontent-sc90]
  .opener-sub-menu[_ngcontent-sc90]:after {
  top: 1px;
  transform: rotate(45deg);
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90] {
  padding: 10px;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  a[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  pointer-events: none;
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  a[_ngcontent-sc90],
.fx-theme--dark[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  color: #fff;
}
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  a[_ngcontent-sc90],
.fx-theme--light[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  span[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  a[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  span[_ngcontent-sc90],
.sticky-header-wrapper[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  a[_ngcontent-sc90],
.sticky-header-wrapper[_ngcontent-sc90]
  .header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  .current-page[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  color: #b2bec3;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  a[_ngcontent-sc90],
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  span[_ngcontent-sc90] {
  font-size: 13px;
  padding: 5px 10px;
  display: block;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  a[_ngcontent-sc90]:focus,
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  a[_ngcontent-sc90]:hover,
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  span[_ngcontent-sc90]:focus,
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .sub-menu[_ngcontent-sc90]
  span[_ngcontent-sc90]:hover {
  color: #2d3436;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .dropdown-menu[_ngcontent-sc90] {
  top: 0;
  right: -20px;
  left: -20px;
  padding: 37px 20px 0;
  margin-top: 0 !important;
  background: none;
  box-shadow: 0 2px 13px 0 #00000026;
  background: #fff;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .dropdown-menu.fx-animation-fadeInDown20px[_ngcontent-sc90] {
    animation-name: fx-animation-fadeInDown20px;
    animation-duration: 0.2s;
    animation-fill-mode: both;
  }
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    width: 265px;
    top: 49px;
    left: auto;
    box-shadow: 0 2px 13px 0 #00000026;
    right: 0;
    text-align: left;
    padding: 0 30px 0 20px;
  }
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .dropdown-menu[_ngcontent-sc90]
  a[_ngcontent-sc90] {
  color: #d91222;
}
.header-web[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .dropdown-menu[_ngcontent-sc90]
  a[_ngcontent-sc90]:hover {
  color: #2d3436;
}
.header-web[_ngcontent-sc90] .header-holder[_ngcontent-sc90] {
  position: relative;
  flex-wrap: wrap;
}
.header-web[_ngcontent-sc90] .topright-menu[_ngcontent-sc90] {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 20px;
}
@media (min-width: 1024px) {
  .header-web[_ngcontent-sc90] .topright-menu[_ngcontent-sc90] {
    position: absolute;
  }
}
.header-web[_ngcontent-sc90] .topright-menu-item[_ngcontent-sc90] {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6c4d2d;
}
.header-web[_ngcontent-sc90]
  .topright-menu-item[_ngcontent-sc90]
  a[_ngcontent-sc90] {
  color: #d91222;
}
.header-web[_ngcontent-sc90]
  .topright-menu[_ngcontent-sc90]
  .bullet[_ngcontent-sc90] {
  color: #6d6455;
  padding: 0 10px;
}
.header-web[_ngcontent-sc90] .navbar-close-menu[_ngcontent-sc90] {
  color: #d91222;
  font-size: 15px;
  position: relative;
}
.header-web[_ngcontent-sc90] .notifications-amount[_ngcontent-sc90] {
  position: absolute;
  right: -1px;
  top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background-color: #f8c83c;
  font-size: 10px;
  line-height: 16px;
}
.header-web[_ngcontent-sc90] .notifications-amount.important[_ngcontent-sc90] {
  background-color: red;
}
.header-web[_ngcontent-sc90] .logo-menu[_ngcontent-sc90] {
  color: #ed1c24;
}
.header-web[_ngcontent-sc90] .navbar-opener[_ngcontent-sc90] {
  display: none;
}
@media (min-width: 1024px) {
  .header-web.sticky-header[_ngcontent-sc90] {
    border-bottom: 1px solid #b2bec3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
  }
}
.header-web.sticky-header[_ngcontent-sc90] .cn-phone-number[_ngcontent-sc90] {
  display: none !important;
}
@media (min-width: 1024px) {
  .header-web.sticky-header[_ngcontent-sc90] .navbar-opener[_ngcontent-sc90] {
    display: inline-block;
    color: #d91222 !important;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    margin-right: 24px;
    outline: 0;
    flex: 0 0 60px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .header-web.sticky-header[_ngcontent-sc90] .header-holder[_ngcontent-sc90] {
    flex-wrap: nowrap;
  }
  .header-web.sticky-header[_ngcontent-sc90] .col-right[_ngcontent-sc90] {
    display: none !important;
  }
}
.header-web.sticky-header[_ngcontent-sc90] .logo[_ngcontent-sc90]:hover {
  box-shadow: none;
}
@media (min-width: 1024px) {
  .header-web.sticky-header[_ngcontent-sc90] .logo[_ngcontent-sc90] {
    width: auto;
    margin-right: 30px;
  }
  .header-web.sticky-header[_ngcontent-sc90] .logo-desktop[_ngcontent-sc90] {
    display: none;
  }
  .header-web.sticky-header[_ngcontent-sc90] .logo-mobile[_ngcontent-sc90] {
    display: block;
  }
  .header-web.sticky-header[_ngcontent-sc90] .navbar-opener[_ngcontent-sc90] {
    display: inline-block;
    color: #d91222;
    font-size: 14px;
    position: relative;
    line-height: 28px;
    margin-right: 24px;
    outline: none;
    flex: 0 0 60px;
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar-opener[_ngcontent-sc90]:after {
    content: "";
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d91222;
    border-width: 1px 0 0 1px;
    width: 6px;
    height: 6px;
    opacity: 1;
    transform: rotate(135deg);
    margin-left: 10px;
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar-opener.collapsed[_ngcontent-sc90]:after {
    transform: rotate(-45deg);
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar-opener.collapsed[_ngcontent-sc90]
    .text-open[_ngcontent-sc90] {
    display: none;
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar-opener.collapsed[_ngcontent-sc90]
    .text-close[_ngcontent-sc90] {
    display: inline-block;
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar-opener[_ngcontent-sc90]
    .text-close[_ngcontent-sc90] {
    display: none;
  }
  .header-web.sticky-header[_ngcontent-sc90] .navbar-collapse[_ngcontent-sc90] {
    display: none;
    margin-right: 5rem;
    white-space: nowrap;
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar-collapse.show[_ngcontent-sc90] {
    display: flex;
  }
}
.header-web.sticky-header[_ngcontent-sc90]
  .navbar-collapse.show[_ngcontent-sc90]
  ul[_ngcontent-sc90] {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .header-web.sticky-header[_ngcontent-sc90] .navbar[_ngcontent-sc90] {
    flex-wrap: nowrap;
    flex: 0 0 auto;
    min-width: auto;
  }
  .header-web.sticky-header[_ngcontent-sc90]
    .navbar[_ngcontent-sc90]
    .dropdown-menu[_ngcontent-sc90] {
    white-space: normal;
  }
}
.header-web.sticky-header[_ngcontent-sc90] .sub-menu-holder[_ngcontent-sc90] {
  z-index: 3;
}
@media (min-width: 1024px) {
  .header-web.sticky-header[_ngcontent-sc90] .sub-menu-holder[_ngcontent-sc90] {
    padding: 0;
    border: none;
    width: auto;
    white-space: nowrap;
    flex: auto;
    overflow: hidden;
    position: relative;
    z-index: 8;
    margin: 0;
    overflow: visible;
  }
}
.header-web.sticky-header[_ngcontent-sc90]
  .sub-menu-holder[_ngcontent-sc90]
  .heading[_ngcontent-sc90] {
  border: none;
}
@media (min-width: 1024px) {
  .header-web.sticky-header[_ngcontent-sc90]
    .sub-menu-holder[_ngcontent-sc90]
    .heading[_ngcontent-sc90] {
    padding: 8px 0;
  }
}
.header-web[_ngcontent-sc90] .mark-label[_ngcontent-sc90] {
  color: #ed1c24;
  font-size: 11px;
  line-height: 1;
  top: -0.8em;
}
.header-web[_ngcontent-sc90] .help-section[_ngcontent-sc90] {
  margin: 0 20px 15px;
  border-width: 1px 0;
}
.header-web[_ngcontent-sc90] .help-section[_ngcontent-sc90] a[_ngcontent-sc90] {
  color: #303135;
  font-size: 13px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  display: flex;
  background: #30313508;
  border-radius: 9px;
}
.header-web[_ngcontent-sc90]
  .help-section[_ngcontent-sc90]
  a[_ngcontent-sc90]
  i[_ngcontent-sc90] {
  font-size: 26px;
  margin-right: 10px;
  color: #d91222;
  font-weight: 300;
  font-style: inherit;
}
[lang="ar"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .help-section[_ngcontent-sc90]
  a[_ngcontent-sc90]
  i[_ngcontent-sc90],
[lang="ar"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .help-section[_ngcontent-sc90]
  a[_ngcontent-sc90]
  i[_ngcontent-sc90] {
  margin-right: 0;
  margin-left: 10px;
}
.header-web[_ngcontent-sc90]
  .help-section[_ngcontent-sc90]
  a[_ngcontent-sc90]
  .text[_ngcontent-sc90] {
  text-align: left;
}
.header-web[_ngcontent-sc90] .quick-access-button[_ngcontent-sc90] {
  display: flex;
  min-width: 90px;
  height: 100%;
  border: none;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  line-height: 1;
  font-size: 12px;
  min-width: 0;
  text-align: left;
  color: #d91222;
  font-weight: 500;
  background-color: #d9122233;
  border-radius: 6px;
  padding: 9px;
}
.header-web[_ngcontent-sc90]
  .quick-access-button[_ngcontent-sc90]
  fx-icon[_ngcontent-sc90] {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  flex-shrink: 0;
}
[lang="ar"][_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .quick-access-button[_ngcontent-sc90]
  fx-icon[_ngcontent-sc90],
[lang="ar"]
  [_nghost-sc90]
  .header-web[_ngcontent-sc90]
  .quick-access-button[_ngcontent-sc90]
  fx-icon[_ngcontent-sc90] {
  margin-left: 7px;
  margin-right: 0;
}
.header-web[_ngcontent-sc90] .quick-access-button[_ngcontent-sc90]:hover {
  background-color: #d9122266;
}
@media (max-width: 1250px) {
  [lang="bg"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="bg"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="da"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="da"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="de"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="de"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="et"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="et"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="fi"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="fi"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="hr"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="hr"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="id"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="id"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="mn"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="mn"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="no"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="no"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="pl"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="pl"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ro"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ro"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ru"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ru"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="sv"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="sv"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90] {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  [lang="ar"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ar"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="en"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="en"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="es"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="es"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="hu"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="hu"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="it"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="it"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="lt"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="lt"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ms"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ms"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="pt"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="pt"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="vi"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="vi"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90] {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  [lang="cs"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="cs"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="fr"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="fr"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ja"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="ja"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="nl"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="nl"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="th"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="th"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="vi"][_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90],
  [lang="vi"]
    [_nghost-sc90]
    .header-web[_ngcontent-sc90]
    .quick-access-button[_ngcontent-sc90] {
    display: none !important;
  }
}
.header-web[_ngcontent-sc90] .cn-phone-number[_ngcontent-sc90] {
  position: absolute;
  transform: translate(50%, -50%);
  z-index: 10;
  left: -96px;
  top: 20%;
}
.header-web[_ngcontent-sc90]
  .cn-phone-number[_ngcontent-sc90]
  a[_ngcontent-sc90] {
  text-decoration: none !important;
  color: #d91222;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  body.sticky-header-visible {
    overflow: visible !important;
  }
}
@media (min-width: 1024px) {
  body.sticky-header-visible .sticky-header .sub-menu-holder {
    justify-content: flex-start !important;
  }
  body.sticky-header-visible .sticky-header .sub-menu-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    z-index: 9999;
    bottom: 0;
    background: linear-gradient(90deg, #fff0 0, #fff);
  }
}
.fx-theme--dark[_ngcontent-sc90]
  .header-web.sticky-header[_ngcontent-sc90]
  .dropdown-toggle[_ngcontent-sc90]:after {
  border-color: #636e72;
}
.sub-menu-backdrop[_ngcontent-sc90] {
  background: red;
  opacity: 0.3;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (min-width: 1024px) {
  [lang="bg"] .header-web .logo {
    margin: 0 15px 0 0 !important;
  }
}
[lang="bg"] .header-web .quick-access-button {
  margin-left: 10px !important;
}
@media (max-width: 1065px) {
  [lang="bg"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) {
  [lang="mn"] .header-web .logo {
    margin: 0 15px 0 0 !important;
  }
}
[lang="mn"] .header-web .quick-access-button {
  margin-left: 10px !important;
}
@media (max-width: 1065px) {
  [lang="mn"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) {
  [lang="de"] .header-web .logo {
    margin: 0 15px 0 0 !important;
  }
}
@media (min-width: 1024px) {
  [lang="de"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="de"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (max-width: 1080px) {
  [lang="de"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  [lang="fi"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="fi"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (max-width: 1040px) {
  [lang="fi"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  [lang="es"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="es"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (max-width: 1080px) {
  [lang="es"] .header-web .navbar-nav .nav-item .nav-link span {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  [lang="da"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="hr"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="mn"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="vi"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 10px !important;
  }
}
@media (min-width: 1024px) {
  [lang="vi"] .header-web .navbar-nav .nav-item .nav-link {
    padding-right: 15px !important;
  }
}
@media (min-width: 1024px) {
  [lang="mn"][_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 22px !important;
  }
  [lang="de"][_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 15px !important;
  }
  [lang="da"][_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90],
  [lang="vi"][_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding-right: 22px !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .logo {
    margin: 0 0 0 30px !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .navbar-nav .nav-item .nav-link {
    text-align: right !important;
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .navbar-nav .nav-item .nav-link:before {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .navbar-nav .nav-item:last-child .nav-link {
    padding-left: 20px !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .dropdown-menu {
    text-align: right !important;
    left: auto !important;
    right: -30px !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .dropdown-item {
    text-align: right !important;
  }
}
[lang="ar"] .header-web .dropdown-item.has-icon > i {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
@media (max-width: 1023.98px) {
  [lang="ar"] .header-web .dropdown-item.has-icon > i {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .dropdown-toggle:after {
    margin-left: 0 !important;
    margin-right: 7px !important;
  }
}
[lang="ar"] .header-web .sub-menu-holder .inline-menu-list a,
[lang="ar"] .header-web .sub-menu-holder .inline-menu-list span {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
[lang="ar"] .header-web .sub-menu-holder.show-full-menu .sub-menu li {
  margin-left: 0 !important;
  margin-right: 20px !important;
}
[lang="ar"] .header-web .sub-menu-holder.show-full-menu .title {
  padding: 0 0 0 10px !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web .sub-menu-holder .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 20px 20px 0 30px !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .logo {
    margin-left: 30px !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-opener {
    margin-right: 0 !important;
    margin-left: 24px !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-opener:after {
    margin-left: 0 !important;
    margin-right: 10px !important;
    transform: rotate(-45deg) !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-opener.collapsed:after {
    transform: rotate(135deg) !important;
  }
}
@media (min-width: 1024px) {
  [lang="ar"] .header-web.sticky-header .navbar-collapse {
    margin-right: 0 !important;
    margin-left: 5rem !important;
  }
}
.search-toggle[_ngcontent-sc90] {
  position: relative;
  z-index: 3;
  color: #d91222;
}
.search-toggle--mobile[_ngcontent-sc90] {
  position: relative;
  display: inline-block;
  min-width: 27px;
  height: 27px;
  border-radius: 13.5px;
  font-size: 13px;
  line-height: 15px;
  overflow: hidden;
  outline: none;
  padding: 6px 5px;
  margin-left: 6px;
  background: #d9122233;
  color: #d91222;
}
.search-toggle--mobile[_ngcontent-sc90]:active,
.search-toggle--mobile[_ngcontent-sc90]:focus,
.search-toggle--mobile[_ngcontent-sc90]:hover {
  background-color: #d9122233;
  color: #d91222;
}
.search-toggle--mobile[lang="ar"][_nghost-sc90]
  .search-toggle--mobile[_ngcontent-sc90],
[lang="ar"] [_nghost-sc90] .search-toggle--mobile[_ngcontent-sc90] {
  margin-right: 6px;
}
.new-instruments-popup[_ngcontent-sc90] {
  background: #1886ff1a;
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 23px 32px 23px 20px;
  margin: 0 0 30px;
  justify-content: space-between;
}
.new-instruments-popup[_ngcontent-sc90] .popup-title[_ngcontent-sc90] {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  padding: 0 20px 0 10px;
}
.new-instruments-popup[_ngcontent-sc90] .popup-link-new[_ngcontent-sc90] {
  padding: 5px 20px 0 10px;
}
.new-instruments-popup[_ngcontent-sc90]
  .popup-link-new[_ngcontent-sc90]
  a[_ngcontent-sc90] {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.new-instruments-popup[_ngcontent-sc90] .icon-circle[_ngcontent-sc90] {
  font-size: 16px;
  background-color: #0971e2;
  color: #fff;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-instruments-popup
  .icon-circle[lang="ar"][_nghost-sc90]
  .new-instruments-popup[_ngcontent-sc90]
  .icon-circle[_ngcontent-sc90],
[lang="ar"]
  [_nghost-sc90]
  .new-instruments-popup[_ngcontent-sc90]
  .icon-circle[_ngcontent-sc90] {
  left: auto;
  right: 28px;
}
.new-instruments-popup.collapsed[_ngcontent-sc90] {
  width: 45px;
  height: 45px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.new-instruments-popup.collapsed[_ngcontent-sc90] .close-icon[_ngcontent-sc90],
.new-instruments-popup.collapsed[_ngcontent-sc90]
  .notifications-popup__text[_ngcontent-sc90] {
  display: none;
}
.new-instruments-popup.collapsed[_ngcontent-sc90]
  .notifications-popup__icon[_ngcontent-sc90] {
  margin: 0;
}
.new-instruments-popup[_ngcontent-sc90] .close-icon[_ngcontent-sc90] {
  color: #1886ff;
}
[lang="ar"][_nghost-sc90]
  .new-instruments-popup[_ngcontent-sc90]
  .close-icon[_ngcontent-sc90],
[lang="ar"]
  [_nghost-sc90]
  .new-instruments-popup[_ngcontent-sc90]
  .close-icon[_ngcontent-sc90] {
  right: auto;
  left: 10px;
}
.new-instruments-popup[_ngcontent-sc90] .close-icon[_ngcontent-sc90]:after,
.new-instruments-popup[_ngcontent-sc90] .close-icon[_ngcontent-sc90]:before {
  background: #1886ff;
  height: 2px;
}
.new-instruments-popup[_ngcontent-sc90]
  .notifications-popup__icon[_ngcontent-sc90] {
  margin: 3px 10px 0 6px;
}
[lang="ar"][_nghost-sc90]
  .new-instruments-popup[_ngcontent-sc90]
  .notifications-popup__icon[_ngcontent-sc90],
[lang="ar"]
  [_nghost-sc90]
  .new-instruments-popup[_ngcontent-sc90]
  .notifications-popup__icon[_ngcontent-sc90] {
  margin-right: 6px;
  margin-left: 10px;
}
@media (min-width: 480px) and (max-width: 1023.98px) {
  .new-instruments-popup[_ngcontent-sc90]
    .notifications-popup__icon[_ngcontent-sc90] {
    left: 0;
    top: 3px;
    position: absolute;
  }
}
.new-badge[_ngcontent-sc90] {
  position: absolute;
  padding: 0 4px;
  margin: 0;
  background: red;
  border-radius: 57px;
  line-height: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  text-align: center;
  color: #fff;
  z-index: 1;
  right: 60%;
  top: 0;
}
@media (min-width: 1024px) {
  .new-badge[_ngcontent-sc90] {
    right: 6px;
    top: -6px;
  }
  .uk-check[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]
    .nav-link[_ngcontent-sc90] {
    padding: 0 20px 0 0;
    font-size: 16px;
  }
  .uk-check[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .navbar-nav[_ngcontent-sc90]
    .nav-item[_ngcontent-sc90]:last-child
    .nav-link[_ngcontent-sc90] {
    margin-right: 0;
  }
  .uk-check[_ngcontent-sc90]
    .header-web[_ngcontent-sc90]
    .logo[_ngcontent-sc90] {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .uk-check[_ngcontent-sc90] .sign-in-block .btn-register {
    margin-left: 10px !important;
  }
  .uk-check[_ngcontent-sc90] .quick-access-button {
    width: 100% !important;
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .uk-check[_ngcontent-sc90]
    .sign-in-block[_ngcontent-sc90]
    .btn-register[_ngcontent-sc90] {
    margin-left: 0 !important;
  }
}
.uk-check[_ngcontent-sc90]
  .header-web.sticky-header[_ngcontent-sc90]
  .sticky-block[_ngcontent-sc90]:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  background-color: #b2bec3;
}
@media (max-width: 1023.98px) {
  .qr-popup[_ngcontent-sc90] {
    margin: 0 auto 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 5px;
    background: #f8f3f3;
    border-radius: 100px;
  }
  .qr-popup[_ngcontent-sc90] .buttons-holder[_ngcontent-sc90] {
    flex-direction: row;
    display: flex;
    justify-content: center;
    gap: 5px;
  }
}

.breadcrumb[_ngcontent-sc91] {
  display: flex;
  flex-wrap: wrap;
  padding: 2.1875rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: initial;
  border-radius: 0.25rem;
}
.breadcrumb-item[_ngcontent-sc91] + .breadcrumb-item[_ngcontent-sc91]:before {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #b2bec3;
  content: "/";
}
.breadcrumb-item[_ngcontent-sc91]
  + .breadcrumb-item[_ngcontent-sc91]:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active[_ngcontent-sc91] {
  color: #b2bec3;
}
.breadcrumb[_ngcontent-sc91] {
  font-size: 0.75rem;
}
.breadcrumb[_ngcontent-sc91] a[_ngcontent-sc91] {
  color: #636e72;
}
.breadcrumb[_ngcontent-sc91] a[_ngcontent-sc91]:focus,
.breadcrumb[_ngcontent-sc91] a[_ngcontent-sc91]:hover,
.breadcrumb[_ngcontent-sc91] a[_ngcontent-sc91]:hover:focus {
  color: #2d3436;
}
.breadcrumb[_ngcontent-sc91] .breadcrumb-item.hidden[_ngcontent-sc91] {
  display: none;
}

footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] ul[_ngcontent-sc98],
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--3[_ngcontent-sc98]
  li[_ngcontent-sc98],
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--3[_ngcontent-sc98]
  ul[_ngcontent-sc98],
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block3[_ngcontent-sc98]
  ul[_ngcontent-sc98] {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer[_ngcontent-sc98] {
  font-size: 0.7857rem;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] {
    font-size: 0.6875rem;
  }
}
footer[_ngcontent-sc98] .pre-footer[_ngcontent-sc98] {
  border: 1px solid #929daa38;
  border-width: 1px 0;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 1rem 0;
  position: relative;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .pre-footer[_ngcontent-sc98] {
    padding: 5px 0;
    margin-bottom: 0.6875rem;
    text-align: left;
    justify-content: space-between;
  }
}
footer[_ngcontent-sc98]
  .pre-footer[_ngcontent-sc98]:hover
  .fx-logo[_ngcontent-sc98] {
  color: #ed1c24;
}
footer[_ngcontent-sc98] .pre-footer__content[_ngcontent-sc98] {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #929daa38;
  padding-bottom: 1rem;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .pre-footer__content[_ngcontent-sc98] {
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
footer[_ngcontent-sc98] .fx-country-box[_ngcontent-sc98] {
  border-radius: 3px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #2d3436;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 20px;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
@media (max-width: 1199.98px) {
  footer[_ngcontent-sc98] .fx-country-box[_ngcontent-sc98] {
    width: 100%;
    margin-left: 0;
    min-height: 50px;
  }
}
@media (max-width: 1023.98px) {
  footer[_ngcontent-sc98] .fx-country-box[_ngcontent-sc98] {
    margin-top: 16px;
  }
}
footer[_ngcontent-sc98] .fx-country-box__title[_ngcontent-sc98] {
  font-size: 14px;
  text-align: left;
}
footer[_ngcontent-sc98]
  .fx-country-box__title[_ngcontent-sc98]
  span[_ngcontent-sc98] {
  color: #b2bec3;
  flex: 0 0 auto;
}
footer[_ngcontent-sc98]
  .fx-country-box__title[_ngcontent-sc98]
  span[_ngcontent-sc98]:after {
  content: "·";
  margin-right: 5px;
  margin-left: 5px;
}
footer[_ngcontent-sc98] .fx-dropdown__toggle[_ngcontent-sc98] {
  min-height: 50px;
  padding: 5px 10px;
  margin: 1rem 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .fx-dropdown__toggle[_ngcontent-sc98] {
    font-size: 27px;
    width: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: 30px;
    margin: 0 0 0 20px;
  }
}
footer
  .fx-dropdown__toggle[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .fx-dropdown__toggle[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .fx-dropdown__toggle[_ngcontent-sc98] {
  margin-right: 0 !important;
}
footer[_ngcontent-sc98] .fx-dropdown__toggle_disabled[_ngcontent-sc98] {
  cursor: default;
  color: #6c757d;
}
footer[_ngcontent-sc98] .fx-dropdown__container[_ngcontent-sc98] {
  font-size: 14px;
  z-index: 15;
}
footer[_ngcontent-sc98]
  .fx-dropdown__toggle.fx-dropdown__toggle_disabled[_ngcontent-sc98]:after {
  display: none;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .regulator-dropdowns__container[_ngcontent-sc98] {
    display: flex;
    justify-content: flex-end;
  }
}
footer[_ngcontent-sc98] .copyright[_ngcontent-sc98] {
  cursor: default;
  line-height: 1;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .copyright[_ngcontent-sc98] {
    margin-right: 2rem;
  }
  [lang="ar"][_nghost-sc98] footer[_ngcontent-sc98] .copyright[_ngcontent-sc98],
  [lang="ar"]
    [_nghost-sc98]
    footer[_ngcontent-sc98]
    .copyright[_ngcontent-sc98] {
    margin-left: 2rem;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .copyright[_ngcontent-sc98] {
    margin-right: 3rem;
  }
  [lang="ar"][_nghost-sc98] footer[_ngcontent-sc98] .copyright[_ngcontent-sc98],
  [lang="ar"]
    [_nghost-sc98]
    footer[_ngcontent-sc98]
    .copyright[_ngcontent-sc98] {
    margin-left: 3rem;
    margin-right: 0;
  }
}
footer[_ngcontent-sc98] .copyright[_ngcontent-sc98] .fx-logo[_ngcontent-sc98] {
  font-size: 1rem;
  margin-right: 1rem;
  transition: color 0.4s ease-out;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .copyright[_ngcontent-sc98]
  .fx-logo[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .copyright[_ngcontent-sc98]
  .fx-logo[_ngcontent-sc98] {
  margin-left: 1rem;
  margin-right: 0;
}
footer[_ngcontent-sc98] .socials-links[_ngcontent-sc98] a[_ngcontent-sc98] {
  font-size: 1rem;
  color: #dfe6e9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .socials-links[_ngcontent-sc98]
  a[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .socials-links[_ngcontent-sc98]
  a[_ngcontent-sc98] {
  margin-left: 15px;
  margin-right: 0;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .socials-links[_ngcontent-sc98] a[_ngcontent-sc98] {
    margin-right: 32px;
  }
  [lang="ar"][_nghost-sc98]
    footer[_ngcontent-sc98]
    .socials-links[_ngcontent-sc98]
    a[_ngcontent-sc98],
  [lang="ar"]
    [_nghost-sc98]
    footer[_ngcontent-sc98]
    .socials-links[_ngcontent-sc98]
    a[_ngcontent-sc98] {
    margin-left: 32px;
  }
}
@media (min-width: 1200px) {
  footer[_ngcontent-sc98] .socials-links[_ngcontent-sc98] a[_ngcontent-sc98] {
    margin-right: 2.5rem;
  }
  [lang="ar"][_nghost-sc98]
    footer[_ngcontent-sc98]
    .socials-links[_ngcontent-sc98]
    a[_ngcontent-sc98],
  [lang="ar"]
    [_nghost-sc98]
    footer[_ngcontent-sc98]
    .socials-links[_ngcontent-sc98]
    a[_ngcontent-sc98] {
    margin-left: 2.5rem;
  }
}
footer[_ngcontent-sc98]
  .socials-links[_ngcontent-sc98]
  a[_ngcontent-sc98]:focus,
footer[_ngcontent-sc98]
  .socials-links[_ngcontent-sc98]
  a[_ngcontent-sc98]:hover,
footer[_ngcontent-sc98]
  .socials-links[_ngcontent-sc98]
  a[_ngcontent-sc98]:hover:focus {
  color: #d91222;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .footer-content[_ngcontent-sc98] {
    padding-bottom: 2rem;
  }
}
footer[_ngcontent-sc98]
  .footer-content[_ngcontent-sc98]
  .info-sponsor-block[_ngcontent-sc98] {
  margin: 40px 0;
}
footer[_ngcontent-sc98]
  .footer-content[_ngcontent-sc98]
  .info-sponsor-block[_ngcontent-sc98]
  img[_ngcontent-sc98] {
  width: 100%;
  margin: 0;
}
footer[_ngcontent-sc98]
  .footer-content[_ngcontent-sc98]
  .separator[_ngcontent-sc98] {
  height: 1px;
  background-color: #dfe6e9;
}
footer[_ngcontent-sc98]
  .footer-content[_ngcontent-sc98]
  span.separator[_ngcontent-sc98] {
  margin-left: 10px;
  margin-right: 10px;
  background: none;
  height: auto;
}
footer[_ngcontent-sc98] .footer-content[_ngcontent-sc98] p[_ngcontent-sc98] {
  margin-bottom: 0;
}
footer[_ngcontent-sc98] .contact-info[_ngcontent-sc98] {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .contact-info[_ngcontent-sc98] {
    margin-bottom: 0;
  }
}
footer[_ngcontent-sc98] .link-sitemap[_ngcontent-sc98] {
  color: #636e72;
  height: 39px;
  line-height: 39px;
  padding-right: 10px;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .link-sitemap[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .link-sitemap[_ngcontent-sc98] {
  padding-left: 10px;
  padding-right: 0;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .link-sitemap[_ngcontent-sc98] {
    height: auto;
    padding-right: 0;
    line-height: 1.2;
  }
  [lang="ar"][_nghost-sc98]
    footer[_ngcontent-sc98]
    .link-sitemap[_ngcontent-sc98],
  [lang="ar"]
    [_nghost-sc98]
    footer[_ngcontent-sc98]
    .link-sitemap[_ngcontent-sc98] {
    padding-left: 0;
  }
}
footer[_ngcontent-sc98] .link-sitemap[_ngcontent-sc98]:hover {
  color: #d91222;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] a[href^="tel"][_ngcontent-sc98] {
    pointer-events: none;
    color: #636e72;
  }
}
footer[_ngcontent-sc98] .footer-columns[_ngcontent-sc98] {
  margin: 0 0 2.8571rem;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .footer-columns[_ngcontent-sc98] {
    margin: 0 -20px;
  }
}
footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] {
  line-height: 1.25rem;
  padding: 0;
  border-bottom: 1px solid #929daa38;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] {
    border: none;
    padding: 0 20px;
  }
}
footer[_ngcontent-sc98]
  .col-footer.expanded[_ngcontent-sc98]
  .title[_ngcontent-sc98]
  i[_ngcontent-sc98] {
  transform: rotate(45deg);
}
footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] .title[_ngcontent-sc98] {
  color: #2d3436;
  height: 39px;
  display: flex;
  line-height: 1.2;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] .title[_ngcontent-sc98] {
    margin-bottom: 10px;
    font-weight: 600;
    height: auto;
    display: block;
  }
}
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  .title[_ngcontent-sc98]
  i[_ngcontent-sc98] {
  transition: transform 0.4s;
  font-size: 8px;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98]
    .col-footer[_ngcontent-sc98]
    .title[_ngcontent-sc98]
    i[_ngcontent-sc98] {
    display: none;
  }
}
footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] ul[_ngcontent-sc98] {
  padding: 0 0 10px 20px;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .col-footer[_ngcontent-sc98] ul[_ngcontent-sc98] {
    margin-bottom: 2rem;
    padding: 0;
  }
}
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]:last-child {
  margin-bottom: 0;
}
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  li[_ngcontent-sc98] {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  li[_ngcontent-sc98]:last-child {
  margin-bottom: 0;
}
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  a[_ngcontent-sc98],
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  span[_ngcontent-sc98] {
  color: #2d3436;
}
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  a[_ngcontent-sc98]:focus,
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  a[_ngcontent-sc98]:hover,
footer[_ngcontent-sc98]
  .col-footer[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  a[_ngcontent-sc98]:hover:focus {
  color: #d91222;
}
footer[_ngcontent-sc98] .footer-frame[_ngcontent-sc98] {
  padding: 0 0 2.5rem;
}
@media (min-width: 480px) {
  footer[_ngcontent-sc98] .footer-frame[_ngcontent-sc98] {
    padding: 0 0 1.75rem;
    border: none;
  }
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .text-entry[_ngcontent-sc98] {
    padding-right: 2.75rem;
  }
  [lang="ar"][_nghost-sc98]
    footer[_ngcontent-sc98]
    .text-entry[_ngcontent-sc98],
  [lang="ar"]
    [_nghost-sc98]
    footer[_ngcontent-sc98]
    .text-entry[_ngcontent-sc98] {
    padding-left: 2.75rem;
    padding-right: 0;
  }
}
.footer-frame[_ngcontent-sc98]
  [class*="col-"][_ngcontent-sc98]:last-child
  footer[_ngcontent-sc98]
  .text-entry[_ngcontent-sc98] {
  padding-right: 0;
}
[lang="ar"][_nghost-sc98]
  .footer-frame[_ngcontent-sc98]
  [class*="col-"][_ngcontent-sc98]:last-child
  footer[_ngcontent-sc98]
  .text-entry[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  .footer-frame[_ngcontent-sc98]
  [class*="col-"][_ngcontent-sc98]:last-child
  footer[_ngcontent-sc98]
  .text-entry[_ngcontent-sc98] {
  padding-left: 0;
}
footer[_ngcontent-sc98] .text-entry[_ngcontent-sc98] strong {
  color: #2d3436;
  font-weight: 700;
}
footer[_ngcontent-sc98] .footer-logo[_ngcontent-sc98] {
  margin-right: 1.25rem;
}
[lang="ar"][_nghost-sc98] footer[_ngcontent-sc98] .footer-logo[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .footer-logo[_ngcontent-sc98] {
  margin-left: 1.25rem;
  margin-right: 0;
}
footer[_ngcontent-sc98] .img-decor[_ngcontent-sc98] {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100px;
  height: auto;
}
[lang="ar"][_nghost-sc98] footer[_ngcontent-sc98] .img-decor[_ngcontent-sc98],
[lang="ar"] [_nghost-sc98] footer[_ngcontent-sc98] .img-decor[_ngcontent-sc98] {
  left: auto;
  right: 0;
}
footer[_ngcontent-sc98] .img-decor.right[_ngcontent-sc98] {
  left: auto;
  right: 0;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .img-decor.right[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .img-decor.right[_ngcontent-sc98] {
  right: auto;
  left: 0;
}
footer[_ngcontent-sc98] .sponsor__row[_ngcontent-sc98] {
  border-bottom: 1px solid #929daa38;
  position: relative;
  margin-bottom: 2rem;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98] .sponsor__row[_ngcontent-sc98] {
    margin: 0 0 2.9375rem;
  }
}
footer[_ngcontent-sc98] .sponsor__info[_ngcontent-sc98] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 30px;
}
@media screen and (max-width: 900px) {
  footer[_ngcontent-sc98] .sponsor__info[_ngcontent-sc98] {
    max-width: 40% !important;
    flex: 0 0 40%;
    padding-bottom: 30px;
    margin-top: -2rem;
  }
}
@media screen and (min-width: 900px) {
  footer[_ngcontent-sc98] .sponsor__info.flexfix[_ngcontent-sc98] {
    transform: translateX(7%);
  }
}
footer[_ngcontent-sc98] .sponsor__title[_ngcontent-sc98] {
  display: flex;
  justify-content: flex-start;
}
footer[_ngcontent-sc98] .sponsor__title[_ngcontent-sc98] sup {
  font-size: 11px;
  line-height: 2;
}
footer[_ngcontent-sc98] .sponsor__title[_ngcontent-sc98] > span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  justify-content: center;
  line-height: 1.22;
  color: #636e72;
  transition: color 0.4s ease-out;
}
footer[_ngcontent-sc98] .sponsor__title[_ngcontent-sc98] > span > strong {
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  color: #010d16;
  transition: color 0.4s ease-out;
}
footer[_ngcontent-sc98] .sponsor__logo[_ngcontent-sc98] {
  margin-right: 20px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 50px;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .sponsor__logo[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .sponsor__logo[_ngcontent-sc98] {
  margin-left: 20px;
  margin-right: 0;
}
footer[_ngcontent-sc98]
  .sponsor__logo.mclaren-logo[_ngcontent-sc98]
  img[_ngcontent-sc98] {
  max-width: 344px;
}
footer[_ngcontent-sc98]
  .sponsor__logo.monaco-logo[_ngcontent-sc98]
  img[_ngcontent-sc98] {
  max-width: 330px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  footer[_ngcontent-sc98] .sponsor__logo.monaco-logo[_ngcontent-sc98] {
    max-width: 225px;
  }
}
@media screen and (max-width: 900px) {
  footer[_ngcontent-sc98]
    .sponsor__logo.monaco-logo[_ngcontent-sc98]
    img[_ngcontent-sc98] {
    max-width: 200px;
  }
  footer[_ngcontent-sc98]
    .sponsor__logo.mclaren-logo[_ngcontent-sc98]
    img[_ngcontent-sc98] {
    max-width: 185px;
  }
  footer[_ngcontent-sc98] .sponsor__poster[_ngcontent-sc98] {
    display: none !important;
  }
}
footer[_ngcontent-sc98]
  .sponsor__poster[_ngcontent-sc98]
  fx-retina-image[_ngcontent-sc98] {
  width: 100%;
  max-width: 127px;
  align-self: flex-end;
}
@media (min-width: 1200px) {
  footer[_ngcontent-sc98]
    .sponsor__poster[_ngcontent-sc98]
    fx-retina-image[_ngcontent-sc98] {
    max-width: 217px;
  }
}
footer[_ngcontent-sc98] .sponsor__poster--mclaren[_ngcontent-sc98] {
  padding-bottom: 30px;
}
@media (min-width: 900px) and (max-width: 1200px) {
  footer[_ngcontent-sc98]
    .sponsor__poster--mclaren[_ngcontent-sc98]
    footer[_ngcontent-sc98]
    .sponsor__poster--mclaren[_ngcontent-sc98] {
    max-width: 220px !important;
  }
}
footer[_ngcontent-sc98]
  .sponsor__poster--mclaren[_ngcontent-sc98]
  fx-retina-image[_ngcontent-sc98] {
  transform: translateX(-10%);
  max-width: 300px;
  width: auto;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .sponsor__poster--mclaren[_ngcontent-sc98]
  fx-retina-image[_ngcontent-sc98],
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .sponsor__poster--mclaren[_ngcontent-sc98]
  fx-retina-image[_ngcontent-sc98] {
  transform: translateX(10%);
}
footer[_ngcontent-sc98]
  .sponsor__poster--beda[_ngcontent-sc98]
  fx-retina-image[_ngcontent-sc98] {
  max-width: 143px;
  width: auto;
}
footer[_ngcontent-sc98] .dropdown-visible[_ngcontent-sc98] i[_ngcontent-sc98] {
  color: #d91222;
}
footer[_ngcontent-sc98] .pt-risk[_ngcontent-sc98] {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 50px;
}
footer[_ngcontent-sc98] .pt-risk[_ngcontent-sc98] .block[_ngcontent-sc98] {
  border: 1px solid #9caebe;
  font: 12px/18px Arial, Helvetica, sans-serif;
  float: left;
  padding: 13px 10px 0;
  height: 100px;
}
footer[_ngcontent-sc98]
  .pt-risk[_ngcontent-sc98]
  .block[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  padding: 0;
  color: #000;
}
footer[_ngcontent-sc98] .pt-risk[_ngcontent-sc98] .block1[_ngcontent-sc98] {
  border-right: 0;
  text-align: right;
  width: 190px;
}
footer[_ngcontent-sc98] .pt-risk[_ngcontent-sc98] .block2[_ngcontent-sc98] {
  border-color: #ed1c24;
  width: 249px;
  padding: 13px 0 0 10px;
  background: url(../assets/img/sections/footer-web/pt-risk.webp) 144px 15px
    no-repeat;
}
footer[_ngcontent-sc98]
  .pt-risk[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  strong[_ngcontent-sc98] {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  color: #000;
  width: 115px;
  display: block;
  font-weight: 700;
}
footer[_ngcontent-sc98]
  .pt-risk[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  text-transform: uppercase;
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 6px 0 0;
}
footer[_ngcontent-sc98] .pt-risk[_ngcontent-sc98] .block3[_ngcontent-sc98] {
  border-left: 0;
  width: 287px;
}
footer[_ngcontent-sc98]
  .pt-risk[_ngcontent-sc98]
  .block3[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  li[_ngcontent-sc98] {
  font-size: 12px;
  padding: 0 0 0 15px !important;
  position: relative;
  margin: 0 !important;
  background: none;
}
footer[_ngcontent-sc98] .pt-risk-direct[_ngcontent-sc98] {
  background: #fff;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block[_ngcontent-sc98] {
  border: 1px solid #9caebe;
  font: 10px/12px Arial, Helvetica, sans-serif;
  padding: 5px 5px 7px;
  width: auto;
  font-weight: 700;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  font: 10px/13px Arial, Helvetica, sans-serif;
  padding: 0;
  color: #000;
  opacity: 1;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block1[_ngcontent-sc98] {
  border-bottom: 0;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block2[_ngcontent-sc98] {
  border: 1px solid #ed1c24;
  position: relative;
  padding-right: 21px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  .box[_ngcontent-sc98] {
  border: 3px solid #000;
  position: relative;
  padding: 5px 5px 7px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  .box[_ngcontent-sc98]:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 10px;
  background: url(../assets/img/sections/footer-web/pt-risk.webp) 0 0 no-repeat;
  width: 71px;
  height: 64px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  .box[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  margin: 6px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 9px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block3[_ngcontent-sc98] {
  border-top: 0;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block3[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  li[_ngcontent-sc98] {
  position: relative;
  background: none;
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 4px 0 0;
  padding: 0 0 0 10px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  .block3[_ngcontent-sc98]
  ul[_ngcontent-sc98]
  li[_ngcontent-sc98]:before {
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #ed1c24;
}
footer[_ngcontent-sc98]
  .pt-risk-direct[_ngcontent-sc98]
  strong[_ngcontent-sc98] {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0 58px 19px 0;
  display: block;
  color: #000;
  text-transform: none;
  line-height: 12px;
}
footer[_ngcontent-sc98] .pt-risk-direct.fixed[_ngcontent-sc98] {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 100;
  width: 183px;
  margin: -200px 0 0;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  .block1[_ngcontent-sc98] {
  font-weight: 700;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  .block1[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  margin: 18px 0 0;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  .block2[_ngcontent-sc98] {
  border: 1px solid #000;
  padding-right: 21px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  .box[_ngcontent-sc98] {
  border: 3px solid #000;
  position: relative;
  padding: 5px 5px 7px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  .box[_ngcontent-sc98]:before {
  top: 5px;
  right: 10px;
  background: url(../assets/img/sections/footer-web/pt-risk-direct-left.webp) 0
    0 no-repeat;
  width: 128px;
  height: 100px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  .block2[_ngcontent-sc98]
  .box[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  margin: 1px 0 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 9px;
}
footer[_ngcontent-sc98]
  .pt-risk-direct.fixed[_ngcontent-sc98]
  strong[_ngcontent-sc98] {
  padding: 5px 56px 39px 13px;
}
footer[_ngcontent-sc98] .pt-risk-2-0[_ngcontent-sc98] .block[_ngcontent-sc98] {
  width: 33.33333%;
  padding: 15px;
  border: 1px solid #9caebe;
  font: 12px/18px Arial, Helvetica, sans-serif;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98]
    .pt-risk-2-0[_ngcontent-sc98]
    .block--1[_ngcontent-sc98] {
    border-right: 0;
  }
}
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--2[_ngcontent-sc98] {
  border-color: red;
  position: relative;
  display: flex;
  justify-content: space-between;
}
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--2[_ngcontent-sc98]
  img[_ngcontent-sc98] {
  align-self: center;
}
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--2[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  text-transform: uppercase;
  font: 10px/12px Arial, Helvetica, sans-serif;
  margin: 6px 0 0;
  color: #000;
}
@media (min-width: 1024px) {
  footer[_ngcontent-sc98]
    .pt-risk-2-0[_ngcontent-sc98]
    .block--3[_ngcontent-sc98] {
    border-left: 0;
  }
}
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--3[_ngcontent-sc98]
  p[_ngcontent-sc98] {
  padding: 0 0 5px;
  margin: 0;
  color: #000;
}
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--3[_ngcontent-sc98]
  li[_ngcontent-sc98] {
  padding-left: 15px;
  position: relative;
}
footer[_ngcontent-sc98]
  .pt-risk-2-0[_ngcontent-sc98]
  .block--3[_ngcontent-sc98]
  li[_ngcontent-sc98]:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #ed1c24;
}
footer[_ngcontent-sc98] .pt-risk-2-0[_ngcontent-sc98] strong[_ngcontent-sc98] {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  color: #000;
  width: 115px;
  display: block;
}
footer[_ngcontent-sc98] .info-sponsor-block[_ngcontent-sc98] {
  text-align: center;
  margin-bottom: 3.0714rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer[_ngcontent-sc98] .info-sponsor-block[_ngcontent-sc98],
footer[_ngcontent-sc98] .info-sponsor-block[_ngcontent-sc98]:active,
footer[_ngcontent-sc98] .info-sponsor-block[_ngcontent-sc98]:hover {
  color: #636e72;
}
footer[_ngcontent-sc98]
  .info-sponsor-block[_ngcontent-sc98]:not(:last-child):after {
  height: 100%;
  width: 1px;
  background: #929daa38;
  content: "";
  position: absolute;
  right: 0;
}
[lang="ar"][_nghost-sc98]
  footer[_ngcontent-sc98]
  .info-sponsor-block[_ngcontent-sc98]:not(:last-child):after,
[lang="ar"]
  [_nghost-sc98]
  footer[_ngcontent-sc98]
  .info-sponsor-block[_ngcontent-sc98]:not(:last-child):after {
  right: auto;
  left: 0;
}
footer[_ngcontent-sc98]
  .info-sponsor-block[_ngcontent-sc98]
  img[_ngcontent-sc98] {
  display: block;
  margin: auto auto 1.3571rem;
}
.fx-dropdown--countries {
  min-width: 187px;
}
.fx-dropdown--countries .fx-dropdown__options > div {
  padding-left: 17px;
}
.fx-dropdown__title {
  display: flex;
  flex: 1;
  align-items: center;
}
.fx-dropdown__container,
.fx-dropdown__title {
  color: #2d3436;
}
.fx-dropdown__container span,
.fx-dropdown__title span {
  color: #b2bec3;
  flex: 0 0 auto;
}
.fx-dropdown__container span:after,
.fx-dropdown__title span:after {
  content: "·";
  margin-right: 5px;
  margin-left: 5px;
}
.fx-dropdown__container .flag-icon,
.fx-dropdown__title .flag-icon {
  vertical-align: text-top;
  margin-right: 5px;
  flex: 0 0 16px;
  height: 16px;
}
[lang="ar"][_nghost-sc98] .fx-dropdown__container .flag-icon,
[lang="ar"] [_nghost-sc98] .fx-dropdown__container .flag-icon,
[lang="ar"][_nghost-sc98] .fx-dropdown__title .flag-icon,
[lang="ar"] [_nghost-sc98] .fx-dropdown__title .flag-icon {
  margin-left: 5px;
}
@media (max-width: 1023.98px) {
  .mobile-chat-options {
    position: relative;
  }
  .mobile-chat-options .chat-holder {
    position: fixed;
    right: 8px;
    bottom: 16px;
    background-color: initial;
    box-shadow: 0 4px 12px #0000004d;
    border-radius: 30px;
    transition: all 0.2s ease;
    z-index: 10000;
  }
  .mobile-chat-options .chat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-chat-options .chat-icon .chat-icon-open {
    width: 27px;
    height: 27px;
    transition: all 0.2s ease;
  }
  .mobile-chat-options .chat-icon .chat-icon-close {
    width: 18px;
    height: 18px;
    display: none;
    transition: all 0.2s ease;
  }
  .mobile-chat-options .chat-options {
    flex-direction: column;
    align-items: center;
    display: none;
    transition: all 0.2s ease;
  }
  .mobile-chat-options .chat-options .chat-icon-inner {
    padding-top: 14px;
    width: 40px;
    display: none;
    transition: all 0.2s ease;
  }
  .mobile-chat-options.open .chat-holder {
    background-color: #f9fafb;
    z-index: 10000;
  }
  .mobile-chat-options.open .chat-icon {
    background: #f9fafb;
  }
  .mobile-chat-options.open .chat-icon-open {
    display: none;
  }
  .mobile-chat-options.open .chat-icon-close {
    display: block;
  }
  .mobile-chat-options.open .chat-options {
    display: flex;
  }
  .mobile-chat-options.open .chat-icon-inner {
    display: block;
  }
  .mobile-chat-options
    .fix-chat-widget-container
    svg.css-1mpchac
    path:first-child {
    fill: #fff;
  }
  .mobile-chat-options
    .fix-chat-widget-container
    svg.css-1mpchac
    path:last-child {
    fill: red;
  }
  .mobile-chat-options .fix-chat-widget-container button.e1mwfyk10 {
    background: red;
    border-radius: 50%;
  }
  .mobile-chat-options .fix-chat-widget-container .css-x1tzzp {
    width: 40px;
    height: 40px;
    box-shadow: none;
  }
  .mobile-chat-options .fix-chat-widget-container .css-1yzzujv {
    padding: 0;
  }
  .mobile-chat-options .fix-chat-widget-container .e1dmt1bi0 svg {
    fill: red;
  }
}

.back-to-top[_ngcontent-sc99] {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F0E7DD'/%3E%3Cpath d='M18.9462 27V16.3395L14.9192 20.3807L13.4419 18.9176L20.0044 12.3693L26.5527 18.9176L25.1039 20.3807L21.0627 16.3395V27H18.9462Z' fill='%23B68756'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: fixed;
  z-index: 9999;
  width: 41px;
  height: 41px;
  display: block;
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  top: 20px;
  right: 10px;
}
@media (min-width: 1024px) {
  .back-to-top[_ngcontent-sc99] {
    top: 70px;
    right: 20px;
  }
  .back-to-top.has-sub[_ngcontent-sc99] {
    top: 125px;
  }
}
.visible[_ngcontent-sc99] .back-to-top[_ngcontent-sc99] {
  pointer-events: all;
  opacity: 1;
  transform: none;
}

.block-get-started[_ngcontent-sc67] {
  background: #fff;
  padding: 23px 29px;
  box-shadow: 0 4px 6px #34343440;
  display: inline-flex;
  align-items: center;
  animation-delay: 2s;
  margin-bottom: 5px;
  position: relative;
  border-radius: 9px;
  border: 2px solid #303135;
}
@media (min-width: 1200px) {
  .block-get-started[_ngcontent-sc67] {
    padding: 23px 29px;
  }
}
.block-get-started[_ngcontent-sc67] .text[_ngcontent-sc67] {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .block-get-started[_ngcontent-sc67] .text[_ngcontent-sc67] {
    font-size: 16px;
  }
}
.block-get-started[_ngcontent-sc67] .icon-circle[_ngcontent-sc67] {
  font-size: 16px;
  background-color: #303135;
  color: #fff;
  position: absolute;
  top: -17px;
  left: 28px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-get-started
  .icon-circle[lang="ar"][_nghost-sc67]
  .block-get-started[_ngcontent-sc67]
  .icon-circle[_ngcontent-sc67],
[lang="ar"]
  [_nghost-sc67]
  .block-get-started[_ngcontent-sc67]
  .icon-circle[_ngcontent-sc67] {
  left: auto;
  right: 28px;
}
.block-get-started[_ngcontent-sc67] .title[_ngcontent-sc67] {
  margin-bottom: 5px;
  color: #2d3436;
  text-align: center;
}
.block-get-started[_ngcontent-sc67] .close-icon[_ngcontent-sc67] {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}
.block-get-started
  .close-icon[lang="ar"][_nghost-sc67]
  .block-get-started[_ngcontent-sc67]
  .close-icon[_ngcontent-sc67],
[lang="ar"]
  [_nghost-sc67]
  .block-get-started[_ngcontent-sc67]
  .close-icon[_ngcontent-sc67] {
  right: auto;
  left: 10px;
}
.block-get-started[_ngcontent-sc67] .btn[_ngcontent-sc67] {
  font-size: 14px;
  min-width: 140px;
}

.popup-cookies[_ngcontent-sc69] {
  position: relative;
  z-index: 996;
  padding: 25px 10px 20px;
  margin-bottom: 5px;
  background: #fff;
  border: 2px solid #dfe6e9;
  border-radius: 9px;
  box-shadow: 0 4px 6px #30313508;
  font-size: 12px;
  line-height: 1.35;
  color: #2d3436;
  width: 300px;
}
@media (min-width: 480px) {
  .popup-cookies[_ngcontent-sc69] {
    font-size: 14px;
    width: 440px;
    padding: 30px 20px;
  }
}
.popup-cookies[_ngcontent-sc69] .text[_ngcontent-sc69] {
  display: none;
}
.popup-cookies[_ngcontent-sc69] .text.show[_ngcontent-sc69] {
  display: block;
}
.popup-cookies[_ngcontent-sc69] .icon-circle[_ngcontent-sc69] {
  position: absolute;
  top: -17px;
  left: 28px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #dfe6e9;
  border-radius: 50%;
}
.popup-cookies
  .icon-circle[lang="ar"][_nghost-sc69]
  .popup-cookies[_ngcontent-sc69]
  .icon-circle[_ngcontent-sc69],
[lang="ar"]
  [_nghost-sc69]
  .popup-cookies[_ngcontent-sc69]
  .icon-circle[_ngcontent-sc69] {
  left: auto;
  right: 28px;
}
.popup-cookies[_ngcontent-sc69] .title {
  margin-bottom: 1.5em;
  color: #2d3436;
  font-size: 16px;
  font-weight: 700;
  display: block;
}
@media (min-width: 480px) {
  .popup-cookies[_ngcontent-sc69] .title {
    font-size: 18px;
  }
}
.popup-cookies[_ngcontent-sc69] p {
  margin-bottom: 1em;
}
.popup-cookies[_ngcontent-sc69] strong {
  font-weight: 700;
}
.popup-cookies[_ngcontent-sc69] .close-icon[_ngcontent-sc69] {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
}
.popup-cookies
  .close-icon[lang="ar"][_nghost-sc69]
  .popup-cookies[_ngcontent-sc69]
  .close-icon[_ngcontent-sc69],
[lang="ar"]
  [_nghost-sc69]
  .popup-cookies[_ngcontent-sc69]
  .close-icon[_ngcontent-sc69] {
  right: auto;
  left: 10px;
}
.popup-cookies[_ngcontent-sc69] .buttons-holder[_ngcontent-sc69] {
  margin-top: 2em;
  text-align: center;
}
.popup-cookies[_ngcontent-sc69] .btn[_ngcontent-sc69] {
  font-size: 12px;
  display: block;
  padding: 12px 1rem;
  margin-bottom: 3px;
}
@media (min-width: 480px) {
  .popup-cookies[_ngcontent-sc69] .btn[_ngcontent-sc69] {
    font-size: 14px;
  }
}
.popup-cookies[_ngcontent-sc69] .btn-link[_ngcontent-sc69] {
  color: #2d3436;
  font-weight: 400;
  padding: 5px;
  text-decoration: underline;
  display: inline-block;
}
.popup-cookies[_ngcontent-sc69] .tabset-cookies__nav[_ngcontent-sc69] {
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  display: inline-flex;
  width: 100%;
  border: 1px solid #303135;
  border-radius: 4px;
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies__nav[_ngcontent-sc69]
  li[_ngcontent-sc69] {
  border-left: 1px solid #303135;
  flex: 1;
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies__nav[_ngcontent-sc69]
  li[_ngcontent-sc69]:first-child {
  border: none;
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies__nav[_ngcontent-sc69]
  li[_ngcontent-sc69]
  a[_ngcontent-sc69] {
  display: block;
  padding: 8px;
  position: relative;
  color: #303135;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .popup-cookies[_ngcontent-sc69]
    .tabset-cookies__nav[_ngcontent-sc69]
    li[_ngcontent-sc69]
    a[_ngcontent-sc69] {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies__nav[_ngcontent-sc69]
  li[_ngcontent-sc69]
  a[_ngcontent-sc69]:hover,
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies__nav[_ngcontent-sc69]
  li.active[_ngcontent-sc69]
  a[_ngcontent-sc69] {
  transform: scale(1.05);
  color: #fff;
  background-color: #303135;
  transition: all 0.4s;
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies[_ngcontent-sc69]
  .tab[_ngcontent-sc69] {
  display: none;
  height: 60vh;
  padding-right: 22px;
  overflow: auto;
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies[_ngcontent-sc69]
  .tab[_ngcontent-sc69]
  [_ngcontent-sc69]::-webkit-scrollbar:hover {
  width: 22px;
}
@media (min-width: 1024px) {
  .popup-cookies[_ngcontent-sc69]
    .tabset-cookies[_ngcontent-sc69]
    .tab[_ngcontent-sc69] {
    height: 370px;
  }
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies[_ngcontent-sc69]
  .tab[_ngcontent-sc69]
  .title {
  margin-bottom: 1rem;
}
.popup-cookies[_ngcontent-sc69]
  .tabset-cookies[_ngcontent-sc69]
  .tab.active[_ngcontent-sc69] {
  display: block;
}
.popup-cookies[_ngcontent-sc69] .switch[_ngcontent-sc69] {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  margin: 0;
}
.popup-cookies[_ngcontent-sc69]
  .switch[_ngcontent-sc69]
  input[_ngcontent-sc69] {
  display: none;
}
.popup-cookies[_ngcontent-sc69]
  .switch[_ngcontent-sc69]
  .slider[_ngcontent-sc69] {
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #b2bec3;
}
.popup-cookies[_ngcontent-sc69]
  .switch[_ngcontent-sc69]
  .slider[_ngcontent-sc69],
.popup-cookies[_ngcontent-sc69]
  .switch[_ngcontent-sc69]
  .slider[_ngcontent-sc69]:before {
  position: absolute;
  height: 26px;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  border-radius: 4px;
}
.popup-cookies[_ngcontent-sc69]
  .switch[_ngcontent-sc69]
  .slider[_ngcontent-sc69]:before {
  content: "";
  width: 30px;
  background-color: #b2bec3;
}
.popup-cookies[_ngcontent-sc69]
  input[_ngcontent-sc69]:checked
  + .slider[_ngcontent-sc69] {
  box-shadow: inset 0 0 0 1px #303135;
}
.popup-cookies[_ngcontent-sc69]
  input[_ngcontent-sc69]:focus
  + .slider[_ngcontent-sc69] {
  box-shadow: 0 0 1px #303135, inset 0 0 0 1px #303135;
}
.popup-cookies[_ngcontent-sc69]
  input[_ngcontent-sc69]:checked
  + .slider[_ngcontent-sc69]:before {
  transform: translateX(30px);
  background-color: #303135;
}
.popup-cookies[_ngcontent-sc69] .settings-box[_ngcontent-sc69] {
  background-color: #30313508;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 10px;
}
.popup-cookies[_ngcontent-sc69] .settings-box__heading[_ngcontent-sc69] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 17px;
}
.popup-cookies[_ngcontent-sc69] .settings-box__title[_ngcontent-sc69] {
  font-size: 18px;
  font-weight: 700;
  color: #2d3436;
  display: block;
}
.popup-cookies[_ngcontent-sc69] .settings-box__name[_ngcontent-sc69] {
  font-weight: 500;
}
.popup-cookies[_ngcontent-sc69] .settings-box__holder[_ngcontent-sc69] {
  height: 0;
  overflow: hidden;
}
.popup-cookies[_ngcontent-sc69]
  .settings-box[_ngcontent-sc69]
  em[_ngcontent-sc69] {
  display: block;
}
.popup-cookies[_ngcontent-sc69]
  .settings-box[_ngcontent-sc69]
  em[_ngcontent-sc69]
  a {
  color: #2d3436;
}
.popup-cookies[_ngcontent-sc69] .cookies-icon[_ngcontent-sc69] {
  color: #2d3436;
  width: 19px;
  height: 18px;
  display: flex;
}

.dropdown[_ngcontent-sc82],
.dropup[_ngcontent-sc82] {
  position: relative;
}
.dropdown-toggle[_ngcontent-sc82]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid #0000;
  border-bottom: 0;
  border-left: 0.3em solid #0000;
}
.dropdown-toggle[_ngcontent-sc82]:empty:after {
  margin-left: 0;
}
.dropdown-menu[_ngcontent-sc82] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 0.25rem;
}
.dropup[_ngcontent-sc82] .dropdown-menu[_ngcontent-sc82] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid #0000;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid #0000;
}
.dropup[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:empty:after {
  margin-left: 0;
}
.dropright[_ngcontent-sc82] .dropdown-menu[_ngcontent-sc82] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #0000;
  border-bottom: 0.3em solid #0000;
  border-left: 0.3em solid;
}
.dropright[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:empty:after {
  margin-left: 0;
}
.dropright[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:after {
  vertical-align: 0;
}
.dropleft[_ngcontent-sc82] .dropdown-menu[_ngcontent-sc82] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #0000;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid #0000;
}
.dropleft[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:empty:after {
  margin-left: 0;
}
.dropleft[_ngcontent-sc82] .dropdown-toggle[_ngcontent-sc82]:before {
  vertical-align: 0;
}
.dropdown-divider[_ngcontent-sc82] {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item[_ngcontent-sc82] {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: initial;
  border: 0;
}
.dropdown-item[_ngcontent-sc82]:focus,
.dropdown-item[_ngcontent-sc82]:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active[_ngcontent-sc82],
.dropdown-item[_ngcontent-sc82]:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled[_ngcontent-sc82],
.dropdown-item[_ngcontent-sc82]:disabled {
  color: #6c757d;
  background-color: initial;
}
.dropdown-menu.show[_ngcontent-sc82] {
  display: block;
}
.dropdown-header[_ngcontent-sc82] {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.language-switcher[_ngcontent-sc82] {
  position: static;
}
.language-switcher[_ngcontent-sc82] .language-current[_ngcontent-sc82] {
  position: relative;
  background: none;
  font-weight: 400;
  border: none;
}
.language-switcher[_ngcontent-sc82]
  .language-current[_ngcontent-sc82]:hover
  span[_ngcontent-sc82]:after {
  display: none;
}
.language-switcher[_ngcontent-sc82]
  .language-current[_ngcontent-sc82]
  > i[_ngcontent-sc82] {
  margin-right: 5px;
  transition: color 0.1s ease-out;
}
.language-switcher[_ngcontent-sc82] .language-current[_ngcontent-sc82]:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  margin-top: -5px;
  border: 1px solid #969a9b;
  border-width: 2px 0 0 2px;
  transform: rotate(-135deg);
  transition: transform 0.2s ease-out, border-color 0.1s;
}
.fx-theme-light .language-switcher .language-current,
.language-switcher .language-current {
  color: #636e72 !important;
}
.fx-theme-light .language-switcher .language-current:active,
.fx-theme-light .language-switcher .language-current:focus,
.fx-theme-light .language-switcher .language-current:hover,
.fx-theme-light .language-switcher .language-current:hover:focus,
.language-switcher .language-current:active,
.language-switcher .language-current:focus,
.language-switcher .language-current:hover,
.language-switcher .language-current:hover:focus {
  color: #636e72;
}
.fx-theme--dark .language-switcher .language-current {
  color: #fff;
}
.fx-theme--dark .language-switcher .language-current:active,
.fx-theme--dark .language-switcher .language-current:focus,
.fx-theme--dark .language-switcher .language-current:hover,
.fx-theme--dark .language-switcher .language-current:hover:focus {
  color: #fff;
}
.language-switcher[_ngcontent-sc82]
  .language-current[_ngcontent-sc82]
  .fx-symbol-language[_ngcontent-sc82] {
  color: #969a9b;
}
.language-switcher.show[_ngcontent-sc82] .language-current[_ngcontent-sc82],
.language-switcher.show[_ngcontent-sc82]
  .language-current[_ngcontent-sc82]
  i[_ngcontent-sc82] {
  color: #d91222;
}
.language-switcher.show.menu-behavior--hover[_ngcontent-sc82]:before {
  background: red;
  content: "";
  left: 0;
  right: 0;
  height: 90px;
  top: 0;
  opacity: 0;
  z-index: 0;
}
@media (min-width: 1024px) {
  .language-switcher.show.menu-behavior--hover[_ngcontent-sc82]:before {
    position: absolute;
    display: block;
  }
}
.language-switcher.opened[_ngcontent-sc82]
  .language-current[_ngcontent-sc82]:after {
  transform: rotate(45deg) translateY(2px) translateX(2px);
  border-color: #d91222;
}
.language-switcher[_ngcontent-sc82] .dropdown-menu[_ngcontent-sc82] {
  transform: none !important;
  top: 80px !important;
  animation-duration: 0.1s;
  border-radius: 0;
  border: none;
  float: none;
  margin: 0 -20px;
  left: 20px !important;
  right: 20px;
  z-index: 9999;
  padding: 20px 20px 0;
}
@media (min-width: 1024px) {
  .language-switcher[_ngcontent-sc82] .dropdown-menu[_ngcontent-sc82] {
    margin: 0;
    border-radius: 3px;
    padding: 40px 20px 15px 60px;
    box-shadow: 0 8px 32px 0 #4c536b1c;
  }
}
.language-switcher[_ngcontent-sc82] .dropdown-item[_ngcontent-sc82] {
  line-height: 2.25;
  padding: 0;
  margin-right: 40px;
}
.language-switcher[_ngcontent-sc82] .dropdown-item[_ngcontent-sc82]:focus,
.language-switcher[_ngcontent-sc82] .dropdown-item[_ngcontent-sc82]:hover,
.language-switcher[_ngcontent-sc82]
  .dropdown-item[_ngcontent-sc82]:hover:focus {
  background: none;
  color: #d91222;
}
.language-switcher[_ngcontent-sc82] .flag-icon[_ngcontent-sc82] {
  margin-right: 9px;
}
@media (max-width: 1199.98px) {
  .language-switcher[_ngcontent-sc82] .flag-icon[_ngcontent-sc82] {
    margin-right: 3px;
    vertical-align: middle;
  }
}
.language-switcher[_ngcontent-sc82] .language-holder[_ngcontent-sc82] {
  padding-bottom: 30px;
}
@media (min-width: 480px) {
  .language-switcher[_ngcontent-sc82] .language-holder[_ngcontent-sc82] {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media (min-width: 1024px) {
  .language-switcher[_ngcontent-sc82] .language-holder[_ngcontent-sc82] {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
  }
}
.language-switcher[_ngcontent-sc82] .language-title[_ngcontent-sc82] {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dfe6e9;
  font-size: 22px;
  color: #2d3436;
  line-height: 1.2;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
}
.col-right .language-switcher {
  display: none;
}
@media (min-width: 1024px) {
  .col-right .language-switcher {
    display: block;
  }
}
.navbar-collapse .language-switcher {
  display: block;
  padding: 0 0 0 20px;
}
@media (min-width: 1024px) {
  .navbar-collapse .language-switcher {
    display: none;
    padding: 35px 0 0;
  }
}
.navbar-collapse .language-switcher .language-current {
  color: #d91222;
  font-weight: 500 !important;
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 16px;
}
.navbar-collapse .language-switcher .language-current .flag-icon {
  vertical-align: 0;
  font-size: 100%;
}
.navbar-collapse .language-switcher .dropdown-menu {
  position: static;
  margin-top: 20px !important;
  background: #dfe6e980;
}
[lang="ar"] .language-switcher .language-current > i {
  margin-left: 5px !important;
  margin-right: 0 !important;
}
[lang="ar"] .language-switcher .language-current:after {
  margin-right: 4px !important;
  margin-left: 0 !important;
}
[lang="ar"] .language-switcher .dropdown-menu {
  padding: 28px 39px 28px 20px !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .language-switcher .dropdown-menu {
    padding-left: 20px !important;
    padding-right: 60px !important;
  }
}
[lang="ar"] .language-switcher .dropdown-item {
  margin-left: 40px !important;
  margin-right: 0 !important;
  text-align: right !important;
}
[lang="ar"] .language-switcher .flag-icon {
  margin-right: 0 !important;
  margin-left: 9px !important;
}

.dropdown[_ngcontent-sc84],
.dropup[_ngcontent-sc84] {
  position: relative;
}
.dropdown-toggle[_ngcontent-sc84]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid #0000;
  border-bottom: 0;
  border-left: 0.3em solid #0000;
}
.dropdown-toggle[_ngcontent-sc84]:empty:after {
  margin-left: 0;
}
.dropdown-menu[_ngcontent-sc84] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 0.25rem;
}
.dropup[_ngcontent-sc84] .dropdown-menu[_ngcontent-sc84] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid #0000;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid #0000;
}
.dropup[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:empty:after {
  margin-left: 0;
}
.dropright[_ngcontent-sc84] .dropdown-menu[_ngcontent-sc84] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #0000;
  border-bottom: 0.3em solid #0000;
  border-left: 0.3em solid;
}
.dropright[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:empty:after {
  margin-left: 0;
}
.dropright[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:after {
  vertical-align: 0;
}
.dropleft[_ngcontent-sc84] .dropdown-menu[_ngcontent-sc84] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #0000;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid #0000;
}
.dropleft[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:empty:after {
  margin-left: 0;
}
.dropleft[_ngcontent-sc84] .dropdown-toggle[_ngcontent-sc84]:before {
  vertical-align: 0;
}
.dropdown-divider[_ngcontent-sc84] {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item[_ngcontent-sc84] {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: initial;
  border: 0;
}
.dropdown-item[_ngcontent-sc84]:focus,
.dropdown-item[_ngcontent-sc84]:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active[_ngcontent-sc84],
.dropdown-item[_ngcontent-sc84]:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled[_ngcontent-sc84],
.dropdown-item[_ngcontent-sc84]:disabled {
  color: #6c757d;
  background-color: initial;
}
.dropdown-menu.show[_ngcontent-sc84] {
  display: block;
}
.dropdown-header[_ngcontent-sc84] {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.sign-in-block[_ngcontent-sc84] {
  line-height: 1.3;
  position: relative;
}
.sign-in-block[_ngcontent-sc84] a[_ngcontent-sc84] {
  height: 40px;
}
@media (min-width: 1024px) {
  .sign-in-block[_ngcontent-sc84] {
    margin-left: 0;
  }
}
.btn-register[_ngcontent-sc84] {
  background-color: #d91222;
  border-color: #d91222;
  min-width: 120px;
  padding: 10px 1rem;
  transition: box-shadow 0.2s, color 0.2s, background-color 0.2s, transform 0.2s;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
}
.btn-register[_ngcontent-sc84]:hover {
  background-color: initial !important;
  color: #d91222 !important;
  border-color: #d91222;
  box-shadow: 0 6px 10px 0 #00000040;
}
.btn-register[_ngcontent-sc84]:focus {
  background-color: #d91222;
  border-color: #d91222 !important;
  color: #fff;
}
@media (max-width: 1200px) {
  .btn-register[_ngcontent-sc84] {
    margin-left: 10px;
  }
  [lang="bg"][_nghost-sc84] .btn-register[_ngcontent-sc84],
  [lang="bg"] [_nghost-sc84] .btn-register[_ngcontent-sc84] {
    padding: 10px 5px;
    margin-right: -15px;
  }
  [lang="da"][_nghost-sc84] .btn-register[_ngcontent-sc84],
  [lang="da"] [_nghost-sc84] .btn-register[_ngcontent-sc84] {
    margin-left: 10px;
    margin-right: -10px;
  }
  [lang="id"][_nghost-sc84] .btn-register[_ngcontent-sc84],
  [lang="id"] [_nghost-sc84] .btn-register[_ngcontent-sc84] {
    margin-right: -15px;
  }
}
.btn-login-text[_ngcontent-sc84] {
  background-color: initial;
  border-color: #d91222 !important;
  min-width: 90px;
  padding: 10px 1rem;
  transition: box-shadow 0.2s, color 0.2s, background-color 0.2s, transform 0.2s;
  margin-left: 10px;
  color: #d91222;
  font-weight: 500;
  border-radius: 6px;
}
.btn-login-text[_ngcontent-sc84]:hover {
  background-color: #d91222;
  color: #fff;
  border-color: #d91222;
  box-shadow: 0 6px 10px 0 #00000040;
}
.btn-login-text[_ngcontent-sc84]:focus {
  background-color: initial;
  border-color: #d91222 !important;
  color: #d91222;
}
@media (max-width: 1099px) {
  [lang="ar"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="ar"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="et"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="et"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="lt"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="lt"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="no"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="no"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="ro"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="ro"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="sv"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="sv"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84] {
    display: none;
  }
}
@media (max-width: 1315px) {
  [lang="bg"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="bg"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="da"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="da"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="de"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="de"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="es"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="es"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="fi"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="fi"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="hr"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="hr"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="id"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="id"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="mn"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="mn"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="pl"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="pl"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="ru"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
  [lang="ru"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84] {
    display: none;
  }
}
[lang="et"][_nghost-sc84] .btn-login-text[_ngcontent-sc84],
[lang="et"] [_nghost-sc84] .btn-login-text[_ngcontent-sc84] {
  display: none;
}
.login-icon[_ngcontent-sc84] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 6px;
  border: 1px solid #c5af98;
  background: #0000;
  color: #d91222;
  font-size: 20px;
  padding: 0;
  margin-left: 10px;
}
.login-icon[_ngcontent-sc84]:focus,
.login-icon[_ngcontent-sc84]:hover {
  background: #d91222;
}
.login-icon[_ngcontent-sc84]:focus i[_ngcontent-sc84],
.login-icon[_ngcontent-sc84]:hover i[_ngcontent-sc84] {
  color: #fff;
}
@media (min-width: 1315px) {
  [lang="bg"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="bg"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="da"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="da"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="de"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="de"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="es"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="es"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="fi"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="fi"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="hr"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="hr"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="id"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="id"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="mn"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="mn"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="pl"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="pl"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ru"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ru"] [_nghost-sc84] .login-icon[_ngcontent-sc84] {
    display: none;
  }
}
@media (min-width: 1023px) {
  [lang="cs"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="cs"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="en"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="en"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="fr"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="fr"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="hu"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="hu"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="it"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="it"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ja"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ja"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ko"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ko"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ms"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ms"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="nl"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="nl"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="pt"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="pt"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="th"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="th"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="tw"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="tw"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="vi"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="vi"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="zh"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="zh"] [_nghost-sc84] .login-icon[_ngcontent-sc84] {
    display: none;
  }
}
@media (min-width: 1100px) {
  [lang="ar"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ar"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="lt"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="lt"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="no"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="no"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ro"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="ro"] [_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="sv"][_nghost-sc84] .login-icon[_ngcontent-sc84],
  [lang="sv"] [_nghost-sc84] .login-icon[_ngcontent-sc84] {
    display: none;
  }
}
.header-link-register[_ngcontent-sc84] {
  line-height: 34px;
}
.header-link-register[_ngcontent-sc84] .btn-login[_ngcontent-sc84] {
  padding: 6px 17px;
  min-width: 10px;
  font-size: 13px;
  color: #d91222;
  font-weight: 500;
  border-color: #d91222;
}
.header-link-register[_ngcontent-sc84] .btn-login[_ngcontent-sc84]:focus,
.header-link-register[_ngcontent-sc84] .btn-login[_ngcontent-sc84]:hover {
  background: #d91222;
  color: #fff;
}
.header-link-register[_ngcontent-sc84] .link-login[_ngcontent-sc84] {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  font-size: 24px;
}
@media screen and (min-width: 375px) {
  .header-link-register[_ngcontent-sc84] .link-login[_ngcontent-sc84] {
    margin-left: 12px;
  }
}
.fx-theme--light .header-link-register .link-login {
  color: #636e72;
}
.fx-theme--dark .header-link-register .link-login {
  color: #fff;
}
@media (min-width: 1200px) {
  [lang="ar"] .sign-in-block {
    padding-right: 20px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  [lang="ar"] .sign-in-block {
    margin-left: 10px;
    margin-right: 10px;
  }
  [lang="bg"][_nghost-sc84] [lang="ar"] .sign-in-block,
  [lang="bg"] [_nghost-sc84] [lang="ar"] .sign-in-block {
    padding: 10px 5px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  [lang="ar"] .sign-in-block:before {
    left: auto !important;
    right: 0 !important;
  }
}
[lang="ar"] .sign-in-block .dropdown-toogle:after {
  margin-left: 0 !important;
  margin-right: 4px !important;
}
[lang="ar"] .sign-in-block .btn-register {
  margin-left: 20px !important;
}
[lang="ar"] .header-link-register .link-login {
  margin-left: 0 !important;
  margin-right: 7px !important;
  transform: rotate(180deg) !important;
}

:host {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
:host svg {
  width: 100%;
  height: 100%;
}

.fx-section--support[_ngcontent-sc94] {
  padding: 0 0 2rem;
}
.fx-section--support[_ngcontent-sc94] .floating-panel[_ngcontent-sc94] {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 15;
  flex-direction: column;
  transition: all 0.2s ease-in;
  align-items: center;
}
@media (min-width: 480px) {
  .fx-section--support[_ngcontent-sc94] .floating-panel[_ngcontent-sc94] {
    right: 20px;
  }
  [lang="tw"][_nghost-sc94]
    .fx-section--support[_ngcontent-sc94]
    .floating-panel[_ngcontent-sc94],
  [lang="tw"]
    [_nghost-sc94]
    .fx-section--support[_ngcontent-sc94]
    .floating-panel[_ngcontent-sc94] {
    top: 55%;
  }
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94] {
  font-size: 11px;
  line-height: 1.1;
  min-width: 60px;
  height: 60px;
  border-radius: 4px 0 0 4px;
  padding: 5px;
  text-align: center;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]
  .icon[_ngcontent-sc94] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  font-size: 31px;
  margin: 0 auto 4px;
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]
  .icon.fx-symbol-feedback[_ngcontent-sc94] {
  font-size: 25px;
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]
  .btn-faq-icon[_ngcontent-sc94] {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d91222;
  color: #fff;
  font-weight: 300;
  font-size: 25px;
  line-height: 40px;
  font-style: normal;
  transition: box-shadow 0.2s;
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]
  .btn-faq-text[_ngcontent-sc94] {
  display: inline-block;
  padding: 2px 5px;
  margin-top: 5px;
  max-width: 75px;
  min-width: 40px;
  background: #b6885633;
  border-radius: 18px;
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #d91222;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: box-shadow 0.2s, opacity 0.2s;
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]:hover
  .btn-faq-icon[_ngcontent-sc94] {
  box-shadow: 0 6px 10px 0 #00000040;
}
.fx-section--support[_ngcontent-sc94]
  .floating-panel[_ngcontent-sc94]:hover
  .btn-faq-text[_ngcontent-sc94] {
  box-shadow: 0 6px 10px 0 #00000040;
  opacity: 1;
}
.fx-section--support[_ngcontent-sc94] .static-panel[_ngcontent-sc94] {
  position: relative;
  z-index: 13;
  opacity: 1;
  text-align: center;
}
.fx-section--support[_ngcontent-sc94]
  .static-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94] {
  font-size: 22px;
  line-height: 1.2;
  line-height: 112%;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #f8f2ec;
  box-shadow: none;
  transition: none;
}
.fx-section--support[_ngcontent-sc94]
  .static-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]:hover {
  box-shadow: none;
  transition: none;
}
@media (min-width: 480px) {
  .fx-section--support[_ngcontent-sc94]
    .static-panel[_ngcontent-sc94]
    .btn[_ngcontent-sc94] {
    justify-content: center;
  }
  .fx-section--support[_ngcontent-sc94]
    .static-panel[_ngcontent-sc94]
    .btn[_ngcontent-sc94]
    br {
    display: none;
  }
}
.fx-section--support[_ngcontent-sc94]
  .static-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]
  a[_ngcontent-sc94],
.fx-section--support[_ngcontent-sc94]
  .static-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]
  a[_ngcontent-sc94]:focus,
.fx-section--support[_ngcontent-sc94]
  .static-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]
  a[_ngcontent-sc94]:hover {
  color: #2d3436;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}
.fx-section--support[_ngcontent-sc94]
  .static-panel[_ngcontent-sc94]
  .btn[_ngcontent-sc94]
  strong {
  text-decoration: underline;
  color: #d91222;
  font-weight: 700;
}
.qr-popup[_ngcontent-sc94] {
  padding: 5px;
  background: #f8f3f3;
  border-radius: 100px;
  margin-bottom: 5px;
}
@media (max-width: 1023.98px) {
  .qr-popup[_ngcontent-sc94] {
    margin: 0 auto 20px;
    max-width: 140px;
  }
}
.qr-popup[_ngcontent-sc94] .buttons-holder[_ngcontent-sc94] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 1023.98px) {
  .qr-popup[_ngcontent-sc94] .buttons-holder[_ngcontent-sc94] {
    flex-direction: row;
  }
}
.qr-popup[_ngcontent-sc94]
  .buttons-holder[_ngcontent-sc94]
  .btn-qr[_ngcontent-sc94],
.qr-popup[_ngcontent-sc94]
  .buttons-holder[_ngcontent-sc94]
  .btn-qr[_ngcontent-sc94]:focus {
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
}

.swiper-container[_ngcontent-sc182] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182] {
  float: left;
}
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-wrapper[_ngcontent-sc182] {
  flex-direction: column;
}
.swiper-wrapper[_ngcontent-sc182] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: initial;
}
.swiper-container-android[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182],
.swiper-wrapper[_ngcontent-sc182] {
  transform: translateZ(0);
}
.swiper-container-multirow[_ngcontent-sc182]
  > .swiper-wrapper[_ngcontent-sc182] {
  flex-wrap: wrap;
}
.swiper-container-free-mode[_ngcontent-sc182]
  > .swiper-wrapper[_ngcontent-sc182] {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide[_ngcontent-sc182] {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank[_ngcontent-sc182] {
  visibility: hidden;
}
.swiper-container-autoheight[_ngcontent-sc182],
.swiper-container-autoheight[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182] {
  height: auto;
}
.swiper-container-autoheight[_ngcontent-sc182]
  .swiper-wrapper[_ngcontent-sc182] {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d[_ngcontent-sc182] {
  perspective: 1200px;
}
.swiper-container-3d[_ngcontent-sc182] .swiper-cube-shadow[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-bottom[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-left[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-right[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-top[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182] .swiper-wrapper[_ngcontent-sc182] {
  transform-style: preserve-3d;
}
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-bottom[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-left[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-right[_ngcontent-sc182],
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-top[_ngcontent-sc182] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-left[_ngcontent-sc182] {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-right[_ngcontent-sc182] {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-top[_ngcontent-sc182] {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc182]
  .swiper-slide-shadow-bottom[_ngcontent-sc182] {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-container-wp8-horizontal[_ngcontent-sc182],
.swiper-container-wp8-horizontal[_ngcontent-sc182]
  > .swiper-wrapper[_ngcontent-sc182] {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical[_ngcontent-sc182],
.swiper-container-wp8-vertical[_ngcontent-sc182]
  > .swiper-wrapper[_ngcontent-sc182] {
  touch-action: pan-x;
}
.swiper-button-next[_ngcontent-sc182],
.swiper-button-prev[_ngcontent-sc182] {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled[_ngcontent-sc182],
.swiper-button-prev.swiper-button-disabled[_ngcontent-sc182] {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev[_ngcontent-sc182],
.swiper-container-rtl[_ngcontent-sc182] .swiper-button-next[_ngcontent-sc182] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next[_ngcontent-sc182],
.swiper-container-rtl[_ngcontent-sc182] .swiper-button-prev[_ngcontent-sc182] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white[_ngcontent-sc182],
.swiper-container-rtl[_ngcontent-sc182]
  .swiper-button-next.swiper-button-white[_ngcontent-sc182] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white[_ngcontent-sc182],
.swiper-container-rtl[_ngcontent-sc182]
  .swiper-button-prev.swiper-button-white[_ngcontent-sc182] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black[_ngcontent-sc182],
.swiper-container-rtl[_ngcontent-sc182]
  .swiper-button-next.swiper-button-black[_ngcontent-sc182] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black[_ngcontent-sc182],
.swiper-container-rtl[_ngcontent-sc182]
  .swiper-button-prev.swiper-button-black[_ngcontent-sc182] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock[_ngcontent-sc182] {
  display: none;
}
.swiper-pagination[_ngcontent-sc182] {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden[_ngcontent-sc182] {
  opacity: 0;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-pagination-bullets[_ngcontent-sc182],
.swiper-pagination-custom[_ngcontent-sc182],
.swiper-pagination-fraction[_ngcontent-sc182] {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182] {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet-active[_ngcontent-sc182],
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet-active-main[_ngcontent-sc182] {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet-active-prev[_ngcontent-sc182] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet-active-prev-prev[_ngcontent-sc182] {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet-active-next[_ngcontent-sc182] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet-active-next-next[_ngcontent-sc182] {
  transform: scale(0.33);
}
.swiper-pagination-bullet[_ngcontent-sc182] {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet[_ngcontent-sc182] {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  cursor: pointer;
}
.swiper-pagination-bullet-active[_ngcontent-sc182] {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-pagination-bullets[_ngcontent-sc182] {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-pagination-bullets[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc182] {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  display: inline-block;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-pagination-bullets[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  margin: 0 4px;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc182] {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl[_ngcontent-sc182]
  > .swiper-pagination-bullets-dynamic[_ngcontent-sc182]
  .swiper-pagination-bullet[_ngcontent-sc182] {
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar[_ngcontent-sc182] {
  background: #00000040;
  position: absolute;
}
.swiper-pagination-progressbar[_ngcontent-sc182]
  .swiper-pagination-progressbar-fill[_ngcontent-sc182] {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl[_ngcontent-sc182]
  .swiper-pagination-progressbar[_ngcontent-sc182]
  .swiper-pagination-progressbar-fill[_ngcontent-sc182] {
  transform-origin: right top;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-pagination-progressbar[_ngcontent-sc182],
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[_ngcontent-sc182] {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[_ngcontent-sc182],
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-pagination-progressbar[_ngcontent-sc182] {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white[_ngcontent-sc182]
  .swiper-pagination-bullet-active[_ngcontent-sc182] {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white[_ngcontent-sc182] {
  background: #ffffff40;
}
.swiper-pagination-progressbar.swiper-pagination-white[_ngcontent-sc182]
  .swiper-pagination-progressbar-fill[_ngcontent-sc182] {
  background: #fff;
}
.swiper-pagination-black[_ngcontent-sc182]
  .swiper-pagination-bullet-active[_ngcontent-sc182] {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black[_ngcontent-sc182] {
  background: #00000040;
}
.swiper-pagination-progressbar.swiper-pagination-black[_ngcontent-sc182]
  .swiper-pagination-progressbar-fill[_ngcontent-sc182] {
  background: #000;
}
.swiper-pagination-lock[_ngcontent-sc182] {
  display: none;
}
.swiper-scrollbar[_ngcontent-sc182] {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #0000001a;
}
.swiper-container-horizontal[_ngcontent-sc182]
  > .swiper-scrollbar[_ngcontent-sc182] {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical[_ngcontent-sc182]
  > .swiper-scrollbar[_ngcontent-sc182] {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag[_ngcontent-sc182] {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00000080;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag[_ngcontent-sc182] {
  cursor: move;
}
.swiper-scrollbar-lock[_ngcontent-sc182] {
  display: none;
}
.swiper-zoom-container[_ngcontent-sc182] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container[_ngcontent-sc182] > canvas[_ngcontent-sc182],
.swiper-zoom-container[_ngcontent-sc182] > img[_ngcontent-sc182],
.swiper-zoom-container[_ngcontent-sc182] > svg[_ngcontent-sc182] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed[_ngcontent-sc182] {
  cursor: move;
}
.swiper-lazy-preloader[_ngcontent-sc182] {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader[_ngcontent-sc182]:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white[_ngcontent-sc182]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container[_ngcontent-sc182] .swiper-notification[_ngcontent-sc182] {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182] {
  transition-timing-function: ease-out;
}
.swiper-container-fade[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182] {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182] {
  pointer-events: none;
}
.swiper-container-fade[_ngcontent-sc182] .swiper-slide-active[_ngcontent-sc182],
.swiper-container-fade[_ngcontent-sc182]
  .swiper-slide-active[_ngcontent-sc182]
  .swiper-slide-active[_ngcontent-sc182] {
  pointer-events: auto;
}
.swiper-container-cube[_ngcontent-sc182] {
  overflow: visible;
}
.swiper-container-cube[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182] {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182] {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182] {
  transform-origin: 100% 0;
}
.swiper-container-cube[_ngcontent-sc182] .swiper-slide-active[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide-active[_ngcontent-sc182]
  .swiper-slide-active[_ngcontent-sc182] {
  pointer-events: auto;
}
.swiper-container-cube[_ngcontent-sc182] .swiper-slide-active[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182] .swiper-slide-next[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide-next[_ngcontent-sc182]
  + .swiper-slide[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182] .swiper-slide-prev[_ngcontent-sc182] {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide-shadow-bottom[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide-shadow-left[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide-shadow-right[_ngcontent-sc182],
.swiper-container-cube[_ngcontent-sc182]
  .swiper-slide-shadow-top[_ngcontent-sc182] {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube[_ngcontent-sc182] .swiper-cube-shadow[_ngcontent-sc182] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip[_ngcontent-sc182] {
  overflow: visible;
}
.swiper-container-flip[_ngcontent-sc182] .swiper-slide[_ngcontent-sc182] {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182] {
  pointer-events: none;
}
.swiper-container-flip[_ngcontent-sc182] .swiper-slide-active[_ngcontent-sc182],
.swiper-container-flip[_ngcontent-sc182]
  .swiper-slide-active[_ngcontent-sc182]
  .swiper-slide-active[_ngcontent-sc182] {
  pointer-events: auto;
}
.swiper-container-flip[_ngcontent-sc182]
  .swiper-slide-shadow-bottom[_ngcontent-sc182],
.swiper-container-flip[_ngcontent-sc182]
  .swiper-slide-shadow-left[_ngcontent-sc182],
.swiper-container-flip[_ngcontent-sc182]
  .swiper-slide-shadow-right[_ngcontent-sc182],
.swiper-container-flip[_ngcontent-sc182]
  .swiper-slide-shadow-top[_ngcontent-sc182] {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow[_ngcontent-sc182]
  .swiper-wrapper[_ngcontent-sc182] {
  -ms-perspective: 1200px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182] {
  padding-bottom: 0;
  background-color: #f8f8f9;
  overflow-x: hidden;
}
.fx-section--market-instruments-hero.fx-theme--dark[_ngcontent-sc182] {
  background-color: #161616;
}
.fx-section--market-instruments-hero.fx-theme--dark[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-light[_ngcontent-sc182],
.fx-section--market-instruments-hero.fx-theme--dark[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .gradient-left[_ngcontent-sc182],
.fx-section--market-instruments-hero.fx-theme--dark[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .gradient-right[_ngcontent-sc182] {
  display: none;
}
.fx-section--market-instruments-hero.fx-theme--light[_ngcontent-sc182] {
  background-color: #f8f8f9;
}
.fx-section--market-instruments-hero.fx-theme--light[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182] {
  display: none;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .hero__title[_ngcontent-sc182] {
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .hero__image[_ngcontent-sc182] {
  max-width: 100%;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .hero__sub-title[_ngcontent-sc182] {
  font-size: 14px;
  line-height: 1.43;
  padding-bottom: 20px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .hero__sub-title[_ngcontent-sc182] {
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .hero__link[_ngcontent-sc182] {
  margin-top: 26px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .hero__link[_ngcontent-sc182]
  i[_ngcontent-sc182] {
  font-size: 70%;
  margin-left: 10px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182] {
  position: relative;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .gradient-left[_ngcontent-sc182] {
  position: absolute;
  /* background: linear-gradient(90deg, #f8f8f9, #f8f8f900); */
  top: 0;
  bottom: 0;
  width: 35px;
  z-index: 1;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .gradient-left[_ngcontent-sc182] {
    width: 165px;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .gradient-right[_ngcontent-sc182] {
  position: absolute;
  /* background: linear-gradient(90deg, #f8f8f9, #f8f8f900); */
  top: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  z-index: 1;
  transform: rotate(-180deg);
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .gradient-right[_ngcontent-sc182] {
    width: 165px;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow[_ngcontent-sc182] {
  display: flex;
  overflow-x: hidden;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182] {
  display: flex;
  padding-right: 30px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexcol-box[_ngcontent-sc182] {
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  gap: 10px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .flexcol-box[_ngcontent-sc182] {
    max-width: 390px;
    min-width: 400px;
    padding: 0 0 0 30px;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .wrap-icons[_ngcontent-sc182] {
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .wrap-icons[_ngcontent-sc182] {
    float: left;
    margin-bottom: 0;
  }
  [lang="ar"][_nghost-sc182]
    .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .wrap-icons[_ngcontent-sc182],
  [lang="ar"]
    [_nghost-sc182]
    .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .wrap-icons[_ngcontent-sc182] {
    float: right;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .wrap-icons[_ngcontent-sc182]
  .icon[_ngcontent-sc182] {
  width: 26px;
  display: inline-block;
  position: relative;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .wrap-icons[_ngcontent-sc182]
  .icon[_ngcontent-sc182]:last-child {
  left: -10px;
}
[lang="ar"][_nghost-sc182]
  .fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .wrap-icons[_ngcontent-sc182]
  .icon[_ngcontent-sc182]:last-child,
[lang="ar"]
  [_nghost-sc182]
  .fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .wrap-icons[_ngcontent-sc182]
  .icon[_ngcontent-sc182]:last-child {
  left: auto;
  right: -10px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .goesup[_ngcontent-sc182]
  .numbers[_ngcontent-sc182] {
  color: #32a071;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .goesup[_ngcontent-sc182]
  .numbers[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182] {
  padding-right: 3px;
  padding-left: 0;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .goesdown[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .numbers[_ngcontent-sc182] {
  color: red;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .goesdown[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182] {
  transform: rotate(0);
  padding-left: 3px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .text[_ngcontent-sc182] {
  padding-left: 10px;
  font-weight: 600;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .title[_ngcontent-sc182] {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  color: #303135;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .numbers[_ngcontent-sc182] {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182] {
  padding-left: 3px;
  transform: rotate(180deg);
  display: inline-block;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182]
  i[_ngcontent-sc182] {
  font-size: 13px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .text[_ngcontent-sc182]
  .bullet[_ngcontent-sc182] {
  padding: 0 5px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .sellbuy[_ngcontent-sc182] {
  display: flex;
  flex-direction: column;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .sellbuy[_ngcontent-sc182]
  .cardbtn[_ngcontent-sc182] {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-height: 40px;
  min-width: 70px;
  padding: 10px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .sellbuy[_ngcontent-sc182]
  .cardbtn.redbtn[_ngcontent-sc182] {
  background-color: red;
  border-radius: 0 6px 0 0;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .sellbuy[_ngcontent-sc182]
  .cardbtn.greenbtn[_ngcontent-sc182] {
  background-color: #32a071;
  border-radius: 0 0 6px 0;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182] {
  display: flex;
  overflow-x: hidden;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182] {
  display: flex;
  padding-right: 20px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .flexrow-dark[_ngcontent-sc182]
    .flexcol[_ngcontent-sc182] {
    padding-right: 30px;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol.goesupdark[_ngcontent-sc182]
  .text-dark[_ngcontent-sc182]
  .percent[_ngcontent-sc182] {
  color: #2da771;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol.goesdowndark[_ngcontent-sc182]
  .text-dark[_ngcontent-sc182]
  .percent[_ngcontent-sc182] {
  color: red;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .text-dark[_ngcontent-sc182]
  .title[_ngcontent-sc182] {
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 22px;
  line-height: 120%;
  color: #fff;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .text-dark[_ngcontent-sc182]
  .bullet[_ngcontent-sc182] {
  padding: 0 10px;
  color: #fff;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .text-dark[_ngcontent-sc182]
  .percent[_ngcontent-sc182] {
  font-size: 18px;
  line-height: 120%;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182] {
  flex-direction: column;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .flexrow-dark[_ngcontent-sc182]
    .flexcol[_ngcontent-sc182]
    .numbers-dark[_ngcontent-sc182] {
    flex-direction: row;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number[_ngcontent-sc182] {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  min-width: 116px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  background-color: #303030;
  margin-right: 10px;
  border-radius: 6px;
  color: #fff;
  transition: all 0.2s ease;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number[_ngcontent-sc182]:first-child {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .flexrow-dark[_ngcontent-sc182]
    .flexcol[_ngcontent-sc182]
    .numbers-dark[_ngcontent-sc182]
    .number[_ngcontent-sc182]:first-child {
    margin-bottom: 0;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.greennum[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182] {
  transform: rotate(180deg);
  display: inline-block;
  padding-left: 10px;
  padding-right: 0;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.greennum[_ngcontent-sc182]:focus,
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.greennum[_ngcontent-sc182]:hover {
  background-color: #2da771;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.greennum[_ngcontent-sc182]:focus
  .arrow-icon[_ngcontent-sc182]
  i[_ngcontent-sc182],
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.greennum[_ngcontent-sc182]:hover
  .arrow-icon[_ngcontent-sc182]
  i[_ngcontent-sc182] {
  color: #fff;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.rednum[_ngcontent-sc182]:focus,
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.rednum[_ngcontent-sc182]:hover {
  background-color: red;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.rednum[_ngcontent-sc182]:focus
  .arrow-icon[_ngcontent-sc182]
  i[_ngcontent-sc182],
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number.rednum[_ngcontent-sc182]:hover
  .arrow-icon[_ngcontent-sc182]
  i[_ngcontent-sc182] {
  color: #fff;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182] {
  padding-right: 10px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number[_ngcontent-sc182]
  .arrow-icon[_ngcontent-sc182]
  i[_ngcontent-sc182] {
  font-size: 13px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number[_ngcontent-sc182]
  .bullet[_ngcontent-sc182] {
  padding-right: 10px;
  font-size: 500;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol[_ngcontent-sc182]
  .numbers-dark[_ngcontent-sc182]
  .number[_ngcontent-sc182]
  .price[_ngcontent-sc182] {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-holder[_ngcontent-sc182]
  .flexrow-dark[_ngcontent-sc182]
  .flexcol-box[_ngcontent-sc182] {
  background-color: #242424;
  border-radius: 9px;
  max-width: 310px;
  min-width: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 10px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .swiper-holder[_ngcontent-sc182]
    .flexrow-dark[_ngcontent-sc182]
    .flexcol-box[_ngcontent-sc182] {
    max-width: 440px;
    min-width: 440px;
  }
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-wrapper[_ngcontent-sc182] {
  transition-timing-function: linear !important;
  position: relative;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .swiper-wrapper[_ngcontent-sc182]
  .swiper-slide[_ngcontent-sc182] {
  width: auto;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee[_ngcontent-sc182] {
  /* overflow-x: hidden; */
  height: 100px;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee[_ngcontent-sc182]
  .marquee-1[_ngcontent-sc182] {
  position: absolute;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee[_ngcontent-sc182]
  .marquee-2[_ngcontent-sc182],
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee[_ngcontent-sc182]
  .marquee-3[_ngcontent-sc182] {
  position: absolute;
  transform: translateX(100%);
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee.animate[_ngcontent-sc182]
  .marquee-1[_ngcontent-sc182] {
  animation: marquee 150s linear forwards;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee.animate[_ngcontent-sc182]
  .marquee-2[_ngcontent-sc182] {
  animation: marquee2 150s linear infinite;
}
.fx-section--market-instruments-hero[_ngcontent-sc182]
  .marquee.animate[_ngcontent-sc182]
  .marquee-3[_ngcontent-sc182] {
  animation: marquee2 150s linear infinite;
  animation-delay: 75s;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-hero[_ngcontent-sc182]
    .marquee.animate[_ngcontent-sc182]:hover
    div[_ngcontent-sc182] {
    animation-play-state: paused;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.fx-section--why-trade-with-fxpro[_ngcontent-sc161]
  .trades-holder[_ngcontent-sc161]
  > div[_ngcontent-sc161] {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .fx-section--why-trade-with-fxpro[_ngcontent-sc161]
    .trades-holder[_ngcontent-sc161]
    > div[_ngcontent-sc161] {
    margin-bottom: 1.875rem;
  }
}
.fx-section--why-trade-with-fxpro[_ngcontent-sc161] .card[_ngcontent-sc161] {
  display: block;
  border: 1px solid #3031351a;
  border-radius: 6px;
  padding: 2rem;
  height: 100%;
  color: #636e72;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .fx-section--why-trade-with-fxpro[_ngcontent-sc161] .card[_ngcontent-sc161] {
    padding: 3rem 4rem 20px;
    min-height: 260px;
  }
}
.fx-section--why-trade-with-fxpro[_ngcontent-sc161]
  .card[_ngcontent-sc161]:hover {
  background-color: #303135;
  border: 1px solid #3031351a;
}
.fx-section--why-trade-with-fxpro[_ngcontent-sc161]
  .card[_ngcontent-sc161]:hover
  h3[_ngcontent-sc161],
.fx-section--why-trade-with-fxpro[_ngcontent-sc161]
  .card[_ngcontent-sc161]:hover
  p[_ngcontent-sc161] {
  color: #fff;
}
.fx-section--why-trade-with-fxpro[_ngcontent-sc161]
  .card[_ngcontent-sc161]
  h3[_ngcontent-sc161] {
  color: #2d3436;
  transition: all 0.4s;
  margin-bottom: 0.5em;
}
.fx-section--why-trade-with-fxpro[_ngcontent-sc161]
  .card[_ngcontent-sc161]
  p[_ngcontent-sc161] {
  margin: 0;
  color: #303135;
}

.fx-section--award-winning-ndd[_ngcontent-sc184] {
  padding-top: 0;
}
.fx-section--award-winning-ndd[_ngcontent-sc184]
  .panel__heading[_ngcontent-sc184]
  sup[_ngcontent-sc184] {
  left: -4px;
}
.fx-section--award-winning-ndd[_ngcontent-sc184]
  .panel__heading[_ngcontent-sc184]
  .btn-outline--icon[_ngcontent-sc184] {
  margin-top: 0.875rem;
}

.fx-section--choose-your-platform[_ngcontent-sc185]
  .platforms-list[_ngcontent-sc185] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fx-section--columns-gradient[_ngcontent-sc185],
.platforms-sub-info[_ngcontent-sc185] {
  background: none;
}
.fx-section--columns-gradient[_ngcontent-sc185] .column-info[_ngcontent-sc185],
.platforms-sub-info[_ngcontent-sc185] .column-info[_ngcontent-sc185] {
  padding: 1rem 0 2rem;
  position: relative;
}
@media (min-width: 1024px) {
  .fx-section--columns-gradient[_ngcontent-sc185]
    .column-info[_ngcontent-sc185],
  .platforms-sub-info[_ngcontent-sc185] .column-info[_ngcontent-sc185] {
    padding: 3rem 0 0;
  }
}
.fx-section--columns-gradient[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]:before,
.platforms-sub-info[_ngcontent-sc185] .column-info[_ngcontent-sc185]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #e64747, #0984e3 390%);
}
@media (min-width: 1024px) {
  .fx-section--columns-gradient[_ngcontent-sc185]
    .column-info[_ngcontent-sc185]:before,
  .platforms-sub-info[_ngcontent-sc185] .column-info[_ngcontent-sc185]:before {
    background: linear-gradient(90deg, #e64747, #b3556b);
  }
}
.fx-section--columns-gradient[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]
  h2[_ngcontent-sc185],
.platforms-sub-info[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]
  h2[_ngcontent-sc185] {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .fx-section--columns-gradient[_ngcontent-sc185]
    .column-info[_ngcontent-sc185]
    h2[_ngcontent-sc185],
  .platforms-sub-info[_ngcontent-sc185]
    .column-info[_ngcontent-sc185]
    h2[_ngcontent-sc185] {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.fx-section--columns-gradient[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]
  h2.text-size-h4[_ngcontent-sc185],
.platforms-sub-info[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]
  h2.text-size-h4[_ngcontent-sc185] {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .fx-section--columns-gradient[_ngcontent-sc185]
    .column-info[_ngcontent-sc185]
    h2.text-size-h4[_ngcontent-sc185],
  .platforms-sub-info[_ngcontent-sc185]
    .column-info[_ngcontent-sc185]
    h2.text-size-h4[_ngcontent-sc185] {
    font-size: 24px;
  }
}
.fx-section--columns-gradient[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]
  p[_ngcontent-sc185]:last-child,
.platforms-sub-info[_ngcontent-sc185]
  .column-info[_ngcontent-sc185]
  p[_ngcontent-sc185]:last-child {
  margin: 0;
}
.fx-section--columns-gradient[_ngcontent-sc185] .info-text[_ngcontent-sc185],
.platforms-sub-info[_ngcontent-sc185] .info-text[_ngcontent-sc185] {
  margin-bottom: 20px;
  color: #636e72;
}
@media (min-width: 1024px) {
  .fx-section--columns-gradient[_ngcontent-sc185] .info-text[_ngcontent-sc185],
  .platforms-sub-info[_ngcontent-sc185] .info-text[_ngcontent-sc185] {
    margin-bottom: 1.6rem;
    margin-top: 1.5rem;
  }
  .fx-section--columns-gradient[_ngcontent-sc185]
    [class^="col-"][_ngcontent-sc185]:nth-child(2)
    .column-info[_ngcontent-sc185]:before,
  .platforms-sub-info[_ngcontent-sc185]
    [class^="col-"][_ngcontent-sc185]:nth-child(2)
    .column-info[_ngcontent-sc185]:before {
    background: linear-gradient(90deg, #ad576f, #7a6593);
  }
  .fx-section--columns-gradient[_ngcontent-sc185]
    [class^="col-"][_ngcontent-sc185]:nth-child(3)
    .column-info[_ngcontent-sc185]:before,
  .platforms-sub-info[_ngcontent-sc185]
    [class^="col-"][_ngcontent-sc185]:nth-child(3)
    .column-info[_ngcontent-sc185]:before {
    background: linear-gradient(90deg, #756697, #4374bb);
  }
}
.fx-section--columns-gradient[_ngcontent-sc185]
  [class^="col-"][_ngcontent-sc185]:nth-child(4)
  .column-info[_ngcontent-sc185],
.platforms-sub-info[_ngcontent-sc185]
  [class^="col-"][_ngcontent-sc185]:nth-child(4)
  .column-info[_ngcontent-sc185] {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .fx-section--columns-gradient[_ngcontent-sc185]
    [class^="col-"][_ngcontent-sc185]:nth-child(4)
    .column-info[_ngcontent-sc185]:before,
  .platforms-sub-info[_ngcontent-sc185]
    [class^="col-"][_ngcontent-sc185]:nth-child(4)
    .column-info[_ngcontent-sc185]:before {
    background: linear-gradient(90deg, #3c76bf, #2893e7);
  }
}
.fx-theme--dark[_ngcontent-sc185] {
  color: #b2bec3;
}
.fx-theme--light[_ngcontent-sc185] .column-info[_ngcontent-sc185]:before {
  background-image: linear-gradient(90deg, #55efc4, #44dfdc);
}
.fx-theme--light[_ngcontent-sc185]
  [class^="col-"][_ngcontent-sc185]:nth-child(2)
  .column-info[_ngcontent-sc185]:before {
  background-image: linear-gradient(90deg, #44dfdc, #21a9e1);
}
.fx-theme--light[_ngcontent-sc185]
  [class^="col-"][_ngcontent-sc185]:last-child
  .column-info[_ngcontent-sc185]:before {
  background-image: linear-gradient(90deg, #21a9e1, #0985e3);
}
[lang="ar"] .fx-section--columns-gradient:before,
[lang="ar"] .platforms-sub-info:before {
  background-image: linear-gradient(270deg, #d63031, #af4a64);
}
[lang="ar"]
  .fx-section--columns-gradient
  [class^="col-"]:nth-child(2)
  .column-info:before,
[lang="ar"]
  .platforms-sub-info
  [class^="col-"]:nth-child(2)
  .column-info:before {
  background-image: linear-gradient(270deg, #af4a64, #516cae);
}
[lang="ar"]
  .fx-section--columns-gradient
  [class^="col-"]:last-child
  .column-info:before,
[lang="ar"] .platforms-sub-info [class^="col-"]:last-child .column-info:before {
  background-image: linear-gradient(270deg, #516cae, #0984e3);
}
[lang="ar"] .fx-theme--light .column-info:before {
  background-image: linear-gradient(270deg, #44dfdc, #55efc4);
}
[lang="ar"] .fx-theme--light [class^="col-"]:nth-child(2) .column-info:before {
  background-image: linear-gradient(270deg, #44dfdc, #21a9e1);
}
[lang="ar"] .fx-theme--light [class^="col-"]:last-child .column-info:before {
  background-image: linear-gradient(270deg, #21a9e1, #0985e3);
}
.fx-section--choose-your-platform[_ngcontent-sc185] {
  overflow: hidden;
  background-color: #000;
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .panel__heading[_ngcontent-sc185] {
  text-align: center;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .panel__heading[_ngcontent-sc185] {
    text-align: left;
  }
  [lang="ar"][_nghost-sc185]
    .fx-section--choose-your-platform[_ngcontent-sc185]
    .panel__heading[_ngcontent-sc185],
  [lang="ar"]
    [_nghost-sc185]
    .fx-section--choose-your-platform[_ngcontent-sc185]
    .panel__heading[_ngcontent-sc185] {
    text-align: right;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .panel__heading[_ngcontent-sc185]
  p[_ngcontent-sc185],
.fx-section--choose-your-platform[_ngcontent-sc185]
  .panel__heading.fixhead[_ngcontent-sc185] {
  margin-bottom: 0;
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .comparison-txt[_ngcontent-sc185] {
  max-width: 470px;
  text-align: center;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .comparison-txt[_ngcontent-sc185] {
    text-align: left;
  }
}
@media (max-width: 1023.98px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .comparison-txt[_ngcontent-sc185] {
    margin: 0 auto;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .platforms-list[_ngcontent-sc185] {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185] {
    padding-bottom: 40px;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .platforms-list[_ngcontent-sc185]
  li[_ngcontent-sc185] {
  flex: 0 0 100%;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 480px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185]
    li[_ngcontent-sc185] {
    width: 50%;
    flex: auto;
    padding: 20px 0 0;
  }
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185]
    li[_ngcontent-sc185] {
    text-align: left;
  }
  [lang="ar"][_nghost-sc185]
    .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185]
    li[_ngcontent-sc185],
  [lang="ar"]
    [_nghost-sc185]
    .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185]
    li[_ngcontent-sc185] {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185]
    li[_ngcontent-sc185]:nth-child(2n) {
    padding-left: 20px;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .platforms-list[_ngcontent-sc185]
  li[_ngcontent-sc185]:last-child {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .platforms-list[_ngcontent-sc185]
    li[_ngcontent-sc185]:last-child {
    margin-bottom: 0;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .link-platform[_ngcontent-sc185] {
  font-size: 19px;
  justify-content: center;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  color: #d91222;
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .link-platform[_ngcontent-sc185]:hover
  .ico[_ngcontent-sc185] {
  color: #d91222;
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .link-platform[_ngcontent-sc185]
  span[_ngcontent-sc185]:after {
  background: #303135;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .link-platform[_ngcontent-sc185] {
    font-size: 20px;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .link-platform[_ngcontent-sc185] {
    font-size: 24px;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .link-platform[_ngcontent-sc185]
  .ico[_ngcontent-sc185] {
  font-size: 30px;
  margin-right: 10px;
}
[lang="ar"][_nghost-sc185]
  .fx-section--choose-your-platform[_ngcontent-sc185]
  .link-platform[_ngcontent-sc185]
  .ico[_ngcontent-sc185],
[lang="ar"]
  [_nghost-sc185]
  .fx-section--choose-your-platform[_ngcontent-sc185]
  .link-platform[_ngcontent-sc185]
  .ico[_ngcontent-sc185] {
  margin-right: 0;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .link-platform[_ngcontent-sc185]
    .ico[_ngcontent-sc185] {
    font-size: 39px;
    margin-right: 15px;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .placeholder[_ngcontent-sc185] {
  margin: 0 auto 15px;
  position: relative;
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .placeholder[_ngcontent-sc185]
  fx-retina-image {
  width: 280px;
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .placeholder[_ngcontent-sc185]
  fx-retina-image
  img {
  width: 100%;
  max-width: 280px;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .placeholder[_ngcontent-sc185] {
    margin-bottom: 0;
  }
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .placeholder[_ngcontent-sc185]
    fx-retina-image {
    width: 764px;
  }
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .placeholder[_ngcontent-sc185]
    fx-retina-image
    img {
    width: 100%;
    max-width: 764px;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .placeholder[_ngcontent-sc185]
  img[_ngcontent-sc185] {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    .placeholder[_ngcontent-sc185]
    img[_ngcontent-sc185] {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    [lang="ar"]
    .fx-section--choose-your-platform
    .heading-title {
    text-align: right !important;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  [lang="ar"]
  .fx-section--choose-your-platform
  .link-platform
  .ico {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    [lang="ar"]
    .fx-section--choose-your-platform
    .row--platforms
    li {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    [lang="ar"]
    .fx-section--choose-your-platform
    .row--platforms
    li:nth-child(2n) {
    padding-right: 20px !important;
    padding-left: 0 !important;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  [lang="ar"]
  .fx-section--choose-your-platform
  .placeholder
  img {
  margin: 0 -10% 0 0 !important;
}
@media (min-width: 1024px) {
  .fx-section--choose-your-platform[_ngcontent-sc185]
    [lang="ar"]
    .fx-section--choose-your-platform
    .placeholder
    img {
    margin: 0 !important;
  }
}
.fx-section--choose-your-platform[_ngcontent-sc185]
  .platforms-sub-info[_ngcontent-sc185] {
  background: none;
}

.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .heading-title[_ngcontent-sc186] {
  margin-bottom: 0;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186] {
  margin-bottom: 0;
  font-size: 16px;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .icon-btn[_ngcontent-sc186] {
  height: 100%;
  text-align: left;
  color: #d91222;
  font-weight: 500;
  box-shadow: none;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .icon-btn[_ngcontent-sc186]:hover {
  color: #d91222;
  transform: none;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .icon-btn[_ngcontent-sc186]:hover
  i[_ngcontent-sc186] {
  color: #d91222;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  p[_ngcontent-sc186] {
  margin-bottom: 20px;
  color: #303135;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .linktxt[_ngcontent-sc186] {
  color: #303135;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .title[_ngcontent-sc186] {
  line-height: 1.2;
  color: #2d3436;
  font-size: 25px;
  font-weight: 500;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  margin-bottom: 20px;
  color: #303135;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .icon[_ngcontent-sc186] {
  font-size: 36px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #2d3436;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .btn[_ngcontent-sc186]
  i[_ngcontent-sc186] {
  margin-left: 5px;
}
[lang="ar"][_nghost-sc186]
  .fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .btn[_ngcontent-sc186]
  i[_ngcontent-sc186],
[lang="ar"]
  [_nghost-sc186]
  .fx-section--market-instruments-learn-more[_ngcontent-sc186]
  .item[_ngcontent-sc186]
  .btn[_ngcontent-sc186]
  i[_ngcontent-sc186] {
  margin-left: 0;
  margin-right: 5px;
}

.fx-section--market-instruments-what-are[_ngcontent-sc187] {
  padding-top: 1rem;
}
.fx-section--market-instruments-what-are[_ngcontent-sc187]
  .info-box[_ngcontent-sc187] {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-what-are[_ngcontent-sc187]
    .info-box[_ngcontent-sc187] {
    padding: 4rem 4.5rem;
    border: 1px solid #dfe6e9;
    border-radius: 6px;
    height: 100%;
  }
}
.fx-section--market-instruments-what-are[_ngcontent-sc187]
  .info-box[_ngcontent-sc187]
  p[_ngcontent-sc187]:last-child {
  margin: 0;
}
.fx-section--market-instruments-what-are[_ngcontent-sc187]
  .btn-group[_ngcontent-sc187] {
  padding-top: 4.188rem;
}

.fx-section--market-instruments-opportunities[_ngcontent-sc188] {
  padding-top: 0;
}
.fx-section--market-instruments-opportunities[_ngcontent-sc188]
  .card[_ngcontent-sc188] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #3031351a;
  padding: 3rem 20px;
  border-radius: 6px;
  height: 100%;
  font-size: 18px;
  color: #2d3436;
  transition: all 0.4s;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  background-color: #30313508;
  font-weight: 500;
  margin: 0 -10px;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-opportunities[_ngcontent-sc188]
    .card[_ngcontent-sc188] {
    font-size: 20px;
  }
}
.fx-section--market-instruments-opportunities[_ngcontent-sc188]
  .card[_ngcontent-sc188]:hover {
  cursor: pointer;
  background-color: #303135;
  color: #fff;
}
.fx-section--market-instruments-opportunities[_ngcontent-sc188]
  .card[_ngcontent-sc188]:hover
  i[_ngcontent-sc188] {
  color: #fff;
}
.fx-section--market-instruments-opportunities[_ngcontent-sc188]
  .card[_ngcontent-sc188]
  > i[_ngcontent-sc188] {
  font-size: 40px;
  margin-bottom: 12px;
  color: #2d3436;
}
.fx-section--market-instruments-opportunities[_ngcontent-sc188]
  .card--column[_ngcontent-sc188] {
  margin-bottom: 20px;
}

.icon__row[_ngcontent-sc183] {
  margin-top: 3.125rem;
}
@media (min-width: 480px) {
  .icon__row[_ngcontent-sc183] {
    margin-top: 85px;
  }
}
.icon__block[_ngcontent-sc183] {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #a79582;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .icon__block[_ngcontent-sc183] {
    padding: 0 7%;
  }
}
@media (min-width: 480px) {
  .icon__block[_ngcontent-sc183]:before {
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #dfe6e9;
  }
  [lang="ar"][_nghost-sc183] .icon__block[_ngcontent-sc183]:before,
  [lang="ar"] [_nghost-sc183] .icon__block[_ngcontent-sc183]:before {
    left: auto;
    right: 0;
  }
}
.icon__block[_ngcontent-sc183]:first-child:before {
  display: none;
}
.icon__block[_ngcontent-sc183]:last-child .icon__caption[_ngcontent-sc183] {
  margin: 0;
}
.icon__block[_ngcontent-sc183] i[_ngcontent-sc183] {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2d3436;
}
@media (min-width: 1024px) {
  .icon__block[_ngcontent-sc183] i[_ngcontent-sc183] {
    margin-bottom: 1.875rem;
  }
}
.icon__caption[_ngcontent-sc183] {
  margin-bottom: 3rem;
  font-size: 18px;
  width: 100%;
  color: #2d3436;
  text-align: center;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
}
@media (min-width: 480px) {
  .icon__caption[_ngcontent-sc183] {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .icon__caption[_ngcontent-sc183] {
    font-size: 24px;
  }
}
.icon__caption[_ngcontent-sc183] span {
  display: block;
}

[_nghost-sc97] {
  width: 100%;
  max-width: 100%;
}
img[_ngcontent-sc97],
picture[_ngcontent-sc97],
source[_ngcontent-sc97] {
  width: inherit;
  max-width: inherit;
}

.table[_ngcontent-sc190] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: initial;
}
.table[_ngcontent-sc190] td[_ngcontent-sc190],
.table[_ngcontent-sc190] th[_ngcontent-sc190] {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table[_ngcontent-sc190] thead[_ngcontent-sc190] th[_ngcontent-sc190] {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table[_ngcontent-sc190] tbody[_ngcontent-sc190] + tbody[_ngcontent-sc190] {
  border-top: 2px solid #dee2e6;
}
.table[_ngcontent-sc190] .table[_ngcontent-sc190] {
  background-color: #fff;
}
.table-sm[_ngcontent-sc190] td[_ngcontent-sc190],
.table-sm[_ngcontent-sc190] th[_ngcontent-sc190] {
  padding: 0.3rem;
}
.table-bordered[_ngcontent-sc190],
.table-bordered[_ngcontent-sc190] td[_ngcontent-sc190],
.table-bordered[_ngcontent-sc190] th[_ngcontent-sc190] {
  border: 1px solid #dee2e6;
}
.table-bordered[_ngcontent-sc190] thead[_ngcontent-sc190] td[_ngcontent-sc190],
.table-bordered[_ngcontent-sc190] thead[_ngcontent-sc190] th[_ngcontent-sc190] {
  border-bottom-width: 2px;
}
.table-striped[_ngcontent-sc190]
  tbody[_ngcontent-sc190]
  tr[_ngcontent-sc190]:nth-of-type(odd) {
  background-color: #0000000d;
}
.table-hover[_ngcontent-sc190]
  tbody[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary[_ngcontent-sc190],
.table-primary[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-primary[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #b8daff;
}
.table-hover[_ngcontent-sc190] .table-primary[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-primary[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-primary[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #9fcdff;
}
.table-secondary[_ngcontent-sc190],
.table-secondary[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-secondary[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #d6d8db;
}
.table-hover[_ngcontent-sc190] .table-secondary[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-secondary[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-secondary[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #c8cbcf;
}
.table-success[_ngcontent-sc190],
.table-success[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-success[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #c3e6cb;
}
.table-hover[_ngcontent-sc190] .table-success[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-success[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-success[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #b1dfbb;
}
.table-info[_ngcontent-sc190],
.table-info[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-info[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #bee5eb;
}
.table-hover[_ngcontent-sc190] .table-info[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-info[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-info[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #abdde5;
}
.table-warning[_ngcontent-sc190],
.table-warning[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-warning[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #ffeeba;
}
.table-hover[_ngcontent-sc190] .table-warning[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-warning[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-warning[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #ffe8a1;
}
.table-danger[_ngcontent-sc190],
.table-danger[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-danger[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #f5c6cb;
}
.table-hover[_ngcontent-sc190] .table-danger[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-danger[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-danger[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #f1b0b7;
}
.table-light[_ngcontent-sc190],
.table-light[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-light[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #fdfdfe;
}
.table-hover[_ngcontent-sc190] .table-light[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-light[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-light[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #ececf6;
}
.table-dark[_ngcontent-sc190],
.table-dark[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-dark[_ngcontent-sc190] > th[_ngcontent-sc190] {
  background-color: #c6c8ca;
}
.table-hover[_ngcontent-sc190] .table-dark[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-dark[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-dark[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: #b9bbbe;
}
.table-active[_ngcontent-sc190],
.table-active[_ngcontent-sc190] > td[_ngcontent-sc190],
.table-active[_ngcontent-sc190] > th[_ngcontent-sc190],
.table-hover[_ngcontent-sc190] .table-active[_ngcontent-sc190]:hover,
.table-hover[_ngcontent-sc190]
  .table-active[_ngcontent-sc190]:hover
  > td[_ngcontent-sc190],
.table-hover[_ngcontent-sc190]
  .table-active[_ngcontent-sc190]:hover
  > th[_ngcontent-sc190] {
  background-color: rgba(0, 0, 0, 0.075);
}
.table[_ngcontent-sc190] .thead-dark[_ngcontent-sc190] th[_ngcontent-sc190] {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table[_ngcontent-sc190] .thead-light[_ngcontent-sc190] th[_ngcontent-sc190] {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark[_ngcontent-sc190] {
  color: #fff;
  background-color: #212529;
}
.table-dark[_ngcontent-sc190] td[_ngcontent-sc190],
.table-dark[_ngcontent-sc190] th[_ngcontent-sc190],
.table-dark[_ngcontent-sc190] thead[_ngcontent-sc190] th[_ngcontent-sc190] {
  border-color: #32383e;
}
.table-dark.table-bordered[_ngcontent-sc190] {
  border: 0;
}
.table-dark.table-striped[_ngcontent-sc190]
  tbody[_ngcontent-sc190]
  tr[_ngcontent-sc190]:nth-of-type(odd) {
  background-color: #ffffff0d;
}
.table-dark.table-hover[_ngcontent-sc190]
  tbody[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 479.98px) {
  .table-responsive-sm[_ngcontent-sc190] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm[_ngcontent-sc190] > .table-bordered[_ngcontent-sc190] {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-md[_ngcontent-sc190] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md[_ngcontent-sc190] > .table-bordered[_ngcontent-sc190] {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-lg[_ngcontent-sc190] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg[_ngcontent-sc190] > .table-bordered[_ngcontent-sc190] {
    border: 0;
  }
}
@media (max-width: 1899.98px) {
  .table-responsive-xl[_ngcontent-sc190] {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl[_ngcontent-sc190] > .table-bordered[_ngcontent-sc190] {
    border: 0;
  }
}
.table-responsive[_ngcontent-sc190] {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive[_ngcontent-sc190] > .table-bordered[_ngcontent-sc190] {
  border: 0;
}
.fx-section--market-instruments-popular[_ngcontent-sc190] {
  overflow: hidden;
  background: #f8f8f9;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--filter[_ngcontent-sc190] {
  scroll-margin-top: 200px;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .filter-section[_ngcontent-sc190] {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .filter-section[_ngcontent-sc190] {
    margin-top: 65px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .information-block[_ngcontent-sc190] {
  color: #636e72;
  font-size: 14px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .title[_ngcontent-sc190] {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .title[_ngcontent-sc190] {
    margin-bottom: 20px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .sub-title[_ngcontent-sc190] {
  font-size: 20px;
  line-height: 130%;
  text-align: left;
  font-weight: 500;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  max-width: 470px;
  color: #303135;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .not-found[_ngcontent-sc190] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 150%;
  color: #636e72;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190] {
  overflow: hidden;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190],
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  th[_ngcontent-sc190] {
  height: 50px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  padding: 0.75rem 3px;
  border-top: 1px solid #dfe6e9;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190],
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190],
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  th[_ngcontent-sc190],
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  th[_ngcontent-sc190] {
  text-align: right;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .table[_ngcontent-sc190]
    td[_ngcontent-sc190],
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .table[_ngcontent-sc190]
    th[_ngcontent-sc190] {
    padding: 6px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  th[_ngcontent-sc190] {
  color: #b2bec3;
  border: none;
  font-weight: 400;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  th[_ngcontent-sc190]:last-child {
  padding: 0.875rem 0 0.875rem 0.75rem;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .table[_ngcontent-sc190]
    th[_ngcontent-sc190]:last-child {
    min-width: 83px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190] {
  height: 50px;
  border-left: none;
  border-right: none;
  color: #303135;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1023.98px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .table[_ngcontent-sc190]
    td[_ngcontent-sc190] {
    width: 25%;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190]:first-child {
  font-weight: 700;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190]:nth-child(4) {
  text-align: center;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  a[_ngcontent-sc190] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1000px;
  z-index: 1;
  cursor: pointer;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  a[_ngcontent-sc190],
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  a[_ngcontent-sc190] {
  left: auto;
  right: 0;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .table-right[_ngcontent-sc190]
  thead[_ngcontent-sc190] {
  display: none !important;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .table-right[_ngcontent-sc190]
    thead[_ngcontent-sc190] {
    display: table-header-group !important;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .footNote[_ngcontent-sc190] {
  font-size: 14px;
  padding-left: 0.75rem;
  color: #636e72;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .footNote[_ngcontent-sc190]
  a {
  color: #d91222;
  font-weight: 400;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190] {
  padding-bottom: 37px;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table_not-found[_ngcontent-sc190] {
  justify-content: center;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190] {
  margin-bottom: 0;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  .instrument-name[_ngcontent-sc190] {
  display: flex;
  vertical-align: middle;
  font-weight: 500;
  align-items: center;
  position: relative;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  .instrument-name[_ngcontent-sc190]
  span.new-badge[_ngcontent-sc190] {
  position: absolute;
  padding: 0 4px;
  margin: 0 0 0 -6px;
  font-family: Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  z-index: 1;
  top: -10px;
  background: red;
  border-radius: 57px;
}
@media (max-width: 479.98px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .panel--table[_ngcontent-sc190]
    .table[_ngcontent-sc190]
    .instrument-name[_ngcontent-sc190]
    span.new-badge[_ngcontent-sc190] {
    left: 40px;
    margin: 0;
    top: -8px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190] {
  background: #3031350d;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190]:first-child {
  border-radius: 3px 0 0 3px;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190]:first-child,
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190]:first-child {
  border-radius: 0 3px 3px 0;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190]:last-child {
  border-radius: 0 3px 3px 0;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190]:last-child,
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190]:last-child {
  border-radius: 3px 0 0 3px;
}
@media (max-width: 479.98px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .panel--table[_ngcontent-sc190]
    > div[_ngcontent-sc190]:nth-child(2)
    .table[_ngcontent-sc190]
    thead[_ngcontent-sc190] {
    overflow-x: auto;
    display: none;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--filter[_ngcontent-sc190] {
  margin-top: 30px;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .panel--filter[_ngcontent-sc190] {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .panel--filter[_ngcontent-sc190] {
    margin: 0;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .panel--filter[_ngcontent-sc190]
  form[_ngcontent-sc190] {
  flex: 1;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .fx-dropdown__toggle[_ngcontent-sc190],
.fx-section--market-instruments-popular[_ngcontent-sc190]
  input[type="text"][_ngcontent-sc190] {
  border-radius: 3px;
  padding-left: 20px;
  background-color: #fff;
  width: 100%;
  max-width: 270px;
  height: 50px;
  font-size: 16px;
  text-align: left;
  color: #b2bec3;
  margin-bottom: 10px;
  border: 1px solid #b2bec3;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .fx-dropdown__toggle[_ngcontent-sc190],
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .fx-dropdown__toggle[_ngcontent-sc190],
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  input[type="text"][_ngcontent-sc190],
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  input[type="text"][_ngcontent-sc190] {
  text-align: right;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .fx-dropdown__toggle[_ngcontent-sc190],
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    input[type="text"][_ngcontent-sc190] {
    margin-bottom: 0;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .btn[_ngcontent-sc190] {
  margin: 0.875rem 0.75rem 0;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .btn[_ngcontent-sc190]
  i[_ngcontent-sc190] {
  margin-left: 10px;
  transform: rotate(90deg);
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .btn[_ngcontent-sc190]
  i.rotate[_ngcontent-sc190] {
  transform: rotate(-90deg);
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .btn[_ngcontent-sc190]
  span[_ngcontent-sc190]:after {
  background: #303135;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .content-text[_ngcontent-sc190] {
  padding-top: 40px;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .wrap-icons[_ngcontent-sc190] {
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .wrap-icons[_ngcontent-sc190] {
    float: left;
    margin-bottom: 0;
  }
  [lang="ar"][_nghost-sc190]
    .fx-section--market-instruments-popular[_ngcontent-sc190]
    .wrap-icons[_ngcontent-sc190],
  [lang="ar"]
    [_nghost-sc190]
    .fx-section--market-instruments-popular[_ngcontent-sc190]
    .wrap-icons[_ngcontent-sc190] {
    float: right;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .wrap-icons[_ngcontent-sc190]
  .icon[_ngcontent-sc190] {
  width: 26px;
  display: inline-block;
  position: relative;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .wrap-icons[_ngcontent-sc190]
  .icon[_ngcontent-sc190]:last-child {
  left: -10px;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .wrap-icons[_ngcontent-sc190]
  .icon[_ngcontent-sc190]:last-child,
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .wrap-icons[_ngcontent-sc190]
  .icon[_ngcontent-sc190]:last-child {
  left: auto;
  right: -10px;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__content[_ngcontent-sc190] {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__content[_ngcontent-sc190] {
    padding: 70px 0 0;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__wrapper[_ngcontent-sc190] {
  margin: 0;
  display: flex;
  border-bottom: 1px solid #b2bec3;
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__wrapper[_ngcontent-sc190] {
    margin-top: 40px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item[_ngcontent-sc190] {
  font-size: 16px;
  line-height: 150%;
  transition: border-color 0.4s, color 0.4s;
  display: flex;
  color: #d91222;
  position: relative;
  border-bottom: 1px solid #0000;
  padding: 0 5px 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5px;
}
[lang="ar"][_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item[_ngcontent-sc190],
[lang="ar"]
  [_nghost-sc190]
  .fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item[_ngcontent-sc190] {
  margin-right: 0;
  margin-left: 5px;
}
@media (min-width: 480px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__item[_ngcontent-sc190] {
    border: none;
    flex-direction: row;
    margin-right: 25px;
    font-size: 18px;
  }
  [lang="ar"][_nghost-sc190]
    .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__item[_ngcontent-sc190],
  [lang="ar"]
    [_nghost-sc190]
    .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__item[_ngcontent-sc190] {
    margin-right: 0;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__item[_ngcontent-sc190] {
    padding: 20px 20px 15px 0;
    margin-right: 50px;
  }
  [lang="ar"][_nghost-sc190]
    .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__item[_ngcontent-sc190],
  [lang="ar"]
    [_nghost-sc190]
    .fx-section--market-instruments-popular[_ngcontent-sc190]
    .tabs__item[_ngcontent-sc190] {
    margin-right: 0;
    margin-left: 50px;
  }
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item[_ngcontent-sc190]:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  width: 0;
  background: #d91222;
  transition: width 0.4s;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item[_ngcontent-sc190]:hover {
  cursor: pointer;
  text-decoration: none;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item.active[_ngcontent-sc190] {
  color: #2d3436;
  font-weight: 500;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .tabs__item.active[_ngcontent-sc190]:after {
  width: 100%;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .instrument-name-description[_ngcontent-sc190] {
  display: flex;
  flex-direction: column;
}
.fx-section--market-instruments-popular[_ngcontent-sc190]
  .instrument-name-description[_ngcontent-sc190]
  .description[_ngcontent-sc190] {
  font-size: 14px;
  font-weight: 400;
  color: #b2bec3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190] {
  background: #161616;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .sub-title[_ngcontent-sc190],
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190],
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .tabs__item.active[_ngcontent-sc190] {
  color: #fff;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .fx-dropdown__toggle[_ngcontent-sc190],
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  input[type="text"][_ngcontent-sc190] {
  background-color: #303030;
  border: 1px solid #303135;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .custom-checkbox-secondary[_ngcontent-sc190]
  .custom-control-input[_ngcontent-sc190]
  ~ .custom-control-label[_ngcontent-sc190]:before {
  background-color: #303030;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .custom-checkbox-secondary[_ngcontent-sc190]
  .custom-control-input[_ngcontent-sc190]:checked
  ~ .custom-control-label[_ngcontent-sc190]:after {
  border-color: #b2bec3;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .tabs__wrapper[_ngcontent-sc190] {
  border-bottom: 1px solid #303135;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  td[_ngcontent-sc190] {
  border-top: 1px solid #303135;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .panel--table[_ngcontent-sc190]
  .table[_ngcontent-sc190]
  tr[_ngcontent-sc190]:hover
  td[_ngcontent-sc190] {
  background-color: #303030;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .footNote[_ngcontent-sc190] {
  color: #b2bec3;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .btn.btn-link[_ngcontent-sc190],
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .btn.btn-link[_ngcontent-sc190]:hover
  i[_ngcontent-sc190] {
  color: #d91222;
}
.fx-section--market-instruments-popular.fx-theme--dark[_ngcontent-sc190]
  .btn.btn-link[_ngcontent-sc190]:hover
  span[_ngcontent-sc190]:after {
  background: #d91222;
}

.footnotes[_ngcontent-sc128] {
  font-size: 0.8571rem;
  padding: 2.4285rem 0;
  border-top: 1px solid #929daa38;
}
@media (min-width: 480px) {
  .footnotes[_ngcontent-sc128] {
    font-size: 0.6875rem;
    padding: 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .footnotes[_ngcontent-sc128] {
    padding: 2.5rem 0;
  }
}
.footnotes[_ngcontent-sc128] p[_ngcontent-sc128] {
  padding-left: 7px;
  position: relative;
  margin-bottom: 1rem;
}
.footnotes[_ngcontent-sc128] p[_ngcontent-sc128]:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .footnotes[_ngcontent-sc128] p[_ngcontent-sc128] {
    margin-bottom: 0;
  }
}
.footnotes[_ngcontent-sc128] .sup[_ngcontent-sc128] {
  font-size: 0.625rem;
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 3px;
}
[lang="ar"] .footnotes p {
  padding-right: 7px !important;
  padding-left: 0 !important;
}
[lang="ar"] .footnotes .sup {
  left: auto !important;
  right: 0 !important;
  margin-left: 3px !important;
  margin-right: 0 !important;
}

.swiper-container[_ngcontent-sc189] {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189] {
  float: left;
}
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-wrapper[_ngcontent-sc189] {
  flex-direction: column;
}
.swiper-wrapper[_ngcontent-sc189] {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: initial;
}
.swiper-container-android[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189],
.swiper-wrapper[_ngcontent-sc189] {
  transform: translateZ(0);
}
.swiper-container-multirow[_ngcontent-sc189]
  > .swiper-wrapper[_ngcontent-sc189] {
  flex-wrap: wrap;
}
.swiper-container-free-mode[_ngcontent-sc189]
  > .swiper-wrapper[_ngcontent-sc189] {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide[_ngcontent-sc189] {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank[_ngcontent-sc189] {
  visibility: hidden;
}
.swiper-container-autoheight[_ngcontent-sc189],
.swiper-container-autoheight[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189] {
  height: auto;
}
.swiper-container-autoheight[_ngcontent-sc189]
  .swiper-wrapper[_ngcontent-sc189] {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d[_ngcontent-sc189] {
  perspective: 1200px;
}
.swiper-container-3d[_ngcontent-sc189] .swiper-cube-shadow[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-bottom[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-left[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-right[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-top[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189] .swiper-wrapper[_ngcontent-sc189] {
  transform-style: preserve-3d;
}
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-bottom[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-left[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-right[_ngcontent-sc189],
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-top[_ngcontent-sc189] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-left[_ngcontent-sc189] {
  background-image: linear-gradient(270deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-right[_ngcontent-sc189] {
  background-image: linear-gradient(90deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-top[_ngcontent-sc189] {
  background-image: linear-gradient(0deg, #00000080, #0000);
}
.swiper-container-3d[_ngcontent-sc189]
  .swiper-slide-shadow-bottom[_ngcontent-sc189] {
  background-image: linear-gradient(180deg, #00000080, #0000);
}
.swiper-container-wp8-horizontal[_ngcontent-sc189],
.swiper-container-wp8-horizontal[_ngcontent-sc189]
  > .swiper-wrapper[_ngcontent-sc189] {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical[_ngcontent-sc189],
.swiper-container-wp8-vertical[_ngcontent-sc189]
  > .swiper-wrapper[_ngcontent-sc189] {
  touch-action: pan-x;
}
.swiper-button-next[_ngcontent-sc189],
.swiper-button-prev[_ngcontent-sc189] {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled[_ngcontent-sc189],
.swiper-button-prev.swiper-button-disabled[_ngcontent-sc189] {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev[_ngcontent-sc189],
.swiper-container-rtl[_ngcontent-sc189] .swiper-button-next[_ngcontent-sc189] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next[_ngcontent-sc189],
.swiper-container-rtl[_ngcontent-sc189] .swiper-button-prev[_ngcontent-sc189] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white[_ngcontent-sc189],
.swiper-container-rtl[_ngcontent-sc189]
  .swiper-button-next.swiper-button-white[_ngcontent-sc189] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white[_ngcontent-sc189],
.swiper-container-rtl[_ngcontent-sc189]
  .swiper-button-prev.swiper-button-white[_ngcontent-sc189] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black[_ngcontent-sc189],
.swiper-container-rtl[_ngcontent-sc189]
  .swiper-button-next.swiper-button-black[_ngcontent-sc189] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black[_ngcontent-sc189],
.swiper-container-rtl[_ngcontent-sc189]
  .swiper-button-prev.swiper-button-black[_ngcontent-sc189] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock[_ngcontent-sc189] {
  display: none;
}
.swiper-pagination[_ngcontent-sc189] {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden[_ngcontent-sc189] {
  opacity: 0;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-pagination-bullets[_ngcontent-sc189],
.swiper-pagination-custom[_ngcontent-sc189],
.swiper-pagination-fraction[_ngcontent-sc189] {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189] {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet-active[_ngcontent-sc189],
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet-active-main[_ngcontent-sc189] {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet-active-prev[_ngcontent-sc189] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet-active-prev-prev[_ngcontent-sc189] {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet-active-next[_ngcontent-sc189] {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet-active-next-next[_ngcontent-sc189] {
  transform: scale(0.33);
}
.swiper-pagination-bullet[_ngcontent-sc189] {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet[_ngcontent-sc189] {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  cursor: pointer;
}
.swiper-pagination-bullet-active[_ngcontent-sc189] {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-pagination-bullets[_ngcontent-sc189] {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-pagination-bullets[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc189] {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  display: inline-block;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-pagination-bullets[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  margin: 0 4px;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc189] {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl[_ngcontent-sc189]
  > .swiper-pagination-bullets-dynamic[_ngcontent-sc189]
  .swiper-pagination-bullet[_ngcontent-sc189] {
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar[_ngcontent-sc189] {
  background: #00000040;
  position: absolute;
}
.swiper-pagination-progressbar[_ngcontent-sc189]
  .swiper-pagination-progressbar-fill[_ngcontent-sc189] {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl[_ngcontent-sc189]
  .swiper-pagination-progressbar[_ngcontent-sc189]
  .swiper-pagination-progressbar-fill[_ngcontent-sc189] {
  transform-origin: right top;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-pagination-progressbar[_ngcontent-sc189],
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[_ngcontent-sc189] {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite[_ngcontent-sc189],
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-pagination-progressbar[_ngcontent-sc189] {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white[_ngcontent-sc189]
  .swiper-pagination-bullet-active[_ngcontent-sc189] {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white[_ngcontent-sc189] {
  background: #ffffff40;
}
.swiper-pagination-progressbar.swiper-pagination-white[_ngcontent-sc189]
  .swiper-pagination-progressbar-fill[_ngcontent-sc189] {
  background: #fff;
}
.swiper-pagination-black[_ngcontent-sc189]
  .swiper-pagination-bullet-active[_ngcontent-sc189] {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black[_ngcontent-sc189] {
  background: #00000040;
}
.swiper-pagination-progressbar.swiper-pagination-black[_ngcontent-sc189]
  .swiper-pagination-progressbar-fill[_ngcontent-sc189] {
  background: #000;
}
.swiper-pagination-lock[_ngcontent-sc189] {
  display: none;
}
.swiper-scrollbar[_ngcontent-sc189] {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: #0000001a;
}
.swiper-container-horizontal[_ngcontent-sc189]
  > .swiper-scrollbar[_ngcontent-sc189] {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical[_ngcontent-sc189]
  > .swiper-scrollbar[_ngcontent-sc189] {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag[_ngcontent-sc189] {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00000080;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag[_ngcontent-sc189] {
  cursor: move;
}
.swiper-scrollbar-lock[_ngcontent-sc189] {
  display: none;
}
.swiper-zoom-container[_ngcontent-sc189] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container[_ngcontent-sc189] > canvas[_ngcontent-sc189],
.swiper-zoom-container[_ngcontent-sc189] > img[_ngcontent-sc189],
.swiper-zoom-container[_ngcontent-sc189] > svg[_ngcontent-sc189] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed[_ngcontent-sc189] {
  cursor: move;
}
.swiper-lazy-preloader[_ngcontent-sc189] {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader[_ngcontent-sc189]:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white[_ngcontent-sc189]:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container[_ngcontent-sc189] .swiper-notification[_ngcontent-sc189] {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189] {
  transition-timing-function: ease-out;
}
.swiper-container-fade[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189] {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189] {
  pointer-events: none;
}
.swiper-container-fade[_ngcontent-sc189] .swiper-slide-active[_ngcontent-sc189],
.swiper-container-fade[_ngcontent-sc189]
  .swiper-slide-active[_ngcontent-sc189]
  .swiper-slide-active[_ngcontent-sc189] {
  pointer-events: auto;
}
.swiper-container-cube[_ngcontent-sc189] {
  overflow: visible;
}
.swiper-container-cube[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189] {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189] {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189] {
  transform-origin: 100% 0;
}
.swiper-container-cube[_ngcontent-sc189] .swiper-slide-active[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide-active[_ngcontent-sc189]
  .swiper-slide-active[_ngcontent-sc189] {
  pointer-events: auto;
}
.swiper-container-cube[_ngcontent-sc189] .swiper-slide-active[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189] .swiper-slide-next[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide-next[_ngcontent-sc189]
  + .swiper-slide[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189] .swiper-slide-prev[_ngcontent-sc189] {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide-shadow-bottom[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide-shadow-left[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide-shadow-right[_ngcontent-sc189],
.swiper-container-cube[_ngcontent-sc189]
  .swiper-slide-shadow-top[_ngcontent-sc189] {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube[_ngcontent-sc189] .swiper-cube-shadow[_ngcontent-sc189] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip[_ngcontent-sc189] {
  overflow: visible;
}
.swiper-container-flip[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189] {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189]
  .swiper-slide[_ngcontent-sc189] {
  pointer-events: none;
}
.swiper-container-flip[_ngcontent-sc189] .swiper-slide-active[_ngcontent-sc189],
.swiper-container-flip[_ngcontent-sc189]
  .swiper-slide-active[_ngcontent-sc189]
  .swiper-slide-active[_ngcontent-sc189] {
  pointer-events: auto;
}
.swiper-container-flip[_ngcontent-sc189]
  .swiper-slide-shadow-bottom[_ngcontent-sc189],
.swiper-container-flip[_ngcontent-sc189]
  .swiper-slide-shadow-left[_ngcontent-sc189],
.swiper-container-flip[_ngcontent-sc189]
  .swiper-slide-shadow-right[_ngcontent-sc189],
.swiper-container-flip[_ngcontent-sc189]
  .swiper-slide-shadow-top[_ngcontent-sc189] {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow[_ngcontent-sc189]
  .swiper-wrapper[_ngcontent-sc189] {
  -ms-perspective: 1200px;
}
[_nghost-sc189] .filters-section[_ngcontent-sc189]:not(:first-child) {
  margin-top: 1em;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .filter-title[_ngcontent-sc189] {
  font-size: 16px;
  line-height: 19px;
  color: #b2bec3;
  padding-bottom: 20px;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .filter-title-sectors[_ngcontent-sc189] {
  padding-top: 30px;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes-sectors[_ngcontent-sc189] {
  padding-bottom: 60px;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes[_ngcontent-sc189]
  .item[_ngcontent-sc189] {
  padding-bottom: 24px;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes[_ngcontent-sc189]
  .item.two-columns[_ngcontent-sc189] {
  display: inline-flex;
  width: 50%;
}
@media (min-width: 1024px) {
  [_nghost-sc189]
    .filters-section[_ngcontent-sc189]
    .checkboxes[_ngcontent-sc189]
    .custom-checkbox-secondary[_ngcontent-sc189] {
    margin: 0;
  }
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes[_ngcontent-sc189]
  .custom-checkbox-secondary.active[_ngcontent-sc189]
  .custom-control-label[_ngcontent-sc189] {
  font-weight: 500;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes[_ngcontent-sc189]
  .custom-checkbox-secondary[_ngcontent-sc189]
  .custom-control-label[_ngcontent-sc189] {
  font-weight: 400;
  font-size: 16px;
  padding-top: 4px;
  padding-left: 40px;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes[_ngcontent-sc189]
  .custom-checkbox-secondary[_ngcontent-sc189]
  .custom-control-input[_ngcontent-sc189]:checked
  ~ .custom-control-label[_ngcontent-sc189]:after {
  top: 1px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-width: 0 2px 2px 0;
}
[_nghost-sc189]
  .filters-section[_ngcontent-sc189]
  .checkboxes[_ngcontent-sc189]
  .custom-checkbox-secondary[_ngcontent-sc189]
  .custom-control-input[_ngcontent-sc189]
  ~ .custom-control-label[_ngcontent-sc189]:before {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #b2bec3;
}
[_nghost-sc189] .filters-section[_ngcontent-sc189] .footNote[_ngcontent-sc189] {
  padding-left: 0;
  margin-bottom: 15px;
}
[_nghost-sc189] #scrollToTop[_ngcontent-sc189] {
  scroll-margin: 50px;
}
[_nghost-sc189] .show-more-button[_ngcontent-sc189] {
  cursor: pointer;
  color: #d91222;
  font-size: 16px;
  position: relative;
}
[_nghost-sc189]
  .show-more-button[_ngcontent-sc189]
  .fx-symbol-arrow[_ngcontent-sc189] {
  margin-right: 1rem;
}
[_nghost-sc189] .show-more-button[_ngcontent-sc189] .rotate[_ngcontent-sc189] {
  rotate: 180deg;
  position: absolute;
  left: -12px;
  top: -2px;
}
[_nghost-sc189]
  .show-more-button[_ngcontent-sc189]
  .collapse-text[_ngcontent-sc189] {
  margin-left: 30px;
}
.mobile-filters-section[_ngcontent-sc189] input[_ngcontent-sc189] {
  display: none;
}
.mobile-filters-section[_ngcontent-sc189]
  input[_ngcontent-sc189]:checked
  + label[_ngcontent-sc189] {
  background-color: #f4ede6;
  color: #d91222;
}
.mobile-filters-section[_ngcontent-sc189] label[_ngcontent-sc189] {
  padding: 10px;
  margin-left: 10px;
  display: block;
  color: #000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 75px;
  background: #fff;
  min-width: 75px;
}
.mobile-filters-section[_ngcontent-sc189] label[for="all"][_ngcontent-sc189] {
  width: 75px;
}
.mobile-filters-section[_ngcontent-sc189] .icon[_ngcontent-sc189] {
  width: 19px;
}
.mobile-filters-section[_ngcontent-sc189] .swiper-slide[_ngcontent-sc189] {
  width: max-content;
}

.w-100 {
  width: 100%;
}

.fx-section--market-metals-content[_ngcontent-sc117]
  .platforms-sub-info[_ngcontent-sc117] {
  background: none;
}
@media (min-width: 1024px) {
  .fx-section--market-metals-content[_ngcontent-sc117]
    .platforms-sub-info[_ngcontent-sc117] {
    margin-bottom: -3.571rem;
  }
}
.fx-section--market-metals-content[_ngcontent-sc117]
  .platforms-sub-info[_ngcontent-sc117]
  .column-info[_ngcontent-sc117] {
  padding: 3.571rem 0;
  position: relative;
}
@media (max-width: 1023.98px) {
  .fx-section--market-metals-content[_ngcontent-sc117]
    .platforms-sub-info[_ngcontent-sc117]
    .column-info[_ngcontent-sc117] {
    padding-bottom: 0;
  }
}
.fx-section--market-metals-content[_ngcontent-sc117]
  .platforms-sub-info[_ngcontent-sc117]
  .column-info[_ngcontent-sc117]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: linear-gradient(90deg, #55efc4, #44dfdc, #0985e3);
}
@media (min-width: 1024px) {
  .fx-section--market-metals-content[_ngcontent-sc117]
    .platforms-sub-info[_ngcontent-sc117]
    .column-info[_ngcontent-sc117]:before {
    background-image: linear-gradient(90deg, #55efc4, #44dfdc, #21a9e1);
  }
}
.fx-section--market-metals-content[_ngcontent-sc117]
  .platforms-sub-info[_ngcontent-sc117]
  [class^="col-"][_ngcontent-sc117]:last-child
  .column-info[_ngcontent-sc117] {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .fx-section--market-metals-content[_ngcontent-sc117]
    .platforms-sub-info[_ngcontent-sc117]
    [class^="col-"][_ngcontent-sc117]:last-child
    .column-info[_ngcontent-sc117] {
    padding: 0;
  }
}
.fx-section--market-metals-content[_ngcontent-sc117]
  .platforms-sub-info[_ngcontent-sc117]
  [class^="col-"][_ngcontent-sc117]:last-child
  .column-info[_ngcontent-sc117]:before {
  display: none;
}
@media (min-width: 1024px) {
  .fx-section--market-metals-content[_ngcontent-sc117]
    .platforms-sub-info[_ngcontent-sc117]
    [class^="col-"][_ngcontent-sc117]:last-child
    .column-info[_ngcontent-sc117]:before {
    display: block;
    background-image: linear-gradient(90deg, #21a9e1, #0985e3);
  }
}

.fx-section--market-factors-affect[_ngcontent-sc118]
  .heading-title[_ngcontent-sc118] {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .heading-title[_ngcontent-sc118] {
    margin-bottom: 100px;
  }
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .heading-title[_ngcontent-sc118]
  p[_ngcontent-sc118] {
  margin: 0;
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .holder-columns[_ngcontent-sc118] {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .holder-columns[_ngcontent-sc118] {
    margin-bottom: 70px;
  }
}
.fx-section--market-factors-affect[_ngcontent-sc118] .column[_ngcontent-sc118] {
  font-size: 16px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .column[_ngcontent-sc118] {
    padding-bottom: 0;
  }
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .column[_ngcontent-sc118]
  .icon[_ngcontent-sc118] {
  margin-bottom: 40px;
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .column[_ngcontent-sc118]
  p[_ngcontent-sc118]
  strong[_ngcontent-sc118] {
  color: #2d3436;
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .block-information[_ngcontent-sc118] {
  position: relative;
  border-radius: 6px;
  background: #f8f8f8;
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .block-information[_ngcontent-sc118] {
    padding: 60px 100px;
  }
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .block-information[_ngcontent-sc118]:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 50%;
    width: 1px;
    background: #c4c4c4;
  }
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .text-global[_ngcontent-sc118] {
  color: #2d3436;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .text-global[_ngcontent-sc118] {
    margin-bottom: 0;
  }
}
.fx-section--market-factors-affect[_ngcontent-sc118]
  .text-note[_ngcontent-sc118] {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .fx-section--market-factors-affect[_ngcontent-sc118]
    .text-note[_ngcontent-sc118] {
    padding-left: 10px;
  }
  [lang="ar"][_nghost-sc118]
    .fx-section--market-factors-affect[_ngcontent-sc118]
    .text-note[_ngcontent-sc118],
  [lang="ar"]
    [_nghost-sc118]
    .fx-section--market-factors-affect[_ngcontent-sc118]
    .text-note[_ngcontent-sc118] {
    padding-left: 0;
    padding-right: 10px;
  }
}

.fx-section--market-exchange-trading[_ngcontent-sc119]
  .heading-title[_ngcontent-sc119] {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .heading-title[_ngcontent-sc119] {
    margin-bottom: 100px;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .text-block[_ngcontent-sc119] {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119] {
    margin-bottom: 90px;
    padding-bottom: 0;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .text-block[_ngcontent-sc119]
  .icon[_ngcontent-sc119] {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119]
    .icon[_ngcontent-sc119] {
    text-align: left;
  }
  [lang="ar"][_nghost-sc119]
    .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119]
    .icon[_ngcontent-sc119],
  [lang="ar"]
    [_nghost-sc119]
    .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119]
    .icon[_ngcontent-sc119] {
    text-align: right;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .section-information[_ngcontent-sc119] {
  background: #f8f8f8;
  border-radius: 6px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 18px;
  line-height: 1.4;
  color: #2d3436;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .section-information[_ngcontent-sc119] {
    margin-bottom: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .section-information[_ngcontent-sc119]
  p[_ngcontent-sc119] {
  margin: 0;
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .section-information[_ngcontent-sc119]
  .icon[_ngcontent-sc119] {
  display: block;
  margin: 20px 0;
  font-size: 40px;
  color: #a79582;
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .panel-content[_ngcontent-sc119] {
  font-size: 14px;
  line-height: 1.4;
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .panel-content[_ngcontent-sc119]
  .title[_ngcontent-sc119] {
  font-size: 22px;
  display: block;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  color: #2d3436;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .panel-content[_ngcontent-sc119]
    .title[_ngcontent-sc119] {
    font-size: 30px;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .btn-group[_ngcontent-sc119] {
  margin-top: 40px;
}

<style
  ng-transition="ng-cli-universal"
  > .fx-section--market-exchange-trading[_ngcontent-sc119]
  .heading-title[_ngcontent-sc119] {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .heading-title[_ngcontent-sc119] {
    margin-bottom: 100px;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .text-block[_ngcontent-sc119] {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119] {
    margin-bottom: 90px;
    padding-bottom: 0;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .text-block[_ngcontent-sc119]
  .icon[_ngcontent-sc119] {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119]
    .icon[_ngcontent-sc119] {
    text-align: left;
  }
  [lang="ar"][_nghost-sc119]
    .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119]
    .icon[_ngcontent-sc119],
  [lang="ar"]
    [_nghost-sc119]
    .fx-section--market-exchange-trading[_ngcontent-sc119]
    .text-block[_ngcontent-sc119]
    .icon[_ngcontent-sc119] {
    text-align: right;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .section-information[_ngcontent-sc119] {
  background: #f8f8f8;
  border-radius: 6px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-size: 18px;
  line-height: 1.4;
  color: #2d3436;
  font-weight: 500;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .section-information[_ngcontent-sc119] {
    margin-bottom: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .section-information[_ngcontent-sc119]
  p[_ngcontent-sc119] {
  margin: 0;
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .section-information[_ngcontent-sc119]
  .icon[_ngcontent-sc119] {
  display: block;
  margin: 20px 0;
  font-size: 40px;
  color: #a79582;
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .panel-content[_ngcontent-sc119] {
  font-size: 14px;
  line-height: 1.4;
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .panel-content[_ngcontent-sc119]
  .title[_ngcontent-sc119] {
  font-size: 22px;
  display: block;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  color: #2d3436;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .fx-section--market-exchange-trading[_ngcontent-sc119]
    .panel-content[_ngcontent-sc119]
    .title[_ngcontent-sc119] {
    font-size: 30px;
  }
}
.fx-section--market-exchange-trading[_ngcontent-sc119]
  .btn-group[_ngcontent-sc119] {
  margin-top: 40px;
}

.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170] {
    padding-bottom: 5rem;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .swiper-slide[_ngcontent-sc170]:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .heading-title[_ngcontent-sc170] {
  max-width: 570px;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .heading-title[_ngcontent-sc170] {
    margin-bottom: 80px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] h2[_ngcontent-sc170] {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170] h2[_ngcontent-sc170] {
    margin-bottom: 30px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] .heading[_ngcontent-sc170] {
  font-size: 14px;
  color: #636e72;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170] .heading[_ngcontent-sc170] {
    margin-bottom: 60px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .text-size-h3[_ngcontent-sc170] {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .text-size-h3[_ngcontent-sc170] {
    font-size: 36px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__content[_ngcontent-sc170] {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__content[_ngcontent-sc170] {
    padding: 70px 0 0;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__wrapper[_ngcontent-sc170] {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__wrapper[_ngcontent-sc170] {
    margin: 0;
    border-bottom: 2px solid #d9d9d9;
    flex-direction: row;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] .tabs__item[_ngcontent-sc170] {
  font-size: 16px;
  transition: border-color 0.4s, color 0.4s;
  display: flex;
  color: #2d3436;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding: 15px 5px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  gap: 10px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__item[_ngcontent-sc170] {
    padding: 20px 20px 20px 0;
    border: none;
    font-size: 18px;
    width: 20%;
    align-items: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  background: #303135;
  transition: width 0.4s;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]
  .fxpro[_ngcontent-sc170] {
  display: none;
}
@media (min-width: 480px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__item[_ngcontent-sc170]
    .fxpro[_ngcontent-sc170] {
    display: inline-block;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]
  fx-icon[_ngcontent-sc170] {
  display: inline-flex;
  font-size: 22px;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  box-shadow: none;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__item[_ngcontent-sc170]
    fx-icon[_ngcontent-sc170] {
    align-self: center;
    margin-right: 16px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]:hover {
  cursor: pointer;
  color: #303135;
  text-decoration: none;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item.active[_ngcontent-sc170] {
  color: #303135;
  font-weight: 600;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item.active[_ngcontent-sc170]:after {
  width: 100%;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170] {
  margin: 0 -20px;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170]
  li[_ngcontent-sc170] {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170]
  li[_ngcontent-sc170]
  a[_ngcontent-sc170] {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170]
  .icon[_ngcontent-sc170] {
  height: 31px;
  flex: 0 0 27px;
  margin-right: 15px;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .document-icon[_ngcontent-sc170] {
  width: 27px;
  height: 31px;
}

.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170] {
    padding-bottom: 5rem;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .swiper-slide[_ngcontent-sc170]:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .heading-title[_ngcontent-sc170] {
  max-width: 570px;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .heading-title[_ngcontent-sc170] {
    margin-bottom: 80px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] h2[_ngcontent-sc170] {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170] h2[_ngcontent-sc170] {
    margin-bottom: 30px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] .heading[_ngcontent-sc170] {
  font-size: 14px;
  color: #636e72;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170] .heading[_ngcontent-sc170] {
    margin-bottom: 60px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .text-size-h3[_ngcontent-sc170] {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .text-size-h3[_ngcontent-sc170] {
    font-size: 36px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__content[_ngcontent-sc170] {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__content[_ngcontent-sc170] {
    padding: 70px 0 0;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__wrapper[_ngcontent-sc170] {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__wrapper[_ngcontent-sc170] {
    margin: 0;
    border-bottom: 2px solid #d9d9d9;
    flex-direction: row;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170] .tabs__item[_ngcontent-sc170] {
  font-size: 16px;
  transition: border-color 0.4s, color 0.4s;
  display: flex;
  color: #2d3436;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding: 15px 5px;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  gap: 10px;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__item[_ngcontent-sc170] {
    padding: 20px 20px 20px 0;
    border: none;
    font-size: 18px;
    width: 20%;
    align-items: center;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  background: #303135;
  transition: width 0.4s;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]
  .fxpro[_ngcontent-sc170] {
  display: none;
}
@media (min-width: 480px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__item[_ngcontent-sc170]
    .fxpro[_ngcontent-sc170] {
    display: inline-block;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]
  fx-icon[_ngcontent-sc170] {
  display: inline-flex;
  font-size: 22px;
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  box-shadow: none;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .fx-section--legal-pdf-swiper[_ngcontent-sc170]
    .tabs__item[_ngcontent-sc170]
    fx-icon[_ngcontent-sc170] {
    align-self: center;
    margin-right: 16px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item[_ngcontent-sc170]:hover {
  cursor: pointer;
  color: #303135;
  text-decoration: none;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item.active[_ngcontent-sc170] {
  color: #303135;
  font-weight: 600;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .tabs__item.active[_ngcontent-sc170]:after {
  width: 100%;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170] {
  margin: 0 -20px;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170]
  li[_ngcontent-sc170] {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170]
  li[_ngcontent-sc170]
  a[_ngcontent-sc170] {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .list-pdf-links[_ngcontent-sc170]
  .icon[_ngcontent-sc170] {
  height: 31px;
  flex: 0 0 27px;
  margin-right: 15px;
}
.fx-section--legal-pdf-swiper[_ngcontent-sc170]
  .document-icon[_ngcontent-sc170] {
  width: 27px;
  height: 31px;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--legal-pdf-swiper .tabs__item {
    padding: 20px 0 20px 20px !important;
  }
}
[lang="ar"] .fx-section--legal-pdf-swiper .tabs__item:after {
  left: auto !important;
  right: 0 !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--legal-pdf-swiper .tabs__item i {
    margin-right: 0 !important;
    margin-left: 16px !important;
  }
}
[lang="ar"] .fx-section--legal-pdf-swiper .list-pdf-links .icon {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fx-section--legal-complains[_ngcontent-sc166] {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] {
    padding-bottom: 5rem;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .heading-title {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .heading-title {
    margin-bottom: 80px;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] h2 {
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .fx-section--legal-complains[_ngcontent-sc166] h2 {
    margin-bottom: 30px;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .heading {
  font-size: 14px;
  color: #b2bec3;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .heading {
    margin-bottom: 60px;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .text-size-h3 {
  margin: 0;
  font-weight: 300;
  font-size: 30px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content {
  padding: 50px 0 0;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__content {
    padding: 70px 0 0;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__content {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__content .text-size-h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content p + .text-size-h3,
.fx-section--legal-complains[_ngcontent-sc166]
  .tabs__content
  ul
  + .text-size-h3 {
  padding-top: 20px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ul {
  margin: 0 0 1rem;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ul li {
  position: relative;
  padding: 0 0 0.5rem 2rem;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__content ul li {
    padding-left: 3rem;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ul li:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 10px;
  height: 20px;
  border-color: #d91222;
  border-style: solid;
  border-width: 0 2px 2px 0;
  margin: 0.1rem 1.5rem 0.1rem 0.5rem;
  transform: rotate(45deg);
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content strong {
  color: #d91222;
  font-weight: 500;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol {
  counter-reset: item;
  padding: 0;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol > li {
  display: block;
  margin-bottom: 40px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol > li:before {
  font-weight: 500;
  color: #d91222;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ol {
  padding-top: 17px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ol li {
  margin-bottom: 17px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ol li:before {
  font-weight: 400;
  color: #636e72;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ol ol {
  counter-reset: list;
}
.fx-section--legal-complains[_ngcontent-sc166]
  .tabs__content
  ol
  ol
  ol
  > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ol ol ol {
  padding: 35px 0 8px;
}
.fx-section--legal-complains[_ngcontent-sc166]
  .tabs__content
  ol
  ol
  ol
  ol
  > li:before {
  content: counter(list, lower-alpha) ". ";
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ul {
  padding-top: 17px;
  padding-left: 20px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ul li {
  padding: 0 0 0 20px;
  margin: 0 0 17px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content ol ul li:before {
  content: "";
  border: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: none;
  top: 5px;
  left: 0;
  background: #636e72;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__content address {
  padding: 17px 0 0 40px;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__wrapper {
    margin: 0;
    border-bottom: 2px solid #b2bec3;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item {
  font-size: 1rem;
  transition: border-color 0.4s, color 0.4s;
  display: flex;
  color: #2d3436;
  position: relative;
  border-bottom: 2px solid #b2bec3;
  padding: 0 5px 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__item {
    padding: 20px 20px 20px 20px;
    border: none;
    flex-direction: row;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item:after {
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  background: #303135;
  transition: width 0.4s;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item .fxpro {
  display: none;
}
@media (min-width: 480px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__item .fxpro {
    display: inline-block;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item i {
  align-self: center;
  vertical-align: initial;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] .tabs__item i {
    margin-right: 16px;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item:hover {
  cursor: pointer;
  color: #303135;
  text-decoration: none;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item.active {
  color: #303135;
}
.fx-section--legal-complains[_ngcontent-sc166] .tabs__item.active:after {
  width: 100%;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] [lang="ar"] .tabs__item {
    padding: 20px 0 20px 20px !important;
  }
}
.fx-section--legal-complains[_ngcontent-sc166] [lang="ar"] .tabs__item:after {
  left: auto !important;
  right: 0 !important;
}
@media (min-width: 1024px) {
  .fx-section--legal-complains[_ngcontent-sc166] [lang="ar"] .tabs__item i {
    margin-right: 0 !important;
    margin-left: 16px !important;
  }
}
.fx-section--legal-complains[_ngcontent-sc166]
  [lang="ar"]
  .list-pdf-links
  .icon {
  margin-right: 0 !important;
  margin-left: 15px !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--legal-complains .tabs__item {
    padding: 20px 0 20px 20px !important;
  }
}
[lang="ar"] .fx-section--legal-complains .tabs__item:after {
  left: auto !important;
  right: 0 !important;
}
@media (min-width: 1024px) {
  [lang="ar"] .fx-section--legal-complains .tabs__item i {
    margin-right: 0 !important;
    margin-left: 16px !important;
  }
}
[lang="ar"] .fx-section--legal-complains .list-pdf-links .icon {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

.fx-section--cookie-preference[_ngcontent-sc269]
  .heading-title[_ngcontent-sc269] {
  font-size: 16px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .heading-title[_ngcontent-sc269] {
    margin-bottom: 55px;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-consent[_ngcontent-sc269] {
  border-radius: 6px;
  padding: 25px;
  background: #30313508;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .block-consent[_ngcontent-sc269] {
    padding: 30px 70px;
    margin-bottom: 50px;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-consent[_ngcontent-sc269]
  p[_ngcontent-sc269] {
  margin-bottom: 1rem;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .consent-nav[_ngcontent-sc269]
  a[_ngcontent-sc269] {
  font-weight: 600;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269] {
  border: 1px solid #3031351a;
  overflow: hidden;
  border-radius: 6px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .block-cookies[_ngcontent-sc269] {
    margin-bottom: 30px;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies__heading[_ngcontent-sc269] {
  padding: 30px 35px 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .block-cookies__heading[_ngcontent-sc269] {
    padding: 30px 70px 0;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies__heading[_ngcontent-sc269]
  p[_ngcontent-sc269] {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .block-cookies__heading[_ngcontent-sc269]
    p[_ngcontent-sc269] {
    margin-bottom: 5px;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .collapsed[_ngcontent-sc269] {
  height: 0;
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .block-cookies[_ngcontent-sc269]
    .collapsed[_ngcontent-sc269]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 70px;
    right: 70px;
    height: 1px;
    background: #30313508;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .collapsed.show[_ngcontent-sc269] {
  margin-top: 30px;
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  display: block;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .title[_ngcontent-sc269] {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  color: #2d3436;
  font-family: Futura, Inter, Segoe UI, Arial, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener[_ngcontent-sc269] {
  display: inline-flex;
  color: #303135;
  cursor: pointer;
  font-size: 14px;
  margin: 0 35px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .block-cookies[_ngcontent-sc269]
    .opener[_ngcontent-sc269] {
    margin: 0;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener[_ngcontent-sc269]
  i[_ngcontent-sc269] {
  display: inline-block;
  transform-origin: 50%;
  transform: rotate(90deg);
  margin: 0 0 0 10px;
}
[lang="ar"][_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener[_ngcontent-sc269]
  i[_ngcontent-sc269],
[lang="ar"]
  [_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener[_ngcontent-sc269]
  i[_ngcontent-sc269] {
  margin: 0 10px 0 0;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener[_ngcontent-sc269]
  .hide[_ngcontent-sc269] {
  display: none;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener.show[_ngcontent-sc269]
  i[_ngcontent-sc269] {
  transform: rotate(-90deg);
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener.show[_ngcontent-sc269]
  .hide[_ngcontent-sc269] {
  display: inline-block;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  .block-cookies[_ngcontent-sc269]
  .opener.show[_ngcontent-sc269]
  .show[_ngcontent-sc269] {
  display: none;
}
.fx-section--cookie-preference[_ngcontent-sc269] .table[_ngcontent-sc269] {
  border-collapse: collapse;
  margin: 0 0 18px;
  width: 100%;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269] .table[_ngcontent-sc269] {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 1023.98px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    .table[_ngcontent-sc269]
    thead[_ngcontent-sc269] {
    display: none;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  tbody[_ngcontent-sc269]
  tr[_ngcontent-sc269] {
  display: block;
  padding: 10px 0;
  border-width: 1px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    tbody[_ngcontent-sc269]
    tr[_ngcontent-sc269]:nth-child(odd) {
    background: #30313508;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  tbody[_ngcontent-sc269]
  tr[_ngcontent-sc269]:after,
.fx-section--cookie-preference[_ngcontent-sc269]
  tbody[_ngcontent-sc269]
  tr[_ngcontent-sc269]:before {
  content: "";
  position: absolute;
  background: #3031351a;
  height: 1px;
  right: 35px;
  left: 35px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    tbody[_ngcontent-sc269]
    tr[_ngcontent-sc269]:after,
  .fx-section--cookie-preference[_ngcontent-sc269]
    tbody[_ngcontent-sc269]
    tr[_ngcontent-sc269]:before {
    display: none;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  tbody[_ngcontent-sc269]
  tr[_ngcontent-sc269]:before {
  top: 0;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  tbody[_ngcontent-sc269]
  tr[_ngcontent-sc269]:after {
  bottom: -1px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    tbody[_ngcontent-sc269]
    tr[_ngcontent-sc269] {
    display: table-row;
    border: none;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269],
.fx-section--cookie-preference[_ngcontent-sc269] th[_ngcontent-sc269] {
  font-size: 14px;
  border: none;
  padding: 7px 0;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]:nth-child(odd),
.fx-section--cookie-preference[_ngcontent-sc269]
  th[_ngcontent-sc269]:nth-child(odd) {
  background: #30313508;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:nth-child(odd),
  .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:nth-child(odd) {
    background: none;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]:last-child,
.fx-section--cookie-preference[_ngcontent-sc269]
  th[_ngcontent-sc269]:last-child {
  padding-right: 50px;
}
[lang="ar"][_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]:last-child,
[lang="ar"]
  [_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]:last-child,
[lang="ar"][_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  th[_ngcontent-sc269]:last-child,
[lang="ar"]
  [_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  th[_ngcontent-sc269]:last-child {
  padding-left: 35px;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269],
  .fx-section--cookie-preference[_ngcontent-sc269] th[_ngcontent-sc269] {
    padding: 18px 20px 18px 0;
  }
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269],
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269],
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269],
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269] {
    padding: 18px 0 18px 20px;
  }
  .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:first-child,
  .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:first-child {
    padding-left: 70px;
  }
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:first-child,
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:first-child,
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:first-child,
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:first-child {
    padding-left: 0;
    padding-right: 70px;
  }
  .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:last-child,
  .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:last-child {
    padding-right: 70px;
  }
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:last-child,
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269]:last-child,
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:last-child,
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    th[_ngcontent-sc269]:last-child {
    padding-right: 0;
    padding-left: 70px;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269] {
  display: block;
  font-size: 14px;
  position: relative;
}
@media (max-width: 1023.98px) {
  .fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269] {
    padding-left: 115px;
  }
  [lang="ar"][_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269],
  [lang="ar"]
    [_nghost-sc269]
    .fx-section--cookie-preference[_ngcontent-sc269]
    td[_ngcontent-sc269] {
    padding-left: 0;
    padding-right: 115px;
  }
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269] {
    display: table-cell;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269]:before {
  content: attr(data-label);
  width: 80px;
  top: 9px;
  font-size: 12px;
  left: 35px;
  position: absolute;
}
[lang="ar"][_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]:before,
[lang="ar"]
  [_nghost-sc269]
  .fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]:before {
  left: auto;
  right: 35px;
}
@media (min-width: 1024px) {
  .fx-section--cookie-preference[_ngcontent-sc269] td[_ngcontent-sc269]:before {
    display: none;
  }
}
.fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]
  em[_ngcontent-sc269] {
  display: block;
}
.fx-section--cookie-preference[_ngcontent-sc269]
  td[_ngcontent-sc269]
  em[_ngcontent-sc269]
  a {
  color: #636e72;
}
.fx-section--cookie-preference[_ngcontent-sc269] th[_ngcontent-sc269] {
  color: #b2bec3;
  font-weight: 400;
  white-space: nowrap;
  font-size: 12px;
}

.fx-section--legal-key[_ngcontent-sc307] .tabs__item[_ngcontent-sc307] {
  font-size: 1rem;
  transition: border-color 0.4s, color 0.4s;
  display: flex;
  color: #2d3436;
  position: relative;
  border-bottom: 2px solid #b2bec3;
  padding: 0 5px 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) {
  .fx-section--legal-key[_ngcontent-sc307] .tabs__item[_ngcontent-sc307] {
    padding: 20px 20px 20px 0;
    border: none;
    flex-direction: row;
  }
}


.language-list-link{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
}

.language-list-link:hover{
  padding: 10px 20px;
  background-color: #d91222b3;
  border: 1px solid #d91222;
  border-radius: 5px;
  color: white;
}

@media(max-width:900px) {
  .language-holder{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.fx-animation-sequence{
  overflow: hidden;
}


.key-none{
  opacity: 0;
}

.key-info{
  width: 1160px;
  opacity: 1;
  transform: translate3d(-1160px, 0px, 0px);
  transition-duration: 0ms;
}

.boxes-holder{

  justify-content: center;
}

.tabNavList{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:20px;
  padding-left: 0;
}

.tabs__wrapper{
  display: flex;
  flex-direction: column;
}

.tabNavList li {
  list-style-type: none;
  /* display: inline-block; */
}
.tabNavList li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
.tabNavList li .tabs__item.act {
  border-bottom: 2px solid black;
}
#tabsWrap .tab {
  display: none;
  padding: 2em;
}
#tabsWrap .tab.act {
  display: block;
}

.title_ngc{
  color: black;
}

.title-bottom{
  margin-bottom: 20px !important;
}

.position{
  justify-content: center !important;
}

.swiper-display{
  display: flex;
  justify-content: space-between;
}

.content-center{
  justify-content: center;
}

/* Form */

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: bold;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.form-group textarea {
  height: 100px;
}
.form-group button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.form-group button:hover {
  background-color: #45a049;
}
.error-message {
  color: red;
  display: none;
}

.main-logo_terminal{
  width: 50px;
}

.header-web{
  background-color: #ffffff;
}

