@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1320px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle;
}

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;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

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: baseline;
}

[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-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;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1320px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  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 rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1320px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  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:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1319.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1320px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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 (min-width: 1320px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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: 576px) {
  .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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !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: 768px) {
  .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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !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: 992px) {
  .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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !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: 1200px) {
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
@media (min-width: 1320px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1320px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1320px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1320px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
pre {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: transparent;
  border: 1px;
}

[lang^=ar]:not(.sfPageEditorWrp), [lang^=he]:not(.sfPageEditorWrp), [lang^=fa]:not(.sfPageEditorWrp), [lang^=ku]:not(.sfPageEditorWrp), [lang^=ur]:not(.sfPageEditorWrp), [lang^=dv]:not(.sfPageEditorWrp), [lang^=ps]:not(.sfPageEditorWrp), [lang^=ha]:not(.sfPageEditorWrp), [lang^=ks]:not(.sfPageEditorWrp), [lang^=yi]:not(.sfPageEditorWrp), [lang^=uz-arab]:not(.sfPageEditorWrp), [lang^=tzm-arab]:not(.sfPageEditorWrp) {
  direction: rtl;
}
[lang^=ar]:not(.sfPageEditorWrp) > body, [lang^=he]:not(.sfPageEditorWrp) > body, [lang^=fa]:not(.sfPageEditorWrp) > body, [lang^=ku]:not(.sfPageEditorWrp) > body, [lang^=ur]:not(.sfPageEditorWrp) > body, [lang^=dv]:not(.sfPageEditorWrp) > body, [lang^=ps]:not(.sfPageEditorWrp) > body, [lang^=ha]:not(.sfPageEditorWrp) > body, [lang^=ks]:not(.sfPageEditorWrp) > body, [lang^=yi]:not(.sfPageEditorWrp) > body, [lang^=uz-arab]:not(.sfPageEditorWrp) > body, [lang^=tzm-arab]:not(.sfPageEditorWrp) > body {
  text-align: right;
}

img,
video {
  max-width: 100%;
}

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

body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  margin: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-list--expandable .sf-list-item h3:first-child, #sfPageContainer .sf-list--expandable .sf-list-item h3:first-child, .sf-input.-rich-text .sf-list--expandable .sf-list-item h3:first-child, body[contenteditable] .sf-list--expandable .sf-list-item h3:first-child, body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev, body.amwins-page:not(.sfPageEditor) .sf-media .sf-media-body h3, #sfPageContainer .sf-media .sf-media-body h3, .sf-input.-rich-text .sf-media .sf-media-body h3, body[contenteditable] .sf-media .sf-media-body h3 {
  margin-top: 0;
}

body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-FormNav-page, #sfPageContainer [lang^=ar] .sf-FormNav-page, #sfPageContainer [lang^=he] .sf-FormNav-page, #sfPageContainer [lang^=fa] .sf-FormNav-page, #sfPageContainer [lang^=ku] .sf-FormNav-page, #sfPageContainer [lang^=ur] .sf-FormNav-page, #sfPageContainer [lang^=dv] .sf-FormNav-page, #sfPageContainer [lang^=ps] .sf-FormNav-page, #sfPageContainer [lang^=ha] .sf-FormNav-page, #sfPageContainer [lang^=ks] .sf-FormNav-page, #sfPageContainer [lang^=yi] .sf-FormNav-page, #sfPageContainer [lang^=uz-arab] .sf-FormNav-page, #sfPageContainer [lang^=tzm-arab] .sf-FormNav-page, .sf-input.-rich-text [lang^=ar] .sf-FormNav-page, .sf-input.-rich-text [lang^=he] .sf-FormNav-page, .sf-input.-rich-text [lang^=fa] .sf-FormNav-page, .sf-input.-rich-text [lang^=ku] .sf-FormNav-page, .sf-input.-rich-text [lang^=ur] .sf-FormNav-page, .sf-input.-rich-text [lang^=dv] .sf-FormNav-page, .sf-input.-rich-text [lang^=ps] .sf-FormNav-page, .sf-input.-rich-text [lang^=ha] .sf-FormNav-page, .sf-input.-rich-text [lang^=ks] .sf-FormNav-page, .sf-input.-rich-text [lang^=yi] .sf-FormNav-page, .sf-input.-rich-text [lang^=uz-arab] .sf-FormNav-page, .sf-input.-rich-text [lang^=tzm-arab] .sf-FormNav-page, body[contenteditable] [lang^=ar] .sf-FormNav-page, body[contenteditable] [lang^=he] .sf-FormNav-page, body[contenteditable] [lang^=fa] .sf-FormNav-page, body[contenteditable] [lang^=ku] .sf-FormNav-page, body[contenteditable] [lang^=ur] .sf-FormNav-page, body[contenteditable] [lang^=dv] .sf-FormNav-page, body[contenteditable] [lang^=ps] .sf-FormNav-page, body[contenteditable] [lang^=ha] .sf-FormNav-page, body[contenteditable] [lang^=ks] .sf-FormNav-page, body[contenteditable] [lang^=yi] .sf-FormNav-page, body[contenteditable] [lang^=uz-arab] .sf-FormNav-page, body[contenteditable] [lang^=tzm-arab] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-FormNav li:first-child, #sfPageContainer [lang^=ar] .sf-FormNav li:first-child, #sfPageContainer [lang^=he] .sf-FormNav li:first-child, #sfPageContainer [lang^=fa] .sf-FormNav li:first-child, #sfPageContainer [lang^=ku] .sf-FormNav li:first-child, #sfPageContainer [lang^=ur] .sf-FormNav li:first-child, #sfPageContainer [lang^=dv] .sf-FormNav li:first-child, #sfPageContainer [lang^=ps] .sf-FormNav li:first-child, #sfPageContainer [lang^=ha] .sf-FormNav li:first-child, #sfPageContainer [lang^=ks] .sf-FormNav li:first-child, #sfPageContainer [lang^=yi] .sf-FormNav li:first-child, #sfPageContainer [lang^=uz-arab] .sf-FormNav li:first-child, #sfPageContainer [lang^=tzm-arab] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=ar] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=he] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=fa] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=ku] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=ur] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=dv] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=ps] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=ha] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=ks] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=yi] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=uz-arab] .sf-FormNav li:first-child, .sf-input.-rich-text [lang^=tzm-arab] .sf-FormNav li:first-child, body[contenteditable] [lang^=ar] .sf-FormNav li:first-child, body[contenteditable] [lang^=he] .sf-FormNav li:first-child, body[contenteditable] [lang^=fa] .sf-FormNav li:first-child, body[contenteditable] [lang^=ku] .sf-FormNav li:first-child, body[contenteditable] [lang^=ur] .sf-FormNav li:first-child, body[contenteditable] [lang^=dv] .sf-FormNav li:first-child, body[contenteditable] [lang^=ps] .sf-FormNav li:first-child, body[contenteditable] [lang^=ha] .sf-FormNav li:first-child, body[contenteditable] [lang^=ks] .sf-FormNav li:first-child, body[contenteditable] [lang^=yi] .sf-FormNav li:first-child, body[contenteditable] [lang^=uz-arab] .sf-FormNav li:first-child, body[contenteditable] [lang^=tzm-arab] .sf-FormNav li:first-child, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=ar] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=he] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=fa] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=ku] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=ur] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=dv] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=ps] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=ha] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=ks] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=yi] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=uz-arab] .sf-Comment-count--block .sf-Comment-count, #sfPageContainer [lang^=tzm-arab] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=ar] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=he] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=fa] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=ku] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=ur] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=dv] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=ps] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=ha] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=ks] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=yi] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=uz-arab] .sf-Comment-count--block .sf-Comment-count, .sf-input.-rich-text [lang^=tzm-arab] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=ar] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=he] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=fa] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=ku] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=ur] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=dv] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=ps] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=ha] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=ks] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=yi] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=uz-arab] .sf-Comment-count--block .sf-Comment-count, body[contenteditable] [lang^=tzm-arab] .sf-Comment-count--block .sf-Comment-count, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Comments-header h3, #sfPageContainer [lang^=ar] .sf-Comments-header h3, #sfPageContainer [lang^=he] .sf-Comments-header h3, #sfPageContainer [lang^=fa] .sf-Comments-header h3, #sfPageContainer [lang^=ku] .sf-Comments-header h3, #sfPageContainer [lang^=ur] .sf-Comments-header h3, #sfPageContainer [lang^=dv] .sf-Comments-header h3, #sfPageContainer [lang^=ps] .sf-Comments-header h3, #sfPageContainer [lang^=ha] .sf-Comments-header h3, #sfPageContainer [lang^=ks] .sf-Comments-header h3, #sfPageContainer [lang^=yi] .sf-Comments-header h3, #sfPageContainer [lang^=uz-arab] .sf-Comments-header h3, #sfPageContainer [lang^=tzm-arab] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ar] .sf-Comments-header h3, .sf-input.-rich-text [lang^=he] .sf-Comments-header h3, .sf-input.-rich-text [lang^=fa] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ku] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ur] .sf-Comments-header h3, .sf-input.-rich-text [lang^=dv] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ps] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ha] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ks] .sf-Comments-header h3, .sf-input.-rich-text [lang^=yi] .sf-Comments-header h3, .sf-input.-rich-text [lang^=uz-arab] .sf-Comments-header h3, .sf-input.-rich-text [lang^=tzm-arab] .sf-Comments-header h3, body[contenteditable] [lang^=ar] .sf-Comments-header h3, body[contenteditable] [lang^=he] .sf-Comments-header h3, body[contenteditable] [lang^=fa] .sf-Comments-header h3, body[contenteditable] [lang^=ku] .sf-Comments-header h3, body[contenteditable] [lang^=ur] .sf-Comments-header h3, body[contenteditable] [lang^=dv] .sf-Comments-header h3, body[contenteditable] [lang^=ps] .sf-Comments-header h3, body[contenteditable] [lang^=ha] .sf-Comments-header h3, body[contenteditable] [lang^=ks] .sf-Comments-header h3, body[contenteditable] [lang^=yi] .sf-Comments-header h3, body[contenteditable] [lang^=uz-arab] .sf-Comments-header h3, body[contenteditable] [lang^=tzm-arab] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list--expandable i, #sfPageContainer [lang^=ar] .sf-list--expandable i, #sfPageContainer [lang^=he] .sf-list--expandable i, #sfPageContainer [lang^=fa] .sf-list--expandable i, #sfPageContainer [lang^=ku] .sf-list--expandable i, #sfPageContainer [lang^=ur] .sf-list--expandable i, #sfPageContainer [lang^=dv] .sf-list--expandable i, #sfPageContainer [lang^=ps] .sf-list--expandable i, #sfPageContainer [lang^=ha] .sf-list--expandable i, #sfPageContainer [lang^=ks] .sf-list--expandable i, #sfPageContainer [lang^=yi] .sf-list--expandable i, #sfPageContainer [lang^=uz-arab] .sf-list--expandable i, #sfPageContainer [lang^=tzm-arab] .sf-list--expandable i, .sf-input.-rich-text [lang^=ar] .sf-list--expandable i, .sf-input.-rich-text [lang^=he] .sf-list--expandable i, .sf-input.-rich-text [lang^=fa] .sf-list--expandable i, .sf-input.-rich-text [lang^=ku] .sf-list--expandable i, .sf-input.-rich-text [lang^=ur] .sf-list--expandable i, .sf-input.-rich-text [lang^=dv] .sf-list--expandable i, .sf-input.-rich-text [lang^=ps] .sf-list--expandable i, .sf-input.-rich-text [lang^=ha] .sf-list--expandable i, .sf-input.-rich-text [lang^=ks] .sf-list--expandable i, .sf-input.-rich-text [lang^=yi] .sf-list--expandable i, .sf-input.-rich-text [lang^=uz-arab] .sf-list--expandable i, .sf-input.-rich-text [lang^=tzm-arab] .sf-list--expandable i, body[contenteditable] [lang^=ar] .sf-list--expandable i, body[contenteditable] [lang^=he] .sf-list--expandable i, body[contenteditable] [lang^=fa] .sf-list--expandable i, body[contenteditable] [lang^=ku] .sf-list--expandable i, body[contenteditable] [lang^=ur] .sf-list--expandable i, body[contenteditable] [lang^=dv] .sf-list--expandable i, body[contenteditable] [lang^=ps] .sf-list--expandable i, body[contenteditable] [lang^=ha] .sf-list--expandable i, body[contenteditable] [lang^=ks] .sf-list--expandable i, body[contenteditable] [lang^=yi] .sf-list--expandable i, body[contenteditable] [lang^=uz-arab] .sf-list--expandable i, body[contenteditable] [lang^=tzm-arab] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) .sf-Gallery-navigation, #sfPageContainer .sf-Gallery-navigation, .sf-input.-rich-text .sf-Gallery-navigation, body[contenteditable] .sf-Gallery-navigation {
  margin-right: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev {
  margin-bottom: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-Comment-count--block .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) .sf-Comment-count--block .sf-Review-count, #sfPageContainer .sf-Comment-count--block .sf-Comment-count,
#sfPageContainer .sf-Comment-count--block .sf-Review-count, .sf-input.-rich-text .sf-Comment-count--block .sf-Comment-count,
.sf-input.-rich-text .sf-Comment-count--block .sf-Review-count, body[contenteditable] .sf-Comment-count--block .sf-Comment-count,
body[contenteditable] .sf-Comment-count--block .sf-Review-count, .sf-Review-count--block body.amwins-page:not(.sfPageEditor) .sf-Review-count, .sf-Review-count--block #sfPageContainer .sf-Review-count, .sf-Review-count--block .sf-input.-rich-text .sf-Review-count, .sf-Review-count--block body[contenteditable] .sf-Review-count, .sf-Comment-count--block body.amwins-page:not(.sfPageEditor) .sf-Comment-count, .sf-Comment-count--block #sfPageContainer .sf-Comment-count, .sf-Comment-count--block .sf-input.-rich-text .sf-Comment-count, .sf-Comment-count--block body[contenteditable] .sf-Comment-count, body.amwins-page:not(.sfPageEditor) .sf-Gallery-navigation, #sfPageContainer .sf-Gallery-navigation, .sf-input.-rich-text .sf-Gallery-navigation, body[contenteditable] .sf-Gallery-navigation {
  margin-left: 0;
}

.sf-Review-count--block body.amwins-page:not(.sfPageEditor) .sf-Review-count, .sf-Review-count--block #sfPageContainer .sf-Review-count, .sf-Review-count--block .sf-input.-rich-text .sf-Review-count, .sf-Review-count--block body[contenteditable] .sf-Review-count, body.amwins-page:not(.sfPageEditor) .sf-Comments-header a, #sfPageContainer .sf-Comments-header a, .sf-input.-rich-text .sf-Comments-header a, body[contenteditable] .sf-Comments-header a, .sf-Comment-count--block body.amwins-page:not(.sfPageEditor) .sf-Comment-count, .sf-Comment-count--block #sfPageContainer .sf-Comment-count, .sf-Comment-count--block .sf-input.-rich-text .sf-Comment-count, .sf-Comment-count--block body[contenteditable] .sf-Comment-count, body.amwins-page:not(.sfPageEditor) .sf-Gallery-navigation, #sfPageContainer .sf-Gallery-navigation, .sf-input.-rich-text .sf-Gallery-navigation, body[contenteditable] .sf-Gallery-navigation {
  margin-top: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-icon-feed, #sfPageContainer .sf-icon-feed, .sf-input.-rich-text .sf-icon-feed, body[contenteditable] .sf-icon-feed, body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb {
  margin-right: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-list--expandable .sf-list-item > div, #sfPageContainer .sf-list--expandable .sf-list-item > div, .sf-input.-rich-text .sf-list--expandable .sf-list-item > div, body[contenteditable] .sf-list--expandable .sf-list-item > div {
  margin-bottom: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comments-header a, #sfPageContainer .sf-Comments-header a, .sf-input.-rich-text .sf-Comments-header a, body[contenteditable] .sf-Comments-header a, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list--expandable i, #sfPageContainer [lang^=ar] .sf-list--expandable i, #sfPageContainer [lang^=he] .sf-list--expandable i, #sfPageContainer [lang^=fa] .sf-list--expandable i, #sfPageContainer [lang^=ku] .sf-list--expandable i, #sfPageContainer [lang^=ur] .sf-list--expandable i, #sfPageContainer [lang^=dv] .sf-list--expandable i, #sfPageContainer [lang^=ps] .sf-list--expandable i, #sfPageContainer [lang^=ha] .sf-list--expandable i, #sfPageContainer [lang^=ks] .sf-list--expandable i, #sfPageContainer [lang^=yi] .sf-list--expandable i, #sfPageContainer [lang^=uz-arab] .sf-list--expandable i, #sfPageContainer [lang^=tzm-arab] .sf-list--expandable i, .sf-input.-rich-text [lang^=ar] .sf-list--expandable i, .sf-input.-rich-text [lang^=he] .sf-list--expandable i, .sf-input.-rich-text [lang^=fa] .sf-list--expandable i, .sf-input.-rich-text [lang^=ku] .sf-list--expandable i, .sf-input.-rich-text [lang^=ur] .sf-list--expandable i, .sf-input.-rich-text [lang^=dv] .sf-list--expandable i, .sf-input.-rich-text [lang^=ps] .sf-list--expandable i, .sf-input.-rich-text [lang^=ha] .sf-list--expandable i, .sf-input.-rich-text [lang^=ks] .sf-list--expandable i, .sf-input.-rich-text [lang^=yi] .sf-list--expandable i, .sf-input.-rich-text [lang^=uz-arab] .sf-list--expandable i, .sf-input.-rich-text [lang^=tzm-arab] .sf-list--expandable i, body[contenteditable] [lang^=ar] .sf-list--expandable i, body[contenteditable] [lang^=he] .sf-list--expandable i, body[contenteditable] [lang^=fa] .sf-list--expandable i, body[contenteditable] [lang^=ku] .sf-list--expandable i, body[contenteditable] [lang^=ur] .sf-list--expandable i, body[contenteditable] [lang^=dv] .sf-list--expandable i, body[contenteditable] [lang^=ps] .sf-list--expandable i, body[contenteditable] [lang^=ha] .sf-list--expandable i, body[contenteditable] [lang^=ks] .sf-list--expandable i, body[contenteditable] [lang^=yi] .sf-list--expandable i, body[contenteditable] [lang^=uz-arab] .sf-list--expandable i, body[contenteditable] [lang^=tzm-arab] .sf-list--expandable i, body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb {
  margin-left: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, body.amwins-page:not(.sfPageEditor) .sf-Gallery h2, #sfPageContainer .sf-Gallery h2, .sf-input.-rich-text .sf-Gallery h2, body[contenteditable] .sf-Gallery h2 {
  margin-top: 0.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-event-type, #sfPageContainer .sf-event-type, .sf-input.-rich-text .sf-event-type, body[contenteditable] .sf-event-type, body.amwins-page:not(.sfPageEditor) .sf-FormNav-page, #sfPageContainer .sf-FormNav-page, .sf-input.-rich-text .sf-FormNav-page, body[contenteditable] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Review-count, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Review-count, #sfPageContainer [lang^=ar] .sf-Comment-count,
#sfPageContainer [lang^=ar] .sf-Review-count, #sfPageContainer [lang^=he] .sf-Comment-count,
#sfPageContainer [lang^=he] .sf-Review-count, #sfPageContainer [lang^=fa] .sf-Comment-count,
#sfPageContainer [lang^=fa] .sf-Review-count, #sfPageContainer [lang^=ku] .sf-Comment-count,
#sfPageContainer [lang^=ku] .sf-Review-count, #sfPageContainer [lang^=ur] .sf-Comment-count,
#sfPageContainer [lang^=ur] .sf-Review-count, #sfPageContainer [lang^=dv] .sf-Comment-count,
#sfPageContainer [lang^=dv] .sf-Review-count, #sfPageContainer [lang^=ps] .sf-Comment-count,
#sfPageContainer [lang^=ps] .sf-Review-count, #sfPageContainer [lang^=ha] .sf-Comment-count,
#sfPageContainer [lang^=ha] .sf-Review-count, #sfPageContainer [lang^=ks] .sf-Comment-count,
#sfPageContainer [lang^=ks] .sf-Review-count, #sfPageContainer [lang^=yi] .sf-Comment-count,
#sfPageContainer [lang^=yi] .sf-Review-count, #sfPageContainer [lang^=uz-arab] .sf-Comment-count,
#sfPageContainer [lang^=uz-arab] .sf-Review-count, #sfPageContainer [lang^=tzm-arab] .sf-Comment-count,
#sfPageContainer [lang^=tzm-arab] .sf-Review-count, .sf-input.-rich-text [lang^=ar] .sf-Comment-count,
.sf-input.-rich-text [lang^=ar] .sf-Review-count, .sf-input.-rich-text [lang^=he] .sf-Comment-count,
.sf-input.-rich-text [lang^=he] .sf-Review-count, .sf-input.-rich-text [lang^=fa] .sf-Comment-count,
.sf-input.-rich-text [lang^=fa] .sf-Review-count, .sf-input.-rich-text [lang^=ku] .sf-Comment-count,
.sf-input.-rich-text [lang^=ku] .sf-Review-count, .sf-input.-rich-text [lang^=ur] .sf-Comment-count,
.sf-input.-rich-text [lang^=ur] .sf-Review-count, .sf-input.-rich-text [lang^=dv] .sf-Comment-count,
.sf-input.-rich-text [lang^=dv] .sf-Review-count, .sf-input.-rich-text [lang^=ps] .sf-Comment-count,
.sf-input.-rich-text [lang^=ps] .sf-Review-count, .sf-input.-rich-text [lang^=ha] .sf-Comment-count,
.sf-input.-rich-text [lang^=ha] .sf-Review-count, .sf-input.-rich-text [lang^=ks] .sf-Comment-count,
.sf-input.-rich-text [lang^=ks] .sf-Review-count, .sf-input.-rich-text [lang^=yi] .sf-Comment-count,
.sf-input.-rich-text [lang^=yi] .sf-Review-count, .sf-input.-rich-text [lang^=uz-arab] .sf-Comment-count,
.sf-input.-rich-text [lang^=uz-arab] .sf-Review-count, .sf-input.-rich-text [lang^=tzm-arab] .sf-Comment-count,
.sf-input.-rich-text [lang^=tzm-arab] .sf-Review-count, body[contenteditable] [lang^=ar] .sf-Comment-count,
body[contenteditable] [lang^=ar] .sf-Review-count, body[contenteditable] [lang^=he] .sf-Comment-count,
body[contenteditable] [lang^=he] .sf-Review-count, body[contenteditable] [lang^=fa] .sf-Comment-count,
body[contenteditable] [lang^=fa] .sf-Review-count, body[contenteditable] [lang^=ku] .sf-Comment-count,
body[contenteditable] [lang^=ku] .sf-Review-count, body[contenteditable] [lang^=ur] .sf-Comment-count,
body[contenteditable] [lang^=ur] .sf-Review-count, body[contenteditable] [lang^=dv] .sf-Comment-count,
body[contenteditable] [lang^=dv] .sf-Review-count, body[contenteditable] [lang^=ps] .sf-Comment-count,
body[contenteditable] [lang^=ps] .sf-Review-count, body[contenteditable] [lang^=ha] .sf-Comment-count,
body[contenteditable] [lang^=ha] .sf-Review-count, body[contenteditable] [lang^=ks] .sf-Comment-count,
body[contenteditable] [lang^=ks] .sf-Review-count, body[contenteditable] [lang^=yi] .sf-Comment-count,
body[contenteditable] [lang^=yi] .sf-Review-count, body[contenteditable] [lang^=uz-arab] .sf-Comment-count,
body[contenteditable] [lang^=uz-arab] .sf-Review-count, body[contenteditable] [lang^=tzm-arab] .sf-Comment-count,
body[contenteditable] [lang^=tzm-arab] .sf-Review-count {
  margin-right: 0.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comment-count--block .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) .sf-Comment-count--block .sf-Review-count, #sfPageContainer .sf-Comment-count--block .sf-Comment-count,
#sfPageContainer .sf-Comment-count--block .sf-Review-count, .sf-input.-rich-text .sf-Comment-count--block .sf-Comment-count,
.sf-input.-rich-text .sf-Comment-count--block .sf-Review-count, body[contenteditable] .sf-Comment-count--block .sf-Comment-count,
body[contenteditable] .sf-Comment-count--block .sf-Review-count, body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb {
  margin-bottom: 0.5rem;
}

body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-FormNav-page, #sfPageContainer [lang^=ar] .sf-FormNav-page, #sfPageContainer [lang^=he] .sf-FormNav-page, #sfPageContainer [lang^=fa] .sf-FormNav-page, #sfPageContainer [lang^=ku] .sf-FormNav-page, #sfPageContainer [lang^=ur] .sf-FormNav-page, #sfPageContainer [lang^=dv] .sf-FormNav-page, #sfPageContainer [lang^=ps] .sf-FormNav-page, #sfPageContainer [lang^=ha] .sf-FormNav-page, #sfPageContainer [lang^=ks] .sf-FormNav-page, #sfPageContainer [lang^=yi] .sf-FormNav-page, #sfPageContainer [lang^=uz-arab] .sf-FormNav-page, #sfPageContainer [lang^=tzm-arab] .sf-FormNav-page, .sf-input.-rich-text [lang^=ar] .sf-FormNav-page, .sf-input.-rich-text [lang^=he] .sf-FormNav-page, .sf-input.-rich-text [lang^=fa] .sf-FormNav-page, .sf-input.-rich-text [lang^=ku] .sf-FormNav-page, .sf-input.-rich-text [lang^=ur] .sf-FormNav-page, .sf-input.-rich-text [lang^=dv] .sf-FormNav-page, .sf-input.-rich-text [lang^=ps] .sf-FormNav-page, .sf-input.-rich-text [lang^=ha] .sf-FormNav-page, .sf-input.-rich-text [lang^=ks] .sf-FormNav-page, .sf-input.-rich-text [lang^=yi] .sf-FormNav-page, .sf-input.-rich-text [lang^=uz-arab] .sf-FormNav-page, .sf-input.-rich-text [lang^=tzm-arab] .sf-FormNav-page, body[contenteditable] [lang^=ar] .sf-FormNav-page, body[contenteditable] [lang^=he] .sf-FormNav-page, body[contenteditable] [lang^=fa] .sf-FormNav-page, body[contenteditable] [lang^=ku] .sf-FormNav-page, body[contenteditable] [lang^=ur] .sf-FormNav-page, body[contenteditable] [lang^=dv] .sf-FormNav-page, body[contenteditable] [lang^=ps] .sf-FormNav-page, body[contenteditable] [lang^=ha] .sf-FormNav-page, body[contenteditable] [lang^=ks] .sf-FormNav-page, body[contenteditable] [lang^=yi] .sf-FormNav-page, body[contenteditable] [lang^=uz-arab] .sf-FormNav-page, body[contenteditable] [lang^=tzm-arab] .sf-FormNav-page, body.amwins-page:not(.sfPageEditor) .sf-Review-count, #sfPageContainer .sf-Review-count, .sf-input.-rich-text .sf-Review-count, body[contenteditable] .sf-Review-count, body.amwins-page:not(.sfPageEditor) .sf-Comment-count, #sfPageContainer .sf-Comment-count, .sf-input.-rich-text .sf-Comment-count, body[contenteditable] .sf-Comment-count, body.amwins-page:not(.sfPageEditor) .sf-document-list--table .sf-title, #sfPageContainer .sf-document-list--table .sf-title, .sf-input.-rich-text .sf-document-list--table .sf-title, body[contenteditable] .sf-document-list--table .sf-title {
  margin-left: 0.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comment-subscribe, #sfPageContainer .sf-Comment-subscribe, .sf-input.-rich-text .sf-Comment-subscribe, body[contenteditable] .sf-Comment-subscribe {
  margin-top: 1rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comments .sf-loading, #sfPageContainer .sf-Comments .sf-loading, .sf-input.-rich-text .sf-Comments .sf-loading, body[contenteditable] .sf-Comments .sf-loading {
  margin-bottom: 1rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Review-already, #sfPageContainer .sf-Review-already, .sf-input.-rich-text .sf-Review-already, body[contenteditable] .sf-Review-already, body.amwins-page:not(.sfPageEditor) .sf-Comments, #sfPageContainer .sf-Comments, .sf-input.-rich-text .sf-Comments, body[contenteditable] .sf-Comments, body.amwins-page:not(.sfPageEditor) .sf-Gallery-image, #sfPageContainer .sf-Gallery-image, .sf-input.-rich-text .sf-Gallery-image, body[contenteditable] .sf-Gallery-image {
  margin-top: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-FormNav li, #sfPageContainer .sf-FormNav li, .sf-input.-rich-text .sf-FormNav li, body[contenteditable] .sf-FormNav li, body.amwins-page:not(.sfPageEditor) .sf-Comments-header h3, #sfPageContainer .sf-Comments-header h3, .sf-input.-rich-text .sf-Comments-header h3, body[contenteditable] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ar] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=he] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=fa] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ku] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ur] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=dv] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ps] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ha] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ks] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=yi] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=uz-arab] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=tzm-arab] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ar] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=he] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=fa] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ku] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ur] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=dv] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ps] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ha] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ks] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=yi] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=uz-arab] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=tzm-arab] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ar] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=he] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=fa] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ku] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ur] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=dv] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ps] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ha] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ks] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=yi] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=uz-arab] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=tzm-arab] .sf-list--expandable .sf-list-content {
  margin-right: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comments-more, #sfPageContainer .sf-Comments-more, .sf-input.-rich-text .sf-Comments-more, body[contenteditable] .sf-Comments-more, body.amwins-page:not(.sfPageEditor) .sf-Comments-list, #sfPageContainer .sf-Comments-list, .sf-input.-rich-text .sf-Comments-list, body[contenteditable] .sf-Comments-list, body.amwins-page:not(.sfPageEditor) .sf-Comments-header, #sfPageContainer .sf-Comments-header, .sf-input.-rich-text .sf-Comments-header, body[contenteditable] .sf-Comments-header, body.amwins-page:not(.sfPageEditor) .sf-search-results, #sfPageContainer .sf-search-results, .sf-input.-rich-text .sf-search-results, body[contenteditable] .sf-search-results, body.amwins-page:not(.sfPageEditor) .sf-Gallery-navigation, #sfPageContainer .sf-Gallery-navigation, .sf-input.-rich-text .sf-Gallery-navigation, body[contenteditable] .sf-Gallery-navigation {
  margin-bottom: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Comments-header h3, #sfPageContainer [lang^=ar] .sf-Comments-header h3, #sfPageContainer [lang^=he] .sf-Comments-header h3, #sfPageContainer [lang^=fa] .sf-Comments-header h3, #sfPageContainer [lang^=ku] .sf-Comments-header h3, #sfPageContainer [lang^=ur] .sf-Comments-header h3, #sfPageContainer [lang^=dv] .sf-Comments-header h3, #sfPageContainer [lang^=ps] .sf-Comments-header h3, #sfPageContainer [lang^=ha] .sf-Comments-header h3, #sfPageContainer [lang^=ks] .sf-Comments-header h3, #sfPageContainer [lang^=yi] .sf-Comments-header h3, #sfPageContainer [lang^=uz-arab] .sf-Comments-header h3, #sfPageContainer [lang^=tzm-arab] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ar] .sf-Comments-header h3, .sf-input.-rich-text [lang^=he] .sf-Comments-header h3, .sf-input.-rich-text [lang^=fa] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ku] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ur] .sf-Comments-header h3, .sf-input.-rich-text [lang^=dv] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ps] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ha] .sf-Comments-header h3, .sf-input.-rich-text [lang^=ks] .sf-Comments-header h3, .sf-input.-rich-text [lang^=yi] .sf-Comments-header h3, .sf-input.-rich-text [lang^=uz-arab] .sf-Comments-header h3, .sf-input.-rich-text [lang^=tzm-arab] .sf-Comments-header h3, body[contenteditable] [lang^=ar] .sf-Comments-header h3, body[contenteditable] [lang^=he] .sf-Comments-header h3, body[contenteditable] [lang^=fa] .sf-Comments-header h3, body[contenteditable] [lang^=ku] .sf-Comments-header h3, body[contenteditable] [lang^=ur] .sf-Comments-header h3, body[contenteditable] [lang^=dv] .sf-Comments-header h3, body[contenteditable] [lang^=ps] .sf-Comments-header h3, body[contenteditable] [lang^=ha] .sf-Comments-header h3, body[contenteditable] [lang^=ks] .sf-Comments-header h3, body[contenteditable] [lang^=yi] .sf-Comments-header h3, body[contenteditable] [lang^=uz-arab] .sf-Comments-header h3, body[contenteditable] [lang^=tzm-arab] .sf-Comments-header h3, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ar] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=he] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=fa] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ku] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ur] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=dv] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ps] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ha] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=ks] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=yi] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=uz-arab] .sf-list--expandable .sf-list-content, #sfPageContainer [lang^=tzm-arab] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ar] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=he] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=fa] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ku] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ur] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=dv] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ps] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ha] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=ks] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=yi] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=uz-arab] .sf-list--expandable .sf-list-content, .sf-input.-rich-text [lang^=tzm-arab] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ar] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=he] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=fa] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ku] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ur] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=dv] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ps] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ha] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=ks] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=yi] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=uz-arab] .sf-list--expandable .sf-list-content, body[contenteditable] [lang^=tzm-arab] .sf-list--expandable .sf-list-content, body.amwins-page:not(.sfPageEditor) .sf-list--expandable .sf-list-content, #sfPageContainer .sf-list--expandable .sf-list-content, .sf-input.-rich-text .sf-list--expandable .sf-list-content, body[contenteditable] .sf-list--expandable .sf-list-content {
  margin-left: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comment-subscribe, #sfPageContainer .sf-Comment-subscribe, .sf-input.-rich-text .sf-Comment-subscribe, body[contenteditable] .sf-Comment-subscribe {
  margin-left: 3rem;
}

body.amwins-page:not(.sfPageEditor) .k-scheduler-agendaview .sf-event-item, #sfPageContainer .k-scheduler-agendaview .sf-event-item, .sf-input.-rich-text .k-scheduler-agendaview .sf-event-item, body[contenteditable] .k-scheduler-agendaview .sf-event-item, body.amwins-page:not(.sfPageEditor) .sf-FormNav, #sfPageContainer .sf-FormNav, .sf-input.-rich-text .sf-FormNav, body[contenteditable] .sf-FormNav, body.amwins-page:not(.sfPageEditor) ul.sf-autocomplete, #sfPageContainer ul.sf-autocomplete, .sf-input.-rich-text ul.sf-autocomplete, body[contenteditable] ul.sf-autocomplete, pre {
  padding: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev {
  padding-top: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-lang-selector.list-inline .list-inline-item, #sfPageContainer .sf-lang-selector.list-inline .list-inline-item, .sf-input.-rich-text .sf-lang-selector.list-inline .list-inline-item, body[contenteditable] .sf-lang-selector.list-inline .list-inline-item, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ar] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=he] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=fa] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ku] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ur] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=dv] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ps] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ha] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ks] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=yi] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=uz-arab] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=tzm-arab] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ar] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=he] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=fa] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ku] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ur] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=dv] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ps] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ha] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ks] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=yi] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=uz-arab] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=tzm-arab] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ar] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=he] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=fa] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ku] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ur] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=dv] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ps] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ha] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ks] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=yi] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=uz-arab] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=tzm-arab] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-search-input-wrapper, #sfPageContainer [lang^=ar] .sf-search-input-wrapper, #sfPageContainer [lang^=he] .sf-search-input-wrapper, #sfPageContainer [lang^=fa] .sf-search-input-wrapper, #sfPageContainer [lang^=ku] .sf-search-input-wrapper, #sfPageContainer [lang^=ur] .sf-search-input-wrapper, #sfPageContainer [lang^=dv] .sf-search-input-wrapper, #sfPageContainer [lang^=ps] .sf-search-input-wrapper, #sfPageContainer [lang^=ha] .sf-search-input-wrapper, #sfPageContainer [lang^=ks] .sf-search-input-wrapper, #sfPageContainer [lang^=yi] .sf-search-input-wrapper, #sfPageContainer [lang^=uz-arab] .sf-search-input-wrapper, #sfPageContainer [lang^=tzm-arab] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ar] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=he] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=fa] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ku] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ur] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=dv] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ps] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ha] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ks] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=yi] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=uz-arab] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=tzm-arab] .sf-search-input-wrapper, body[contenteditable] [lang^=ar] .sf-search-input-wrapper, body[contenteditable] [lang^=he] .sf-search-input-wrapper, body[contenteditable] [lang^=fa] .sf-search-input-wrapper, body[contenteditable] [lang^=ku] .sf-search-input-wrapper, body[contenteditable] [lang^=ur] .sf-search-input-wrapper, body[contenteditable] [lang^=dv] .sf-search-input-wrapper, body[contenteditable] [lang^=ps] .sf-search-input-wrapper, body[contenteditable] [lang^=ha] .sf-search-input-wrapper, body[contenteditable] [lang^=ks] .sf-search-input-wrapper, body[contenteditable] [lang^=yi] .sf-search-input-wrapper, body[contenteditable] [lang^=uz-arab] .sf-search-input-wrapper, body[contenteditable] [lang^=tzm-arab] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ar] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=he] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=fa] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ku] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ur] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=dv] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ps] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ha] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ks] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=yi] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .media-left, #sfPageContainer [lang^=ar] .media-left, #sfPageContainer [lang^=he] .media-left, #sfPageContainer [lang^=fa] .media-left, #sfPageContainer [lang^=ku] .media-left, #sfPageContainer [lang^=ur] .media-left, #sfPageContainer [lang^=dv] .media-left, #sfPageContainer [lang^=ps] .media-left, #sfPageContainer [lang^=ha] .media-left, #sfPageContainer [lang^=ks] .media-left, #sfPageContainer [lang^=yi] .media-left, #sfPageContainer [lang^=uz-arab] .media-left, #sfPageContainer [lang^=tzm-arab] .media-left, .sf-input.-rich-text [lang^=ar] .media-left, .sf-input.-rich-text [lang^=he] .media-left, .sf-input.-rich-text [lang^=fa] .media-left, .sf-input.-rich-text [lang^=ku] .media-left, .sf-input.-rich-text [lang^=ur] .media-left, .sf-input.-rich-text [lang^=dv] .media-left, .sf-input.-rich-text [lang^=ps] .media-left, .sf-input.-rich-text [lang^=ha] .media-left, .sf-input.-rich-text [lang^=ks] .media-left, .sf-input.-rich-text [lang^=yi] .media-left, .sf-input.-rich-text [lang^=uz-arab] .media-left, .sf-input.-rich-text [lang^=tzm-arab] .media-left, body[contenteditable] [lang^=ar] .media-left, body[contenteditable] [lang^=he] .media-left, body[contenteditable] [lang^=fa] .media-left, body[contenteditable] [lang^=ku] .media-left, body[contenteditable] [lang^=ur] .media-left, body[contenteditable] [lang^=dv] .media-left, body[contenteditable] [lang^=ps] .media-left, body[contenteditable] [lang^=ha] .media-left, body[contenteditable] [lang^=ks] .media-left, body[contenteditable] [lang^=yi] .media-left, body[contenteditable] [lang^=uz-arab] .media-left, body[contenteditable] [lang^=tzm-arab] .media-left, [lang^=ar] .list-unstyled,
[lang^=ar] .list-inline, [lang^=he] .list-unstyled,
[lang^=he] .list-inline, [lang^=fa] .list-unstyled,
[lang^=fa] .list-inline, [lang^=ku] .list-unstyled,
[lang^=ku] .list-inline, [lang^=ur] .list-unstyled,
[lang^=ur] .list-inline, [lang^=dv] .list-unstyled,
[lang^=dv] .list-inline, [lang^=ps] .list-unstyled,
[lang^=ps] .list-inline, [lang^=ha] .list-unstyled,
[lang^=ha] .list-inline, [lang^=ks] .list-unstyled,
[lang^=ks] .list-inline, [lang^=yi] .list-unstyled,
[lang^=yi] .list-inline, [lang^=uz-arab] .list-unstyled,
[lang^=uz-arab] .list-inline, [lang^=tzm-arab] .list-unstyled,
[lang^=tzm-arab] .list-inline {
  padding-right: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev {
  padding-bottom: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-Progress-page-title, #sfPageContainer .sf-Progress-page-title, .sf-input.-rich-text .sf-Progress-page-title, body[contenteditable] .sf-Progress-page-title, body.amwins-page:not(.sfPageEditor) [lang^=ar] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=he] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=fa] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ku] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ur] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=dv] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ps] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ha] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ks] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=yi] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .radio input[type=radio], #sfPageContainer [lang^=ar] .radio input[type=radio], #sfPageContainer [lang^=he] .radio input[type=radio], #sfPageContainer [lang^=fa] .radio input[type=radio], #sfPageContainer [lang^=ku] .radio input[type=radio], #sfPageContainer [lang^=ur] .radio input[type=radio], #sfPageContainer [lang^=dv] .radio input[type=radio], #sfPageContainer [lang^=ps] .radio input[type=radio], #sfPageContainer [lang^=ha] .radio input[type=radio], #sfPageContainer [lang^=ks] .radio input[type=radio], #sfPageContainer [lang^=yi] .radio input[type=radio], #sfPageContainer [lang^=uz-arab] .radio input[type=radio], #sfPageContainer [lang^=tzm-arab] .radio input[type=radio], .sf-input.-rich-text [lang^=ar] .radio input[type=radio], .sf-input.-rich-text [lang^=he] .radio input[type=radio], .sf-input.-rich-text [lang^=fa] .radio input[type=radio], .sf-input.-rich-text [lang^=ku] .radio input[type=radio], .sf-input.-rich-text [lang^=ur] .radio input[type=radio], .sf-input.-rich-text [lang^=dv] .radio input[type=radio], .sf-input.-rich-text [lang^=ps] .radio input[type=radio], .sf-input.-rich-text [lang^=ha] .radio input[type=radio], .sf-input.-rich-text [lang^=ks] .radio input[type=radio], .sf-input.-rich-text [lang^=yi] .radio input[type=radio], .sf-input.-rich-text [lang^=uz-arab] .radio input[type=radio], .sf-input.-rich-text [lang^=tzm-arab] .radio input[type=radio], body[contenteditable] [lang^=ar] .radio input[type=radio], body[contenteditable] [lang^=he] .radio input[type=radio], body[contenteditable] [lang^=fa] .radio input[type=radio], body[contenteditable] [lang^=ku] .radio input[type=radio], body[contenteditable] [lang^=ur] .radio input[type=radio], body[contenteditable] [lang^=dv] .radio input[type=radio], body[contenteditable] [lang^=ps] .radio input[type=radio], body[contenteditable] [lang^=ha] .radio input[type=radio], body[contenteditable] [lang^=ks] .radio input[type=radio], body[contenteditable] [lang^=yi] .radio input[type=radio], body[contenteditable] [lang^=uz-arab] .radio input[type=radio], body[contenteditable] [lang^=tzm-arab] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ar] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=he] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=fa] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ku] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ur] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=dv] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ps] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ha] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ks] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=yi] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .checkbox input[type=checkbox], #sfPageContainer [lang^=ar] .checkbox input[type=checkbox], #sfPageContainer [lang^=he] .checkbox input[type=checkbox], #sfPageContainer [lang^=fa] .checkbox input[type=checkbox], #sfPageContainer [lang^=ku] .checkbox input[type=checkbox], #sfPageContainer [lang^=ur] .checkbox input[type=checkbox], #sfPageContainer [lang^=dv] .checkbox input[type=checkbox], #sfPageContainer [lang^=ps] .checkbox input[type=checkbox], #sfPageContainer [lang^=ha] .checkbox input[type=checkbox], #sfPageContainer [lang^=ks] .checkbox input[type=checkbox], #sfPageContainer [lang^=yi] .checkbox input[type=checkbox], #sfPageContainer [lang^=uz-arab] .checkbox input[type=checkbox], #sfPageContainer [lang^=tzm-arab] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ar] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=he] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=fa] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ku] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ur] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=dv] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ps] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ha] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ks] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=yi] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=uz-arab] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=tzm-arab] .checkbox input[type=checkbox], body[contenteditable] [lang^=ar] .checkbox input[type=checkbox], body[contenteditable] [lang^=he] .checkbox input[type=checkbox], body[contenteditable] [lang^=fa] .checkbox input[type=checkbox], body[contenteditable] [lang^=ku] .checkbox input[type=checkbox], body[contenteditable] [lang^=ur] .checkbox input[type=checkbox], body[contenteditable] [lang^=dv] .checkbox input[type=checkbox], body[contenteditable] [lang^=ps] .checkbox input[type=checkbox], body[contenteditable] [lang^=ha] .checkbox input[type=checkbox], body[contenteditable] [lang^=ks] .checkbox input[type=checkbox], body[contenteditable] [lang^=yi] .checkbox input[type=checkbox], body[contenteditable] [lang^=uz-arab] .checkbox input[type=checkbox], body[contenteditable] [lang^=tzm-arab] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ar] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ar] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=he] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=he] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=fa] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=fa] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ku] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ku] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ur] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ur] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=dv] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=dv] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ps] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ps] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ha] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ha] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ks] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ks] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=yi] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=yi] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .radio label, #sfPageContainer [lang^=ar] .checkbox label, #sfPageContainer [lang^=ar] .radio label, #sfPageContainer [lang^=he] .checkbox label, #sfPageContainer [lang^=he] .radio label, #sfPageContainer [lang^=fa] .checkbox label, #sfPageContainer [lang^=fa] .radio label, #sfPageContainer [lang^=ku] .checkbox label, #sfPageContainer [lang^=ku] .radio label, #sfPageContainer [lang^=ur] .checkbox label, #sfPageContainer [lang^=ur] .radio label, #sfPageContainer [lang^=dv] .checkbox label, #sfPageContainer [lang^=dv] .radio label, #sfPageContainer [lang^=ps] .checkbox label, #sfPageContainer [lang^=ps] .radio label, #sfPageContainer [lang^=ha] .checkbox label, #sfPageContainer [lang^=ha] .radio label, #sfPageContainer [lang^=ks] .checkbox label, #sfPageContainer [lang^=ks] .radio label, #sfPageContainer [lang^=yi] .checkbox label, #sfPageContainer [lang^=yi] .radio label, #sfPageContainer [lang^=uz-arab] .checkbox label, #sfPageContainer [lang^=uz-arab] .radio label, #sfPageContainer [lang^=tzm-arab] .checkbox label, #sfPageContainer [lang^=tzm-arab] .radio label, .sf-input.-rich-text [lang^=ar] .checkbox label, .sf-input.-rich-text [lang^=ar] .radio label, .sf-input.-rich-text [lang^=he] .checkbox label, .sf-input.-rich-text [lang^=he] .radio label, .sf-input.-rich-text [lang^=fa] .checkbox label, .sf-input.-rich-text [lang^=fa] .radio label, .sf-input.-rich-text [lang^=ku] .checkbox label, .sf-input.-rich-text [lang^=ku] .radio label, .sf-input.-rich-text [lang^=ur] .checkbox label, .sf-input.-rich-text [lang^=ur] .radio label, .sf-input.-rich-text [lang^=dv] .checkbox label, .sf-input.-rich-text [lang^=dv] .radio label, .sf-input.-rich-text [lang^=ps] .checkbox label, .sf-input.-rich-text [lang^=ps] .radio label, .sf-input.-rich-text [lang^=ha] .checkbox label, .sf-input.-rich-text [lang^=ha] .radio label, .sf-input.-rich-text [lang^=ks] .checkbox label, .sf-input.-rich-text [lang^=ks] .radio label, .sf-input.-rich-text [lang^=yi] .checkbox label, .sf-input.-rich-text [lang^=yi] .radio label, .sf-input.-rich-text [lang^=uz-arab] .checkbox label, .sf-input.-rich-text [lang^=uz-arab] .radio label, .sf-input.-rich-text [lang^=tzm-arab] .checkbox label, .sf-input.-rich-text [lang^=tzm-arab] .radio label, body[contenteditable] [lang^=ar] .checkbox label, body[contenteditable] [lang^=ar] .radio label, body[contenteditable] [lang^=he] .checkbox label, body[contenteditable] [lang^=he] .radio label, body[contenteditable] [lang^=fa] .checkbox label, body[contenteditable] [lang^=fa] .radio label, body[contenteditable] [lang^=ku] .checkbox label, body[contenteditable] [lang^=ku] .radio label, body[contenteditable] [lang^=ur] .checkbox label, body[contenteditable] [lang^=ur] .radio label, body[contenteditable] [lang^=dv] .checkbox label, body[contenteditable] [lang^=dv] .radio label, body[contenteditable] [lang^=ps] .checkbox label, body[contenteditable] [lang^=ps] .radio label, body[contenteditable] [lang^=ha] .checkbox label, body[contenteditable] [lang^=ha] .radio label, body[contenteditable] [lang^=ks] .checkbox label, body[contenteditable] [lang^=ks] .radio label, body[contenteditable] [lang^=yi] .checkbox label, body[contenteditable] [lang^=yi] .radio label, body[contenteditable] [lang^=uz-arab] .checkbox label, body[contenteditable] [lang^=uz-arab] .radio label, body[contenteditable] [lang^=tzm-arab] .checkbox label, body[contenteditable] [lang^=tzm-arab] .radio label {
  padding-left: 0;
}

body.amwins-page:not(.sfPageEditor) .sf-site-selector a,
body.amwins-page:not(.sfPageEditor) .sf-site-selector span,
body.amwins-page:not(.sfPageEditor) .sf-site-selector strong, #sfPageContainer .sf-site-selector a,
#sfPageContainer .sf-site-selector span,
#sfPageContainer .sf-site-selector strong, .sf-input.-rich-text .sf-site-selector a,
.sf-input.-rich-text .sf-site-selector span,
.sf-input.-rich-text .sf-site-selector strong, body[contenteditable] .sf-site-selector a,
body[contenteditable] .sf-site-selector span,
body[contenteditable] .sf-site-selector strong, body.amwins-page:not(.sfPageEditor) .sf-lang-selector a, #sfPageContainer .sf-lang-selector a, .sf-input.-rich-text .sf-lang-selector a, body[contenteditable] .sf-lang-selector a {
  padding-top: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Comments-list .sf-Comments-list-author, #sfPageContainer .sf-Comments-list .sf-Comments-list-author, .sf-input.-rich-text .sf-Comments-list .sf-Comments-list-author, body[contenteditable] .sf-Comments-list .sf-Comments-list-author {
  padding-right: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-site-selector a,
body.amwins-page:not(.sfPageEditor) .sf-site-selector span,
body.amwins-page:not(.sfPageEditor) .sf-site-selector strong, #sfPageContainer .sf-site-selector a,
#sfPageContainer .sf-site-selector span,
#sfPageContainer .sf-site-selector strong, .sf-input.-rich-text .sf-site-selector a,
.sf-input.-rich-text .sf-site-selector span,
.sf-input.-rich-text .sf-site-selector strong, body[contenteditable] .sf-site-selector a,
body[contenteditable] .sf-site-selector span,
body[contenteditable] .sf-site-selector strong, body.amwins-page:not(.sfPageEditor) .sf-lang-selector a, #sfPageContainer .sf-lang-selector a, .sf-input.-rich-text .sf-lang-selector a, body[contenteditable] .sf-lang-selector a {
  padding-bottom: 0.25rem;
}

body.amwins-page:not(.sfPageEditor) .sf-site-selector a,
body.amwins-page:not(.sfPageEditor) .sf-site-selector span,
body.amwins-page:not(.sfPageEditor) .sf-site-selector strong, #sfPageContainer .sf-site-selector a,
#sfPageContainer .sf-site-selector span,
#sfPageContainer .sf-site-selector strong, .sf-input.-rich-text .sf-site-selector a,
.sf-input.-rich-text .sf-site-selector span,
.sf-input.-rich-text .sf-site-selector strong, body[contenteditable] .sf-site-selector a,
body[contenteditable] .sf-site-selector span,
body[contenteditable] .sf-site-selector strong, body.amwins-page:not(.sfPageEditor) .sf-lang-selector a, #sfPageContainer .sf-lang-selector a, .sf-input.-rich-text .sf-lang-selector a, body[contenteditable] .sf-lang-selector a, body.amwins-page:not(.sfPageEditor) .sf-search-input-wrapper, #sfPageContainer .sf-search-input-wrapper, .sf-input.-rich-text .sf-search-input-wrapper, body[contenteditable] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) .sf-media .media-left, #sfPageContainer .sf-media .media-left, .sf-input.-rich-text .sf-media .media-left, body[contenteditable] .sf-media .media-left {
  padding-right: 0.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-site-selector a,
body.amwins-page:not(.sfPageEditor) .sf-site-selector span,
body.amwins-page:not(.sfPageEditor) .sf-site-selector strong, #sfPageContainer .sf-site-selector a,
#sfPageContainer .sf-site-selector span,
#sfPageContainer .sf-site-selector strong, .sf-input.-rich-text .sf-site-selector a,
.sf-input.-rich-text .sf-site-selector span,
.sf-input.-rich-text .sf-site-selector strong, body[contenteditable] .sf-site-selector a,
body[contenteditable] .sf-site-selector span,
body[contenteditable] .sf-site-selector strong, body.amwins-page:not(.sfPageEditor) .sf-lang-selector a, #sfPageContainer .sf-lang-selector a, .sf-input.-rich-text .sf-lang-selector a, body[contenteditable] .sf-lang-selector a, body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-search-input-wrapper, #sfPageContainer [lang^=ar] .sf-search-input-wrapper, #sfPageContainer [lang^=he] .sf-search-input-wrapper, #sfPageContainer [lang^=fa] .sf-search-input-wrapper, #sfPageContainer [lang^=ku] .sf-search-input-wrapper, #sfPageContainer [lang^=ur] .sf-search-input-wrapper, #sfPageContainer [lang^=dv] .sf-search-input-wrapper, #sfPageContainer [lang^=ps] .sf-search-input-wrapper, #sfPageContainer [lang^=ha] .sf-search-input-wrapper, #sfPageContainer [lang^=ks] .sf-search-input-wrapper, #sfPageContainer [lang^=yi] .sf-search-input-wrapper, #sfPageContainer [lang^=uz-arab] .sf-search-input-wrapper, #sfPageContainer [lang^=tzm-arab] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ar] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=he] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=fa] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ku] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ur] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=dv] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ps] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ha] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=ks] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=yi] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=uz-arab] .sf-search-input-wrapper, .sf-input.-rich-text [lang^=tzm-arab] .sf-search-input-wrapper, body[contenteditable] [lang^=ar] .sf-search-input-wrapper, body[contenteditable] [lang^=he] .sf-search-input-wrapper, body[contenteditable] [lang^=fa] .sf-search-input-wrapper, body[contenteditable] [lang^=ku] .sf-search-input-wrapper, body[contenteditable] [lang^=ur] .sf-search-input-wrapper, body[contenteditable] [lang^=dv] .sf-search-input-wrapper, body[contenteditable] [lang^=ps] .sf-search-input-wrapper, body[contenteditable] [lang^=ha] .sf-search-input-wrapper, body[contenteditable] [lang^=ks] .sf-search-input-wrapper, body[contenteditable] [lang^=yi] .sf-search-input-wrapper, body[contenteditable] [lang^=uz-arab] .sf-search-input-wrapper, body[contenteditable] [lang^=tzm-arab] .sf-search-input-wrapper, body.amwins-page:not(.sfPageEditor) [lang^=ar] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=he] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=fa] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ku] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ur] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=dv] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ps] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ha] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=ks] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=yi] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .media-left, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .media-left, #sfPageContainer [lang^=ar] .media-left, #sfPageContainer [lang^=he] .media-left, #sfPageContainer [lang^=fa] .media-left, #sfPageContainer [lang^=ku] .media-left, #sfPageContainer [lang^=ur] .media-left, #sfPageContainer [lang^=dv] .media-left, #sfPageContainer [lang^=ps] .media-left, #sfPageContainer [lang^=ha] .media-left, #sfPageContainer [lang^=ks] .media-left, #sfPageContainer [lang^=yi] .media-left, #sfPageContainer [lang^=uz-arab] .media-left, #sfPageContainer [lang^=tzm-arab] .media-left, .sf-input.-rich-text [lang^=ar] .media-left, .sf-input.-rich-text [lang^=he] .media-left, .sf-input.-rich-text [lang^=fa] .media-left, .sf-input.-rich-text [lang^=ku] .media-left, .sf-input.-rich-text [lang^=ur] .media-left, .sf-input.-rich-text [lang^=dv] .media-left, .sf-input.-rich-text [lang^=ps] .media-left, .sf-input.-rich-text [lang^=ha] .media-left, .sf-input.-rich-text [lang^=ks] .media-left, .sf-input.-rich-text [lang^=yi] .media-left, .sf-input.-rich-text [lang^=uz-arab] .media-left, .sf-input.-rich-text [lang^=tzm-arab] .media-left, body[contenteditable] [lang^=ar] .media-left, body[contenteditable] [lang^=he] .media-left, body[contenteditable] [lang^=fa] .media-left, body[contenteditable] [lang^=ku] .media-left, body[contenteditable] [lang^=ur] .media-left, body[contenteditable] [lang^=dv] .media-left, body[contenteditable] [lang^=ps] .media-left, body[contenteditable] [lang^=ha] .media-left, body[contenteditable] [lang^=ks] .media-left, body[contenteditable] [lang^=yi] .media-left, body[contenteditable] [lang^=uz-arab] .media-left, body[contenteditable] [lang^=tzm-arab] .media-left {
  padding-left: 0.5rem;
}

body.amwins-page:not(.sfPageEditor) body[contenteditable=true], #sfPageContainer body[contenteditable=true], .sf-input.-rich-text body[contenteditable=true], body[contenteditable] body[contenteditable=true] {
  padding: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) [lang^=ar] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ar] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=he] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=he] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=fa] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=fa] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ku] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ku] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ur] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ur] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=dv] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=dv] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ps] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ps] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ha] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ha] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=ks] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=ks] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=yi] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=yi] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .radio label, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .checkbox label, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .radio label, #sfPageContainer [lang^=ar] .checkbox label, #sfPageContainer [lang^=ar] .radio label, #sfPageContainer [lang^=he] .checkbox label, #sfPageContainer [lang^=he] .radio label, #sfPageContainer [lang^=fa] .checkbox label, #sfPageContainer [lang^=fa] .radio label, #sfPageContainer [lang^=ku] .checkbox label, #sfPageContainer [lang^=ku] .radio label, #sfPageContainer [lang^=ur] .checkbox label, #sfPageContainer [lang^=ur] .radio label, #sfPageContainer [lang^=dv] .checkbox label, #sfPageContainer [lang^=dv] .radio label, #sfPageContainer [lang^=ps] .checkbox label, #sfPageContainer [lang^=ps] .radio label, #sfPageContainer [lang^=ha] .checkbox label, #sfPageContainer [lang^=ha] .radio label, #sfPageContainer [lang^=ks] .checkbox label, #sfPageContainer [lang^=ks] .radio label, #sfPageContainer [lang^=yi] .checkbox label, #sfPageContainer [lang^=yi] .radio label, #sfPageContainer [lang^=uz-arab] .checkbox label, #sfPageContainer [lang^=uz-arab] .radio label, #sfPageContainer [lang^=tzm-arab] .checkbox label, #sfPageContainer [lang^=tzm-arab] .radio label, .sf-input.-rich-text [lang^=ar] .checkbox label, .sf-input.-rich-text [lang^=ar] .radio label, .sf-input.-rich-text [lang^=he] .checkbox label, .sf-input.-rich-text [lang^=he] .radio label, .sf-input.-rich-text [lang^=fa] .checkbox label, .sf-input.-rich-text [lang^=fa] .radio label, .sf-input.-rich-text [lang^=ku] .checkbox label, .sf-input.-rich-text [lang^=ku] .radio label, .sf-input.-rich-text [lang^=ur] .checkbox label, .sf-input.-rich-text [lang^=ur] .radio label, .sf-input.-rich-text [lang^=dv] .checkbox label, .sf-input.-rich-text [lang^=dv] .radio label, .sf-input.-rich-text [lang^=ps] .checkbox label, .sf-input.-rich-text [lang^=ps] .radio label, .sf-input.-rich-text [lang^=ha] .checkbox label, .sf-input.-rich-text [lang^=ha] .radio label, .sf-input.-rich-text [lang^=ks] .checkbox label, .sf-input.-rich-text [lang^=ks] .radio label, .sf-input.-rich-text [lang^=yi] .checkbox label, .sf-input.-rich-text [lang^=yi] .radio label, .sf-input.-rich-text [lang^=uz-arab] .checkbox label, .sf-input.-rich-text [lang^=uz-arab] .radio label, .sf-input.-rich-text [lang^=tzm-arab] .checkbox label, .sf-input.-rich-text [lang^=tzm-arab] .radio label, body[contenteditable] [lang^=ar] .checkbox label, body[contenteditable] [lang^=ar] .radio label, body[contenteditable] [lang^=he] .checkbox label, body[contenteditable] [lang^=he] .radio label, body[contenteditable] [lang^=fa] .checkbox label, body[contenteditable] [lang^=fa] .radio label, body[contenteditable] [lang^=ku] .checkbox label, body[contenteditable] [lang^=ku] .radio label, body[contenteditable] [lang^=ur] .checkbox label, body[contenteditable] [lang^=ur] .radio label, body[contenteditable] [lang^=dv] .checkbox label, body[contenteditable] [lang^=dv] .radio label, body[contenteditable] [lang^=ps] .checkbox label, body[contenteditable] [lang^=ps] .radio label, body[contenteditable] [lang^=ha] .checkbox label, body[contenteditable] [lang^=ha] .radio label, body[contenteditable] [lang^=ks] .checkbox label, body[contenteditable] [lang^=ks] .radio label, body[contenteditable] [lang^=yi] .checkbox label, body[contenteditable] [lang^=yi] .radio label, body[contenteditable] [lang^=uz-arab] .checkbox label, body[contenteditable] [lang^=uz-arab] .radio label, body[contenteditable] [lang^=tzm-arab] .checkbox label, body[contenteditable] [lang^=tzm-arab] .radio label, body.amwins-page:not(.sfPageEditor) .sf-profile .sf-profile-aside, #sfPageContainer .sf-profile .sf-profile-aside, .sf-input.-rich-text .sf-profile .sf-profile-aside, body[contenteditable] .sf-profile .sf-profile-aside {
  padding-right: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-profile .sf-profile-aside, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ar] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=he] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=fa] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ku] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ur] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=dv] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ps] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ha] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=ks] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=yi] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=uz-arab] .sf-profile .sf-profile-aside, #sfPageContainer [lang^=tzm-arab] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ar] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=he] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=fa] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ku] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ur] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=dv] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ps] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ha] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=ks] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=yi] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=uz-arab] .sf-profile .sf-profile-aside, .sf-input.-rich-text [lang^=tzm-arab] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ar] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=he] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=fa] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ku] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ur] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=dv] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ps] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ha] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=ks] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=yi] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=uz-arab] .sf-profile .sf-profile-aside, body[contenteditable] [lang^=tzm-arab] .sf-profile .sf-profile-aside {
  padding-left: 1.5rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev {
  padding-right: 3rem;
}

body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev {
  padding-left: 3rem;
}

@font-face {
  font-family: "SoehneBuch";
  src: url("../fonts/soehne-web-buch.woff2") format("woff2"), url("../fonts/soehne-web-buch.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SoehneDreiviertelfett";
  src: url("../fonts/soehne-web-dreiviertelfett.woff2") format("woff2"), url("../fonts/soehne-web-dreiviertelfett.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SoehneHalbfett";
  src: url("../fonts/soehne-web-halbfett.woff2") format("woff2"), url("../fonts/soehne-web-halbfett.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SoehneKraftig";
  src: url("../fonts/soehne-web-kraftig.woff2") format("woff2"), url("../fonts/soehne-web-kraftig.woff") format("woff");
  font-display: swap;
}
body.amwins-page:not(.sfPageEditor), #sfPageContainer, .sf-input.-rich-text, body[contenteditable] {
  color: rgb(0, 43, 73);
  font-family: SoehneBuch;
  font-size: 16px;
  /*rules applied under body.amwins-page:not(.sfPageEditor), #sfPageContainer {
      from sitefinity.scss*/
  /*
  span, li, strong, i {
      font-family: SoehneBuch;
      font-size: 16px;
  }*/
  /*    
  a.nav-link {
      font-family: SoehneKraftig;
  }*/
  /*.border-box-row-not-first {
      border-top: none;
  }*/
  /*
  a.tab-nav-link.dropdown-item.active {
      display: none;
  }
  */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover 
    .blue-scroll::-webkit-scrollbar-thumb:hover {
      background: #555;
    }*/
  /*do not use negative margin  in page edit mode*/
  /*
  .navbar {
      padding-top: 43px;
      padding-bottom: 38px;
  }
  .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
      color: $amw-blue;
      font-size: 17px;    
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-item.show .nav-link {
      color: $amw-lightblue;
  }
  .navbar-light .navbar-toggler {
      border: none;

  }

  .navbar-light .navbar-toggler-icon {
      background-image: url(//placehold.it/30X30?text=mnav);
  }
  .navbar .dropdown-toggle::after {
      content: none;

  }
  .navbar .dropdown-menu {
      padding: 20px 0;
      margin-top: 0;
      border: 0;
      //box-shadow: 0 0 8px 0 $amw-lightblue;
      box-shadow: 0px 20px 40px 1px rgba($amw-mediumblue, .3);
      border-radius: 0;
      .dropdown-item:active, .dropdown-item:hover {
          background-color: $amw-lightblue3;
      }    
  }
  .navbar .dropdown-submenu .dropdown-menu {
      border: 0;
      //box-shadow: 0 0 8px 0 $amw-lightblue;
      box-shadow: 0px 20px 40px 1px rgba($amw-mediumblue, .3);
      border-radius: 0;
      background-color: $amw-lightblue3;
      .dropdown-item:active, .dropdown-item:hover {
          background-color: #fff;
      }
  }
  .navbar .dropdown-menu a {
      color: $amw-blue;
  }

  .navbar .search-toggle {
      width: 30px;
      height: 30px;
      opacity: 0.21;
      border-radius: 38.5px;
      background-color: $amw-lightblue2;
      color: $amw-lightblue;
      position: relative;
      margin-left: 20px;

      img {
          position: absolute;
          top: 7px;
          left:7px;
      }
    }
  .navbar ul.dropdown-menu.show {
      margin-top: 0;
  }
  */
  /*
  .sitenav-brand {
      margin: 15px 0;
      @media (min-width: $screen-xs-min) {
          margin: 40px 0;
      }
      @media (min-width: $screen-xl-min) {
          margin: 45px 0;
      }
  }*/
  /* Needed by jQueryUI Autocomplete widget for search box to improve autocomplete suggestions accessibility */
  /*.page-header-content {
      max-width: 400px;
  }*/
  /*.page-header-short .page-header-img {
      height: 450px;
  }
  .page-header-tall .page-header-img {
      max-height: 600px;
  }*/
}
@media (max-width: 575.98px) {
  body.amwins-page:not(.sfPageEditor), #sfPageContainer, .sf-input.-rich-text, body[contenteditable] {
    text-align: center;
  }
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt, #sfPageContainer .sf-icon-txt, .sf-input.-rich-text .sf-icon-txt, body[contenteditable] .sf-icon-txt {
  display: inline-block;
  position: relative;
  line-height: normal;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt [class^=sf-icon-txt-], #sfPageContainer .sf-icon-txt [class^=sf-icon-txt-], .sf-input.-rich-text .sf-icon-txt [class^=sf-icon-txt-], body[contenteditable] .sf-icon-txt [class^=sf-icon-txt-] {
  position: absolute;
  height: auto;
  font-size: 0.5em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
  line-height: normal;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-xlsx, #sfPageContainer .sf-icon-txt .sf-icon-txt-xlsx, .sf-input.-rich-text .sf-icon-txt .sf-icon-txt-xlsx, body[contenteditable] .sf-icon-txt .sf-icon-txt-xlsx {
  background-color: #38ab63;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-doc,
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-docx, #sfPageContainer .sf-icon-txt .sf-icon-txt-doc,
#sfPageContainer .sf-icon-txt .sf-icon-txt-docx, .sf-input.-rich-text .sf-icon-txt .sf-icon-txt-doc,
.sf-input.-rich-text .sf-icon-txt .sf-icon-txt-docx, body[contenteditable] .sf-icon-txt .sf-icon-txt-doc,
body[contenteditable] .sf-icon-txt .sf-icon-txt-docx {
  background-color: #1a8cff;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-ppt,
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-pptx, #sfPageContainer .sf-icon-txt .sf-icon-txt-ppt,
#sfPageContainer .sf-icon-txt .sf-icon-txt-pptx, .sf-input.-rich-text .sf-icon-txt .sf-icon-txt-ppt,
.sf-input.-rich-text .sf-icon-txt .sf-icon-txt-pptx, body[contenteditable] .sf-icon-txt .sf-icon-txt-ppt,
body[contenteditable] .sf-icon-txt .sf-icon-txt-pptx {
  background-color: #ed8527;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-pdf, #sfPageContainer .sf-icon-txt .sf-icon-txt-pdf, .sf-input.-rich-text .sf-icon-txt .sf-icon-txt-pdf, body[contenteditable] .sf-icon-txt .sf-icon-txt-pdf {
  background-color: #ff4848;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt .sf-icon-txt-zip, #sfPageContainer .sf-icon-txt .sf-icon-txt-zip, .sf-input.-rich-text .sf-icon-txt .sf-icon-txt-zip, body[contenteditable] .sf-icon-txt .sf-icon-txt-zip {
  background-color: #596c9b;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-xxs, #sfPageContainer .sf-icon-xxs, .sf-input.-rich-text .sf-icon-xxs, body[contenteditable] .sf-icon-xxs {
  height: 14px;
  width: 14px;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-xs, #sfPageContainer .sf-icon-xs, .sf-input.-rich-text .sf-icon-xs, body[contenteditable] .sf-icon-xs {
  height: 16px;
  width: 16px;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt-sm, #sfPageContainer .sf-icon-txt-sm, .sf-input.-rich-text .sf-icon-txt-sm, body[contenteditable] .sf-icon-txt-sm {
  padding: 0.1em 0.2em;
  top: 31%;
  right: -10%;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-sm, #sfPageContainer .sf-icon-sm, .sf-input.-rich-text .sf-icon-sm, body[contenteditable] .sf-icon-sm {
  height: 24px;
  width: 24px;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-txt-md, #sfPageContainer .sf-icon-txt-md, .sf-input.-rich-text .sf-icon-txt-md, body[contenteditable] .sf-icon-txt-md {
  padding: 0.2em 0.4em;
  top: 47%;
  right: 0;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-lg, #sfPageContainer .sf-icon-lg, .sf-input.-rich-text .sf-icon-lg, body[contenteditable] .sf-icon-lg {
  height: 40px;
  width: 40px;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-file, #sfPageContainer .sf-icon-file, .sf-input.-rich-text .sf-icon-file, body[contenteditable] .sf-icon-file {
  fill: #ccc;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-feed, #sfPageContainer .sf-icon-feed, .sf-input.-rich-text .sf-icon-feed, body[contenteditable] .sf-icon-feed {
  fill: #eb742f;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-comment, #sfPageContainer .sf-icon-comment, .sf-input.-rich-text .sf-icon-comment, body[contenteditable] .sf-icon-comment {
  fill: #63b5f0;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-linkedin, #sfPageContainer .sf-icon-linkedin, .sf-input.-rich-text .sf-icon-linkedin, body[contenteditable] .sf-icon-linkedin {
  fill: #238cc8;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-tumblr, #sfPageContainer .sf-icon-tumblr, .sf-input.-rich-text .sf-icon-tumblr, body[contenteditable] .sf-icon-tumblr {
  fill: #426d9b;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-myspace, #sfPageContainer .sf-icon-myspace, .sf-input.-rich-text .sf-icon-myspace, body[contenteditable] .sf-icon-myspace {
  fill: #008dde;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-facebook, #sfPageContainer .sf-icon-facebook, .sf-input.-rich-text .sf-icon-facebook, body[contenteditable] .sf-icon-facebook {
  fill: #5d82d1;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-twitter, #sfPageContainer .sf-icon-twitter, .sf-input.-rich-text .sf-icon-twitter, body[contenteditable] .sf-icon-twitter {
  fill: #38bcf5;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-blogger, #sfPageContainer .sf-icon-blogger, .sf-input.-rich-text .sf-icon-blogger, body[contenteditable] .sf-icon-blogger {
  fill: #ff9233;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-delicious, #sfPageContainer .sf-icon-delicious, .sf-input.-rich-text .sf-icon-delicious, body[contenteditable] .sf-icon-delicious {
  fill: #377bda;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-stumble-upon, #sfPageContainer .sf-icon-stumble-upon, .sf-input.-rich-text .sf-icon-stumble-upon, body[contenteditable] .sf-icon-stumble-upon {
  fill: #ff5c30;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-reddit, #sfPageContainer .sf-icon-reddit, .sf-input.-rich-text .sf-icon-reddit, body[contenteditable] .sf-icon-reddit {
  fill: #9bbad9;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-mailto, #sfPageContainer .sf-icon-mailto, .sf-input.-rich-text .sf-icon-mailto, body[contenteditable] .sf-icon-mailto {
  fill: #596c9b;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-digg, #sfPageContainer .sf-icon-digg, .sf-input.-rich-text .sf-icon-digg, body[contenteditable] .sf-icon-digg {
  fill: #596c9b;
}
body.amwins-page:not(.sfPageEditor) .sf-icon-google, #sfPageContainer .sf-icon-google, .sf-input.-rich-text .sf-icon-google, body[contenteditable] .sf-icon-google {
  fill: #347df4;
}
body.amwins-page:not(.sfPageEditor) .sf-loading > span, body.amwins-page:not(.sfPageEditor) .sf-loading:before, body.amwins-page:not(.sfPageEditor) .sf-loading:after, #sfPageContainer .sf-loading > span, #sfPageContainer .sf-loading:before, #sfPageContainer .sf-loading:after, .sf-input.-rich-text .sf-loading > span, .sf-input.-rich-text body[contenteditable] .sf-loading > span, body[contenteditable] .sf-input.-rich-text .sf-loading > span, .sf-input.-rich-text .sf-loading:before, .sf-input.-rich-text .sf-loading:after, .sf-input.-rich-text body[contenteditable] .sf-loading:before, body[contenteditable] .sf-input.-rich-text .sf-loading:before, .sf-input.-rich-text body[contenteditable] .sf-loading:after, body[contenteditable] .sf-input.-rich-text .sf-loading:after, body[contenteditable] .sf-loading > span, body[contenteditable] .sf-loading:before, body[contenteditable] .sf-loading:after {
  background-color: #9cc5f7;
  height: 30px;
  width: 6px;
  display: inline-block;
  animation: stretchdelay 1.1s infinite ease-in-out;
}
body.amwins-page:not(.sfPageEditor) .sf-loading, #sfPageContainer .sf-loading, .sf-input.-rich-text .sf-loading, body[contenteditable] .sf-loading {
  height: 30px;
  width: 6px;
  position: relative;
  margin: -5px 0 0 12px;
}
body.amwins-page:not(.sfPageEditor) .sf-loading:before, body.amwins-page:not(.sfPageEditor) .sf-loading:after, #sfPageContainer .sf-loading:before, #sfPageContainer .sf-loading:after, .sf-input.-rich-text .sf-loading:before, .sf-input.-rich-text .sf-loading:after, body[contenteditable] .sf-loading:before, body[contenteditable] .sf-loading:after {
  content: " ";
  position: absolute;
  top: 0;
}
body.amwins-page:not(.sfPageEditor) .sf-loading:before, #sfPageContainer .sf-loading:before, .sf-input.-rich-text .sf-loading:before, body[contenteditable] .sf-loading:before {
  animation-delay: -1.2s;
  left: -10px;
}
body.amwins-page:not(.sfPageEditor) .sf-loading:after, #sfPageContainer .sf-loading:after, .sf-input.-rich-text .sf-loading:after, body[contenteditable] .sf-loading:after {
  animation-delay: -1s;
  right: -10px;
}
body.amwins-page:not(.sfPageEditor) .sf-loading-wrapper, #sfPageContainer .sf-loading-wrapper, .sf-input.-rich-text .sf-loading-wrapper, body[contenteditable] .sf-loading-wrapper {
  position: absolute;
  z-index: 902;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.amwins-page:not(.sfPageEditor) .sf-loading-wrapper .sf-loading, #sfPageContainer .sf-loading-wrapper .sf-loading, .sf-input.-rich-text .sf-loading-wrapper .sf-loading, body[contenteditable] .sf-loading-wrapper .sf-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #105ab5;
  }
}
body.amwins-page:not(.sfPageEditor) h1, body.amwins-page:not(.sfPageEditor) h2, body.amwins-page:not(.sfPageEditor) h3, body.amwins-page:not(.sfPageEditor) h4, body.amwins-page:not(.sfPageEditor) p, body.amwins-page:not(.sfPageEditor) span, #sfPageContainer h1, #sfPageContainer h2, #sfPageContainer h3, #sfPageContainer h4, #sfPageContainer p, #sfPageContainer span, .sf-input.-rich-text h1, .sf-input.-rich-text h2, .sf-input.-rich-text h3, .sf-input.-rich-text h4, .sf-input.-rich-text p, .sf-input.-rich-text span, body[contenteditable] h1, body[contenteditable] h2, body[contenteditable] h3, body[contenteditable] h4, body[contenteditable] p, body[contenteditable] span {
  color: rgb(0, 43, 73);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) h1 b, body.amwins-page:not(.sfPageEditor) h1 strong, body.amwins-page:not(.sfPageEditor) h2 b, body.amwins-page:not(.sfPageEditor) h2 strong, #sfPageContainer h1 b, #sfPageContainer h1 strong, #sfPageContainer h2 b, #sfPageContainer h2 strong, .sf-input.-rich-text h1 b, .sf-input.-rich-text h1 strong, .sf-input.-rich-text h2 b, .sf-input.-rich-text h2 strong, body[contenteditable] h1 b, body[contenteditable] h1 strong, body[contenteditable] h2 b, body[contenteditable] h2 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) H1, #sfPageContainer H1, .sf-input.-rich-text H1, body[contenteditable] H1 {
  font-family: SoehneKraftig, Arial, Helvetica;
  line-height: 47px;
  font-size: 40px;
}
body.amwins-page:not(.sfPageEditor) H2, #sfPageContainer H2, .sf-input.-rich-text H2, body[contenteditable] H2 {
  font-family: SoehneKraftig, Arial, Helvetica;
  line-height: 37px;
  font-size: 29px;
}
body.amwins-page:not(.sfPageEditor) H3, #sfPageContainer H3, .sf-input.-rich-text H3, body[contenteditable] H3 {
  font-family: SoehneKraftig, Arial, Helvetica;
  line-height: 34px;
  font-size: 22px;
}
body.amwins-page:not(.sfPageEditor) H4, #sfPageContainer H4, .sf-input.-rich-text H4, body[contenteditable] H4 {
  font-family: SoehneHalbfett, Arial, Helvetica;
  line-height: 30px;
  font-size: 22px;
}
body.amwins-page:not(.sfPageEditor) p, #sfPageContainer p, .sf-input.-rich-text p, body[contenteditable] p {
  font-family: SoehneBuch, Arial, Helvetica;
  line-height: 26px;
  font-size: 16px;
}
body.amwins-page:not(.sfPageEditor) a, body.amwins-page:not(.sfPageEditor) a:visited, #sfPageContainer a, #sfPageContainer a:visited, .sf-input.-rich-text a, .sf-input.-rich-text a:visited, body[contenteditable] a, body[contenteditable] a:visited {
  font-family: SoehneBuch, Arial, Helvetica;
  color: rgb(0, 179, 227);
  text-decoration: none;
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) H1, #sfPageContainer H1, .sf-input.-rich-text H1, body[contenteditable] H1 {
    line-height: 70px;
    font-size: 60px;
  }
  body.amwins-page:not(.sfPageEditor) H2, #sfPageContainer H2, .sf-input.-rich-text H2, body[contenteditable] H2 {
    line-height: 52px;
    font-size: 40px;
  }
  body.amwins-page:not(.sfPageEditor) H3, #sfPageContainer H3, .sf-input.-rich-text H3, body[contenteditable] H3 {
    line-height: 34px;
    font-size: 25px;
  }
}
body.amwins-page:not(.sfPageEditor) .small-text, #sfPageContainer .small-text, .sf-input.-rich-text .small-text, body[contenteditable] .small-text {
  font-size: 12px;
}
body.amwins-page:not(.sfPageEditor) .sub-heading, #sfPageContainer .sub-heading, .sf-input.-rich-text .sub-heading, body[contenteditable] .sub-heading {
  font-family: SoehneKraftig, Arial, Helvetica;
  color: rgb(162, 214, 231);
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
body.amwins-page:not(.sfPageEditor) .footer-top-cta, #sfPageContainer .footer-top-cta, .sf-input.-rich-text .footer-top-cta, body[contenteditable] .footer-top-cta {
  font-family: SoehneKraftig, Arial, Helvetica;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-top-cta, #sfPageContainer .footer-top-cta, .sf-input.-rich-text .footer-top-cta, body[contenteditable] .footer-top-cta {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .footer-top-cta, #sfPageContainer .footer-top-cta, .sf-input.-rich-text .footer-top-cta, body[contenteditable] .footer-top-cta {
    font-size: 40px;
  }
}
body.amwins-page:not(.sfPageEditor) .footer-middle a, #sfPageContainer .footer-middle a, .sf-input.-rich-text .footer-middle a, body[contenteditable] .footer-middle a {
  font-family: SoehneHalbfett, Arial, Helvetica;
  font-size: 20px;
  line-height: 1.36;
  color: #ffffff;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-middle a, #sfPageContainer .footer-middle a, .sf-input.-rich-text .footer-middle a, body[contenteditable] .footer-middle a {
    font-size: 25px;
  }
}
body.amwins-page:not(.sfPageEditor) .nav-item a, body.amwins-page:not(.sfPageEditor) .nav-item .navlabel, #sfPageContainer .nav-item a, #sfPageContainer .nav-item .navlabel, .sf-input.-rich-text .nav-item a, .sf-input.-rich-text .nav-item .navlabel, body[contenteditable] .nav-item a, body[contenteditable] .nav-item .navlabel {
  font-family: SoehneKraftig, Arial, Helvetica;
  font-size: 17px;
  letter-spacing: 0.3px;
}
body.amwins-page:not(.sfPageEditor) a.link-blue-triangle, body.amwins-page:not(.sfPageEditor) span.link-blue-triangle, #sfPageContainer a.link-blue-triangle, #sfPageContainer span.link-blue-triangle, .sf-input.-rich-text a.link-blue-triangle, .sf-input.-rich-text span.link-blue-triangle, body[contenteditable] a.link-blue-triangle, body[contenteditable] span.link-blue-triangle {
  font-family: SoehneHalbfett, Arial, Helvetica;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: 1px;
  color: rgb(0, 179, 227);
  padding-left: 20px;
  background-image: url(/images/default-source/buttons-and-icons/blue-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  text-transform: uppercase;
  background-size: 11px auto;
}
body.amwins-page:not(.sfPageEditor) .button-lightblue, body.amwins-page:not(.sfPageEditor) .button-lightblue:hover, body.amwins-page:not(.sfPageEditor) .button-lightblue:visited,
body.amwins-page:not(.sfPageEditor) .button-light-blue, body.amwins-page:not(.sfPageEditor) .button-light-blue:hover, body.amwins-page:not(.sfPageEditor) .button-light-blue:visited,
body.amwins-page:not(.sfPageEditor) .button-trans, body.amwins-page:not(.sfPageEditor) .button-trans:hover, body.amwins-page:not(.sfPageEditor) .button-trans:visited,
body.amwins-page:not(.sfPageEditor) .button-blue, body.amwins-page:not(.sfPageEditor) .button-blue:hover, body.amwins-page:not(.sfPageEditor) .button-blue:visited, #sfPageContainer .button-lightblue, #sfPageContainer .button-lightblue:hover, #sfPageContainer .button-lightblue:visited,
#sfPageContainer .button-light-blue, #sfPageContainer .button-light-blue:hover, #sfPageContainer .button-light-blue:visited,
#sfPageContainer .button-trans, #sfPageContainer .button-trans:hover, #sfPageContainer .button-trans:visited,
#sfPageContainer .button-blue, #sfPageContainer .button-blue:hover, #sfPageContainer .button-blue:visited, .sf-input.-rich-text .button-lightblue, .sf-input.-rich-text .button-lightblue:hover, .sf-input.-rich-text .button-lightblue:visited,
.sf-input.-rich-text .button-light-blue, .sf-input.-rich-text .button-light-blue:hover, .sf-input.-rich-text .button-light-blue:visited,
.sf-input.-rich-text .button-trans, .sf-input.-rich-text .button-trans:hover, .sf-input.-rich-text .button-trans:visited,
.sf-input.-rich-text .button-blue, .sf-input.-rich-text .button-blue:hover, .sf-input.-rich-text .button-blue:visited, body[contenteditable] .button-lightblue, body[contenteditable] .button-lightblue:hover, body[contenteditable] .button-lightblue:visited,
body[contenteditable] .button-light-blue, body[contenteditable] .button-light-blue:hover, body[contenteditable] .button-light-blue:visited,
body[contenteditable] .button-trans, body[contenteditable] .button-trans:hover, body[contenteditable] .button-trans:visited,
body[contenteditable] .button-blue, body[contenteditable] .button-blue:hover, body[contenteditable] .button-blue:visited {
  font-family: SoehneHalbfett, Arial, Helvetica;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  background-image: url(/images/default-source/buttons-and-icons/white-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  text-transform: uppercase;
  padding: 13px 16px 12px 38px;
  border-radius: 3px;
  background-position-x: 17px;
  text-decoration: none;
  background-size: 11px auto;
  display: inline-block;
  box-shadow: 0 10px 20px 0 rgba(162, 214, 231, 0.5);
  border: 0;
}
body.amwins-page:not(.sfPageEditor) .button-light-blue, body.amwins-page:not(.sfPageEditor) .button-light-blue:hover,
body.amwins-page:not(.sfPageEditor) .button-lightblue, body.amwins-page:not(.sfPageEditor) .button-lightblue:hover, #sfPageContainer .button-light-blue, #sfPageContainer .button-light-blue:hover,
#sfPageContainer .button-lightblue, #sfPageContainer .button-lightblue:hover, .sf-input.-rich-text .button-light-blue, .sf-input.-rich-text .button-light-blue:hover,
.sf-input.-rich-text .button-lightblue, .sf-input.-rich-text .button-lightblue:hover, body[contenteditable] .button-light-blue, body[contenteditable] .button-light-blue:hover,
body[contenteditable] .button-lightblue, body[contenteditable] .button-lightblue:hover {
  background-color: rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) .button-blue, body.amwins-page:not(.sfPageEditor) .button-blue:hover, #sfPageContainer .button-blue, #sfPageContainer .button-blue:hover, .sf-input.-rich-text .button-blue, .sf-input.-rich-text .button-blue:hover, body[contenteditable] .button-blue, body[contenteditable] .button-blue:hover {
  background-color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .button-trans, body.amwins-page:not(.sfPageEditor) .button-trans:hover, #sfPageContainer .button-trans, #sfPageContainer .button-trans:hover, .sf-input.-rich-text .button-trans, .sf-input.-rich-text .button-trans:hover, body[contenteditable] .button-trans, body[contenteditable] .button-trans:hover {
  background-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .button-toggle, #sfPageContainer .button-toggle, .sf-input.-rich-text .button-toggle, body[contenteditable] .button-toggle {
  padding: 13px 20px 12px;
  border-radius: 4px;
  font-family: SoehneKraftig, Arial, Helvetica;
  font-size: 18px;
  border: 1px solid rgb(0, 179, 227);
  color: rgb(0, 179, 227) !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.5px;
}
body.amwins-page:not(.sfPageEditor) .button-toggle.active, #sfPageContainer .button-toggle.active, .sf-input.-rich-text .button-toggle.active, body[contenteditable] .button-toggle.active {
  box-shadow: 0 20px 40px 0 rgba(55, 120, 162, 0.3);
}
body.amwins-page:not(.sfPageEditor) .type-label, #sfPageContainer .type-label, .sf-input.-rich-text .type-label, body[contenteditable] .type-label {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
body.amwins-page:not(.sfPageEditor) .bg-blue p.type-label, body.amwins-page:not(.sfPageEditor) .bg-blue span.type-label, #sfPageContainer .bg-blue p.type-label, #sfPageContainer .bg-blue span.type-label, .sf-input.-rich-text .bg-blue p.type-label, .sf-input.-rich-text .bg-blue span.type-label, body[contenteditable] .bg-blue p.type-label, body[contenteditable] .bg-blue span.type-label {
  color: rgb(162, 214, 231) !important;
}
body.amwins-page:not(.sfPageEditor) .box-label, #sfPageContainer .box-label, .sf-input.-rich-text .box-label, body[contenteditable] .box-label {
  font-size: 17px;
  background: rgb(235, 246, 249);
  box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .color-white h1, body.amwins-page:not(.sfPageEditor) .color-white h2, body.amwins-page:not(.sfPageEditor) .color-white h3, body.amwins-page:not(.sfPageEditor) .color-white h4, body.amwins-page:not(.sfPageEditor) .color-white p, body.amwins-page:not(.sfPageEditor) .color-white span, #sfPageContainer .color-white h1, #sfPageContainer .color-white h2, #sfPageContainer .color-white h3, #sfPageContainer .color-white h4, #sfPageContainer .color-white p, #sfPageContainer .color-white span, .sf-input.-rich-text .color-white h1, .sf-input.-rich-text .color-white h2, .sf-input.-rich-text .color-white h3, .sf-input.-rich-text .color-white h4, .sf-input.-rich-text .color-white p, .sf-input.-rich-text .color-white span, body[contenteditable] .color-white h1, body[contenteditable] .color-white h2, body[contenteditable] .color-white h3, body[contenteditable] .color-white h4, body[contenteditable] .color-white p, body[contenteditable] .color-white span {
  color: #fff;
}
body.amwins-page:not(.sfPageEditor) .bg-blue, #sfPageContainer .bg-blue, .sf-input.-rich-text .bg-blue, body[contenteditable] .bg-blue {
  background-color: rgb(0, 43, 73) !important;
  color: #fff !important;
}
body.amwins-page:not(.sfPageEditor) .bg-blue h1,
body.amwins-page:not(.sfPageEditor) .bg-blue h2,
body.amwins-page:not(.sfPageEditor) .bg-blue h3,
body.amwins-page:not(.sfPageEditor) .bg-blue h4,
body.amwins-page:not(.sfPageEditor) .bg-blue p,
body.amwins-page:not(.sfPageEditor) .bg-blue span, #sfPageContainer .bg-blue h1,
#sfPageContainer .bg-blue h2,
#sfPageContainer .bg-blue h3,
#sfPageContainer .bg-blue h4,
#sfPageContainer .bg-blue p,
#sfPageContainer .bg-blue span, .sf-input.-rich-text .bg-blue h1,
.sf-input.-rich-text .bg-blue h2,
.sf-input.-rich-text .bg-blue h3,
.sf-input.-rich-text .bg-blue h4,
.sf-input.-rich-text .bg-blue p,
.sf-input.-rich-text .bg-blue span, body[contenteditable] .bg-blue h1,
body[contenteditable] .bg-blue h2,
body[contenteditable] .bg-blue h3,
body[contenteditable] .bg-blue h4,
body[contenteditable] .bg-blue p,
body[contenteditable] .bg-blue span {
  color: #fff !important;
}
body.amwins-page:not(.sfPageEditor) .bg-blue h1 b,
body.amwins-page:not(.sfPageEditor) .bg-blue h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-blue h2 b,
body.amwins-page:not(.sfPageEditor) .bg-blue h2 strong, #sfPageContainer .bg-blue h1 b,
#sfPageContainer .bg-blue h1 strong,
#sfPageContainer .bg-blue h2 b,
#sfPageContainer .bg-blue h2 strong, .sf-input.-rich-text .bg-blue h1 b,
.sf-input.-rich-text .bg-blue h1 strong,
.sf-input.-rich-text .bg-blue h2 b,
.sf-input.-rich-text .bg-blue h2 strong, body[contenteditable] .bg-blue h1 b,
body[contenteditable] .bg-blue h1 strong,
body[contenteditable] .bg-blue h2 b,
body[contenteditable] .bg-blue h2 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .bg-white, #sfPageContainer .bg-white, .sf-input.-rich-text .bg-white, body[contenteditable] .bg-white {
  background-color: #fff !important;
  color: rgb(0, 43, 73) !important;
}
body.amwins-page:not(.sfPageEditor) .bg-white h1,
body.amwins-page:not(.sfPageEditor) .bg-white h2,
body.amwins-page:not(.sfPageEditor) .bg-white h3,
body.amwins-page:not(.sfPageEditor) .bg-white h4,
body.amwins-page:not(.sfPageEditor) .bg-white p,
body.amwins-page:not(.sfPageEditor) .bg-white span, #sfPageContainer .bg-white h1,
#sfPageContainer .bg-white h2,
#sfPageContainer .bg-white h3,
#sfPageContainer .bg-white h4,
#sfPageContainer .bg-white p,
#sfPageContainer .bg-white span, .sf-input.-rich-text .bg-white h1,
.sf-input.-rich-text .bg-white h2,
.sf-input.-rich-text .bg-white h3,
.sf-input.-rich-text .bg-white h4,
.sf-input.-rich-text .bg-white p,
.sf-input.-rich-text .bg-white span, body[contenteditable] .bg-white h1,
body[contenteditable] .bg-white h2,
body[contenteditable] .bg-white h3,
body[contenteditable] .bg-white h4,
body[contenteditable] .bg-white p,
body[contenteditable] .bg-white span {
  color: rgb(0, 43, 73) !important;
}
body.amwins-page:not(.sfPageEditor) .bg-white h1 b,
body.amwins-page:not(.sfPageEditor) .bg-white h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-white h2 b,
body.amwins-page:not(.sfPageEditor) .bg-white h2 strong, #sfPageContainer .bg-white h1 b,
#sfPageContainer .bg-white h1 strong,
#sfPageContainer .bg-white h2 b,
#sfPageContainer .bg-white h2 strong, .sf-input.-rich-text .bg-white h1 b,
.sf-input.-rich-text .bg-white h1 strong,
.sf-input.-rich-text .bg-white h2 b,
.sf-input.-rich-text .bg-white h2 strong, body[contenteditable] .bg-white h1 b,
body[contenteditable] .bg-white h1 strong,
body[contenteditable] .bg-white h2 b,
body[contenteditable] .bg-white h2 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .bg-darkblue2, #sfPageContainer .bg-darkblue2, .sf-input.-rich-text .bg-darkblue2, body[contenteditable] .bg-darkblue2 {
  background-color: rgb(0, 29, 49) !important;
  color: #fff;
}
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h1,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h2,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h3,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h4,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 p,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 span, #sfPageContainer .bg-darkblue2 h1,
#sfPageContainer .bg-darkblue2 h2,
#sfPageContainer .bg-darkblue2 h3,
#sfPageContainer .bg-darkblue2 h4,
#sfPageContainer .bg-darkblue2 p,
#sfPageContainer .bg-darkblue2 span, .sf-input.-rich-text .bg-darkblue2 h1,
.sf-input.-rich-text .bg-darkblue2 h2,
.sf-input.-rich-text .bg-darkblue2 h3,
.sf-input.-rich-text .bg-darkblue2 h4,
.sf-input.-rich-text .bg-darkblue2 p,
.sf-input.-rich-text .bg-darkblue2 span, body[contenteditable] .bg-darkblue2 h1,
body[contenteditable] .bg-darkblue2 h2,
body[contenteditable] .bg-darkblue2 h3,
body[contenteditable] .bg-darkblue2 h4,
body[contenteditable] .bg-darkblue2 p,
body[contenteditable] .bg-darkblue2 span {
  color: #fff;
}
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h1 b,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h2 b,
body.amwins-page:not(.sfPageEditor) .bg-darkblue2 h2 strong, #sfPageContainer .bg-darkblue2 h1 b,
#sfPageContainer .bg-darkblue2 h1 strong,
#sfPageContainer .bg-darkblue2 h2 b,
#sfPageContainer .bg-darkblue2 h2 strong, .sf-input.-rich-text .bg-darkblue2 h1 b,
.sf-input.-rich-text .bg-darkblue2 h1 strong,
.sf-input.-rich-text .bg-darkblue2 h2 b,
.sf-input.-rich-text .bg-darkblue2 h2 strong, body[contenteditable] .bg-darkblue2 h1 b,
body[contenteditable] .bg-darkblue2 h1 strong,
body[contenteditable] .bg-darkblue2 h2 b,
body[contenteditable] .bg-darkblue2 h2 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue, #sfPageContainer .bg-secondary-light-blue, .sf-input.-rich-text .bg-secondary-light-blue, body[contenteditable] .bg-secondary-light-blue {
  background-color: rgb(162, 214, 231) !important;
  color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h1,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h2,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h3,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h4,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue p,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue span, #sfPageContainer .bg-secondary-light-blue h1,
#sfPageContainer .bg-secondary-light-blue h2,
#sfPageContainer .bg-secondary-light-blue h3,
#sfPageContainer .bg-secondary-light-blue h4,
#sfPageContainer .bg-secondary-light-blue p,
#sfPageContainer .bg-secondary-light-blue span, .sf-input.-rich-text .bg-secondary-light-blue h1,
.sf-input.-rich-text .bg-secondary-light-blue h2,
.sf-input.-rich-text .bg-secondary-light-blue h3,
.sf-input.-rich-text .bg-secondary-light-blue h4,
.sf-input.-rich-text .bg-secondary-light-blue p,
.sf-input.-rich-text .bg-secondary-light-blue span, body[contenteditable] .bg-secondary-light-blue h1,
body[contenteditable] .bg-secondary-light-blue h2,
body[contenteditable] .bg-secondary-light-blue h3,
body[contenteditable] .bg-secondary-light-blue h4,
body[contenteditable] .bg-secondary-light-blue p,
body[contenteditable] .bg-secondary-light-blue span {
  color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h1 b,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h2 b,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue h2 strong, #sfPageContainer .bg-secondary-light-blue h1 b,
#sfPageContainer .bg-secondary-light-blue h1 strong,
#sfPageContainer .bg-secondary-light-blue h2 b,
#sfPageContainer .bg-secondary-light-blue h2 strong, .sf-input.-rich-text .bg-secondary-light-blue h1 b,
.sf-input.-rich-text .bg-secondary-light-blue h1 strong,
.sf-input.-rich-text .bg-secondary-light-blue h2 b,
.sf-input.-rich-text .bg-secondary-light-blue h2 strong, body[contenteditable] .bg-secondary-light-blue h1 b,
body[contenteditable] .bg-secondary-light-blue h1 strong,
body[contenteditable] .bg-secondary-light-blue h2 b,
body[contenteditable] .bg-secondary-light-blue h2 strong {
  color: #fff;
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue .text-danger, #sfPageContainer .bg-secondary-light-blue .text-danger, .sf-input.-rich-text .bg-secondary-light-blue .text-danger, body[contenteditable] .bg-secondary-light-blue .text-danger {
  color: rgb(159, 34, 66) !important;
}
body.amwins-page:not(.sfPageEditor) .bg-mediumblue,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue, #sfPageContainer .bg-mediumblue,
#sfPageContainer .bg-secondary-medium-blue, .sf-input.-rich-text .bg-mediumblue,
.sf-input.-rich-text .bg-secondary-medium-blue, body[contenteditable] .bg-mediumblue,
body[contenteditable] .bg-secondary-medium-blue {
  background-color: rgb(55, 120, 162) !important;
  color: #fff;
}
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h1,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h2,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h3,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h4,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue p,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue span,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h1,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h2,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h3,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h4,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue p,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue span, #sfPageContainer .bg-mediumblue h1,
#sfPageContainer .bg-mediumblue h2,
#sfPageContainer .bg-mediumblue h3,
#sfPageContainer .bg-mediumblue h4,
#sfPageContainer .bg-mediumblue p,
#sfPageContainer .bg-mediumblue span,
#sfPageContainer .bg-secondary-medium-blue h1,
#sfPageContainer .bg-secondary-medium-blue h2,
#sfPageContainer .bg-secondary-medium-blue h3,
#sfPageContainer .bg-secondary-medium-blue h4,
#sfPageContainer .bg-secondary-medium-blue p,
#sfPageContainer .bg-secondary-medium-blue span, .sf-input.-rich-text .bg-mediumblue h1,
.sf-input.-rich-text .bg-mediumblue h2,
.sf-input.-rich-text .bg-mediumblue h3,
.sf-input.-rich-text .bg-mediumblue h4,
.sf-input.-rich-text .bg-mediumblue p,
.sf-input.-rich-text .bg-mediumblue span,
.sf-input.-rich-text .bg-secondary-medium-blue h1,
.sf-input.-rich-text .bg-secondary-medium-blue h2,
.sf-input.-rich-text .bg-secondary-medium-blue h3,
.sf-input.-rich-text .bg-secondary-medium-blue h4,
.sf-input.-rich-text .bg-secondary-medium-blue p,
.sf-input.-rich-text .bg-secondary-medium-blue span, body[contenteditable] .bg-mediumblue h1,
body[contenteditable] .bg-mediumblue h2,
body[contenteditable] .bg-mediumblue h3,
body[contenteditable] .bg-mediumblue h4,
body[contenteditable] .bg-mediumblue p,
body[contenteditable] .bg-mediumblue span,
body[contenteditable] .bg-secondary-medium-blue h1,
body[contenteditable] .bg-secondary-medium-blue h2,
body[contenteditable] .bg-secondary-medium-blue h3,
body[contenteditable] .bg-secondary-medium-blue h4,
body[contenteditable] .bg-secondary-medium-blue p,
body[contenteditable] .bg-secondary-medium-blue span {
  color: #fff;
}
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h1 b,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h2 b,
body.amwins-page:not(.sfPageEditor) .bg-mediumblue h2 strong,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h1 b,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h2 b,
body.amwins-page:not(.sfPageEditor) .bg-secondary-medium-blue h2 strong, #sfPageContainer .bg-mediumblue h1 b,
#sfPageContainer .bg-mediumblue h1 strong,
#sfPageContainer .bg-mediumblue h2 b,
#sfPageContainer .bg-mediumblue h2 strong,
#sfPageContainer .bg-secondary-medium-blue h1 b,
#sfPageContainer .bg-secondary-medium-blue h1 strong,
#sfPageContainer .bg-secondary-medium-blue h2 b,
#sfPageContainer .bg-secondary-medium-blue h2 strong, .sf-input.-rich-text .bg-mediumblue h1 b,
.sf-input.-rich-text .bg-mediumblue h1 strong,
.sf-input.-rich-text .bg-mediumblue h2 b,
.sf-input.-rich-text .bg-mediumblue h2 strong,
.sf-input.-rich-text .bg-secondary-medium-blue h1 b,
.sf-input.-rich-text .bg-secondary-medium-blue h1 strong,
.sf-input.-rich-text .bg-secondary-medium-blue h2 b,
.sf-input.-rich-text .bg-secondary-medium-blue h2 strong, body[contenteditable] .bg-mediumblue h1 b,
body[contenteditable] .bg-mediumblue h1 strong,
body[contenteditable] .bg-mediumblue h2 b,
body[contenteditable] .bg-mediumblue h2 strong,
body[contenteditable] .bg-secondary-medium-blue h1 b,
body[contenteditable] .bg-secondary-medium-blue h1 strong,
body[contenteditable] .bg-secondary-medium-blue h2 b,
body[contenteditable] .bg-secondary-medium-blue h2 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .bg-lightblue3,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws, #sfPageContainer .bg-lightblue3,
#sfPageContainer .bg-secondary-light-blue-ws, .sf-input.-rich-text .bg-lightblue3,
.sf-input.-rich-text .bg-secondary-light-blue-ws, body[contenteditable] .bg-lightblue3,
body[contenteditable] .bg-secondary-light-blue-ws {
  color: rgb(0, 43, 73);
  background-color: rgb(235, 246, 249) !important;
}
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h1,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h2,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h3,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h4,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 p,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 span,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h1,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h2,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h3,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h4,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws p,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws span, #sfPageContainer .bg-lightblue3 h1,
#sfPageContainer .bg-lightblue3 h2,
#sfPageContainer .bg-lightblue3 h3,
#sfPageContainer .bg-lightblue3 h4,
#sfPageContainer .bg-lightblue3 p,
#sfPageContainer .bg-lightblue3 span,
#sfPageContainer .bg-secondary-light-blue-ws h1,
#sfPageContainer .bg-secondary-light-blue-ws h2,
#sfPageContainer .bg-secondary-light-blue-ws h3,
#sfPageContainer .bg-secondary-light-blue-ws h4,
#sfPageContainer .bg-secondary-light-blue-ws p,
#sfPageContainer .bg-secondary-light-blue-ws span, .sf-input.-rich-text .bg-lightblue3 h1,
.sf-input.-rich-text .bg-lightblue3 h2,
.sf-input.-rich-text .bg-lightblue3 h3,
.sf-input.-rich-text .bg-lightblue3 h4,
.sf-input.-rich-text .bg-lightblue3 p,
.sf-input.-rich-text .bg-lightblue3 span,
.sf-input.-rich-text .bg-secondary-light-blue-ws h1,
.sf-input.-rich-text .bg-secondary-light-blue-ws h2,
.sf-input.-rich-text .bg-secondary-light-blue-ws h3,
.sf-input.-rich-text .bg-secondary-light-blue-ws h4,
.sf-input.-rich-text .bg-secondary-light-blue-ws p,
.sf-input.-rich-text .bg-secondary-light-blue-ws span, body[contenteditable] .bg-lightblue3 h1,
body[contenteditable] .bg-lightblue3 h2,
body[contenteditable] .bg-lightblue3 h3,
body[contenteditable] .bg-lightblue3 h4,
body[contenteditable] .bg-lightblue3 p,
body[contenteditable] .bg-lightblue3 span,
body[contenteditable] .bg-secondary-light-blue-ws h1,
body[contenteditable] .bg-secondary-light-blue-ws h2,
body[contenteditable] .bg-secondary-light-blue-ws h3,
body[contenteditable] .bg-secondary-light-blue-ws h4,
body[contenteditable] .bg-secondary-light-blue-ws p,
body[contenteditable] .bg-secondary-light-blue-ws span {
  color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h1 b,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h2 b,
body.amwins-page:not(.sfPageEditor) .bg-lightblue3 h2 strong,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h1 b,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h1 strong,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h2 b,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws h2 strong, #sfPageContainer .bg-lightblue3 h1 b,
#sfPageContainer .bg-lightblue3 h1 strong,
#sfPageContainer .bg-lightblue3 h2 b,
#sfPageContainer .bg-lightblue3 h2 strong,
#sfPageContainer .bg-secondary-light-blue-ws h1 b,
#sfPageContainer .bg-secondary-light-blue-ws h1 strong,
#sfPageContainer .bg-secondary-light-blue-ws h2 b,
#sfPageContainer .bg-secondary-light-blue-ws h2 strong, .sf-input.-rich-text .bg-lightblue3 h1 b,
.sf-input.-rich-text .bg-lightblue3 h1 strong,
.sf-input.-rich-text .bg-lightblue3 h2 b,
.sf-input.-rich-text .bg-lightblue3 h2 strong,
.sf-input.-rich-text .bg-secondary-light-blue-ws h1 b,
.sf-input.-rich-text .bg-secondary-light-blue-ws h1 strong,
.sf-input.-rich-text .bg-secondary-light-blue-ws h2 b,
.sf-input.-rich-text .bg-secondary-light-blue-ws h2 strong, body[contenteditable] .bg-lightblue3 h1 b,
body[contenteditable] .bg-lightblue3 h1 strong,
body[contenteditable] .bg-lightblue3 h2 b,
body[contenteditable] .bg-lightblue3 h2 strong,
body[contenteditable] .bg-secondary-light-blue-ws h1 b,
body[contenteditable] .bg-secondary-light-blue-ws h1 strong,
body[contenteditable] .bg-secondary-light-blue-ws h2 b,
body[contenteditable] .bg-secondary-light-blue-ws h2 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .border-lightblue2,
body.amwins-page:not(.sfPageEditor) .border-secondary-light-blue, #sfPageContainer .border-lightblue2,
#sfPageContainer .border-secondary-light-blue, .sf-input.-rich-text .border-lightblue2,
.sf-input.-rich-text .border-secondary-light-blue, body[contenteditable] .border-lightblue2,
body[contenteditable] .border-secondary-light-blue {
  border: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .bg-lightblue3-left-edge,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-left-edge, #sfPageContainer .bg-lightblue3-left-edge,
#sfPageContainer .bg-secondary-light-blue-ws-left-edge, .sf-input.-rich-text .bg-lightblue3-left-edge,
.sf-input.-rich-text .bg-secondary-light-blue-ws-left-edge, body[contenteditable] .bg-lightblue3-left-edge,
body[contenteditable] .bg-secondary-light-blue-ws-left-edge {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .bg-lightblue3-left-edge > div,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-left-edge > div, #sfPageContainer .bg-lightblue3-left-edge > div,
#sfPageContainer .bg-secondary-light-blue-ws-left-edge > div, .sf-input.-rich-text .bg-lightblue3-left-edge > div,
.sf-input.-rich-text .bg-secondary-light-blue-ws-left-edge > div, body[contenteditable] .bg-lightblue3-left-edge > div,
body[contenteditable] .bg-secondary-light-blue-ws-left-edge > div {
  position: relative;
  z-index: 1;
}
body.amwins-page:not(.sfPageEditor) .bg-lightblue3-left-edge::after,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-left-edge::after, #sfPageContainer .bg-lightblue3-left-edge::after,
#sfPageContainer .bg-secondary-light-blue-ws-left-edge::after, .sf-input.-rich-text .bg-lightblue3-left-edge::after,
.sf-input.-rich-text .bg-secondary-light-blue-ws-left-edge::after, body[contenteditable] .bg-lightblue3-left-edge::after,
body[contenteditable] .bg-secondary-light-blue-ws-left-edge::after {
  content: "";
  background-color: rgb(235, 246, 249);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
  width: 5000px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-left-edge::after,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-left-edge::after, #sfPageContainer .bg-lightblue3-left-edge::after,
  #sfPageContainer .bg-secondary-light-blue-ws-left-edge::after, .sf-input.-rich-text .bg-lightblue3-left-edge::after,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-left-edge::after, body[contenteditable] .bg-lightblue3-left-edge::after,
  body[contenteditable] .bg-secondary-light-blue-ws-left-edge::after {
    right: 0;
  }
}
body.amwins-page:not(.sfPageEditor) .border-right-lightblue2,
body.amwins-page:not(.sfPageEditor) .border-right-secondary-light-blue, #sfPageContainer .border-right-lightblue2,
#sfPageContainer .border-right-secondary-light-blue, .sf-input.-rich-text .border-right-lightblue2,
.sf-input.-rich-text .border-right-secondary-light-blue, body[contenteditable] .border-right-lightblue2,
body[contenteditable] .border-right-secondary-light-blue {
  border-right: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .border-bottom-lightblue2,
body.amwins-page:not(.sfPageEditor) .border-bottom-secondary-light-blue, #sfPageContainer .border-bottom-lightblue2,
#sfPageContainer .border-bottom-secondary-light-blue, .sf-input.-rich-text .border-bottom-lightblue2,
.sf-input.-rich-text .border-bottom-secondary-light-blue, body[contenteditable] .border-bottom-lightblue2,
body[contenteditable] .border-bottom-secondary-light-blue {
  border-bottom: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .border-top-lightblue2,
body.amwins-page:not(.sfPageEditor) .border-top-secondary-light-blue, #sfPageContainer .border-top-lightblue2,
#sfPageContainer .border-top-secondary-light-blue, .sf-input.-rich-text .border-top-lightblue2,
.sf-input.-rich-text .border-top-secondary-light-blue, body[contenteditable] .border-top-lightblue2,
body[contenteditable] .border-top-secondary-light-blue {
  border-top: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .border-between-secondary-light-blue div, #sfPageContainer .border-between-secondary-light-blue div, .sf-input.-rich-text .border-between-secondary-light-blue div, body[contenteditable] .border-between-secondary-light-blue div {
  padding-top: 30px;
}
body.amwins-page:not(.sfPageEditor) .border-between-secondary-light-blue > div:not(:first-child), #sfPageContainer .border-between-secondary-light-blue > div:not(:first-child), .sf-input.-rich-text .border-between-secondary-light-blue > div:not(:first-child), body[contenteditable] .border-between-secondary-light-blue > div:not(:first-child) {
  border-top: 1px solid rgb(162, 214, 231);
  margin-top: 30px;
}
body.amwins-page:not(.sfPageEditor) .border-heavy-top-blue, #sfPageContainer .border-heavy-top-blue, .sf-input.-rich-text .border-heavy-top-blue, body[contenteditable] .border-heavy-top-blue {
  border-top: 6px solid rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .vertical-line-lightblue2,
body.amwins-page:not(.sfPageEditor) .vertical-line-secondary-light-blue, #sfPageContainer .vertical-line-lightblue2,
#sfPageContainer .vertical-line-secondary-light-blue, .sf-input.-rich-text .vertical-line-lightblue2,
.sf-input.-rich-text .vertical-line-secondary-light-blue, body[contenteditable] .vertical-line-lightblue2,
body[contenteditable] .vertical-line-secondary-light-blue {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .vertical-line-lightblue2::after,
body.amwins-page:not(.sfPageEditor) .vertical-line-secondary-light-blue::after, #sfPageContainer .vertical-line-lightblue2::after,
#sfPageContainer .vertical-line-secondary-light-blue::after, .sf-input.-rich-text .vertical-line-lightblue2::after,
.sf-input.-rich-text .vertical-line-secondary-light-blue::after, body[contenteditable] .vertical-line-lightblue2::after,
body[contenteditable] .vertical-line-secondary-light-blue::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgb(162, 214, 231);
  left: 50%;
}
@media (max-width: 575.98px) {
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs, #sfPageContainer .bg-lightblue3-mobile,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile,
  #sfPageContainer .bg-lightblue3-xs,
  #sfPageContainer .bg-secondary-light-blue-ws-xs, .sf-input.-rich-text .bg-lightblue3-mobile,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile,
  .sf-input.-rich-text .bg-lightblue3-xs,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs, body[contenteditable] .bg-lightblue3-mobile,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile,
  body[contenteditable] .bg-lightblue3-xs,
  body[contenteditable] .bg-secondary-light-blue-ws-xs {
    color: rgb(0, 43, 73);
    background-color: rgb(235, 246, 249) !important;
  }
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile h1,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile h2,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile h3,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile h4,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile p,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-mobile span,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile h1,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile h2,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile h3,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile h4,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile p,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-mobile span,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs h1,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs h2,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs h3,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs h4,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs p,
  body.amwins-page:not(.sfPageEditor) .bg-lightblue3-xs span,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs h1,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs h2,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs h3,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs h4,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs p,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-xs span, #sfPageContainer .bg-lightblue3-mobile h1,
  #sfPageContainer .bg-lightblue3-mobile h2,
  #sfPageContainer .bg-lightblue3-mobile h3,
  #sfPageContainer .bg-lightblue3-mobile h4,
  #sfPageContainer .bg-lightblue3-mobile p,
  #sfPageContainer .bg-lightblue3-mobile span,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile h1,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile h2,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile h3,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile h4,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile p,
  #sfPageContainer .bg-secondary-light-blue-ws-mobile span,
  #sfPageContainer .bg-lightblue3-xs h1,
  #sfPageContainer .bg-lightblue3-xs h2,
  #sfPageContainer .bg-lightblue3-xs h3,
  #sfPageContainer .bg-lightblue3-xs h4,
  #sfPageContainer .bg-lightblue3-xs p,
  #sfPageContainer .bg-lightblue3-xs span,
  #sfPageContainer .bg-secondary-light-blue-ws-xs h1,
  #sfPageContainer .bg-secondary-light-blue-ws-xs h2,
  #sfPageContainer .bg-secondary-light-blue-ws-xs h3,
  #sfPageContainer .bg-secondary-light-blue-ws-xs h4,
  #sfPageContainer .bg-secondary-light-blue-ws-xs p,
  #sfPageContainer .bg-secondary-light-blue-ws-xs span, .sf-input.-rich-text .bg-lightblue3-mobile h1,
  .sf-input.-rich-text .bg-lightblue3-mobile h2,
  .sf-input.-rich-text .bg-lightblue3-mobile h3,
  .sf-input.-rich-text .bg-lightblue3-mobile h4,
  .sf-input.-rich-text .bg-lightblue3-mobile p,
  .sf-input.-rich-text .bg-lightblue3-mobile span,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile h1,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile h2,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile h3,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile h4,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile p,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-mobile span,
  .sf-input.-rich-text .bg-lightblue3-xs h1,
  .sf-input.-rich-text .bg-lightblue3-xs h2,
  .sf-input.-rich-text .bg-lightblue3-xs h3,
  .sf-input.-rich-text .bg-lightblue3-xs h4,
  .sf-input.-rich-text .bg-lightblue3-xs p,
  .sf-input.-rich-text .bg-lightblue3-xs span,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs h1,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs h2,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs h3,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs h4,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs p,
  .sf-input.-rich-text .bg-secondary-light-blue-ws-xs span, body[contenteditable] .bg-lightblue3-mobile h1,
  body[contenteditable] .bg-lightblue3-mobile h2,
  body[contenteditable] .bg-lightblue3-mobile h3,
  body[contenteditable] .bg-lightblue3-mobile h4,
  body[contenteditable] .bg-lightblue3-mobile p,
  body[contenteditable] .bg-lightblue3-mobile span,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile h1,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile h2,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile h3,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile h4,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile p,
  body[contenteditable] .bg-secondary-light-blue-ws-mobile span,
  body[contenteditable] .bg-lightblue3-xs h1,
  body[contenteditable] .bg-lightblue3-xs h2,
  body[contenteditable] .bg-lightblue3-xs h3,
  body[contenteditable] .bg-lightblue3-xs h4,
  body[contenteditable] .bg-lightblue3-xs p,
  body[contenteditable] .bg-lightblue3-xs span,
  body[contenteditable] .bg-secondary-light-blue-ws-xs h1,
  body[contenteditable] .bg-secondary-light-blue-ws-xs h2,
  body[contenteditable] .bg-secondary-light-blue-ws-xs h3,
  body[contenteditable] .bg-secondary-light-blue-ws-xs h4,
  body[contenteditable] .bg-secondary-light-blue-ws-xs p,
  body[contenteditable] .bg-secondary-light-blue-ws-xs span {
    color: rgb(0, 43, 73);
  }
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs, #sfPageContainer .bg-secondary-light-blue-mobile,
  #sfPageContainer .bg-secondary-light-blue-xs, .sf-input.-rich-text .bg-secondary-light-blue-mobile,
  .sf-input.-rich-text .bg-secondary-light-blue-xs, body[contenteditable] .bg-secondary-light-blue-mobile,
  body[contenteditable] .bg-secondary-light-blue-xs {
    color: rgb(0, 43, 73);
    background-color: rgb(162, 214, 231) !important;
  }
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile h1,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile h2,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile h3,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile h4,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile p,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-mobile span,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs h1,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs h2,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs h3,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs h4,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs p,
  body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-xs span, #sfPageContainer .bg-secondary-light-blue-mobile h1,
  #sfPageContainer .bg-secondary-light-blue-mobile h2,
  #sfPageContainer .bg-secondary-light-blue-mobile h3,
  #sfPageContainer .bg-secondary-light-blue-mobile h4,
  #sfPageContainer .bg-secondary-light-blue-mobile p,
  #sfPageContainer .bg-secondary-light-blue-mobile span,
  #sfPageContainer .bg-secondary-light-blue-xs h1,
  #sfPageContainer .bg-secondary-light-blue-xs h2,
  #sfPageContainer .bg-secondary-light-blue-xs h3,
  #sfPageContainer .bg-secondary-light-blue-xs h4,
  #sfPageContainer .bg-secondary-light-blue-xs p,
  #sfPageContainer .bg-secondary-light-blue-xs span, .sf-input.-rich-text .bg-secondary-light-blue-mobile h1,
  .sf-input.-rich-text .bg-secondary-light-blue-mobile h2,
  .sf-input.-rich-text .bg-secondary-light-blue-mobile h3,
  .sf-input.-rich-text .bg-secondary-light-blue-mobile h4,
  .sf-input.-rich-text .bg-secondary-light-blue-mobile p,
  .sf-input.-rich-text .bg-secondary-light-blue-mobile span,
  .sf-input.-rich-text .bg-secondary-light-blue-xs h1,
  .sf-input.-rich-text .bg-secondary-light-blue-xs h2,
  .sf-input.-rich-text .bg-secondary-light-blue-xs h3,
  .sf-input.-rich-text .bg-secondary-light-blue-xs h4,
  .sf-input.-rich-text .bg-secondary-light-blue-xs p,
  .sf-input.-rich-text .bg-secondary-light-blue-xs span, body[contenteditable] .bg-secondary-light-blue-mobile h1,
  body[contenteditable] .bg-secondary-light-blue-mobile h2,
  body[contenteditable] .bg-secondary-light-blue-mobile h3,
  body[contenteditable] .bg-secondary-light-blue-mobile h4,
  body[contenteditable] .bg-secondary-light-blue-mobile p,
  body[contenteditable] .bg-secondary-light-blue-mobile span,
  body[contenteditable] .bg-secondary-light-blue-xs h1,
  body[contenteditable] .bg-secondary-light-blue-xs h2,
  body[contenteditable] .bg-secondary-light-blue-xs h3,
  body[contenteditable] .bg-secondary-light-blue-xs h4,
  body[contenteditable] .bg-secondary-light-blue-xs p,
  body[contenteditable] .bg-secondary-light-blue-xs span {
    color: rgb(0, 43, 73);
  }
  body.amwins-page:not(.sfPageEditor) .break-container-xs, #sfPageContainer .break-container-xs, .sf-input.-rich-text .break-container-xs, body[contenteditable] .break-container-xs {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
body.amwins-page:not(.sfPageEditor) ul, #sfPageContainer ul, .sf-input.-rich-text ul, body[contenteditable] ul {
  text-align: left;
}
body.amwins-page:not(.sfPageEditor) .bg-light-gradient,
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-gradient-30deg, #sfPageContainer .bg-light-gradient,
#sfPageContainer .bg-secondary-light-blue-ws-gradient-30deg, .sf-input.-rich-text .bg-light-gradient,
.sf-input.-rich-text .bg-secondary-light-blue-ws-gradient-30deg, body[contenteditable] .bg-light-gradient,
body[contenteditable] .bg-secondary-light-blue-ws-gradient-30deg {
  background: linear-gradient(30deg, #ebf6f9 0%, #a2d6e7 100%);
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws-gradient-225deg, #sfPageContainer .bg-secondary-light-blue-ws-gradient-225deg, .sf-input.-rich-text .bg-secondary-light-blue-ws-gradient-225deg, body[contenteditable] .bg-secondary-light-blue-ws-gradient-225deg {
  background-image: linear-gradient(225deg, #ebf6f9 0, #a2d6e7 170%);
}
body.amwins-page:not(.sfPageEditor) .bg-light-gradient-triangles, #sfPageContainer .bg-light-gradient-triangles, .sf-input.-rich-text .bg-light-gradient-triangles, body[contenteditable] .bg-light-gradient-triangles {
  background: url(/images/default-source/default-album/transparent-blue-test.png), linear-gradient(30deg, #ebf6f9 0%, #a2d6e7 100%);
}
body.amwins-page:not(.sfPageEditor) .lightblue,
body.amwins-page:not(.sfPageEditor) .light-blue, #sfPageContainer .lightblue,
#sfPageContainer .light-blue, .sf-input.-rich-text .lightblue,
.sf-input.-rich-text .light-blue, body[contenteditable] .lightblue,
body[contenteditable] .light-blue {
  color: rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) .footer-top, #sfPageContainer .footer-top, .sf-input.-rich-text .footer-top, body[contenteditable] .footer-top {
  height: 130px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-top, #sfPageContainer .footer-top, .sf-input.-rich-text .footer-top, body[contenteditable] .footer-top {
    height: 180px;
  }
}
body.amwins-page:not(.sfPageEditor) .footer-middle, #sfPageContainer .footer-middle, .sf-input.-rich-text .footer-middle, body[contenteditable] .footer-middle {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-middle, #sfPageContainer .footer-middle, .sf-input.-rich-text .footer-middle, body[contenteditable] .footer-middle {
    height: 427px;
  }
  body.amwins-page:not(.sfPageEditor) .footer-middle > div, #sfPageContainer .footer-middle > div, .sf-input.-rich-text .footer-middle > div, body[contenteditable] .footer-middle > div {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .footer-middle, #sfPageContainer .footer-middle, .sf-input.-rich-text .footer-middle, body[contenteditable] .footer-middle {
    height: 649px;
  }
  body.amwins-page:not(.sfPageEditor) .footer-middle > div, #sfPageContainer .footer-middle > div, .sf-input.-rich-text .footer-middle > div, body[contenteditable] .footer-middle > div {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-middle, #sfPageContainer .footer-middle, .sf-input.-rich-text .footer-middle, body[contenteditable] .footer-middle {
    padding: 0;
  }
  body.amwins-page:not(.sfPageEditor) .footer-middle > div:first-child, #sfPageContainer .footer-middle > div:first-child, .sf-input.-rich-text .footer-middle > div:first-child, body[contenteditable] .footer-middle > div:first-child {
    border-right: 1px solid rgb(162, 214, 231);
  }
}
body.amwins-page:not(.sfPageEditor) .footer-hline, #sfPageContainer .footer-hline, .sf-input.-rich-text .footer-hline, body[contenteditable] .footer-hline {
  height: 0px;
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .footer-hline::after, #sfPageContainer .footer-hline::after, .sf-input.-rich-text .footer-hline::after, body[contenteditable] .footer-hline::after {
  content: "";
  height: 1px;
  background-color: rgb(162, 214, 231);
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-hline::after, #sfPageContainer .footer-hline::after, .sf-input.-rich-text .footer-hline::after, body[contenteditable] .footer-hline::after {
    top: 180px;
  }
}
body.amwins-page:not(.sfPageEditor) .footer-icon, #sfPageContainer .footer-icon, .sf-input.-rich-text .footer-icon, body[contenteditable] .footer-icon {
  margin: 20px 30px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .footer-icon, #sfPageContainer .footer-icon, .sf-input.-rich-text .footer-icon, body[contenteditable] .footer-icon {
    margin: 0 48px 0 0;
  }
}
body.amwins-page:not(.sfPageEditor) .footer-bottom,
body.amwins-page:not(.sfPageEditor) .footer-bottom a, #sfPageContainer .footer-bottom,
#sfPageContainer .footer-bottom a, .sf-input.-rich-text .footer-bottom,
.sf-input.-rich-text .footer-bottom a, body[contenteditable] .footer-bottom,
body[contenteditable] .footer-bottom a {
  font-family: SoehneBuch;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 0;
}
body.amwins-page:not(.sfPageEditor) .lightbox, #sfPageContainer .lightbox, .sf-input.-rich-text .lightbox, body[contenteditable] .lightbox {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .lightbox-content, #sfPageContainer .lightbox-content, .sf-input.-rich-text .lightbox-content, body[contenteditable] .lightbox-content {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(162, 214, 231, 0.8);
  z-index: 100;
}
body.amwins-page:not(.sfPageEditor) iframe, #sfPageContainer iframe, .sf-input.-rich-text iframe, body[contenteditable] iframe {
  border: none;
}
body.amwins-page:not(.sfPageEditor) .border-box-row .corner-icon-check,
body.amwins-page:not(.sfPageEditor) .border-box-row-not-first .corner-icon-check, #sfPageContainer .border-box-row .corner-icon-check,
#sfPageContainer .border-box-row-not-first .corner-icon-check, .sf-input.-rich-text .border-box-row .corner-icon-check,
.sf-input.-rich-text .border-box-row-not-first .corner-icon-check, body[contenteditable] .border-box-row .corner-icon-check,
body[contenteditable] .border-box-row-not-first .corner-icon-check {
  position: relative;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
body.amwins-page:not(.sfPageEditor) .border-box-row .corner-icon-check::after,
body.amwins-page:not(.sfPageEditor) .border-box-row-not-first .corner-icon-check::after, #sfPageContainer .border-box-row .corner-icon-check::after,
#sfPageContainer .border-box-row-not-first .corner-icon-check::after, .sf-input.-rich-text .border-box-row .corner-icon-check::after,
.sf-input.-rich-text .border-box-row-not-first .corner-icon-check::after, body[contenteditable] .border-box-row .corner-icon-check::after,
body[contenteditable] .border-box-row-not-first .corner-icon-check::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(/images/default-source/buttons-and-icons/white-check-icon.png);
  background-size: 30px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  background-color: rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .border-box-row > div,
body.amwins-page:not(.sfPageEditor) .border-box-row-not-first > div, #sfPageContainer .border-box-row > div,
#sfPageContainer .border-box-row-not-first > div, .sf-input.-rich-text .border-box-row > div,
.sf-input.-rich-text .border-box-row-not-first > div, body[contenteditable] .border-box-row > div,
body[contenteditable] .border-box-row-not-first > div {
  padding: 30px 36px;
  border-right: 1px solid rgb(162, 214, 231);
  border-bottom: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .border-box-row > div:first-child,
body.amwins-page:not(.sfPageEditor) .border-box-row-not-first > div:first-child, #sfPageContainer .border-box-row > div:first-child,
#sfPageContainer .border-box-row-not-first > div:first-child, .sf-input.-rich-text .border-box-row > div:first-child,
.sf-input.-rich-text .border-box-row-not-first > div:first-child, body[contenteditable] .border-box-row > div:first-child,
body[contenteditable] .border-box-row-not-first > div:first-child {
  border-left: 1px solid rgb(162, 214, 231);
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .border-box-row > div,
  body.amwins-page:not(.sfPageEditor) .border-box-row-not-first > div, #sfPageContainer .border-box-row > div,
  #sfPageContainer .border-box-row-not-first > div, .sf-input.-rich-text .border-box-row > div,
  .sf-input.-rich-text .border-box-row-not-first > div, body[contenteditable] .border-box-row > div,
  body[contenteditable] .border-box-row-not-first > div {
    border-left: 1px solid rgb(162, 214, 231);
  }
}
body.amwins-page:not(.sfPageEditor) .border-box-row:not(.border-box-row-not-first) > div:first-child, #sfPageContainer .border-box-row:not(.border-box-row-not-first) > div:first-child, .sf-input.-rich-text .border-box-row:not(.border-box-row-not-first) > div:first-child, body[contenteditable] .border-box-row:not(.border-box-row-not-first) > div:first-child {
  border-top: 1px solid rgb(162, 214, 231);
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .border-box-row:not(.border-box-row-not-first) > div, #sfPageContainer .border-box-row:not(.border-box-row-not-first) > div, .sf-input.-rich-text .border-box-row:not(.border-box-row-not-first) > div, body[contenteditable] .border-box-row:not(.border-box-row-not-first) > div {
    border-top: 1px solid rgb(162, 214, 231);
  }
}
body.amwins-page:not(.sfPageEditor) .border-box-link, #sfPageContainer .border-box-link, .sf-input.-rich-text .border-box-link, body[contenteditable] .border-box-link {
  display: flex;
  padding: 0 !important;
  flex-direction: column;
}
body.amwins-page:not(.sfPageEditor) .border-box-link div:not(.text-center), #sfPageContainer .border-box-link div:not(.text-center), .sf-input.-rich-text .border-box-link div:not(.text-center), body[contenteditable] .border-box-link div:not(.text-center) {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
}
body.amwins-page:not(.sfPageEditor) .border-box-link hr, #sfPageContainer .border-box-link hr, .sf-input.-rich-text .border-box-link hr, body[contenteditable] .border-box-link hr {
  width: 100%;
  margin-bottom: 18px;
}
body.amwins-page:not(.sfPageEditor) .border-box-link ul, #sfPageContainer .border-box-link ul, .sf-input.-rich-text .border-box-link ul, body[contenteditable] .border-box-link ul {
  padding-left: 20px;
}
body.amwins-page:not(.sfPageEditor) .border-box-link a, #sfPageContainer .border-box-link a, .sf-input.-rich-text .border-box-link a, body[contenteditable] .border-box-link a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: rgb(0, 43, 73);
  padding: 30px 36px;
}
body.amwins-page:not(.sfPageEditor) .border-box-link a img, #sfPageContainer .border-box-link a img, .sf-input.-rich-text .border-box-link a img, body[contenteditable] .border-box-link a img {
  margin-bottom: 16px;
}
body.amwins-page:not(.sfPageEditor) .border-box-link:hover, #sfPageContainer .border-box-link:hover, .sf-input.-rich-text .border-box-link:hover, body[contenteditable] .border-box-link:hover {
  box-shadow: 0 20px 40px 0 rgba(55, 120, 162, 0.3);
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers, #sfPageContainer .by-the-numbers, .sf-input.-rich-text .by-the-numbers, body[contenteditable] .by-the-numbers {
  padding: 60px 0;
  background-color: rgb(235, 246, 249);
  border: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers h2,
body.amwins-page:not(.sfPageEditor) .by-the-numbers h3, #sfPageContainer .by-the-numbers h2,
#sfPageContainer .by-the-numbers h3, .sf-input.-rich-text .by-the-numbers h2,
.sf-input.-rich-text .by-the-numbers h3, body[contenteditable] .by-the-numbers h2,
body[contenteditable] .by-the-numbers h3 {
  color: rgb(0, 179, 227) !important;
  margin-bottom: 0;
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers h2, #sfPageContainer .by-the-numbers h2, .sf-input.-rich-text .by-the-numbers h2, body[contenteditable] .by-the-numbers h2 {
  font-size: 40px;
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers p, #sfPageContainer .by-the-numbers p, .sf-input.-rich-text .by-the-numbers p, body[contenteditable] .by-the-numbers p {
  font-weight: bold;
  font-size: 22px;
  color: rgb(0, 43, 73) !important;
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers img, #sfPageContainer .by-the-numbers img, .sf-input.-rich-text .by-the-numbers img, body[contenteditable] .by-the-numbers img {
  filter: drop-shadow(0px 20px 40px rgba(55, 120, 162, 0.3));
  padding-bottom: 20px;
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers hr, #sfPageContainer .by-the-numbers hr, .sf-input.-rich-text .by-the-numbers hr, body[contenteditable] .by-the-numbers hr {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers > div, #sfPageContainer .by-the-numbers > div, .sf-input.-rich-text .by-the-numbers > div, body[contenteditable] .by-the-numbers > div {
  padding: 0 23px;
}
body.amwins-page:not(.sfPageEditor) .by-the-numbers > div > .sf_colsIn, #sfPageContainer .by-the-numbers > div > .sf_colsIn, .sf-input.-rich-text .by-the-numbers > div > .sf_colsIn, body[contenteditable] .by-the-numbers > div > .sf_colsIn {
  border-top: 1px solid rgb(162, 214, 231);
  padding-top: 35px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .by-the-numbers, #sfPageContainer .by-the-numbers, .sf-input.-rich-text .by-the-numbers, body[contenteditable] .by-the-numbers {
    padding: 75px 0;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers > div, #sfPageContainer .by-the-numbers > div, .sf-input.-rich-text .by-the-numbers > div, body[contenteditable] .by-the-numbers > div {
    padding: 0 70px;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers > div > .sf_colsIn, #sfPageContainer .by-the-numbers > div > .sf_colsIn, .sf-input.-rich-text .by-the-numbers > div > .sf_colsIn, body[contenteditable] .by-the-numbers > div > .sf_colsIn {
    padding-top: 70px;
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .by-the-numbers, #sfPageContainer .by-the-numbers, .sf-input.-rich-text .by-the-numbers, body[contenteditable] .by-the-numbers {
    padding: 55px 0;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers p,
  body.amwins-page:not(.sfPageEditor) .by-the-numbers h2,
  body.amwins-page:not(.sfPageEditor) .by-the-numbers h3, #sfPageContainer .by-the-numbers p,
  #sfPageContainer .by-the-numbers h2,
  #sfPageContainer .by-the-numbers h3, .sf-input.-rich-text .by-the-numbers p,
  .sf-input.-rich-text .by-the-numbers h2,
  .sf-input.-rich-text .by-the-numbers h3, body[contenteditable] .by-the-numbers p,
  body[contenteditable] .by-the-numbers h2,
  body[contenteditable] .by-the-numbers h3 {
    margin-bottom: 0;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers > div, #sfPageContainer .by-the-numbers > div, .sf-input.-rich-text .by-the-numbers > div, body[contenteditable] .by-the-numbers > div {
    padding: 0 80px;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers > div > .sf_colsIn, #sfPageContainer .by-the-numbers > div > .sf_colsIn, .sf-input.-rich-text .by-the-numbers > div > .sf_colsIn, body[contenteditable] .by-the-numbers > div > .sf_colsIn {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers hr, #sfPageContainer .by-the-numbers hr, .sf-input.-rich-text .by-the-numbers hr, body[contenteditable] .by-the-numbers hr {
    display: block;
    width: 100%;
    height: 0px;
    color: rgb(162, 214, 231);
    border: none;
    border-bottom: 1px solid;
  }
  body.amwins-page:not(.sfPageEditor) .by-the-numbers > div:first-child, #sfPageContainer .by-the-numbers > div:first-child, .sf-input.-rich-text .by-the-numbers > div:first-child, body[contenteditable] .by-the-numbers > div:first-child {
    border-right: 1px solid rgb(162, 214, 231);
  }
}
body.amwins-page:not(.sfPageEditor) .overlap-inside-top, #sfPageContainer .overlap-inside-top, .sf-input.-rich-text .overlap-inside-top, body[contenteditable] .overlap-inside-top {
  border-top: 100px solid white;
}
body.amwins-page:not(.sfPageEditor) .overlap-inside-top > div, #sfPageContainer .overlap-inside-top > div, .sf-input.-rich-text .overlap-inside-top > div, body[contenteditable] .overlap-inside-top > div {
  margin-top: -100px;
}
body.amwins-page:not(.sfPageEditor) .content-ribbon.overlap-inside-top,
body.amwins-page:not(.sfPageEditor) .content-ribbon.overlap-inside-top-1_5x, #sfPageContainer .content-ribbon.overlap-inside-top,
#sfPageContainer .content-ribbon.overlap-inside-top-1_5x, .sf-input.-rich-text .content-ribbon.overlap-inside-top,
.sf-input.-rich-text .content-ribbon.overlap-inside-top-1_5x, body[contenteditable] .content-ribbon.overlap-inside-top,
body[contenteditable] .content-ribbon.overlap-inside-top-1_5x {
  padding-top: 0 !important;
  margin-top: 60px;
}
body.amwins-page:not(.sfPageEditor) .overlap-inside-top-1_5x, #sfPageContainer .overlap-inside-top-1_5x, .sf-input.-rich-text .overlap-inside-top-1_5x, body[contenteditable] .overlap-inside-top-1_5x {
  border-top: 150px solid white;
}
body.amwins-page:not(.sfPageEditor) .overlap-inside-top-1_5x > div, #sfPageContainer .overlap-inside-top-1_5x > div, .sf-input.-rich-text .overlap-inside-top-1_5x > div, body[contenteditable] .overlap-inside-top-1_5x > div {
  margin-top: -150px;
}
body.amwins-page:not(.sfPageEditor) .overlap-inside-bottom, #sfPageContainer .overlap-inside-bottom, .sf-input.-rich-text .overlap-inside-bottom, body[contenteditable] .overlap-inside-bottom {
  border-bottom: 100px solid white;
}
body.amwins-page:not(.sfPageEditor) .overlap-inside-bottom > div, #sfPageContainer .overlap-inside-bottom > div, .sf-input.-rich-text .overlap-inside-bottom > div, body[contenteditable] .overlap-inside-bottom > div {
  margin-bottom: -100px;
}
body.amwins-page:not(.sfPageEditor) .mt-n-200, #sfPageContainer .mt-n-200, .sf-input.-rich-text .mt-n-200, body[contenteditable] .mt-n-200 {
  margin-top: -200px !important;
}
body.amwins-page:not(.sfPageEditor) .pb-200, #sfPageContainer .pb-200, .sf-input.-rich-text .pb-200, body[contenteditable] .pb-200 {
  padding-bottom: 200px !important;
}
body.amwins-page:not(.sfPageEditor) .z-1, #sfPageContainer .z-1, .sf-input.-rich-text .z-1, body[contenteditable] .z-1 {
  z-index: 1 !important;
}
body.amwins-page:not(.sfPageEditor) .z-2, #sfPageContainer .z-2, .sf-input.-rich-text .z-2, body[contenteditable] .z-2 {
  z-index: 2 !important;
}
body.amwins-page:not(.sfPageEditor) .z-3, #sfPageContainer .z-3, .sf-input.-rich-text .z-3, body[contenteditable] .z-3 {
  z-index: 3 !important;
}
body.amwins-page:not(.sfPageEditor) .z-4, #sfPageContainer .z-4, .sf-input.-rich-text .z-4, body[contenteditable] .z-4 {
  z-index: 4 !important;
}
body.amwins-page:not(.sfPageEditor) .z-5, #sfPageContainer .z-5, .sf-input.-rich-text .z-5, body[contenteditable] .z-5 {
  z-index: 5 !important;
}
body.amwins-page:not(.sfPageEditor) .content-ribbon.overlap-inside-bottom, #sfPageContainer .content-ribbon.overlap-inside-bottom, .sf-input.-rich-text .content-ribbon.overlap-inside-bottom, body[contenteditable] .content-ribbon.overlap-inside-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 60px;
}
body.amwins-page:not(.sfPageEditor) .content-ribbon, #sfPageContainer .content-ribbon, .sf-input.-rich-text .content-ribbon, body[contenteditable] .content-ribbon {
  padding: 30px 0;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .content-ribbon, #sfPageContainer .content-ribbon, .sf-input.-rich-text .content-ribbon, body[contenteditable] .content-ribbon {
    padding: 60px 0;
  }
}
body.amwins-page:not(.sfPageEditor) .section-margin-top, #sfPageContainer .section-margin-top, .sf-input.-rich-text .section-margin-top, body[contenteditable] .section-margin-top {
  margin-top: 60px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .section-margin-top, #sfPageContainer .section-margin-top, .sf-input.-rich-text .section-margin-top, body[contenteditable] .section-margin-top {
    margin-top: 120px;
  }
}
body.amwins-page:not(.sfPageEditor) .section-margin-bottom, #sfPageContainer .section-margin-bottom, .sf-input.-rich-text .section-margin-bottom, body[contenteditable] .section-margin-bottom {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .section-margin-bottom, #sfPageContainer .section-margin-bottom, .sf-input.-rich-text .section-margin-bottom, body[contenteditable] .section-margin-bottom {
    margin-bottom: 120px;
  }
}
body.amwins-page:not(.sfPageEditor) .section-padding-top, #sfPageContainer .section-padding-top, .sf-input.-rich-text .section-padding-top, body[contenteditable] .section-padding-top {
  padding-top: 30px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .section-padding-top, #sfPageContainer .section-padding-top, .sf-input.-rich-text .section-padding-top, body[contenteditable] .section-padding-top {
    padding-top: 60px;
  }
}
body.amwins-page:not(.sfPageEditor) .section-padding-bottom, #sfPageContainer .section-padding-bottom, .sf-input.-rich-text .section-padding-bottom, body[contenteditable] .section-padding-bottom {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .section-padding-bottom, #sfPageContainer .section-padding-bottom, .sf-input.-rich-text .section-padding-bottom, body[contenteditable] .section-padding-bottom {
    padding-bottom: 60px;
  }
}
body.amwins-page:not(.sfPageEditor) .hidden, #sfPageContainer .hidden, .sf-input.-rich-text .hidden, body[contenteditable] .hidden {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .home-hero, #sfPageContainer .home-hero, .sf-input.-rich-text .home-hero, body[contenteditable] .home-hero {
  overflow: hidden;
  padding: 60px 0 0 0;
  position: relative;
  background-color: rgb(235, 246, 249);
  background-size: cover;
}
body.amwins-page:not(.sfPageEditor) .home-hero .home-hero-above, #sfPageContainer .home-hero .home-hero-above, .sf-input.-rich-text .home-hero .home-hero-above, body[contenteditable] .home-hero .home-hero-above {
  display: none;
}
@media (min-width: 576px) {
  body.amwins-page:not(.sfPageEditor) .home-hero, #sfPageContainer .home-hero, .sf-input.-rich-text .home-hero, body[contenteditable] .home-hero {
    background-color: transparent;
    padding: 60px 0;
  }
}
body.amwins-page:not(.sfPageEditor) .home-hero .col-12, #sfPageContainer .home-hero .col-12, .sf-input.-rich-text .home-hero .col-12, body[contenteditable] .home-hero .col-12 {
  z-index: 2;
}
body.amwins-page:not(.sfPageEditor) .home-hero h1, #sfPageContainer .home-hero h1, .sf-input.-rich-text .home-hero h1, body[contenteditable] .home-hero h1 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .home-hero, #sfPageContainer .home-hero, .sf-input.-rich-text .home-hero, body[contenteditable] .home-hero {
    padding: 75px 0;
  }
  body.amwins-page:not(.sfPageEditor) .home-hero h1, #sfPageContainer .home-hero h1, .sf-input.-rich-text .home-hero h1, body[contenteditable] .home-hero h1 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .home-hero, #sfPageContainer .home-hero, .sf-input.-rich-text .home-hero, body[contenteditable] .home-hero {
    background-image: url(/images/default-source/default-album/bg-image-jpg.jpg);
    padding: 200px 0;
  }
}
body.amwins-page:not(.sfPageEditor) .home-hero h3, #sfPageContainer .home-hero h3, .sf-input.-rich-text .home-hero h3, body[contenteditable] .home-hero h3 {
  color: rgb(0, 179, 227);
  margin-bottom: 0;
}
body.amwins-page:not(.sfPageEditor) .home-hero span, #sfPageContainer .home-hero span, .sf-input.-rich-text .home-hero span, body[contenteditable] .home-hero span {
  margin-bottom: 15px;
}
body.amwins-page:not(.sfPageEditor) .home-hero h1 b,
body.amwins-page:not(.sfPageEditor) .home-hero h1 strong,
body.amwins-page:not(.sfPageEditor) .home-hero h2 b,
body.amwins-page:not(.sfPageEditor) .home-hero h2 strong,
body.amwins-page:not(.sfPageEditor) .home-hero h3 b,
body.amwins-page:not(.sfPageEditor) .home-hero h3 strong,
body.amwins-page:not(.sfPageEditor) .home-hero h4 b,
body.amwins-page:not(.sfPageEditor) .home-hero h4 strong,
body.amwins-page:not(.sfPageEditor) .home-hero h5 b,
body.amwins-page:not(.sfPageEditor) .home-hero h5 strong,
body.amwins-page:not(.sfPageEditor) .home-hero h6 b,
body.amwins-page:not(.sfPageEditor) .home-hero h6 strong, #sfPageContainer .home-hero h1 b,
#sfPageContainer .home-hero h1 strong,
#sfPageContainer .home-hero h2 b,
#sfPageContainer .home-hero h2 strong,
#sfPageContainer .home-hero h3 b,
#sfPageContainer .home-hero h3 strong,
#sfPageContainer .home-hero h4 b,
#sfPageContainer .home-hero h4 strong,
#sfPageContainer .home-hero h5 b,
#sfPageContainer .home-hero h5 strong,
#sfPageContainer .home-hero h6 b,
#sfPageContainer .home-hero h6 strong, .sf-input.-rich-text .home-hero h1 b,
.sf-input.-rich-text .home-hero h1 strong,
.sf-input.-rich-text .home-hero h2 b,
.sf-input.-rich-text .home-hero h2 strong,
.sf-input.-rich-text .home-hero h3 b,
.sf-input.-rich-text .home-hero h3 strong,
.sf-input.-rich-text .home-hero h4 b,
.sf-input.-rich-text .home-hero h4 strong,
.sf-input.-rich-text .home-hero h5 b,
.sf-input.-rich-text .home-hero h5 strong,
.sf-input.-rich-text .home-hero h6 b,
.sf-input.-rich-text .home-hero h6 strong, body[contenteditable] .home-hero h1 b,
body[contenteditable] .home-hero h1 strong,
body[contenteditable] .home-hero h2 b,
body[contenteditable] .home-hero h2 strong,
body[contenteditable] .home-hero h3 b,
body[contenteditable] .home-hero h3 strong,
body[contenteditable] .home-hero h4 b,
body[contenteditable] .home-hero h4 strong,
body[contenteditable] .home-hero h5 b,
body[contenteditable] .home-hero h5 strong,
body[contenteditable] .home-hero h6 b,
body[contenteditable] .home-hero h6 strong {
  color: rgb(0, 179, 227);
  font-weight: normal;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.has-above-text, #sfPageContainer .home-hero.has-above-text, .sf-input.-rich-text .home-hero.has-above-text, body[contenteditable] .home-hero.has-above-text {
    padding: 100px 0 200px;
  }
}
body.amwins-page:not(.sfPageEditor) .home-hero.has-above-text .home-hero-above, #sfPageContainer .home-hero.has-above-text .home-hero-above, .sf-input.-rich-text .home-hero.has-above-text .home-hero-above, body[contenteditable] .home-hero.has-above-text .home-hero-above {
  padding-bottom: 33px;
  display: block;
}
@media (min-width: 576px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.has-above-text .home-hero-above, #sfPageContainer .home-hero.has-above-text .home-hero-above, .sf-input.-rich-text .home-hero.has-above-text .home-hero-above, body[contenteditable] .home-hero.has-above-text .home-hero-above {
    padding-bottom: 66px;
  }
}
body.amwins-page:not(.sfPageEditor) .home-hero.has-above-text .home-hero-above h3, #sfPageContainer .home-hero.has-above-text .home-hero-above h3, .sf-input.-rich-text .home-hero.has-above-text .home-hero-above h3, body[contenteditable] .home-hero.has-above-text .home-hero-above h3 {
  display: inline-block;
  position: relative;
  padding-right: 29px;
}
body.amwins-page:not(.sfPageEditor) .home-hero.has-above-text .home-hero-above h3::after, #sfPageContainer .home-hero.has-above-text .home-hero-above h3::after, .sf-input.-rich-text .home-hero.has-above-text .home-hero-above h3::after, body[contenteditable] .home-hero.has-above-text .home-hero-above h3::after {
  content: "";
  background-image: url(/images/default-source/buttons-and-icons/blue-arrow.png);
  width: 11px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body.amwins-page:not(.sfPageEditor) .home-hero::after,
body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::after,
#sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::after,
.sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::after,
body[contenteditable] .home-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgb(235, 246, 249);
  transform: skew(-27.5deg);
  content: "";
  left: -260px;
}
@media (min-width: 576px) {
  body.amwins-page:not(.sfPageEditor) .home-hero::after,
  body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::after,
  #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::after,
  .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::after,
  body[contenteditable] .home-hero::before {
    width: 836px;
  }
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .home-hero::after,
  body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::after,
  #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::after,
  .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::after,
  body[contenteditable] .home-hero::before {
    width: 1012px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .home-hero::after,
  body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::after,
  #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::after,
  .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::after,
  body[contenteditable] .home-hero::before {
    width: 893px;
  }
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .home-hero::after,
  body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::after,
  #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::after,
  .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::after,
  body[contenteditable] .home-hero::before {
    width: 1019px;
  }
}
@media (min-width: 1320px) {
  body.amwins-page:not(.sfPageEditor) .home-hero::after,
  body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::after,
  #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::after,
  .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::after,
  body[contenteditable] .home-hero::before {
    width: 1060px;
  }
}
@media (min-width: 576px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::after,
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::before, #sfPageContainer .home-hero.home-hero.has-above-text::after,
  #sfPageContainer .home-hero.home-hero.has-above-text::before, .sf-input.-rich-text .home-hero.home-hero.has-above-text::after,
  .sf-input.-rich-text .home-hero.home-hero.has-above-text::before, body[contenteditable] .home-hero.home-hero.has-above-text::after,
  body[contenteditable] .home-hero.home-hero.has-above-text::before {
    width: 870px;
  }
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::after,
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::before, #sfPageContainer .home-hero.home-hero.has-above-text::after,
  #sfPageContainer .home-hero.home-hero.has-above-text::before, .sf-input.-rich-text .home-hero.home-hero.has-above-text::after,
  .sf-input.-rich-text .home-hero.home-hero.has-above-text::before, body[contenteditable] .home-hero.home-hero.has-above-text::after,
  body[contenteditable] .home-hero.home-hero.has-above-text::before {
    width: 1042px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::after,
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::before, #sfPageContainer .home-hero.home-hero.has-above-text::after,
  #sfPageContainer .home-hero.home-hero.has-above-text::before, .sf-input.-rich-text .home-hero.home-hero.has-above-text::after,
  .sf-input.-rich-text .home-hero.home-hero.has-above-text::before, body[contenteditable] .home-hero.home-hero.has-above-text::after,
  body[contenteditable] .home-hero.home-hero.has-above-text::before {
    width: 893px;
  }
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::after,
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::before, #sfPageContainer .home-hero.home-hero.has-above-text::after,
  #sfPageContainer .home-hero.home-hero.has-above-text::before, .sf-input.-rich-text .home-hero.home-hero.has-above-text::after,
  .sf-input.-rich-text .home-hero.home-hero.has-above-text::before, body[contenteditable] .home-hero.home-hero.has-above-text::after,
  body[contenteditable] .home-hero.home-hero.has-above-text::before {
    width: 1019px;
  }
}
@media (min-width: 1320px) {
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::after,
  body.amwins-page:not(.sfPageEditor) .home-hero.home-hero.has-above-text::before, #sfPageContainer .home-hero.home-hero.has-above-text::after,
  #sfPageContainer .home-hero.home-hero.has-above-text::before, .sf-input.-rich-text .home-hero.home-hero.has-above-text::after,
  .sf-input.-rich-text .home-hero.home-hero.has-above-text::before, body[contenteditable] .home-hero.home-hero.has-above-text::after,
  body[contenteditable] .home-hero.home-hero.has-above-text::before {
    width: 1060px;
  }
}
body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::before {
  display: none;
  background: rgba(0, 43, 73, 0.7);
  transform: skew(-27.5deg);
  content: "";
  left: -160px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .home-hero::before, #sfPageContainer .home-hero::before, .sf-input.-rich-text .home-hero::before, body[contenteditable] .home-hero::before {
    display: block;
  }
}
body.amwins-page:not(.sfPageEditor) .tab:not(.active), #sfPageContainer .tab:not(.active), .sf-input.-rich-text .tab:not(.active), body[contenteditable] .tab:not(.active) {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .rdContent .tab:not(.active), #sfPageContainer .rdContent .tab:not(.active), .sf-input.-rich-text .rdContent .tab:not(.active), body[contenteditable] .rdContent .tab:not(.active) {
  display: block;
}
body.amwins-page:not(.sfPageEditor) .tab-nav, #sfPageContainer .tab-nav, .sf-input.-rich-text .tab-nav, body[contenteditable] .tab-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) a.tab-nav-link,
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-toggle, #sfPageContainer a.tab-nav-link,
#sfPageContainer .tab-nav-mobile .dropdown-toggle, .sf-input.-rich-text a.tab-nav-link,
.sf-input.-rich-text .tab-nav-mobile .dropdown-toggle, body[contenteditable] a.tab-nav-link,
body[contenteditable] .tab-nav-mobile .dropdown-toggle {
  color: rgb(204, 213, 219);
  margin: auto;
  border-bottom: 3px solid;
  border-color: rgb(204, 213, 219);
  text-transform: uppercase;
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-family: SoehneKraftig;
}
body.amwins-page:not(.sfPageEditor) a.tab-nav-link.active, #sfPageContainer a.tab-nav-link.active, .sf-input.-rich-text a.tab-nav-link.active, body[contenteditable] a.tab-nav-link.active {
  color: rgb(0, 179, 227);
  border-color: rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) a.tab-nav-link.dropdown-item:nth-child(odd), #sfPageContainer a.tab-nav-link.dropdown-item:nth-child(odd), .sf-input.-rich-text a.tab-nav-link.dropdown-item:nth-child(odd), body[contenteditable] a.tab-nav-link.dropdown-item:nth-child(odd) {
  background-color: rgb(235, 246, 249);
}
body.amwins-page:not(.sfPageEditor) a.tab-nav-link.dropdown-item:nth-child(even), #sfPageContainer a.tab-nav-link.dropdown-item:nth-child(even), .sf-input.-rich-text a.tab-nav-link.dropdown-item:nth-child(even), body[contenteditable] a.tab-nav-link.dropdown-item:nth-child(even) {
  background-color: #fff;
}
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile, #sfPageContainer .tab-nav-mobile, .sf-input.-rich-text .tab-nav-mobile, body[contenteditable] .tab-nav-mobile {
  padding-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-toggle, #sfPageContainer .tab-nav-mobile .dropdown-toggle, .sf-input.-rich-text .tab-nav-mobile .dropdown-toggle, body[contenteditable] .tab-nav-mobile .dropdown-toggle {
  width: 100%;
}
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-menu, #sfPageContainer .tab-nav-mobile .dropdown-menu, .sf-input.-rich-text .tab-nav-mobile .dropdown-menu, body[contenteditable] .tab-nav-mobile .dropdown-menu {
  right: 30px;
}
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-toggle,
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-menu, #sfPageContainer .tab-nav-mobile .dropdown-toggle,
#sfPageContainer .tab-nav-mobile .dropdown-menu, .sf-input.-rich-text .tab-nav-mobile .dropdown-toggle,
.sf-input.-rich-text .tab-nav-mobile .dropdown-menu, body[contenteditable] .tab-nav-mobile .dropdown-toggle,
body[contenteditable] .tab-nav-mobile .dropdown-menu {
  background: #fff;
  border: 0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.4) !important;
  color: rgb(0, 179, 227);
  text-align: left;
}
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-toggle a,
body.amwins-page:not(.sfPageEditor) .tab-nav-mobile .dropdown-menu a, #sfPageContainer .tab-nav-mobile .dropdown-toggle a,
#sfPageContainer .tab-nav-mobile .dropdown-menu a, .sf-input.-rich-text .tab-nav-mobile .dropdown-toggle a,
.sf-input.-rich-text .tab-nav-mobile .dropdown-menu a, body[contenteditable] .tab-nav-mobile .dropdown-toggle a,
body[contenteditable] .tab-nav-mobile .dropdown-menu a {
  border: 0;
  text-align: left;
  color: rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) .info-card, #sfPageContainer .info-card, .sf-input.-rich-text .info-card, body[contenteditable] .info-card {
  padding: 40px;
  background-color: #fff;
  border: 1px solid rgb(162, 214, 231);
  border-top-width: 8px;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}
body.amwins-page:not(.sfPageEditor) .info-card .info-date, #sfPageContainer .info-card .info-date, .sf-input.-rich-text .info-card .info-date, body[contenteditable] .info-card .info-date {
  font-family: SoehneKraftig;
  color: rgb(162, 214, 231);
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
body.amwins-page:not(.sfPageEditor) .info-card .info-head, #sfPageContainer .info-card .info-head, .sf-input.-rich-text .info-card .info-head, body[contenteditable] .info-card .info-head {
  font-size: 25px;
  font-family: SoehneKraftig;
  margin-bottom: 10px;
}
body.amwins-page:not(.sfPageEditor) .info-card .info-details, #sfPageContainer .info-card .info-details, .sf-input.-rich-text .info-card .info-details, body[contenteditable] .info-card .info-details {
  font-family: SoehneBuch;
  font-size: 16px;
  color: rgba(0, 43, 73, 0.75);
  margin-bottom: 15px;
}
body.amwins-page:not(.sfPageEditor) .info-card .info-link, #sfPageContainer .info-card .info-link, .sf-input.-rich-text .info-card .info-link, body[contenteditable] .info-card .info-link {
  text-decoration: underline;
  color: rgb(0, 179, 227);
  font-size: 16px;
  font-family: SoehneKraftig;
  display: block;
}
body.amwins-page:not(.sfPageEditor) .info-card .info-image, #sfPageContainer .info-card .info-image, .sf-input.-rich-text .info-card .info-image, body[contenteditable] .info-card .info-image {
  width: 33%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .info-card .info-text, #sfPageContainer .info-card .info-text, .sf-input.-rich-text .info-card .info-text, body[contenteditable] .info-card .info-text {
    max-width: 100%;
  }
}
body.amwins-page:not(.sfPageEditor) .blue-scroll::-webkit-scrollbar, #sfPageContainer .blue-scroll::-webkit-scrollbar, .sf-input.-rich-text .blue-scroll::-webkit-scrollbar, body[contenteditable] .blue-scroll::-webkit-scrollbar {
  width: 10px;
}
body.amwins-page:not(.sfPageEditor) .blue-scroll::-webkit-scrollbar-track, #sfPageContainer .blue-scroll::-webkit-scrollbar-track, .sf-input.-rich-text .blue-scroll::-webkit-scrollbar-track, body[contenteditable] .blue-scroll::-webkit-scrollbar-track {
  background: rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .blue-scroll::-webkit-scrollbar-thumb, #sfPageContainer .blue-scroll::-webkit-scrollbar-thumb, .sf-input.-rich-text .blue-scroll::-webkit-scrollbar-thumb, body[contenteditable] .blue-scroll::-webkit-scrollbar-thumb {
  background: rgb(0, 43, 73);
  border-radius: 15px;
}
body.amwins-page:not(.sfPageEditor) .blue-scroll a, body.amwins-page:not(.sfPageEditor) .blue-scroll span, body.amwins-page:not(.sfPageEditor) .blue-scroll h1, body.amwins-page:not(.sfPageEditor) .blue-scroll h2, body.amwins-page:not(.sfPageEditor) .blue-scroll h3, body.amwins-page:not(.sfPageEditor) .blue-scroll h4, body.amwins-page:not(.sfPageEditor) .blue-scroll h5, body.amwins-page:not(.sfPageEditor) .blue-scroll strong, body.amwins-page:not(.sfPageEditor) .blue-scroll em, #sfPageContainer .blue-scroll a, #sfPageContainer .blue-scroll span, #sfPageContainer .blue-scroll h1, #sfPageContainer .blue-scroll h2, #sfPageContainer .blue-scroll h3, #sfPageContainer .blue-scroll h4, #sfPageContainer .blue-scroll h5, #sfPageContainer .blue-scroll strong, #sfPageContainer .blue-scroll em, .sf-input.-rich-text .blue-scroll a, .sf-input.-rich-text .blue-scroll span, .sf-input.-rich-text .blue-scroll h1, .sf-input.-rich-text .blue-scroll h2, .sf-input.-rich-text .blue-scroll h3, .sf-input.-rich-text .blue-scroll h4, .sf-input.-rich-text .blue-scroll h5, .sf-input.-rich-text .blue-scroll strong, .sf-input.-rich-text .blue-scroll em, body[contenteditable] .blue-scroll a, body[contenteditable] .blue-scroll span, body[contenteditable] .blue-scroll h1, body[contenteditable] .blue-scroll h2, body[contenteditable] .blue-scroll h3, body[contenteditable] .blue-scroll h4, body[contenteditable] .blue-scroll h5, body[contenteditable] .blue-scroll strong, body[contenteditable] .blue-scroll em {
  direction: initial;
}
body.amwins-page:not(.sfPageEditor) .flex-1-children > *, #sfPageContainer .flex-1-children > *, .sf-input.-rich-text .flex-1-children > *, body[contenteditable] .flex-1-children > * {
  flex: 1;
}
body.amwins-page:not(.sfPageEditor) .image-filter-grey img,
body.amwins-page:not(.sfPageEditor) img.image-filter-grey, #sfPageContainer .image-filter-grey img,
#sfPageContainer img.image-filter-grey, .sf-input.-rich-text .image-filter-grey img,
.sf-input.-rich-text img.image-filter-grey, body[contenteditable] .image-filter-grey img,
body[contenteditable] img.image-filter-grey {
  filter: grayscale(100%);
}
body.amwins-page:not(.sfPageEditor) .bg-filter-grey, #sfPageContainer .bg-filter-grey, .sf-input.-rich-text .bg-filter-grey, body[contenteditable] .bg-filter-grey {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .bg-filter-grey::after, #sfPageContainer .bg-filter-grey::after, .sf-input.-rich-text .bg-filter-grey::after, body[contenteditable] .bg-filter-grey::after {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  -webkit-backdrop-filter: grayscale(100%);
          backdrop-filter: grayscale(100%);
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-controls, #sfPageContainer .scroller .scroller-controls, .sf-input.-rich-text .scroller .scroller-controls, body[contenteditable] .scroller .scroller-controls {
  display: flex;
  margin-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-controls .next,
body.amwins-page:not(.sfPageEditor) .scroller .scroller-controls .prev, #sfPageContainer .scroller .scroller-controls .next,
#sfPageContainer .scroller .scroller-controls .prev, .sf-input.-rich-text .scroller .scroller-controls .next,
.sf-input.-rich-text .scroller .scroller-controls .prev, body[contenteditable] .scroller .scroller-controls .next,
body[contenteditable] .scroller .scroller-controls .prev {
  width: 40px;
  height: 40px;
  padding: 15px 15px 15px 14px;
  background-color: rgb(162, 214, 231);
  background-image: url(/images/default-source/buttons-and-icons/dark-blue-arrow.png);
  background-size: 9px auto;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-controls .prev, #sfPageContainer .scroller .scroller-controls .prev, .sf-input.-rich-text .scroller .scroller-controls .prev, body[contenteditable] .scroller .scroller-controls .prev {
  transform: rotateZ(180deg);
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-controls .scroller-info, #sfPageContainer .scroller .scroller-controls .scroller-info, .sf-input.-rich-text .scroller .scroller-controls .scroller-info, body[contenteditable] .scroller .scroller-controls .scroller-info {
  font-size: 16px;
  color: rgba(0, 43, 73, 0.75);
  display: flex;
  align-items: center;
  padding: 0 20px;
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-items, #sfPageContainer .scroller .scroller-items, .sf-input.-rich-text .scroller .scroller-items, body[contenteditable] .scroller .scroller-items {
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-items .scroller-item, #sfPageContainer .scroller .scroller-items .scroller-item, .sf-input.-rich-text .scroller .scroller-items .scroller-item, body[contenteditable] .scroller .scroller-items .scroller-item {
  flex: 1;
  padding: 40px;
  border: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-items .scroller-item img, #sfPageContainer .scroller .scroller-items .scroller-item img, .sf-input.-rich-text .scroller .scroller-items .scroller-item img, body[contenteditable] .scroller .scroller-items .scroller-item img {
  border: 1px solid rgb(162, 214, 231);
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
  width: 100%;
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-items .scroller-item .type-label, #sfPageContainer .scroller .scroller-items .scroller-item .type-label, .sf-input.-rich-text .scroller .scroller-items .scroller-item .type-label, body[contenteditable] .scroller .scroller-items .scroller-item .type-label {
  font-family: SoehneKraftig;
  font-size: 16px;
  letter-spacing: 0.53px;
  color: rgb(55, 120, 162);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-items .scroller-item h3, #sfPageContainer .scroller .scroller-items .scroller-item h3, .sf-input.-rich-text .scroller .scroller-items .scroller-item h3, body[contenteditable] .scroller .scroller-items .scroller-item h3 {
  margin-bottom: 10px;
}
body.amwins-page:not(.sfPageEditor) .scroller .scroller-items .scroller-item p, #sfPageContainer .scroller .scroller-items .scroller-item p, .sf-input.-rich-text .scroller .scroller-items .scroller-item p, body[contenteditable] .scroller .scroller-items .scroller-item p {
  color: rgba(0, 43, 73, 0.75);
}
body.amwins-page:not(.sfPageEditor) .pt-small, #sfPageContainer .pt-small, .sf-input.-rich-text .pt-small, body[contenteditable] .pt-small {
  padding-top: 135px;
}
body.amwins-page:not(.sfPageEditor) .pt-medium, #sfPageContainer .pt-medium, .sf-input.-rich-text .pt-medium, body[contenteditable] .pt-medium {
  padding-top: 435px;
}
body.amwins-page:not(.sfPageEditor) .pt-large, #sfPageContainer .pt-large, .sf-input.-rich-text .pt-large, body[contenteditable] .pt-large {
  padding-top: 610px;
}
body.amwins-page:not(.sfPageEditor) .neg-bottom-margin-small, #sfPageContainer .neg-bottom-margin-small, .sf-input.-rich-text .neg-bottom-margin-small, body[contenteditable] .neg-bottom-margin-small {
  margin-bottom: -75px;
  z-index: 2;
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .neg-bottom-margin-medium, #sfPageContainer .neg-bottom-margin-medium, .sf-input.-rich-text .neg-bottom-margin-medium, body[contenteditable] .neg-bottom-margin-medium {
  margin-bottom: -375px;
  z-index: 2;
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .neg-bottom-margin-large, #sfPageContainer .neg-bottom-margin-large, .sf-input.-rich-text .neg-bottom-margin-large, body[contenteditable] .neg-bottom-margin-large {
  margin-bottom: -550px;
  z-index: 2;
  position: relative;
}
body.amwins-page:not(.sfPageEditor) table.rdTable .neg-bottom-margin-small,
body.amwins-page:not(.sfPageEditor) table.rdTable .neg-bottom-margin-medium,
body.amwins-page:not(.sfPageEditor) table.rdTable .neg-bottom-margin-large, #sfPageContainer table.rdTable .neg-bottom-margin-small,
#sfPageContainer table.rdTable .neg-bottom-margin-medium,
#sfPageContainer table.rdTable .neg-bottom-margin-large, .sf-input.-rich-text table.rdTable .neg-bottom-margin-small,
.sf-input.-rich-text table.rdTable .neg-bottom-margin-medium,
.sf-input.-rich-text table.rdTable .neg-bottom-margin-large, body[contenteditable] table.rdTable .neg-bottom-margin-small,
body[contenteditable] table.rdTable .neg-bottom-margin-medium,
body[contenteditable] table.rdTable .neg-bottom-margin-large {
  margin-bottom: 0;
}
body.amwins-page:not(.sfPageEditor) .h-700px, #sfPageContainer .h-700px, .sf-input.-rich-text .h-700px, body[contenteditable] .h-700px {
  height: 700px;
}
body.amwins-page:not(.sfPageEditor) .position-absolute-bottom-left, #sfPageContainer .position-absolute-bottom-left, .sf-input.-rich-text .position-absolute-bottom-left, body[contenteditable] .position-absolute-bottom-left {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
body.amwins-page:not(.sfPageEditor) .not-shown, #sfPageContainer .not-shown, .sf-input.-rich-text .not-shown, body[contenteditable] .not-shown {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .cut-corner-right, body.amwins-page:not(.sfPageEditor) .cut-corner-left, #sfPageContainer .cut-corner-right, #sfPageContainer .cut-corner-left, .sf-input.-rich-text .cut-corner-right, .sf-input.-rich-text .cut-corner-left, body[contenteditable] .cut-corner-right, body[contenteditable] .cut-corner-left {
  position: relative;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .cut-corner-right-bg, body.amwins-page:not(.sfPageEditor) .cut-corner-left-bg, #sfPageContainer .cut-corner-right-bg, #sfPageContainer .cut-corner-left-bg, .sf-input.-rich-text .cut-corner-right-bg, .sf-input.-rich-text .cut-corner-left-bg, body[contenteditable] .cut-corner-right-bg, body[contenteditable] .cut-corner-left-bg {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .cut-corner-right::after, body.amwins-page:not(.sfPageEditor) .cut-corner-right-bg::after,
body.amwins-page:not(.sfPageEditor) .cut-corner-left::after, body.amwins-page:not(.sfPageEditor) .cut-corner-left-bg::after, #sfPageContainer .cut-corner-right::after, #sfPageContainer .cut-corner-right-bg::after,
#sfPageContainer .cut-corner-left::after, #sfPageContainer .cut-corner-left-bg::after, .sf-input.-rich-text .cut-corner-right::after, .sf-input.-rich-text .cut-corner-right-bg::after,
.sf-input.-rich-text .cut-corner-left::after, .sf-input.-rich-text .cut-corner-left-bg::after, body[contenteditable] .cut-corner-right::after, body[contenteditable] .cut-corner-right-bg::after,
body[contenteditable] .cut-corner-left::after, body[contenteditable] .cut-corner-left-bg::after {
  content: "";
  background-color: #fff;
  width: 75px;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
body.amwins-page:not(.sfPageEditor) .cut-corner-right::after, body.amwins-page:not(.sfPageEditor) .cut-corner-right-bg::after, #sfPageContainer .cut-corner-right::after, #sfPageContainer .cut-corner-right-bg::after, .sf-input.-rich-text .cut-corner-right::after, .sf-input.-rich-text .cut-corner-right-bg::after, body[contenteditable] .cut-corner-right::after, body[contenteditable] .cut-corner-right-bg::after {
  transform: skew(-27.5deg);
  right: -49px;
}
body.amwins-page:not(.sfPageEditor) .cut-corner-left::after, body.amwins-page:not(.sfPageEditor) .cut-corner-left-bg::after, #sfPageContainer .cut-corner-left::after, #sfPageContainer .cut-corner-left-bg::after, .sf-input.-rich-text .cut-corner-left::after, .sf-input.-rich-text .cut-corner-left-bg::after, body[contenteditable] .cut-corner-left::after, body[contenteditable] .cut-corner-left-bg::after {
  transform: skew(27.5deg);
  left: -49px;
}
body.amwins-page:not(.sfPageEditor) .aps-carrier-recent, body.amwins-page:not(.sfPageEditor) .color-light-blue, #sfPageContainer .aps-carrier-recent, #sfPageContainer .color-light-blue, .sf-input.-rich-text .aps-carrier-recent, .sf-input.-rich-text .color-light-blue, body[contenteditable] .aps-carrier-recent, body[contenteditable] .color-light-blue {
  color: rgb(0, 179, 227) !important;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .columns3-lg, #sfPageContainer .columns3-lg, .sf-input.-rich-text .columns3-lg, body[contenteditable] .columns3-lg {
    -moz-columns: 3;
         columns: 3;
  }
}
body.amwins-page:not(.sfPageEditor) .sticky-side-bar, #sfPageContainer .sticky-side-bar, .sf-input.-rich-text .sticky-side-bar, body[contenteditable] .sticky-side-bar {
  transition: margin 0.2s;
  top: 0;
}
body.amwins-page:not(.sfPageEditor) .sticky-side-bar.stuck, #sfPageContainer .sticky-side-bar.stuck, .sf-input.-rich-text .sticky-side-bar.stuck, body[contenteditable] .sticky-side-bar.stuck {
  position: fixed;
  top: 75px;
  bottom: 0;
  overflow: auto;
}
body.amwins-page:not(.sfPageEditor) .quote-box, #sfPageContainer .quote-box, .sf-input.-rich-text .quote-box, body[contenteditable] .quote-box {
  background-color: rgb(235, 246, 249);
  padding: 60px 40px;
  margin: 40px 0;
}
body.amwins-page:not(.sfPageEditor) .height-auto, #sfPageContainer .height-auto, .sf-input.-rich-text .height-auto, body[contenteditable] .height-auto {
  height: auto !important;
}
body.amwins-page:not(.sfPageEditor) .opacity-0, #sfPageContainer .opacity-0, .sf-input.-rich-text .opacity-0, body[contenteditable] .opacity-0 {
  opacity: 0 !important;
}
body.amwins-page:not(.sfPageEditor) .opacity-1, #sfPageContainer .opacity-1, .sf-input.-rich-text .opacity-1, body[contenteditable] .opacity-1 {
  opacity: 0.2 !important;
}
body.amwins-page:not(.sfPageEditor) .opacity-2, #sfPageContainer .opacity-2, .sf-input.-rich-text .opacity-2, body[contenteditable] .opacity-2 {
  opacity: 0.4 !important;
}
body.amwins-page:not(.sfPageEditor) .opacity-3, #sfPageContainer .opacity-3, .sf-input.-rich-text .opacity-3, body[contenteditable] .opacity-3 {
  opacity: 0.6 !important;
}
body.amwins-page:not(.sfPageEditor) .opacity-4, #sfPageContainer .opacity-4, .sf-input.-rich-text .opacity-4, body[contenteditable] .opacity-4 {
  opacity: 0.8 !important;
}
body.amwins-page:not(.sfPageEditor) .opacity-5, #sfPageContainer .opacity-5, .sf-input.-rich-text .opacity-5, body[contenteditable] .opacity-5 {
  opacity: 1 !important;
}
body.amwins-page:not(.sfPageEditor) .bg-image-black-trans, #sfPageContainer .bg-image-black-trans, .sf-input.-rich-text .bg-image-black-trans, body[contenteditable] .bg-image-black-trans {
  background-image: url(/images/default-source/default-album/transparent-test.png);
}
body.amwins-page:not(.sfPageEditor) .bg-image-trans, #sfPageContainer .bg-image-trans, .sf-input.-rich-text .bg-image-trans, body[contenteditable] .bg-image-trans {
  background-image: url(/images/default-source/default-album/transparent-blue-test.png);
}
body.amwins-page:not(.sfPageEditor) .sf-media .sf-img-thmb a, #sfPageContainer .sf-media .sf-img-thmb a, .sf-input.-rich-text .sf-media .sf-img-thmb a, body[contenteditable] .sf-media .sf-img-thmb a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .sf-media .sf-video-thmb, #sfPageContainer .sf-media .sf-video-thmb, .sf-input.-rich-text .sf-media .sf-video-thmb, body[contenteditable] .sf-media .sf-video-thmb {
  position: relative;
  width: 120px;
  height: 90px;
  background-color: #000;
}
body.amwins-page:not(.sfPageEditor) .sf-media .sf-video-thmb a, #sfPageContainer .sf-media .sf-video-thmb a, .sf-input.-rich-text .sf-media .sf-video-thmb a, body[contenteditable] .sf-media .sf-video-thmb a {
  display: block;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  height: 70px;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .sf-media .sf-video-thmb a .sf-icon-play, #sfPageContainer .sf-media .sf-video-thmb a .sf-icon-play, .sf-input.-rich-text .sf-media .sf-video-thmb a .sf-icon-play, body[contenteditable] .sf-media .sf-video-thmb a .sf-icon-play {
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.8;
}
body.amwins-page:not(.sfPageEditor) .sf-media .sf-video-thmb a .sf-icon-play:hover, #sfPageContainer .sf-media .sf-video-thmb a .sf-icon-play:hover, .sf-input.-rich-text .sf-media .sf-video-thmb a .sf-icon-play:hover, body[contenteditable] .sf-media .sf-video-thmb a .sf-icon-play:hover {
  background-color: #333;
}
body.amwins-page:not(.sfPageEditor) .sf-media .sf-video-thmb a .sf-icon-play:before, #sfPageContainer .sf-media .sf-video-thmb a .sf-icon-play:before, .sf-input.-rich-text .sf-media .sf-video-thmb a .sf-icon-play:before, body[contenteditable] .sf-media .sf-video-thmb a .sf-icon-play:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  content: "";
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs-container, #sfPageContainer .sf-Gallery-thumbs-container, .sf-input.-rich-text .sf-Gallery-thumbs-container, body[contenteditable] .sf-Gallery-thumbs-container {
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs a, #sfPageContainer .sf-Gallery-thumbs a, .sf-input.-rich-text .sf-Gallery-thumbs a, body[contenteditable] .sf-Gallery-thumbs a {
  display: inline-block;
  border: 5px solid transparent;
  line-height: 120px;
  overflow: hidden;
  cursor: pointer;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs a.is-selected, #sfPageContainer .sf-Gallery-thumbs a.is-selected, .sf-input.-rich-text .sf-Gallery-thumbs a.is-selected, body[contenteditable] .sf-Gallery-thumbs a.is-selected {
  border-color: #428bca;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs a > img, #sfPageContainer .sf-Gallery-thumbs a > img, .sf-input.-rich-text .sf-Gallery-thumbs a > img, body[contenteditable] .sf-Gallery-thumbs a > img {
  vertical-align: middle;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-image, #sfPageContainer .sf-Gallery-image, .sf-input.-rich-text .sf-Gallery-image, body[contenteditable] .sf-Gallery-image {
  position: relative;
  height: 600px;
  text-align: center;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  line-height: 600px;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-image > img, #sfPageContainer .sf-Gallery-image > img, .sf-input.-rich-text .sf-Gallery-image > img, body[contenteditable] .sf-Gallery-image > img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-next,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-next,
#sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-next,
.sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-next,
body[contenteditable] .sf-Gallery-prev {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 50%;
  left: 0;
  top: 0;
  text-align: left;
  font-family: Verdana;
  color: #000;
  font-size: 40px;
  line-height: 600px;
  text-shadow: 0 0 3px #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-next:hover, body.amwins-page:not(.sfPageEditor) .sf-Gallery-next:focus,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev:hover,
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev:focus, #sfPageContainer .sf-Gallery-next:hover, #sfPageContainer .sf-Gallery-next:focus,
#sfPageContainer .sf-Gallery-prev:hover,
#sfPageContainer .sf-Gallery-prev:focus, .sf-input.-rich-text .sf-Gallery-next:hover, .sf-input.-rich-text .sf-Gallery-next:focus,
.sf-input.-rich-text .sf-Gallery-prev:hover,
.sf-input.-rich-text .sf-Gallery-prev:focus, body[contenteditable] .sf-Gallery-next:hover, body[contenteditable] .sf-Gallery-next:focus,
body[contenteditable] .sf-Gallery-prev:hover,
body[contenteditable] .sf-Gallery-prev:focus {
  opacity: 1;
  color: #000;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev, #sfPageContainer .sf-Gallery-prev, .sf-input.-rich-text .sf-Gallery-prev, body[contenteditable] .sf-Gallery-prev {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-next, #sfPageContainer .sf-Gallery-next, .sf-input.-rich-text .sf-Gallery-next, body[contenteditable] .sf-Gallery-next {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  left: auto;
  right: 0;
  text-align: right;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-prev--simple, #sfPageContainer .sf-Gallery-prev--simple, .sf-input.-rich-text .sf-Gallery-prev--simple, body[contenteditable] .sf-Gallery-prev--simple {
  float: left;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-next--simple, #sfPageContainer .sf-Gallery-next--simple, .sf-input.-rich-text .sf-Gallery-next--simple, body[contenteditable] .sf-Gallery-next--simple {
  float: right;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video > .sf-Gallery-thumb {
  display: inline-block;
  width: 160px;
  height: 170px;
  border: 5px solid transparent;
  cursor: pointer;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video a, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video a {
  display: block;
  border: 1px;
  width: 160px;
  height: 130px;
  overflow: hidden;
  cursor: pointer;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, #sfPageContainer .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, .sf-input.-rich-text .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3, body[contenteditable] .sf-Gallery-thumbs.sf-Gallery-thumbs--video h3 {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.amwins-page:not(.sfPageEditor) .sf-Gallery-thumbs .sf-Gallery-thumb, #sfPageContainer .sf-Gallery-thumbs .sf-Gallery-thumb, .sf-input.-rich-text .sf-Gallery-thumbs .sf-Gallery-thumb, body[contenteditable] .sf-Gallery-thumbs .sf-Gallery-thumb {
  float: left;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Gallery-thumb, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Gallery-thumb, #sfPageContainer [lang^=ar] .sf-Gallery-thumb, #sfPageContainer [lang^=he] .sf-Gallery-thumb, #sfPageContainer [lang^=fa] .sf-Gallery-thumb, #sfPageContainer [lang^=ku] .sf-Gallery-thumb, #sfPageContainer [lang^=ur] .sf-Gallery-thumb, #sfPageContainer [lang^=dv] .sf-Gallery-thumb, #sfPageContainer [lang^=ps] .sf-Gallery-thumb, #sfPageContainer [lang^=ha] .sf-Gallery-thumb, #sfPageContainer [lang^=ks] .sf-Gallery-thumb, #sfPageContainer [lang^=yi] .sf-Gallery-thumb, #sfPageContainer [lang^=uz-arab] .sf-Gallery-thumb, #sfPageContainer [lang^=tzm-arab] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=ar] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=he] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=fa] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=ku] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=ur] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=dv] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=ps] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=ha] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=ks] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=yi] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=uz-arab] .sf-Gallery-thumb, .sf-input.-rich-text [lang^=tzm-arab] .sf-Gallery-thumb, body[contenteditable] [lang^=ar] .sf-Gallery-thumb, body[contenteditable] [lang^=he] .sf-Gallery-thumb, body[contenteditable] [lang^=fa] .sf-Gallery-thumb, body[contenteditable] [lang^=ku] .sf-Gallery-thumb, body[contenteditable] [lang^=ur] .sf-Gallery-thumb, body[contenteditable] [lang^=dv] .sf-Gallery-thumb, body[contenteditable] [lang^=ps] .sf-Gallery-thumb, body[contenteditable] [lang^=ha] .sf-Gallery-thumb, body[contenteditable] [lang^=ks] .sf-Gallery-thumb, body[contenteditable] [lang^=yi] .sf-Gallery-thumb, body[contenteditable] [lang^=uz-arab] .sf-Gallery-thumb, body[contenteditable] [lang^=tzm-arab] .sf-Gallery-thumb {
  float: right;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Gallery-prev--simple, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Gallery-prev--simple, #sfPageContainer [lang^=ar] .sf-Gallery-prev--simple, #sfPageContainer [lang^=he] .sf-Gallery-prev--simple, #sfPageContainer [lang^=fa] .sf-Gallery-prev--simple, #sfPageContainer [lang^=ku] .sf-Gallery-prev--simple, #sfPageContainer [lang^=ur] .sf-Gallery-prev--simple, #sfPageContainer [lang^=dv] .sf-Gallery-prev--simple, #sfPageContainer [lang^=ps] .sf-Gallery-prev--simple, #sfPageContainer [lang^=ha] .sf-Gallery-prev--simple, #sfPageContainer [lang^=ks] .sf-Gallery-prev--simple, #sfPageContainer [lang^=yi] .sf-Gallery-prev--simple, #sfPageContainer [lang^=uz-arab] .sf-Gallery-prev--simple, #sfPageContainer [lang^=tzm-arab] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=ar] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=he] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=fa] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=ku] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=ur] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=dv] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=ps] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=ha] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=ks] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=yi] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=uz-arab] .sf-Gallery-prev--simple, .sf-input.-rich-text [lang^=tzm-arab] .sf-Gallery-prev--simple, body[contenteditable] [lang^=ar] .sf-Gallery-prev--simple, body[contenteditable] [lang^=he] .sf-Gallery-prev--simple, body[contenteditable] [lang^=fa] .sf-Gallery-prev--simple, body[contenteditable] [lang^=ku] .sf-Gallery-prev--simple, body[contenteditable] [lang^=ur] .sf-Gallery-prev--simple, body[contenteditable] [lang^=dv] .sf-Gallery-prev--simple, body[contenteditable] [lang^=ps] .sf-Gallery-prev--simple, body[contenteditable] [lang^=ha] .sf-Gallery-prev--simple, body[contenteditable] [lang^=ks] .sf-Gallery-prev--simple, body[contenteditable] [lang^=yi] .sf-Gallery-prev--simple, body[contenteditable] [lang^=uz-arab] .sf-Gallery-prev--simple, body[contenteditable] [lang^=tzm-arab] .sf-Gallery-prev--simple {
  float: right;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Gallery-next--simple, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Gallery-next--simple, #sfPageContainer [lang^=ar] .sf-Gallery-next--simple, #sfPageContainer [lang^=he] .sf-Gallery-next--simple, #sfPageContainer [lang^=fa] .sf-Gallery-next--simple, #sfPageContainer [lang^=ku] .sf-Gallery-next--simple, #sfPageContainer [lang^=ur] .sf-Gallery-next--simple, #sfPageContainer [lang^=dv] .sf-Gallery-next--simple, #sfPageContainer [lang^=ps] .sf-Gallery-next--simple, #sfPageContainer [lang^=ha] .sf-Gallery-next--simple, #sfPageContainer [lang^=ks] .sf-Gallery-next--simple, #sfPageContainer [lang^=yi] .sf-Gallery-next--simple, #sfPageContainer [lang^=uz-arab] .sf-Gallery-next--simple, #sfPageContainer [lang^=tzm-arab] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=ar] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=he] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=fa] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=ku] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=ur] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=dv] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=ps] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=ha] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=ks] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=yi] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=uz-arab] .sf-Gallery-next--simple, .sf-input.-rich-text [lang^=tzm-arab] .sf-Gallery-next--simple, body[contenteditable] [lang^=ar] .sf-Gallery-next--simple, body[contenteditable] [lang^=he] .sf-Gallery-next--simple, body[contenteditable] [lang^=fa] .sf-Gallery-next--simple, body[contenteditable] [lang^=ku] .sf-Gallery-next--simple, body[contenteditable] [lang^=ur] .sf-Gallery-next--simple, body[contenteditable] [lang^=dv] .sf-Gallery-next--simple, body[contenteditable] [lang^=ps] .sf-Gallery-next--simple, body[contenteditable] [lang^=ha] .sf-Gallery-next--simple, body[contenteditable] [lang^=ks] .sf-Gallery-next--simple, body[contenteditable] [lang^=yi] .sf-Gallery-next--simple, body[contenteditable] [lang^=uz-arab] .sf-Gallery-next--simple, body[contenteditable] [lang^=tzm-arab] .sf-Gallery-next--simple {
  float: left;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=he] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=fa] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=ku] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=ur] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=dv] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=ps] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=ha] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=ks] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=yi] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .mfp-counter, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .mfp-counter, #sfPageContainer [lang^=ar] .mfp-counter, #sfPageContainer [lang^=he] .mfp-counter, #sfPageContainer [lang^=fa] .mfp-counter, #sfPageContainer [lang^=ku] .mfp-counter, #sfPageContainer [lang^=ur] .mfp-counter, #sfPageContainer [lang^=dv] .mfp-counter, #sfPageContainer [lang^=ps] .mfp-counter, #sfPageContainer [lang^=ha] .mfp-counter, #sfPageContainer [lang^=ks] .mfp-counter, #sfPageContainer [lang^=yi] .mfp-counter, #sfPageContainer [lang^=uz-arab] .mfp-counter, #sfPageContainer [lang^=tzm-arab] .mfp-counter, .sf-input.-rich-text [lang^=ar] .mfp-counter, .sf-input.-rich-text [lang^=he] .mfp-counter, .sf-input.-rich-text [lang^=fa] .mfp-counter, .sf-input.-rich-text [lang^=ku] .mfp-counter, .sf-input.-rich-text [lang^=ur] .mfp-counter, .sf-input.-rich-text [lang^=dv] .mfp-counter, .sf-input.-rich-text [lang^=ps] .mfp-counter, .sf-input.-rich-text [lang^=ha] .mfp-counter, .sf-input.-rich-text [lang^=ks] .mfp-counter, .sf-input.-rich-text [lang^=yi] .mfp-counter, .sf-input.-rich-text [lang^=uz-arab] .mfp-counter, .sf-input.-rich-text [lang^=tzm-arab] .mfp-counter, body[contenteditable] [lang^=ar] .mfp-counter, body[contenteditable] [lang^=he] .mfp-counter, body[contenteditable] [lang^=fa] .mfp-counter, body[contenteditable] [lang^=ku] .mfp-counter, body[contenteditable] [lang^=ur] .mfp-counter, body[contenteditable] [lang^=dv] .mfp-counter, body[contenteditable] [lang^=ps] .mfp-counter, body[contenteditable] [lang^=ha] .mfp-counter, body[contenteditable] [lang^=ks] .mfp-counter, body[contenteditable] [lang^=yi] .mfp-counter, body[contenteditable] [lang^=uz-arab] .mfp-counter, body[contenteditable] [lang^=tzm-arab] .mfp-counter {
  right: auto;
  left: 0;
}
body.amwins-page:not(.sfPageEditor) .sitenav-menu, #sfPageContainer .sitenav-menu, .sf-input.-rich-text .sitenav-menu, body[contenteditable] .sitenav-menu {
  z-index: 100;
  background-color: white;
  position: relative;
  width: auto;
  box-shadow: none;
  overflow: visible;
}
body.amwins-page:not(.sfPageEditor) .sitenav-subitems, body.amwins-page:not(.sfPageEditor) .sitenav-subitems-r, #sfPageContainer .sitenav-subitems, #sfPageContainer .sitenav-subitems-r, .sf-input.-rich-text .sitenav-subitems, .sf-input.-rich-text .sitenav-subitems-r, body[contenteditable] .sitenav-subitems, body[contenteditable] .sitenav-subitems-r {
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.2s, 0s;
  transition-delay: 0s, 0.2s;
  visibility: hidden;
}
body.amwins-page:not(.sfPageEditor) .sitenav-subitems .nav-item:hover .sitenav-subitems-r, body.amwins-page:not(.sfPageEditor) .sitenav-menu > .sitenav-items .nav-item:hover .sitenav-subitems, #sfPageContainer .sitenav-subitems .nav-item:hover .sitenav-subitems-r, #sfPageContainer .sitenav-menu > .sitenav-items .nav-item:hover .sitenav-subitems, .sf-input.-rich-text .sitenav-subitems .nav-item:hover .sitenav-subitems-r, .sf-input.-rich-text .sitenav-menu > .sitenav-items .nav-item:hover .sitenav-subitems, body[contenteditable] .sitenav-subitems .nav-item:hover .sitenav-subitems-r, body[contenteditable] .sitenav-menu > .sitenav-items .nav-item:hover .sitenav-subitems {
  transition: none;
  z-index: 99;
}
body.amwins-page:not(.sfPageEditor) .sitenav ul, #sfPageContainer .sitenav ul, .sf-input.-rich-text .sitenav ul, body[contenteditable] .sitenav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
body.amwins-page:not(.sfPageEditor) .sitenav-items .nav-item > a, #sfPageContainer .sitenav-items .nav-item > a, .sf-input.-rich-text .sitenav-items .nav-item > a, body[contenteditable] .sitenav-items .nav-item > a {
  color: rgb(0, 43, 73);
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item:hover > a, #sfPageContainer .sitenav-items > .nav-item:hover > a, .sf-input.-rich-text .sitenav-items > .nav-item:hover > a, body[contenteditable] .sitenav-items > .nav-item:hover > a {
    color: rgb(0, 179, 227);
  }
}
body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub, #sfPageContainer a.mobile-nav-expand-sub, .sf-input.-rich-text a.mobile-nav-expand-sub, body[contenteditable] a.mobile-nav-expand-sub {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .sitenav-items, #sfPageContainer .sitenav-items, .sf-input.-rich-text .sitenav-items, body[contenteditable] .sitenav-items {
  height: auto;
  margin-left: 0;
}
body.amwins-page:not(.sfPageEditor) .sitenav-mobile-hide, #sfPageContainer .sitenav-mobile-hide, .sf-input.-rich-text .sitenav-mobile-hide, body[contenteditable] .sitenav-mobile-hide {
  display: block;
}
body.amwins-page:not(.sfPageEditor) .sitenav-menu .sitenav-toggle, #sfPageContainer .sitenav-menu .sitenav-toggle, .sf-input.-rich-text .sitenav-menu .sitenav-toggle, body[contenteditable] .sitenav-menu .sitenav-toggle {
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
}
body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item, #sfPageContainer .sitenav-items > .nav-item, .sf-input.-rich-text .sitenav-items > .nav-item, body[contenteditable] .sitenav-items > .nav-item {
  padding: 20px 30px 20px 0;
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item:last-child, #sfPageContainer .sitenav-items > .nav-item:last-child, .sf-input.-rich-text .sitenav-items > .nav-item:last-child, body[contenteditable] .sitenav-items > .nav-item:last-child {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item.nav-frontlink, #sfPageContainer .sitenav-items > .nav-item.nav-frontlink, .sf-input.-rich-text .sitenav-items > .nav-item.nav-frontlink, body[contenteditable] .sitenav-items > .nav-item.nav-frontlink {
    background-color: rgb(0, 43, 73);
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item.nav-frontlink a, body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item.nav-frontlink .navlabel, #sfPageContainer .sitenav-items > .nav-item.nav-frontlink a, #sfPageContainer .sitenav-items > .nav-item.nav-frontlink .navlabel, .sf-input.-rich-text .sitenav-items > .nav-item.nav-frontlink a, .sf-input.-rich-text .sitenav-items > .nav-item.nav-frontlink .navlabel, body[contenteditable] .sitenav-items > .nav-item.nav-frontlink a, body[contenteditable] .sitenav-items > .nav-item.nav-frontlink .navlabel {
    color: #fff;
  }
}
body.amwins-page:not(.sfPageEditor) .sitenav .nav-item .sitenav-subitems a.sitenav-link, #sfPageContainer .sitenav .nav-item .sitenav-subitems a.sitenav-link, .sf-input.-rich-text .sitenav .nav-item .sitenav-subitems a.sitenav-link, body[contenteditable] .sitenav .nav-item .sitenav-subitems a.sitenav-link {
  padding: 0 30px;
  margin: 10px 0;
  display: block;
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .nav-item:hover > ul, #sfPageContainer .nav-item:hover > ul, .sf-input.-rich-text .nav-item:hover > ul, body[contenteditable] .nav-item:hover > ul {
    opacity: 100%;
    visibility: visible;
  }
}
body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r, #sfPageContainer ul.sitenav-subitems, #sfPageContainer ul.sitenav-subitems-r, .sf-input.-rich-text ul.sitenav-subitems, .sf-input.-rich-text ul.sitenav-subitems-r, body[contenteditable] ul.sitenav-subitems, body[contenteditable] ul.sitenav-subitems-r {
  position: absolute;
  padding: 20px 0;
  margin-top: 0;
  box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
  width: 211px;
  text-align: left;
}
body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems, #sfPageContainer ul.sitenav-subitems, .sf-input.-rich-text ul.sitenav-subitems, body[contenteditable] ul.sitenav-subitems {
  background-color: #fff;
  top: 100%;
  z-index: 100;
}
body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems .nav-item:active, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems .nav-item:hover, #sfPageContainer ul.sitenav-subitems .nav-item:active, #sfPageContainer ul.sitenav-subitems .nav-item:hover, .sf-input.-rich-text ul.sitenav-subitems .nav-item:active, .sf-input.-rich-text ul.sitenav-subitems .nav-item:hover, body[contenteditable] ul.sitenav-subitems .nav-item:active, body[contenteditable] ul.sitenav-subitems .nav-item:hover {
  background-color: rgb(235, 246, 249);
}
body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r, #sfPageContainer ul.sitenav-subitems-r, .sf-input.-rich-text ul.sitenav-subitems-r, body[contenteditable] ul.sitenav-subitems-r {
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgb(235, 246, 249);
}
body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r .nav-item:active, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r .nav-item:hover, #sfPageContainer ul.sitenav-subitems-r .nav-item:active, #sfPageContainer ul.sitenav-subitems-r .nav-item:hover, .sf-input.-rich-text ul.sitenav-subitems-r .nav-item:active, .sf-input.-rich-text ul.sitenav-subitems-r .nav-item:hover, body[contenteditable] ul.sitenav-subitems-r .nav-item:active, body[contenteditable] ul.sitenav-subitems-r .nav-item:hover {
  background-color: #fff;
}
body.amwins-page:not(.sfPageEditor) .sub-menu-fit-links ul.sitenav-subitems-r, #sfPageContainer .sub-menu-fit-links ul.sitenav-subitems-r, .sf-input.-rich-text .sub-menu-fit-links ul.sitenav-subitems-r, body[contenteditable] .sub-menu-fit-links ul.sitenav-subitems-r {
  bottom: unset;
}
body.amwins-page:not(.sfPageEditor) .sitenav .search-toggle, #sfPageContainer .sitenav .search-toggle, .sf-input.-rich-text .sitenav .search-toggle, body[contenteditable] .sitenav .search-toggle {
  width: 30px;
  height: 30px;
  border-radius: 38.5px;
  background-color: rgb(235, 246, 249);
  color: rgb(0, 179, 227);
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .sitenav .search-toggle img, #sfPageContainer .sitenav .search-toggle img, .sf-input.-rich-text .sitenav .search-toggle img, body[contenteditable] .sitenav .search-toggle img {
  position: absolute;
  top: 7px;
  left: 8px;
  height: 15px;
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle, #sfPageContainer .sitenav-toggle, .sf-input.-rich-text .sitenav-toggle, body[contenteditable] .sitenav-toggle {
  height: 30px;
  width: 30px;
  position: relative;
  cursor: pointer;
  display: none;
  transition: all 0.35s;
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle span, #sfPageContainer .sitenav-toggle span, .sf-input.-rich-text .sitenav-toggle span, body[contenteditable] .sitenav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: rgb(0, 179, 227);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.35s;
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle span.one, #sfPageContainer .sitenav-toggle span.one, .sf-input.-rich-text .sitenav-toggle span.one, body[contenteditable] .sitenav-toggle span.one {
  top: 6px;
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle span.two, #sfPageContainer .sitenav-toggle span.two, .sf-input.-rich-text .sitenav-toggle span.two, body[contenteditable] .sitenav-toggle span.two {
  top: 0;
  bottom: 0;
  background-color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle span.three, #sfPageContainer .sitenav-toggle span.three, .sf-input.-rich-text .sitenav-toggle span.three, body[contenteditable] .sitenav-toggle span.three {
  bottom: 6px;
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle.hidenav, #sfPageContainer .sitenav-toggle.hidenav, .sf-input.-rich-text .sitenav-toggle.hidenav, body[contenteditable] .sitenav-toggle.hidenav {
  transform: rotate(180deg);
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle.hidenav span.two, #sfPageContainer .sitenav-toggle.hidenav span.two, .sf-input.-rich-text .sitenav-toggle.hidenav span.two, body[contenteditable] .sitenav-toggle.hidenav span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle.hidenav span.one, body.amwins-page:not(.sfPageEditor) .sitenav-toggle.hidenav span.three, #sfPageContainer .sitenav-toggle.hidenav span.one, #sfPageContainer .sitenav-toggle.hidenav span.three, .sf-input.-rich-text .sitenav-toggle.hidenav span.one, .sf-input.-rich-text .sitenav-toggle.hidenav span.three, body[contenteditable] .sitenav-toggle.hidenav span.one, body[contenteditable] .sitenav-toggle.hidenav span.three {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
body.amwins-page:not(.sfPageEditor) .sitenav-toggle.hidenav span.three, #sfPageContainer .sitenav-toggle.hidenav span.three, .sf-input.-rich-text .sitenav-toggle.hidenav span.three, body[contenteditable] .sitenav-toggle.hidenav span.three {
  transform: rotate(-45deg);
}
@media (max-width: 1199.98px) {
  body.amwins-page:not(.sfPageEditor) .sitenav-menu, #sfPageContainer .sitenav-menu, .sf-input.-rich-text .sitenav-menu, body[contenteditable] .sitenav-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60%;
    min-width: 250px;
    box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-subitems, body.amwins-page:not(.sfPageEditor) .sitenav-subitems-r, #sfPageContainer .sitenav-subitems, #sfPageContainer .sitenav-subitems-r, .sf-input.-rich-text .sitenav-subitems, .sf-input.-rich-text .sitenav-subitems-r, body[contenteditable] .sitenav-subitems, body[contenteditable] .sitenav-subitems-r {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-subitems-r .nav-item:first-child a, #sfPageContainer .sitenav-subitems-r .nav-item:first-child a, .sf-input.-rich-text .sitenav-subitems-r .nav-item:first-child a, body[contenteditable] .sitenav-subitems-r .nav-item:first-child a {
    margin-top: 0 !important;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-toggle, #sfPageContainer .sitenav-toggle, .sf-input.-rich-text .sitenav-toggle, body[contenteditable] .sitenav-toggle {
    display: block;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-items, #sfPageContainer .sitenav-items, .sf-input.-rich-text .sitenav-items, body[contenteditable] .sitenav-items {
    width: 100%;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item, #sfPageContainer .sitenav-items > .nav-item, .sf-input.-rich-text .sitenav-items > .nav-item, body[contenteditable] .sitenav-items > .nav-item {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 25px;
    border-bottom: 1px solid rgb(162, 214, 231);
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item > .sitenav-link, #sfPageContainer .sitenav-items > .nav-item > .sitenav-link, .sf-input.-rich-text .sitenav-items > .nav-item > .sitenav-link, body[contenteditable] .sitenav-items > .nav-item > .sitenav-link {
    text-transform: uppercase;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-items .nav-item:last-child a, #sfPageContainer .sitenav-items .nav-item:last-child a, .sf-input.-rich-text .sitenav-items .nav-item:last-child a, body[contenteditable] .sitenav-items .nav-item:last-child a {
    margin-bottom: 0 !important;
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-items .sitenav-link, #sfPageContainer .sitenav-items .sitenav-link, .sf-input.-rich-text .sitenav-items .sitenav-link, body[contenteditable] .sitenav-items .sitenav-link {
    padding: 0 !important;
  }
  body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub, #sfPageContainer a.mobile-nav-expand-sub, .sf-input.-rich-text a.mobile-nav-expand-sub, body[contenteditable] a.mobile-nav-expand-sub {
    display: block;
    position: absolute;
    right: 4px;
    padding: 0 14px;
    width: 40px;
    z-index: 4;
    font-family: "SoehneKraftig";
    font-size: 20px;
    height: 20px;
  }
  body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub::after, body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub::before, #sfPageContainer a.mobile-nav-expand-sub::after, #sfPageContainer a.mobile-nav-expand-sub::before, .sf-input.-rich-text a.mobile-nav-expand-sub::after, .sf-input.-rich-text a.mobile-nav-expand-sub::before, body[contenteditable] a.mobile-nav-expand-sub::after, body[contenteditable] a.mobile-nav-expand-sub::before {
    background-color: rgb(0, 43, 73);
    position: absolute;
    content: "";
    transition: all 0.35s;
  }
  body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub::after, #sfPageContainer a.mobile-nav-expand-sub::after, .sf-input.-rich-text a.mobile-nav-expand-sub::after, body[contenteditable] a.mobile-nav-expand-sub::after {
    top: 9px;
    width: 12px;
    height: 2px;
  }
  body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub::before, #sfPageContainer a.mobile-nav-expand-sub::before, .sf-input.-rich-text a.mobile-nav-expand-sub::before, body[contenteditable] a.mobile-nav-expand-sub::before {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 19px;
  }
  body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub.expand::after, #sfPageContainer a.mobile-nav-expand-sub.expand::after, .sf-input.-rich-text a.mobile-nav-expand-sub.expand::after, body[contenteditable] a.mobile-nav-expand-sub.expand::after {
    transform: rotate(-180deg);
  }
  body.amwins-page:not(.sfPageEditor) a.mobile-nav-expand-sub.expand::before, #sfPageContainer a.mobile-nav-expand-sub.expand::before, .sf-input.-rich-text a.mobile-nav-expand-sub.expand::before, body[contenteditable] a.mobile-nav-expand-sub.expand::before {
    transform: rotate(90deg);
  }
  body.amwins-page:not(.sfPageEditor) .sitenav-mobile-hide, #sfPageContainer .sitenav-mobile-hide, .sf-input.-rich-text .sitenav-mobile-hide, body[contenteditable] .sitenav-mobile-hide {
    display: none;
  }
  body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r, #sfPageContainer ul.sitenav-subitems, #sfPageContainer ul.sitenav-subitems-r, .sf-input.-rich-text ul.sitenav-subitems, .sf-input.-rich-text ul.sitenav-subitems-r, body[contenteditable] ul.sitenav-subitems, body[contenteditable] ul.sitenav-subitems-r {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 0 0 20px;
    overflow: hidden;
    display: none;
    box-shadow: none;
    background: #fff;
  }
  body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems .nav-item, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems .nav-item:hover, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r .nav-item, body.amwins-page:not(.sfPageEditor) ul.sitenav-subitems-r .nav-item:hover, #sfPageContainer ul.sitenav-subitems .nav-item, #sfPageContainer ul.sitenav-subitems .nav-item:hover, #sfPageContainer ul.sitenav-subitems-r .nav-item, #sfPageContainer ul.sitenav-subitems-r .nav-item:hover, .sf-input.-rich-text ul.sitenav-subitems .nav-item, .sf-input.-rich-text ul.sitenav-subitems .nav-item:hover, .sf-input.-rich-text ul.sitenav-subitems-r .nav-item, .sf-input.-rich-text ul.sitenav-subitems-r .nav-item:hover, body[contenteditable] ul.sitenav-subitems .nav-item, body[contenteditable] ul.sitenav-subitems .nav-item:hover, body[contenteditable] ul.sitenav-subitems-r .nav-item, body[contenteditable] ul.sitenav-subitems-r .nav-item:hover {
    background: #fff;
  }
}
body.amwins-page:not(.sfPageEditor) .sticky-header, #sfPageContainer .sticky-header, .sf-input.-rich-text .sticky-header, body[contenteditable] .sticky-header {
  z-index: 99;
  background: #fff;
  top: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  transition: height 0.3s ease-in-out;
}
body.amwins-page:not(.sfPageEditor) .sticky-header-small, #sfPageContainer .sticky-header-small, .sf-input.-rich-text .sticky-header-small, body[contenteditable] .sticky-header-small {
  z-index: 99;
  top: 0;
  position: fixed;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
}
body.amwins-page:not(.sfPageEditor) .sticky-header-small a, #sfPageContainer .sticky-header-small a, .sf-input.-rich-text .sticky-header-small a, body[contenteditable] .sticky-header-small a {
  color: #fff;
}
body.amwins-page:not(.sfPageEditor) .sticky-header.shrink, #sfPageContainer .sticky-header.shrink, .sf-input.-rich-text .sticky-header.shrink, body[contenteditable] .sticky-header.shrink {
  height: 75px;
}
body.amwins-page:not(.sfPageEditor) table .sticky-header, body.amwins-page:not(.sfPageEditor) table .sticky-header-small, #sfPageContainer table .sticky-header, #sfPageContainer table .sticky-header-small, .sf-input.-rich-text table .sticky-header, .sf-input.-rich-text table .sticky-header-small, body[contenteditable] table .sticky-header, body[contenteditable] table .sticky-header-small {
  position: relative;
  top: 0;
}
body.amwins-page:not(.sfPageEditor) .sticky-header-padding, #sfPageContainer .sticky-header-padding, .sf-input.-rich-text .sticky-header-padding, body[contenteditable] .sticky-header-padding {
  transition: padding-bottom 0.3s ease-in-out;
  padding-bottom: 120px;
}
body.amwins-page:not(.sfPageEditor) .sticky-header-padding.shrink, #sfPageContainer .sticky-header-padding.shrink, .sf-input.-rich-text .sticky-header-padding.shrink, body[contenteditable] .sticky-header-padding.shrink {
  padding-bottom: 75px;
}
body.amwins-page:not(.sfPageEditor) table .sticky-header-padding, #sfPageContainer table .sticky-header-padding, .sf-input.-rich-text table .sticky-header-padding, body[contenteditable] table .sticky-header-padding {
  padding-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  body.amwins-page:not(.sfPageEditor) .sticky-header, body.amwins-page:not(.sfPageEditor) .sticky-header.shrink, #sfPageContainer .sticky-header, #sfPageContainer .sticky-header.shrink, .sf-input.-rich-text .sticky-header, .sf-input.-rich-text .sticky-header.shrink, body[contenteditable] .sticky-header, body[contenteditable] .sticky-header.shrink {
    height: 56px;
  }
  body.amwins-page:not(.sfPageEditor) .sticky-header-padding, body.amwins-page:not(.sfPageEditor) .sticky-header-padding.shrink, #sfPageContainer .sticky-header-padding, #sfPageContainer .sticky-header-padding.shrink, .sf-input.-rich-text .sticky-header-padding, .sf-input.-rich-text .sticky-header-padding.shrink, body[contenteditable] .sticky-header-padding, body[contenteditable] .sticky-header-padding.shrink {
    padding-bottom: 56px;
  }
}
body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item:nth-last-child(2) > a, #sfPageContainer .sitenav-items > .nav-item:nth-last-child(2) > a, .sf-input.-rich-text .sitenav-items > .nav-item:nth-last-child(2) > a, body[contenteditable] .sitenav-items > .nav-item:nth-last-child(2) > a {
  color: #00b3e3 !important;
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .sitenav-items > .nav-item:nth-last-child(2) > a, #sfPageContainer .sitenav-items > .nav-item:nth-last-child(2) > a, .sf-input.-rich-text .sitenav-items > .nav-item:nth-last-child(2) > a, body[contenteditable] .sitenav-items > .nav-item:nth-last-child(2) > a {
    padding-left: 30px;
    border-left: 1px solid #00b3e3;
  }
}
body.amwins-page:not(.sfPageEditor) .nav-sitemap, #sfPageContainer .nav-sitemap, .sf-input.-rich-text .nav-sitemap, body[contenteditable] .nav-sitemap {
  display: table;
  width: 100%;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .nav-sitemap li, #sfPageContainer .nav-sitemap li, .sf-input.-rich-text .nav-sitemap li, body[contenteditable] .nav-sitemap li {
  list-style-type: none;
}
body.amwins-page:not(.sfPageEditor) .nav-sitemap > li, #sfPageContainer .nav-sitemap > li, .sf-input.-rich-text .nav-sitemap > li, body[contenteditable] .nav-sitemap > li {
  display: table-cell;
  border-left: 1px solid #ccc;
}
body.amwins-page:not(.sfPageEditor) .nav-sitemap > li:first-child, #sfPageContainer .nav-sitemap > li:first-child, .sf-input.-rich-text .nav-sitemap > li:first-child, body[contenteditable] .nav-sitemap > li:first-child {
  border-left-width: 0;
}
@media only screen and (max-width: 480px) {
  body.amwins-page:not(.sfPageEditor) .nav-sitemap, #sfPageContainer .nav-sitemap, .sf-input.-rich-text .nav-sitemap, body[contenteditable] .nav-sitemap {
    display: block;
  }
  body.amwins-page:not(.sfPageEditor) .nav-sitemap > li, #sfPageContainer .nav-sitemap > li, .sf-input.-rich-text .nav-sitemap > li, body[contenteditable] .nav-sitemap > li {
    display: block;
    border-left-width: 0;
  }
  body.amwins-page:not(.sfPageEditor) .nav-sitemap > li:first-child, #sfPageContainer .nav-sitemap > li:first-child, .sf-input.-rich-text .nav-sitemap > li:first-child, body[contenteditable] .nav-sitemap > li:first-child {
    border-top-width: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .nav-sitemap, #sfPageContainer .nav-sitemap, .sf-input.-rich-text .nav-sitemap, body[contenteditable] .nav-sitemap {
    display: block;
  }
  body.amwins-page:not(.sfPageEditor) .nav-sitemap > li, #sfPageContainer .nav-sitemap > li, .sf-input.-rich-text .nav-sitemap > li, body[contenteditable] .nav-sitemap > li {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    width: 48%;
    border-left-width: 0;
  }
  body.amwins-page:not(.sfPageEditor) .nav-sitemap > li:nth-child(odd), #sfPageContainer .nav-sitemap > li:nth-child(odd), .sf-input.-rich-text .nav-sitemap > li:nth-child(odd), body[contenteditable] .nav-sitemap > li:nth-child(odd) {
    clear: both;
  }
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=he] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=fa] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=ku] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=ur] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=dv] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=ps] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=ha] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=ks] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=yi] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .nav-pills > li, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .nav-pills > li, #sfPageContainer [lang^=ar] .nav-pills > li, #sfPageContainer [lang^=he] .nav-pills > li, #sfPageContainer [lang^=fa] .nav-pills > li, #sfPageContainer [lang^=ku] .nav-pills > li, #sfPageContainer [lang^=ur] .nav-pills > li, #sfPageContainer [lang^=dv] .nav-pills > li, #sfPageContainer [lang^=ps] .nav-pills > li, #sfPageContainer [lang^=ha] .nav-pills > li, #sfPageContainer [lang^=ks] .nav-pills > li, #sfPageContainer [lang^=yi] .nav-pills > li, #sfPageContainer [lang^=uz-arab] .nav-pills > li, #sfPageContainer [lang^=tzm-arab] .nav-pills > li, .sf-input.-rich-text [lang^=ar] .nav-pills > li, .sf-input.-rich-text [lang^=he] .nav-pills > li, .sf-input.-rich-text [lang^=fa] .nav-pills > li, .sf-input.-rich-text [lang^=ku] .nav-pills > li, .sf-input.-rich-text [lang^=ur] .nav-pills > li, .sf-input.-rich-text [lang^=dv] .nav-pills > li, .sf-input.-rich-text [lang^=ps] .nav-pills > li, .sf-input.-rich-text [lang^=ha] .nav-pills > li, .sf-input.-rich-text [lang^=ks] .nav-pills > li, .sf-input.-rich-text [lang^=yi] .nav-pills > li, .sf-input.-rich-text [lang^=uz-arab] .nav-pills > li, .sf-input.-rich-text [lang^=tzm-arab] .nav-pills > li, body[contenteditable] [lang^=ar] .nav-pills > li, body[contenteditable] [lang^=he] .nav-pills > li, body[contenteditable] [lang^=fa] .nav-pills > li, body[contenteditable] [lang^=ku] .nav-pills > li, body[contenteditable] [lang^=ur] .nav-pills > li, body[contenteditable] [lang^=dv] .nav-pills > li, body[contenteditable] [lang^=ps] .nav-pills > li, body[contenteditable] [lang^=ha] .nav-pills > li, body[contenteditable] [lang^=ks] .nav-pills > li, body[contenteditable] [lang^=yi] .nav-pills > li, body[contenteditable] [lang^=uz-arab] .nav-pills > li, body[contenteditable] [lang^=tzm-arab] .nav-pills > li {
  float: right;
}
body.amwins-page:not(.sfPageEditor) .nav-stacked, #sfPageContainer .nav-stacked, .sf-input.-rich-text .nav-stacked, body[contenteditable] .nav-stacked {
  flex-direction: column;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=he] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=fa] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=ku] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=ur] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=dv] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=ps] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=ha] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=ks] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=yi] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .nav-stacked > li, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .nav-stacked > li, #sfPageContainer [lang^=ar] .nav-stacked > li, #sfPageContainer [lang^=he] .nav-stacked > li, #sfPageContainer [lang^=fa] .nav-stacked > li, #sfPageContainer [lang^=ku] .nav-stacked > li, #sfPageContainer [lang^=ur] .nav-stacked > li, #sfPageContainer [lang^=dv] .nav-stacked > li, #sfPageContainer [lang^=ps] .nav-stacked > li, #sfPageContainer [lang^=ha] .nav-stacked > li, #sfPageContainer [lang^=ks] .nav-stacked > li, #sfPageContainer [lang^=yi] .nav-stacked > li, #sfPageContainer [lang^=uz-arab] .nav-stacked > li, #sfPageContainer [lang^=tzm-arab] .nav-stacked > li, .sf-input.-rich-text [lang^=ar] .nav-stacked > li, .sf-input.-rich-text [lang^=he] .nav-stacked > li, .sf-input.-rich-text [lang^=fa] .nav-stacked > li, .sf-input.-rich-text [lang^=ku] .nav-stacked > li, .sf-input.-rich-text [lang^=ur] .nav-stacked > li, .sf-input.-rich-text [lang^=dv] .nav-stacked > li, .sf-input.-rich-text [lang^=ps] .nav-stacked > li, .sf-input.-rich-text [lang^=ha] .nav-stacked > li, .sf-input.-rich-text [lang^=ks] .nav-stacked > li, .sf-input.-rich-text [lang^=yi] .nav-stacked > li, .sf-input.-rich-text [lang^=uz-arab] .nav-stacked > li, .sf-input.-rich-text [lang^=tzm-arab] .nav-stacked > li, body[contenteditable] [lang^=ar] .nav-stacked > li, body[contenteditable] [lang^=he] .nav-stacked > li, body[contenteditable] [lang^=fa] .nav-stacked > li, body[contenteditable] [lang^=ku] .nav-stacked > li, body[contenteditable] [lang^=ur] .nav-stacked > li, body[contenteditable] [lang^=dv] .nav-stacked > li, body[contenteditable] [lang^=ps] .nav-stacked > li, body[contenteditable] [lang^=ha] .nav-stacked > li, body[contenteditable] [lang^=ks] .nav-stacked > li, body[contenteditable] [lang^=yi] .nav-stacked > li, body[contenteditable] [lang^=uz-arab] .nav-stacked > li, body[contenteditable] [lang^=tzm-arab] .nav-stacked > li {
  float: none;
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .navlinks-item, #sfPageContainer .navlinks-more-to-explore .navlinks-item, .sf-input.-rich-text .navlinks-more-to-explore .navlinks-item, body[contenteditable] .navlinks-more-to-explore .navlinks-item {
  border: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .navlinks-item, #sfPageContainer .navlinks-more-to-explore .navlinks-item, .sf-input.-rich-text .navlinks-more-to-explore .navlinks-item, body[contenteditable] .navlinks-more-to-explore .navlinks-item {
  margin-bottom: 20px;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a, #sfPageContainer .navlinks-more-to-explore a, .sf-input.-rich-text .navlinks-more-to-explore a, body[contenteditable] .navlinks-more-to-explore a {
  display: flex;
  align-items: center;
  /*
  padding: 20px 30px;  
  @media (min-width: $screen-sm-min) {
      padding: 40px 60px;
      height: 160px;
  }
  */
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a, #sfPageContainer .navlinks-more-to-explore a, .sf-input.-rich-text .navlinks-more-to-explore a, body[contenteditable] .navlinks-more-to-explore a {
    padding: 0 50px 15px 50px;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a, #sfPageContainer .navlinks-more-to-explore a, .sf-input.-rich-text .navlinks-more-to-explore a, body[contenteditable] .navlinks-more-to-explore a {
    height: 212px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a h3, body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a .type-label, #sfPageContainer .navlinks-more-to-explore a h3, #sfPageContainer .navlinks-more-to-explore a .type-label, .sf-input.-rich-text .navlinks-more-to-explore a h3, .sf-input.-rich-text .navlinks-more-to-explore a .type-label, body[contenteditable] .navlinks-more-to-explore a h3, body[contenteditable] .navlinks-more-to-explore a .type-label {
  margin-bottom: 0;
  margin-left: 16px;
}
@media (max-width: 767.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a, #sfPageContainer .navlinks-more-to-explore a, .sf-input.-rich-text .navlinks-more-to-explore a, body[contenteditable] .navlinks-more-to-explore a {
    flex-direction: column;
    text-align: center;
  }
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a h3, body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore a .type-label, #sfPageContainer .navlinks-more-to-explore a h3, #sfPageContainer .navlinks-more-to-explore a .type-label, .sf-input.-rich-text .navlinks-more-to-explore a h3, .sf-input.-rich-text .navlinks-more-to-explore a .type-label, body[contenteditable] .navlinks-more-to-explore a h3, body[contenteditable] .navlinks-more-to-explore a .type-label {
    margin-left: 0;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:first-child img, #sfPageContainer .navlinks-more-to-explore .row > div:first-child img, .sf-input.-rich-text .navlinks-more-to-explore .row > div:first-child img, body[contenteditable] .navlinks-more-to-explore .row > div:first-child img {
  width: 49px;
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:first-child img, #sfPageContainer .navlinks-more-to-explore .row > div:first-child img, .sf-input.-rich-text .navlinks-more-to-explore .row > div:first-child img, body[contenteditable] .navlinks-more-to-explore .row > div:first-child img {
    width: 30px;
  }
}
@media (max-width: 575.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:first-child img, #sfPageContainer .navlinks-more-to-explore .row > div:first-child img, .sf-input.-rich-text .navlinks-more-to-explore .row > div:first-child img, body[contenteditable] .navlinks-more-to-explore .row > div:first-child img {
    padding-bottom: 15px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:first-child a, #sfPageContainer .navlinks-more-to-explore .row > div:first-child a, .sf-input.-rich-text .navlinks-more-to-explore .row > div:first-child a, body[contenteditable] .navlinks-more-to-explore .row > div:first-child a {
  padding-top: 49px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:first-child a, #sfPageContainer .navlinks-more-to-explore .row > div:first-child a, .sf-input.-rich-text .navlinks-more-to-explore .row > div:first-child a, body[contenteditable] .navlinks-more-to-explore .row > div:first-child a {
    padding-top: 0;
    padding-left: 85px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:last-child img, #sfPageContainer .navlinks-more-to-explore .row > div:last-child img, .sf-input.-rich-text .navlinks-more-to-explore .row > div:last-child img, body[contenteditable] .navlinks-more-to-explore .row > div:last-child img {
  width: 17px;
}
body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:last-child a, #sfPageContainer .navlinks-more-to-explore .row > div:last-child a, .sf-input.-rich-text .navlinks-more-to-explore .row > div:last-child a, body[contenteditable] .navlinks-more-to-explore .row > div:last-child a {
  padding-bottom: 49px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-more-to-explore .row > div:last-child a, #sfPageContainer .navlinks-more-to-explore .row > div:last-child a, .sf-input.-rich-text .navlinks-more-to-explore .row > div:last-child a, body[contenteditable] .navlinks-more-to-explore .row > div:last-child a {
    padding-bottom: 0;
    padding-right: 106px;
    justify-content: flex-end;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks, #sfPageContainer .navlinks-subsolution-blocks, .sf-input.-rich-text .navlinks-subsolution-blocks, body[contenteditable] .navlinks-subsolution-blocks {
  text-align: left;
}
body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks > div, #sfPageContainer .navlinks-subsolution-blocks > div, .sf-input.-rich-text .navlinks-subsolution-blocks > div, body[contenteditable] .navlinks-subsolution-blocks > div {
  margin: 0;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks > div, #sfPageContainer .navlinks-subsolution-blocks > div, .sf-input.-rich-text .navlinks-subsolution-blocks > div, body[contenteditable] .navlinks-subsolution-blocks > div {
    margin: -10px -15px 10px -15px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks .navlinks-item, #sfPageContainer .navlinks-subsolution-blocks .navlinks-item, .sf-input.-rich-text .navlinks-subsolution-blocks .navlinks-item, body[contenteditable] .navlinks-subsolution-blocks .navlinks-item {
  border: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks .navlinks-item, #sfPageContainer .navlinks-subsolution-blocks .navlinks-item, .sf-input.-rich-text .navlinks-subsolution-blocks .navlinks-item, body[contenteditable] .navlinks-subsolution-blocks .navlinks-item {
  padding: 20px;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks .navlinks-item, #sfPageContainer .navlinks-subsolution-blocks .navlinks-item, .sf-input.-rich-text .navlinks-subsolution-blocks .navlinks-item, body[contenteditable] .navlinks-subsolution-blocks .navlinks-item {
    padding: 80px;
    height: 400px;
    width: calc(50% - 30px);
    margin: 10px 15px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-subsolution-blocks a, #sfPageContainer .navlinks-subsolution-blocks a, .sf-input.-rich-text .navlinks-subsolution-blocks a, body[contenteditable] .navlinks-subsolution-blocks a {
  padding: 0 20px;
}
body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue > div, #sfPageContainer .navlinks-2col-dark-blue > div, .sf-input.-rich-text .navlinks-2col-dark-blue > div, body[contenteditable] .navlinks-2col-dark-blue > div {
  margin: 0;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue > div, #sfPageContainer .navlinks-2col-dark-blue > div, .sf-input.-rich-text .navlinks-2col-dark-blue > div, body[contenteditable] .navlinks-2col-dark-blue > div {
    margin: -10px -15px 10px -15px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue .navlinks-item, #sfPageContainer .navlinks-2col-dark-blue .navlinks-item, .sf-input.-rich-text .navlinks-2col-dark-blue .navlinks-item, body[contenteditable] .navlinks-2col-dark-blue .navlinks-item {
  border: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue h3, #sfPageContainer .navlinks-2col-dark-blue h3, .sf-input.-rich-text .navlinks-2col-dark-blue h3, body[contenteditable] .navlinks-2col-dark-blue h3 {
  margin: 0;
  line-height: auto;
}
body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue .navlinks-item, #sfPageContainer .navlinks-2col-dark-blue .navlinks-item, .sf-input.-rich-text .navlinks-2col-dark-blue .navlinks-item, body[contenteditable] .navlinks-2col-dark-blue .navlinks-item {
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  background-image: url(/images/default-source/buttons-and-icons/blue-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 40px);
  background-size: 17px auto;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue .navlinks-item, #sfPageContainer .navlinks-2col-dark-blue .navlinks-item, .sf-input.-rich-text .navlinks-2col-dark-blue .navlinks-item, body[contenteditable] .navlinks-2col-dark-blue .navlinks-item {
    width: calc(50% - 30px);
    margin: 10px 15px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-2col-dark-blue a, #sfPageContainer .navlinks-2col-dark-blue a, .sf-input.-rich-text .navlinks-2col-dark-blue a, body[contenteditable] .navlinks-2col-dark-blue a {
  padding-left: 40px;
  height: 120px;
  display: flex;
  align-items: center;
}
body.amwins-page:not(.sfPageEditor) .navlinks-global-industries, #sfPageContainer .navlinks-global-industries, .sf-input.-rich-text .navlinks-global-industries, body[contenteditable] .navlinks-global-industries {
  margin: 0 -15px 20px -15px;
}
body.amwins-page:not(.sfPageEditor) .navlinks-global-industries .navlinks-item, #sfPageContainer .navlinks-global-industries .navlinks-item, .sf-input.-rich-text .navlinks-global-industries .navlinks-item, body[contenteditable] .navlinks-global-industries .navlinks-item {
  margin: 0 15px;
  background-image: url(/images/default-source/buttons-and-icons/dark-blue-arrow.png);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-global-industries .navlinks-item, #sfPageContainer .navlinks-global-industries .navlinks-item, .sf-input.-rich-text .navlinks-global-industries .navlinks-item, body[contenteditable] .navlinks-global-industries .navlinks-item {
    width: calc(50% - 30px);
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-global-industries .navlinks-item a, #sfPageContainer .navlinks-global-industries .navlinks-item a, .sf-input.-rich-text .navlinks-global-industries .navlinks-item a, body[contenteditable] .navlinks-global-industries .navlinks-item a {
  border: 0 solid rgb(162, 214, 231);
  border-bottom-width: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 85px 25px 0;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-global-industries .navlinks-item a, #sfPageContainer .navlinks-global-industries .navlinks-item a, .sf-input.-rich-text .navlinks-global-industries .navlinks-item a, body[contenteditable] .navlinks-global-industries .navlinks-item a {
    height: 80px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-global-industries .navlinks-item a h3, #sfPageContainer .navlinks-global-industries .navlinks-item a h3, .sf-input.-rich-text .navlinks-global-industries .navlinks-item a h3, body[contenteditable] .navlinks-global-industries .navlinks-item a h3 {
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .navlinks-global-industries .navlinks-item a:hover, #sfPageContainer .navlinks-global-industries .navlinks-item a:hover, .sf-input.-rich-text .navlinks-global-industries .navlinks-item a:hover, body[contenteditable] .navlinks-global-industries .navlinks-item a:hover {
  box-shadow: 0 0 40px 0 rgba(162, 214, 231, 0.4);
  text-decoration: none;
  color: rgb(0, 43, 73);
  border-left-width: 5px;
  border-right-width: 1px;
  padding-left: 20px;
}
body.amwins-page:not(.sfPageEditor) .nav-subpage .navlinks-item, #sfPageContainer .nav-subpage .navlinks-item, .sf-input.-rich-text .nav-subpage .navlinks-item, body[contenteditable] .nav-subpage .navlinks-item {
  margin-right: 20px;
  min-height: 32px;
  display: flex;
  align-items: center;
}
body.amwins-page:not(.sfPageEditor) .nav-subpage .navlinks-item .d-flex, #sfPageContainer .nav-subpage .navlinks-item .d-flex, .sf-input.-rich-text .nav-subpage .navlinks-item .d-flex, body[contenteditable] .nav-subpage .navlinks-item .d-flex {
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .nav-subpage .navlinks-item a, #sfPageContainer .nav-subpage .navlinks-item a, .sf-input.-rich-text .nav-subpage .navlinks-item a, body[contenteditable] .nav-subpage .navlinks-item a {
  color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) .nav-subpage .navlinks-item .nav-subpage-parent, #sfPageContainer .nav-subpage .navlinks-item .nav-subpage-parent, .sf-input.-rich-text .nav-subpage .navlinks-item .nav-subpage-parent, body[contenteditable] .nav-subpage .navlinks-item .nav-subpage-parent {
  text-transform: uppercase;
  font-family: SoehneKraftig;
  font-size: 18px;
  letter-spacing: 0.6px;
}
body.amwins-page:not(.sfPageEditor) .nav-subpage .navlinks-item a:not(.nav-subpage-parent), #sfPageContainer .nav-subpage .navlinks-item a:not(.nav-subpage-parent), .sf-input.-rich-text .nav-subpage .navlinks-item a:not(.nav-subpage-parent), body[contenteditable] .nav-subpage .navlinks-item a:not(.nav-subpage-parent) {
  font-size: 16px;
  letter-spacing: 0.53px;
}
@media (max-width: 1199.98px) {
  body.amwins-page:not(.sfPageEditor) .nav-subpage, #sfPageContainer .nav-subpage, .sf-input.-rich-text .nav-subpage, body[contenteditable] .nav-subpage {
    display: none;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks, #sfPageContainer .navlinks-industry-blocks, .sf-input.-rich-text .navlinks-industry-blocks, body[contenteditable] .navlinks-industry-blocks {
  background-position: right bottom;
  background-repeat: no-repeat;
}
body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks .container .col-12 > div, #sfPageContainer .navlinks-industry-blocks .container .col-12 > div, .sf-input.-rich-text .navlinks-industry-blocks .container .col-12 > div, body[contenteditable] .navlinks-industry-blocks .container .col-12 > div {
  margin: 0;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks .container .col-12 > div, #sfPageContainer .navlinks-industry-blocks .container .col-12 > div, .sf-input.-rich-text .navlinks-industry-blocks .container .col-12 > div, body[contenteditable] .navlinks-industry-blocks .container .col-12 > div {
    margin: -10px -15px 10px -15px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks .navlinks-item, #sfPageContainer .navlinks-industry-blocks .navlinks-item, .sf-input.-rich-text .navlinks-industry-blocks .navlinks-item, body[contenteditable] .navlinks-industry-blocks .navlinks-item {
  border: 1px solid rgb(162, 214, 231);
  border-left-width: 5px;
}
body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks .navlinks-item, #sfPageContainer .navlinks-industry-blocks .navlinks-item, .sf-input.-rich-text .navlinks-industry-blocks .navlinks-item, body[contenteditable] .navlinks-industry-blocks .navlinks-item {
  padding: 20px;
  width: 100%;
  margin: 0 0 20px 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks .navlinks-item, #sfPageContainer .navlinks-industry-blocks .navlinks-item, .sf-input.-rich-text .navlinks-industry-blocks .navlinks-item, body[contenteditable] .navlinks-industry-blocks .navlinks-item {
    padding: 40px;
    height: 400px;
    width: calc(50% - 30px);
    margin: 10px 15px;
    background-position: right;
  }
  body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks .navlinks-item p, #sfPageContainer .navlinks-industry-blocks .navlinks-item p, .sf-input.-rich-text .navlinks-industry-blocks .navlinks-item p, body[contenteditable] .navlinks-industry-blocks .navlinks-item p {
    max-width: 60%;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-industry-blocks a, #sfPageContainer .navlinks-industry-blocks a, .sf-input.-rich-text .navlinks-industry-blocks a, body[contenteditable] .navlinks-industry-blocks a {
  padding: 0 20px;
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-construction, #sfPageContainer .industry-lightblue-bg-construction, .sf-input.-rich-text .industry-lightblue-bg-construction, body[contenteditable] .industry-lightblue-bg-construction {
  background-image: url(/images/default-source/industries/construction-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-energy, #sfPageContainer .industry-lightblue-bg-energy, .sf-input.-rich-text .industry-lightblue-bg-energy, body[contenteditable] .industry-lightblue-bg-energy {
  background-image: url(/images/default-source/industries/energy-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-environmental, #sfPageContainer .industry-lightblue-bg-environmental, .sf-input.-rich-text .industry-lightblue-bg-environmental, body[contenteditable] .industry-lightblue-bg-environmental {
  background-image: url(/images/default-source/industries/environmental-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-healthcare, #sfPageContainer .industry-lightblue-bg-healthcare, .sf-input.-rich-text .industry-lightblue-bg-healthcare, body[contenteditable] .industry-lightblue-bg-healthcare {
  background-image: url(/images/default-source/industries/healthcare-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-hospitality-entertainment, #sfPageContainer .industry-lightblue-bg-hospitality-entertainment, .sf-input.-rich-text .industry-lightblue-bg-hospitality-entertainment, body[contenteditable] .industry-lightblue-bg-hospitality-entertainment {
  background-image: url(/images/default-source/industries/hospitality-entertainment-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-manufacturing-distribution, #sfPageContainer .industry-lightblue-bg-manufacturing-distribution, .sf-input.-rich-text .industry-lightblue-bg-manufacturing-distribution, body[contenteditable] .industry-lightblue-bg-manufacturing-distribution {
  background-image: url(/images/default-source/industries/manufacturing-distribution-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-public-entity, #sfPageContainer .industry-lightblue-bg-public-entity, .sf-input.-rich-text .industry-lightblue-bg-public-entity, body[contenteditable] .industry-lightblue-bg-public-entity {
  background-image: url(/images/default-source/industries/public-entity-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-real-estate, #sfPageContainer .industry-lightblue-bg-real-estate, .sf-input.-rich-text .industry-lightblue-bg-real-estate, body[contenteditable] .industry-lightblue-bg-real-estate {
  background-image: url(/images/default-source/industries/real-estate-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-specialty-classes-emerging-risk, #sfPageContainer .industry-lightblue-bg-specialty-classes-emerging-risk, .sf-input.-rich-text .industry-lightblue-bg-specialty-classes-emerging-risk, body[contenteditable] .industry-lightblue-bg-specialty-classes-emerging-risk {
  background-image: url(/images/default-source/industries/specialty-classes-emerging-risk-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-transportation, #sfPageContainer .industry-lightblue-bg-transportation, .sf-input.-rich-text .industry-lightblue-bg-transportation, body[contenteditable] .industry-lightblue-bg-transportation {
  background-image: url(/images/default-source/industries/transportation-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .industry-lightblue-bg-emerging-risks, #sfPageContainer .industry-lightblue-bg-emerging-risks, .sf-input.-rich-text .industry-lightblue-bg-emerging-risks, body[contenteditable] .industry-lightblue-bg-emerging-risks {
  background-image: url(/images/default-source/industries/emerging-risks-lightblue-bg.png);
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-image a, #sfPageContainer .navlinks-hover-image a, .sf-input.-rich-text .navlinks-hover-image a, body[contenteditable] .navlinks-hover-image a {
  padding: 25px 85px 25px 0;
  position: relative;
  z-index: 2;
  display: flex;
  background-color: #fff;
  align-items: center;
  border: 0 solid rgb(162, 214, 231);
  border-bottom-width: 1px;
  background-image: url(/images/default-source/buttons-and-icons/dark-blue-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 17px auto;
  background-position-x: calc(100% - 40px);
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-hover-image a, #sfPageContainer .navlinks-hover-image a, .sf-input.-rich-text .navlinks-hover-image a, body[contenteditable] .navlinks-hover-image a {
    flex-direction: column;
    align-items: start;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-image a h3, #sfPageContainer .navlinks-hover-image a h3, .sf-input.-rich-text .navlinks-hover-image a h3, body[contenteditable] .navlinks-hover-image a h3 {
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-image a:hover, #sfPageContainer .navlinks-hover-image a:hover, .sf-input.-rich-text .navlinks-hover-image a:hover, body[contenteditable] .navlinks-hover-image a:hover {
  box-shadow: 0 0 40px 0 rgba(162, 214, 231, 0.4);
  z-index: 3;
  border-left-width: 5px;
  border-right-width: 1px;
  padding-left: 20px;
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-image .navlinks-hover-img-show, #sfPageContainer .navlinks-hover-image .navlinks-hover-img-show, .sf-input.-rich-text .navlinks-hover-image .navlinks-hover-img-show, body[contenteditable] .navlinks-hover-image .navlinks-hover-img-show {
  display: flex;
  flex-direction: column;
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-image .navlinks-hover-img-show div, #sfPageContainer .navlinks-hover-image .navlinks-hover-img-show div, .sf-input.-rich-text .navlinks-hover-image .navlinks-hover-img-show div, body[contenteditable] .navlinks-hover-image .navlinks-hover-img-show div {
  flex: 1;
  background-position: center;
  background-size: cover;
  box-shadow: 0 30px 50px 0 rgba(162, 214, 231, 0.4);
}
@media (max-width: 767.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-hover-image .navlinks-hover-img-show, #sfPageContainer .navlinks-hover-image .navlinks-hover-img-show, .sf-input.-rich-text .navlinks-hover-image .navlinks-hover-img-show, body[contenteditable] .navlinks-hover-image .navlinks-hover-img-show {
    display: none;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-image .navlinks-hover-img-show img, #sfPageContainer .navlinks-hover-image .navlinks-hover-img-show img, .sf-input.-rich-text .navlinks-hover-image .navlinks-hover-img-show img, body[contenteditable] .navlinks-hover-image .navlinks-hover-img-show img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-caption a, #sfPageContainer .navlinks-hover-caption a, .sf-input.-rich-text .navlinks-hover-caption a, body[contenteditable] .navlinks-hover-caption a {
  padding-top: 25px;
  padding-bottom: 25px;
  flex: 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 0 solid rgb(55, 120, 162);
  border-bottom-width: 1px;
  border-left-color: rgb(0, 43, 73);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 17px auto;
  background-position-x: 100%;
  background-image: url(/images/default-source/buttons-and-icons/blue-arrow.png);
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-hover-caption a, #sfPageContainer .navlinks-hover-caption a, .sf-input.-rich-text .navlinks-hover-caption a, body[contenteditable] .navlinks-hover-caption a {
    padding-right: 30px;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-caption a .navlinks-item, #sfPageContainer .navlinks-hover-caption a .navlinks-item, .sf-input.-rich-text .navlinks-hover-caption a .navlinks-item, body[contenteditable] .navlinks-hover-caption a .navlinks-item {
  width: 100%;
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .navlinks-hover-caption a, #sfPageContainer .navlinks-hover-caption a, .sf-input.-rich-text .navlinks-hover-caption a, body[contenteditable] .navlinks-hover-caption a {
    flex-direction: column;
    align-items: start;
  }
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-caption a h3, #sfPageContainer .navlinks-hover-caption a h3, .sf-input.-rich-text .navlinks-hover-caption a h3, body[contenteditable] .navlinks-hover-caption a h3 {
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .navlinks-hover-caption a:hover, #sfPageContainer .navlinks-hover-caption a:hover, .sf-input.-rich-text .navlinks-hover-caption a:hover, body[contenteditable] .navlinks-hover-caption a:hover {
  box-shadow: 0 10px 40px 0 rgba(55, 120, 162, 0.4);
  background-image: url(/images/default-source/buttons-and-icons/dark-blue-arrow.png) !important;
  background-position-x: calc(100% - 24px);
  z-index: 3;
  border-left-width: 5px;
  border-right-width: 1px;
  background-color: rgb(162, 214, 231);
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 20px;
  padding-right: 24px;
  margin-top: -1px;
  border-top-width: 1px;
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue .navlinks-hover-caption a, #sfPageContainer .bg-secondary-light-blue .navlinks-hover-caption a, .sf-input.-rich-text .bg-secondary-light-blue .navlinks-hover-caption a, body[contenteditable] .bg-secondary-light-blue .navlinks-hover-caption a {
  background-image: url(/images/default-source/buttons-and-icons/white-arrow.png);
}
body.amwins-page:not(.sfPageEditor) ul.sf-autocomplete, #sfPageContainer ul.sf-autocomplete, .sf-input.-rich-text ul.sf-autocomplete, body[contenteditable] ul.sf-autocomplete {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  z-index: 99;
  box-shadow: 0 10px 20px 0 rgba(162, 214, 231, 0.5);
  border: none;
  border-radius: 4px;
  font-size: 17px;
}
body.amwins-page:not(.sfPageEditor) ul.sf-autocomplete .ui-menu-item-wrapper, #sfPageContainer ul.sf-autocomplete .ui-menu-item-wrapper, .sf-input.-rich-text ul.sf-autocomplete .ui-menu-item-wrapper, body[contenteditable] ul.sf-autocomplete .ui-menu-item-wrapper {
  padding: 3px 20px;
  color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active, #sfPageContainer ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active, .sf-input.-rich-text ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active, body[contenteditable] ul.sf-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background-color: rgb(235, 246, 249);
}
body.amwins-page:not(.sfPageEditor) ul.sf-autocomplete .ui-menu-item-wrapper:hover, #sfPageContainer ul.sf-autocomplete .ui-menu-item-wrapper:hover, .sf-input.-rich-text ul.sf-autocomplete .ui-menu-item-wrapper:hover, body[contenteditable] ul.sf-autocomplete .ui-menu-item-wrapper:hover {
  cursor: pointer;
}
body.amwins-page:not(.sfPageEditor) .ui-helper-hidden-accessible, #sfPageContainer .ui-helper-hidden-accessible, .sf-input.-rich-text .ui-helper-hidden-accessible, body[contenteditable] .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body.amwins-page:not(.sfPageEditor) .form-inline .nav-search, #sfPageContainer .form-inline .nav-search, .sf-input.-rich-text .form-inline .nav-search, body[contenteditable] .form-inline .nav-search {
  box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
  padding: 2px 17px 6px 15px;
  border-radius: 35px;
  position: absolute;
  right: 40px;
  top: 60px;
  z-index: 10;
  background-color: #fff;
}
body.amwins-page:not(.sfPageEditor) .form-inline .nav-search input, #sfPageContainer .form-inline .nav-search input, .sf-input.-rich-text .form-inline .nav-search input, body[contenteditable] .form-inline .nav-search input {
  border: 0;
  background: transparent;
  font-size: 16px;
  width: 270px;
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .form-inline .nav-search input::-moz-placeholder, #sfPageContainer .form-inline .nav-search input::-moz-placeholder, .sf-input.-rich-text .form-inline .nav-search input::-moz-placeholder, body[contenteditable] .form-inline .nav-search input::-moz-placeholder {
  color: rgb(162, 214, 231);
  opacity: 1;
}
body.amwins-page:not(.sfPageEditor) .form-inline .nav-search input::placeholder, #sfPageContainer .form-inline .nav-search input::placeholder, .sf-input.-rich-text .form-inline .nav-search input::placeholder, body[contenteditable] .form-inline .nav-search input::placeholder {
  color: rgb(162, 214, 231);
  opacity: 1;
}
body.amwins-page:not(.sfPageEditor) .form-inline .nav-search input:focus, #sfPageContainer .form-inline .nav-search input:focus, .sf-input.-rich-text .form-inline .nav-search input:focus, body[contenteditable] .form-inline .nav-search input:focus {
  box-shadow: none;
}
body.amwins-page:not(.sfPageEditor) .form-inline .nav-search button, #sfPageContainer .form-inline .nav-search button, .sf-input.-rich-text .form-inline .nav-search button, body[contenteditable] .form-inline .nav-search button {
  width: 17px;
  height: 17px;
  border: none;
  background: none;
  z-index: 100;
}
body.amwins-page:not(.sfPageEditor) .nav-search::after, #sfPageContainer .nav-search::after, .sf-input.-rich-text .nav-search::after, body[contenteditable] .nav-search::after {
  background-color: transparent;
  background-image: url(/images/default-source/buttons-and-icons/blue-arrow.png);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  background-size: 17px 17px;
  top: 13px;
  right: 18px;
  content: "";
}
body.amwins-page:not(.sfPageEditor) .nav-search::before, #sfPageContainer .nav-search::before, .sf-input.-rich-text .nav-search::before, body[contenteditable] .nav-search::before {
  background-color: transparent;
  width: 284px;
  height: 1px;
  border-bottom: 1px solid rgb(162, 214, 231);
  position: absolute;
  left: 26px;
  top: 32px;
  content: "";
}
@media (max-width: 1199.98px) {
  body.amwins-page:not(.sfPageEditor) .form-inline .nav-search input, #sfPageContainer .form-inline .nav-search input, .sf-input.-rich-text .form-inline .nav-search input, body[contenteditable] .form-inline .nav-search input {
    width: 175px;
  }
  body.amwins-page:not(.sfPageEditor) .nav-search::before, #sfPageContainer .nav-search::before, .sf-input.-rich-text .nav-search::before, body[contenteditable] .nav-search::before {
    width: 191px;
  }
}
body.amwins-page:not(.sfPageEditor) .sf-search-results .media-body.sf-media-body, #sfPageContainer .sf-search-results .media-body.sf-media-body, .sf-input.-rich-text .sf-search-results .media-body.sf-media-body, body[contenteditable] .sf-search-results .media-body.sf-media-body {
  padding: 15px;
  border: 1px solid rgb(162, 214, 231);
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
}
body.amwins-page:not(.sfPageEditor) .pagination li.page-item.active, #sfPageContainer .pagination li.page-item.active, .sf-input.-rich-text .pagination li.page-item.active, body[contenteditable] .pagination li.page-item.active {
  border: 1px solid rgb(162, 214, 231);
  background-color: rgb(235, 246, 249);
  box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
}
body.amwins-page:not(.sfPageEditor) .pagination li.page-item, #sfPageContainer .pagination li.page-item, .sf-input.-rich-text .pagination li.page-item, body[contenteditable] .pagination li.page-item {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .pagination li.page-item a, #sfPageContainer .pagination li.page-item a, .sf-input.-rich-text .pagination li.page-item a, body[contenteditable] .pagination li.page-item a {
  padding: 1px 7px;
}
body.amwins-page:not(.sfPageEditor) .pagination li.page-item .page-link, body.amwins-page:not(.sfPageEditor) .pagination li.page-item .page-link span, #sfPageContainer .pagination li.page-item .page-link, #sfPageContainer .pagination li.page-item .page-link span, .sf-input.-rich-text .pagination li.page-item .page-link, .sf-input.-rich-text .pagination li.page-item .page-link span, body[contenteditable] .pagination li.page-item .page-link, body[contenteditable] .pagination li.page-item .page-link span {
  font-size: 18px;
  color: rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) .sf-profile .sf-profile-avatar, #sfPageContainer .sf-profile .sf-profile-avatar, .sf-input.-rich-text .sf-profile .sf-profile-avatar, body[contenteditable] .sf-profile .sf-profile-avatar {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .sf-profile .sf-profile-avatar .sf-remove, #sfPageContainer .sf-profile .sf-profile-avatar .sf-remove, .sf-input.-rich-text .sf-profile .sf-profile-avatar .sf-remove, body[contenteditable] .sf-profile .sf-profile-avatar .sf-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  outline: 0;
}
body.amwins-page:not(.sfPageEditor) .sf-profile textarea, #sfPageContainer .sf-profile textarea, .sf-input.-rich-text .sf-profile textarea, body[contenteditable] .sf-profile textarea {
  min-height: 100px;
}
body.amwins-page:not(.sfPageEditor) .sf-profile .media-object img, #sfPageContainer .sf-profile .media-object img, .sf-input.-rich-text .sf-profile .media-object img, body[contenteditable] .sf-profile .media-object img {
  max-width: none;
}
body.amwins-page:not(.sfPageEditor) .sf-list--expandable a[data-sf-role=toggleLink] svg, #sfPageContainer .sf-list--expandable a[data-sf-role=toggleLink] svg, .sf-input.-rich-text .sf-list--expandable a[data-sf-role=toggleLink] svg, body[contenteditable] .sf-list--expandable a[data-sf-role=toggleLink] svg {
  fill: #999;
  height: 1em;
  width: 1em;
}
body.amwins-page:not(.sfPageEditor) .sf-list--expandable .sf-list-expand, #sfPageContainer .sf-list--expandable .sf-list-expand, .sf-input.-rich-text .sf-list--expandable .sf-list-expand, body[contenteditable] .sf-list--expandable .sf-list-expand {
  float: right;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list-item, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list-item, #sfPageContainer [lang^=ar] .sf-list-item, #sfPageContainer [lang^=he] .sf-list-item, #sfPageContainer [lang^=fa] .sf-list-item, #sfPageContainer [lang^=ku] .sf-list-item, #sfPageContainer [lang^=ur] .sf-list-item, #sfPageContainer [lang^=dv] .sf-list-item, #sfPageContainer [lang^=ps] .sf-list-item, #sfPageContainer [lang^=ha] .sf-list-item, #sfPageContainer [lang^=ks] .sf-list-item, #sfPageContainer [lang^=yi] .sf-list-item, #sfPageContainer [lang^=uz-arab] .sf-list-item, #sfPageContainer [lang^=tzm-arab] .sf-list-item, .sf-input.-rich-text [lang^=ar] .sf-list-item, .sf-input.-rich-text [lang^=he] .sf-list-item, .sf-input.-rich-text [lang^=fa] .sf-list-item, .sf-input.-rich-text [lang^=ku] .sf-list-item, .sf-input.-rich-text [lang^=ur] .sf-list-item, .sf-input.-rich-text [lang^=dv] .sf-list-item, .sf-input.-rich-text [lang^=ps] .sf-list-item, .sf-input.-rich-text [lang^=ha] .sf-list-item, .sf-input.-rich-text [lang^=ks] .sf-list-item, .sf-input.-rich-text [lang^=yi] .sf-list-item, .sf-input.-rich-text [lang^=uz-arab] .sf-list-item, .sf-input.-rich-text [lang^=tzm-arab] .sf-list-item, body[contenteditable] [lang^=ar] .sf-list-item, body[contenteditable] [lang^=he] .sf-list-item, body[contenteditable] [lang^=fa] .sf-list-item, body[contenteditable] [lang^=ku] .sf-list-item, body[contenteditable] [lang^=ur] .sf-list-item, body[contenteditable] [lang^=dv] .sf-list-item, body[contenteditable] [lang^=ps] .sf-list-item, body[contenteditable] [lang^=ha] .sf-list-item, body[contenteditable] [lang^=ks] .sf-list-item, body[contenteditable] [lang^=yi] .sf-list-item, body[contenteditable] [lang^=uz-arab] .sf-list-item, body[contenteditable] [lang^=tzm-arab] .sf-list-item {
  float: right;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list-expand, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list-expand, #sfPageContainer [lang^=ar] .sf-list-expand, #sfPageContainer [lang^=he] .sf-list-expand, #sfPageContainer [lang^=fa] .sf-list-expand, #sfPageContainer [lang^=ku] .sf-list-expand, #sfPageContainer [lang^=ur] .sf-list-expand, #sfPageContainer [lang^=dv] .sf-list-expand, #sfPageContainer [lang^=ps] .sf-list-expand, #sfPageContainer [lang^=ha] .sf-list-expand, #sfPageContainer [lang^=ks] .sf-list-expand, #sfPageContainer [lang^=yi] .sf-list-expand, #sfPageContainer [lang^=uz-arab] .sf-list-expand, #sfPageContainer [lang^=tzm-arab] .sf-list-expand, .sf-input.-rich-text [lang^=ar] .sf-list-expand, .sf-input.-rich-text [lang^=he] .sf-list-expand, .sf-input.-rich-text [lang^=fa] .sf-list-expand, .sf-input.-rich-text [lang^=ku] .sf-list-expand, .sf-input.-rich-text [lang^=ur] .sf-list-expand, .sf-input.-rich-text [lang^=dv] .sf-list-expand, .sf-input.-rich-text [lang^=ps] .sf-list-expand, .sf-input.-rich-text [lang^=ha] .sf-list-expand, .sf-input.-rich-text [lang^=ks] .sf-list-expand, .sf-input.-rich-text [lang^=yi] .sf-list-expand, .sf-input.-rich-text [lang^=uz-arab] .sf-list-expand, .sf-input.-rich-text [lang^=tzm-arab] .sf-list-expand, body[contenteditable] [lang^=ar] .sf-list-expand, body[contenteditable] [lang^=he] .sf-list-expand, body[contenteditable] [lang^=fa] .sf-list-expand, body[contenteditable] [lang^=ku] .sf-list-expand, body[contenteditable] [lang^=ur] .sf-list-expand, body[contenteditable] [lang^=dv] .sf-list-expand, body[contenteditable] [lang^=ps] .sf-list-expand, body[contenteditable] [lang^=ha] .sf-list-expand, body[contenteditable] [lang^=ks] .sf-list-expand, body[contenteditable] [lang^=yi] .sf-list-expand, body[contenteditable] [lang^=uz-arab] .sf-list-expand, body[contenteditable] [lang^=tzm-arab] .sf-list-expand {
  float: left;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-list--expandable .glyphicon-chevron-right:before, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=ar] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=he] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=fa] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=ku] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=ur] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=dv] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=ps] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=ha] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=ks] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=yi] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=uz-arab] .sf-list--expandable .glyphicon-chevron-right:before, #sfPageContainer [lang^=tzm-arab] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=ar] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=he] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=fa] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=ku] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=ur] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=dv] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=ps] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=ha] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=ks] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=yi] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=uz-arab] .sf-list--expandable .glyphicon-chevron-right:before, .sf-input.-rich-text [lang^=tzm-arab] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=ar] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=he] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=fa] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=ku] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=ur] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=dv] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=ps] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=ha] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=ks] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=yi] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=uz-arab] .sf-list--expandable .glyphicon-chevron-right:before, body[contenteditable] [lang^=tzm-arab] .sf-list--expandable .glyphicon-chevron-right:before {
  content: "\e079";
}
body.amwins-page:not(.sfPageEditor) .sf-lang-selector a, #sfPageContainer .sf-lang-selector a, .sf-input.-rich-text .sf-lang-selector a, body[contenteditable] .sf-lang-selector a {
  display: block;
  font-size: 16px;
  border-radius: 8px;
}
body.amwins-page:not(.sfPageEditor) .sf-lang-selector a.selected, #sfPageContainer .sf-lang-selector a.selected, .sf-input.-rich-text .sf-lang-selector a.selected, body[contenteditable] .sf-lang-selector a.selected {
  background-color: #f2f2f2;
  color: #333;
}
body.amwins-page:not(.sfPageEditor) .sf-lang-selector label select, #sfPageContainer .sf-lang-selector label select, .sf-input.-rich-text .sf-lang-selector label select, body[contenteditable] .sf-lang-selector label select {
  display: block;
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) .sf-Comments [class^=sf-icon], #sfPageContainer .sf-Comments [class^=sf-icon], .sf-input.-rich-text .sf-Comments [class^=sf-icon], body[contenteditable] .sf-Comments [class^=sf-icon] {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-Comment-count, #sfPageContainer .sf-Comment-count, .sf-input.-rich-text .sf-Comment-count, body[contenteditable] .sf-Comment-count {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-Comment-count [class^=sf-icon], #sfPageContainer .sf-Comment-count [class^=sf-icon], .sf-input.-rich-text .sf-Comment-count [class^=sf-icon], body[contenteditable] .sf-Comment-count [class^=sf-icon] {
  display: inline-block;
  vertical-align: middle;
}
.sf-Comment-count--block body.amwins-page:not(.sfPageEditor) .sf-Comment-count, .sf-Comment-count--block #sfPageContainer .sf-Comment-count, .sf-Comment-count--block .sf-input.-rich-text .sf-Comment-count, .sf-Comment-count--block body[contenteditable] .sf-Comment-count {
  display: block;
}
body.amwins-page:not(.sfPageEditor) [data-sf-role=error-message],
body.amwins-page:not(.sfPageEditor) [data-sf-role=list-loading-indicator],
body.amwins-page:not(.sfPageEditor) [data-sf-role=list-loading-indicator],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-new-message-error],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-new-logged-out-view],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-new-name-error],
body.amwins-page:not(.sfPageEditor) [data-sf-role=captcha-container],
body.amwins-page:not(.sfPageEditor) [data-sf-role=single-comment-template],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-new-pending-approval-message],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-load-more-button],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-new-form-button],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-sort-new-button],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-sort-old-button],
body.amwins-page:not(.sfPageEditor) [data-sf-role=comments-new-requires-authentication],
body.amwins-page:not(.sfPageEditor) [data-sf-role=list-rating-wrapper],
body.amwins-page:not(.sfPageEditor) [data-sf-role=review-new-form-replacement], #sfPageContainer [data-sf-role=error-message],
#sfPageContainer [data-sf-role=list-loading-indicator],
#sfPageContainer [data-sf-role=list-loading-indicator],
#sfPageContainer [data-sf-role=comments-new-message-error],
#sfPageContainer [data-sf-role=comments-new-logged-out-view],
#sfPageContainer [data-sf-role=comments-new-name-error],
#sfPageContainer [data-sf-role=captcha-container],
#sfPageContainer [data-sf-role=single-comment-template],
#sfPageContainer [data-sf-role=comments-new-pending-approval-message],
#sfPageContainer [data-sf-role=comments-load-more-button],
#sfPageContainer [data-sf-role=comments-new-form-button],
#sfPageContainer [data-sf-role=comments-sort-new-button],
#sfPageContainer [data-sf-role=comments-sort-old-button],
#sfPageContainer [data-sf-role=comments-new-requires-authentication],
#sfPageContainer [data-sf-role=list-rating-wrapper],
#sfPageContainer [data-sf-role=review-new-form-replacement], .sf-input.-rich-text [data-sf-role=error-message],
.sf-input.-rich-text [data-sf-role=list-loading-indicator],
.sf-input.-rich-text [data-sf-role=list-loading-indicator],
.sf-input.-rich-text [data-sf-role=comments-new-message-error],
.sf-input.-rich-text [data-sf-role=comments-new-logged-out-view],
.sf-input.-rich-text [data-sf-role=comments-new-name-error],
.sf-input.-rich-text [data-sf-role=captcha-container],
.sf-input.-rich-text [data-sf-role=single-comment-template],
.sf-input.-rich-text [data-sf-role=comments-new-pending-approval-message],
.sf-input.-rich-text [data-sf-role=comments-load-more-button],
.sf-input.-rich-text [data-sf-role=comments-new-form-button],
.sf-input.-rich-text [data-sf-role=comments-sort-new-button],
.sf-input.-rich-text [data-sf-role=comments-sort-old-button],
.sf-input.-rich-text [data-sf-role=comments-new-requires-authentication],
.sf-input.-rich-text [data-sf-role=list-rating-wrapper],
.sf-input.-rich-text [data-sf-role=review-new-form-replacement], body[contenteditable] [data-sf-role=error-message],
body[contenteditable] [data-sf-role=list-loading-indicator],
body[contenteditable] [data-sf-role=list-loading-indicator],
body[contenteditable] [data-sf-role=comments-new-message-error],
body[contenteditable] [data-sf-role=comments-new-logged-out-view],
body[contenteditable] [data-sf-role=comments-new-name-error],
body[contenteditable] [data-sf-role=captcha-container],
body[contenteditable] [data-sf-role=single-comment-template],
body[contenteditable] [data-sf-role=comments-new-pending-approval-message],
body[contenteditable] [data-sf-role=comments-load-more-button],
body[contenteditable] [data-sf-role=comments-new-form-button],
body[contenteditable] [data-sf-role=comments-sort-new-button],
body[contenteditable] [data-sf-role=comments-sort-old-button],
body[contenteditable] [data-sf-role=comments-new-requires-authentication],
body[contenteditable] [data-sf-role=list-rating-wrapper],
body[contenteditable] [data-sf-role=review-new-form-replacement] {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .sf-Comments-header h3, #sfPageContainer .sf-Comments-header h3, .sf-input.-rich-text .sf-Comments-header h3, body[contenteditable] .sf-Comments-header h3 {
  display: inline-block;
  margin-top: 0;
}
body.amwins-page:not(.sfPageEditor) .sf-Comments-header .selected, #sfPageContainer .sf-Comments-header .selected, .sf-input.-rich-text .sf-Comments-header .selected, body[contenteditable] .sf-Comments-header .selected {
  color: #333;
}
body.amwins-page:not(.sfPageEditor) .sf-Comments-list .sf-Comments-list-author, #sfPageContainer .sf-Comments-list .sf-Comments-list-author, .sf-input.-rich-text .sf-Comments-list .sf-Comments-list-author, body[contenteditable] .sf-Comments-list .sf-Comments-list-author {
  border-right: 1px solid #777;
}
body.amwins-page:not(.sfPageEditor) .sf-Comments-form textarea, #sfPageContainer .sf-Comments-form textarea, .sf-input.-rich-text .sf-Comments-form textarea, body[contenteditable] .sf-Comments-form textarea {
  min-height: 90px;
}
body.amwins-page:not(.sfPageEditor) .sf-Comments-filter, #sfPageContainer .sf-Comments-filter, .sf-input.-rich-text .sf-Comments-filter, body[contenteditable] .sf-Comments-filter {
  float: right;
}
body.amwins-page:not(.sfPageEditor) .sf-Review-count, #sfPageContainer .sf-Review-count, .sf-input.-rich-text .sf-Review-count, body[contenteditable] .sf-Review-count {
  display: inline-block;
}
.sf-Review-count--block body.amwins-page:not(.sfPageEditor) .sf-Review-count, .sf-Review-count--block #sfPageContainer .sf-Review-count, .sf-Review-count--block .sf-input.-rich-text .sf-Review-count, .sf-Review-count--block body[contenteditable] .sf-Review-count {
  display: block;
}
body.amwins-page:not(.sfPageEditor) .sf-Comment-count--block .sf-Comment-count,
body.amwins-page:not(.sfPageEditor) .sf-Comment-count--block .sf-Review-count, #sfPageContainer .sf-Comment-count--block .sf-Comment-count,
#sfPageContainer .sf-Comment-count--block .sf-Review-count, .sf-input.-rich-text .sf-Comment-count--block .sf-Comment-count,
.sf-input.-rich-text .sf-Comment-count--block .sf-Review-count, body[contenteditable] .sf-Comment-count--block .sf-Comment-count,
body[contenteditable] .sf-Comment-count--block .sf-Review-count {
  display: block;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=he] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=fa] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=ku] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=ur] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=dv] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=ps] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=ha] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=ks] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=yi] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .sf-Comments-filter, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .sf-Comments-filter, #sfPageContainer [lang^=ar] .sf-Comments-filter, #sfPageContainer [lang^=he] .sf-Comments-filter, #sfPageContainer [lang^=fa] .sf-Comments-filter, #sfPageContainer [lang^=ku] .sf-Comments-filter, #sfPageContainer [lang^=ur] .sf-Comments-filter, #sfPageContainer [lang^=dv] .sf-Comments-filter, #sfPageContainer [lang^=ps] .sf-Comments-filter, #sfPageContainer [lang^=ha] .sf-Comments-filter, #sfPageContainer [lang^=ks] .sf-Comments-filter, #sfPageContainer [lang^=yi] .sf-Comments-filter, #sfPageContainer [lang^=uz-arab] .sf-Comments-filter, #sfPageContainer [lang^=tzm-arab] .sf-Comments-filter, .sf-input.-rich-text [lang^=ar] .sf-Comments-filter, .sf-input.-rich-text [lang^=he] .sf-Comments-filter, .sf-input.-rich-text [lang^=fa] .sf-Comments-filter, .sf-input.-rich-text [lang^=ku] .sf-Comments-filter, .sf-input.-rich-text [lang^=ur] .sf-Comments-filter, .sf-input.-rich-text [lang^=dv] .sf-Comments-filter, .sf-input.-rich-text [lang^=ps] .sf-Comments-filter, .sf-input.-rich-text [lang^=ha] .sf-Comments-filter, .sf-input.-rich-text [lang^=ks] .sf-Comments-filter, .sf-input.-rich-text [lang^=yi] .sf-Comments-filter, .sf-input.-rich-text [lang^=uz-arab] .sf-Comments-filter, .sf-input.-rich-text [lang^=tzm-arab] .sf-Comments-filter, body[contenteditable] [lang^=ar] .sf-Comments-filter, body[contenteditable] [lang^=he] .sf-Comments-filter, body[contenteditable] [lang^=fa] .sf-Comments-filter, body[contenteditable] [lang^=ku] .sf-Comments-filter, body[contenteditable] [lang^=ur] .sf-Comments-filter, body[contenteditable] [lang^=dv] .sf-Comments-filter, body[contenteditable] [lang^=ps] .sf-Comments-filter, body[contenteditable] [lang^=ha] .sf-Comments-filter, body[contenteditable] [lang^=ks] .sf-Comments-filter, body[contenteditable] [lang^=yi] .sf-Comments-filter, body[contenteditable] [lang^=uz-arab] .sf-Comments-filter, body[contenteditable] [lang^=tzm-arab] .sf-Comments-filter {
  float: left;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings, #sfPageContainer .sf-Ratings, .sf-input.-rich-text .sf-Ratings, body[contenteditable] .sf-Ratings {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars, #sfPageContainer .sf-Ratings .sf-Ratings-stars, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars, body[contenteditable] .sf-Ratings .sf-Ratings-stars {
  display: inline-block;
  vertical-align: middle;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars span, #sfPageContainer .sf-Ratings .sf-Ratings-stars span, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars span, body[contenteditable] .sf-Ratings .sf-Ratings-stars span {
  font-size: 25px;
  color: #ccc;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars label, #sfPageContainer .sf-Ratings .sf-Ratings-stars label, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars label, body[contenteditable] .sf-Ratings .sf-Ratings-stars label {
  z-index: 2;
  cursor: pointer;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars input, #sfPageContainer .sf-Ratings .sf-Ratings-stars input, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars input, body[contenteditable] .sf-Ratings .sf-Ratings-stars input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 1px;
  opacity: 0.0001;
  position: absolute;
  top: auto;
  width: 1px;
  z-index: 1;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars .hover span, #sfPageContainer .sf-Ratings .sf-Ratings-stars .hover span, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars .hover span, body[contenteditable] .sf-Ratings .sf-Ratings-stars .hover span {
  color: #999;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars .on span, #sfPageContainer .sf-Ratings .sf-Ratings-stars .on span, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars .on span, body[contenteditable] .sf-Ratings .sf-Ratings-stars .on span {
  color: #006cd8;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span, #sfPageContainer .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span, body[contenteditable] .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span {
  cursor: default;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on, #sfPageContainer .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on, .sf-input.-rich-text .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on, body[contenteditable] .sf-Ratings .sf-Ratings-stars.sf-Ratings-stars--ronly span.on {
  color: #ffcc00;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-average,
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-count, #sfPageContainer .sf-Ratings .sf-Ratings-average,
#sfPageContainer .sf-Ratings .sf-Ratings-count, .sf-input.-rich-text .sf-Ratings .sf-Ratings-average,
.sf-input.-rich-text .sf-Ratings .sf-Ratings-count, body[contenteditable] .sf-Ratings .sf-Ratings-average,
body[contenteditable] .sf-Ratings .sf-Ratings-count {
  font-size: 16px;
  vertical-align: middle;
}
body.amwins-page:not(.sfPageEditor) .sf-Ratings .sf-Ratings-count span, #sfPageContainer .sf-Ratings .sf-Ratings-count span, .sf-input.-rich-text .sf-Ratings .sf-Ratings-count span, body[contenteditable] .sf-Ratings .sf-Ratings-count span {
  vertical-align: middle;
}
body.amwins-page:not(.sfPageEditor) .sf-site-selector a,
body.amwins-page:not(.sfPageEditor) .sf-site-selector span,
body.amwins-page:not(.sfPageEditor) .sf-site-selector strong, #sfPageContainer .sf-site-selector a,
#sfPageContainer .sf-site-selector span,
#sfPageContainer .sf-site-selector strong, .sf-input.-rich-text .sf-site-selector a,
.sf-input.-rich-text .sf-site-selector span,
.sf-input.-rich-text .sf-site-selector strong, body[contenteditable] .sf-site-selector a,
body[contenteditable] .sf-site-selector span,
body[contenteditable] .sf-site-selector strong {
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}
body.amwins-page:not(.sfPageEditor) .sf-site-selector a.selected,
body.amwins-page:not(.sfPageEditor) .sf-site-selector span.selected,
body.amwins-page:not(.sfPageEditor) .sf-site-selector strong.selected, #sfPageContainer .sf-site-selector a.selected,
#sfPageContainer .sf-site-selector span.selected,
#sfPageContainer .sf-site-selector strong.selected, .sf-input.-rich-text .sf-site-selector a.selected,
.sf-input.-rich-text .sf-site-selector span.selected,
.sf-input.-rich-text .sf-site-selector strong.selected, body[contenteditable] .sf-site-selector a.selected,
body[contenteditable] .sf-site-selector span.selected,
body[contenteditable] .sf-site-selector strong.selected {
  background-color: #f2f2f2;
  color: #333;
}
body.amwins-page:not(.sfPageEditor) .sf-Code pre, #sfPageContainer .sf-Code pre, .sf-input.-rich-text .sf-Code pre, body[contenteditable] .sf-Code pre {
  color: #e83e8c;
}
body.amwins-page:not(.sfPageEditor) .sf-Tags-size1, #sfPageContainer .sf-Tags-size1, .sf-input.-rich-text .sf-Tags-size1, body[contenteditable] .sf-Tags-size1 {
  font-size: 11px;
}
body.amwins-page:not(.sfPageEditor) .sf-Tags-size2, #sfPageContainer .sf-Tags-size2, .sf-input.-rich-text .sf-Tags-size2, body[contenteditable] .sf-Tags-size2 {
  font-size: 13px;
}
body.amwins-page:not(.sfPageEditor) .sf-Tags-size3, #sfPageContainer .sf-Tags-size3, .sf-input.-rich-text .sf-Tags-size3, body[contenteditable] .sf-Tags-size3 {
  font-size: 22px;
}
body.amwins-page:not(.sfPageEditor) .sf-Tags-size4, #sfPageContainer .sf-Tags-size4, .sf-input.-rich-text .sf-Tags-size4, body[contenteditable] .sf-Tags-size4 {
  font-size: 25px;
}
body.amwins-page:not(.sfPageEditor) .sf-Tags-size5, #sfPageContainer .sf-Tags-size5, .sf-input.-rich-text .sf-Tags-size5, body[contenteditable] .sf-Tags-size5 {
  font-size: 40px;
}
body.amwins-page:not(.sfPageEditor) .sf-Tags-size6, #sfPageContainer .sf-Tags-size6, .sf-input.-rich-text .sf-Tags-size6, body[contenteditable] .sf-Tags-size6 {
  font-size: 60px;
}
body.amwins-page:not(.sfPageEditor) .page-header-wrapper, #sfPageContainer .page-header-wrapper, .sf-input.-rich-text .page-header-wrapper, body[contenteditable] .page-header-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}
body.amwins-page:not(.sfPageEditor) .page-header, #sfPageContainer .page-header, .sf-input.-rich-text .page-header, body[contenteditable] .page-header {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .page-header-short, #sfPageContainer .page-header-short, .sf-input.-rich-text .page-header-short, body[contenteditable] .page-header-short {
  height: 500px;
}
body.amwins-page:not(.sfPageEditor) .page-header-short .page-header-diagonal::after, #sfPageContainer .page-header-short .page-header-diagonal::after, .sf-input.-rich-text .page-header-short .page-header-diagonal::after, body[contenteditable] .page-header-short .page-header-diagonal::after {
  height: 450px;
}
body.amwins-page:not(.sfPageEditor) .page-header-short .page-header-inner, body.amwins-page:not(.sfPageEditor) .page-header-short .page-header-bg, #sfPageContainer .page-header-short .page-header-inner, #sfPageContainer .page-header-short .page-header-bg, .sf-input.-rich-text .page-header-short .page-header-inner, .sf-input.-rich-text .page-header-short .page-header-bg, body[contenteditable] .page-header-short .page-header-inner, body[contenteditable] .page-header-short .page-header-bg {
  height: 450px;
}
body.amwins-page:not(.sfPageEditor) .page-header-tall, #sfPageContainer .page-header-tall, .sf-input.-rich-text .page-header-tall, body[contenteditable] .page-header-tall {
  height: 700px;
}
body.amwins-page:not(.sfPageEditor) .page-header-tall .page-header-diagonal::after, #sfPageContainer .page-header-tall .page-header-diagonal::after, .sf-input.-rich-text .page-header-tall .page-header-diagonal::after, body[contenteditable] .page-header-tall .page-header-diagonal::after {
  height: 600px;
}
body.amwins-page:not(.sfPageEditor) .page-header-tall .page-header-inner, body.amwins-page:not(.sfPageEditor) .page-header-tall .page-header-bg, #sfPageContainer .page-header-tall .page-header-inner, #sfPageContainer .page-header-tall .page-header-bg, .sf-input.-rich-text .page-header-tall .page-header-inner, .sf-input.-rich-text .page-header-tall .page-header-bg, body[contenteditable] .page-header-tall .page-header-inner, body[contenteditable] .page-header-tall .page-header-bg {
  height: 600px;
}
body.amwins-page:not(.sfPageEditor) .page-header-bg, #sfPageContainer .page-header-bg, .sf-input.-rich-text .page-header-bg, body[contenteditable] .page-header-bg {
  width: 100%;
  position: absolute;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .page-header-diagonal::after, #sfPageContainer .page-header-diagonal::after, .sf-input.-rich-text .page-header-diagonal::after, body[contenteditable] .page-header-diagonal::after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 8000px;
  background: #fff;
  transform: skew(-27.5deg);
  content: "";
  left: 800px;
}
body.amwins-page:not(.sfPageEditor) .page-header-img, #sfPageContainer .page-header-img, .sf-input.-rich-text .page-header-img, body[contenteditable] .page-header-img {
  position: absolute;
  top: 50px;
  right: 0;
  overflow: hidden;
  z-index: 2;
  /*img {
      filter: drop-shadow(0px 20px 40px rgba(55,120, 162, 0.3));

  }*/
}
body.amwins-page:not(.sfPageEditor) .page-header-img::after, body.amwins-page:not(.sfPageEditor) .page-header-mobile-img::after, #sfPageContainer .page-header-img::after, #sfPageContainer .page-header-mobile-img::after, .sf-input.-rich-text .page-header-img::after, .sf-input.-rich-text .page-header-mobile-img::after, body[contenteditable] .page-header-img::after, body[contenteditable] .page-header-mobile-img::after {
  content: "";
  background-color: #fff;
  width: 75px;
  height: 100px;
  transform: skew(-27.5deg);
  position: absolute;
  bottom: 0;
  right: -49px;
  z-index: 2;
}
body.amwins-page:not(.sfPageEditor) .bg-secondary-light-blue-ws .page-header-mobile-img::after, #sfPageContainer .bg-secondary-light-blue-ws .page-header-mobile-img::after, .sf-input.-rich-text .bg-secondary-light-blue-ws .page-header-mobile-img::after, body[contenteditable] .bg-secondary-light-blue-ws .page-header-mobile-img::after {
  background-color: rgb(235, 246, 249);
}
body.amwins-page:not(.sfPageEditor) .page-header-img .button-lightblue,
body.amwins-page:not(.sfPageEditor) .page-header-mobile-img .button-lightblue, #sfPageContainer .page-header-img .button-lightblue,
#sfPageContainer .page-header-mobile-img .button-lightblue, .sf-input.-rich-text .page-header-img .button-lightblue,
.sf-input.-rich-text .page-header-mobile-img .button-lightblue, body[contenteditable] .page-header-img .button-lightblue,
body[contenteditable] .page-header-mobile-img .button-lightblue {
  position: absolute;
  bottom: 20px;
  left: 35px;
  z-index: 3;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .page-header-img .button-lightblue,
  body.amwins-page:not(.sfPageEditor) .page-header-mobile-img .button-lightblue, #sfPageContainer .page-header-img .button-lightblue,
  #sfPageContainer .page-header-mobile-img .button-lightblue, .sf-input.-rich-text .page-header-img .button-lightblue,
  .sf-input.-rich-text .page-header-mobile-img .button-lightblue, body[contenteditable] .page-header-img .button-lightblue,
  body[contenteditable] .page-header-mobile-img .button-lightblue {
    bottom: 37px;
    left: 52px;
  }
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .page-header-img .button-lightblue,
  body.amwins-page:not(.sfPageEditor) .page-header-mobile-img .button-lightblue, #sfPageContainer .page-header-img .button-lightblue,
  #sfPageContainer .page-header-mobile-img .button-lightblue, .sf-input.-rich-text .page-header-img .button-lightblue,
  .sf-input.-rich-text .page-header-mobile-img .button-lightblue, body[contenteditable] .page-header-img .button-lightblue,
  body[contenteditable] .page-header-mobile-img .button-lightblue {
    bottom: 50px;
    left: 50px;
  }
}
body.amwins-page:not(.sfPageEditor) .page-header-mobile .col-md-12, #sfPageContainer .page-header-mobile .col-md-12, .sf-input.-rich-text .page-header-mobile .col-md-12, body[contenteditable] .page-header-mobile .col-md-12 {
  padding-top: 60px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .page-header-mobile .col-md-12, #sfPageContainer .page-header-mobile .col-md-12, .sf-input.-rich-text .page-header-mobile .col-md-12, body[contenteditable] .page-header-mobile .col-md-12 {
    padding-top: 75px;
  }
}
body.amwins-page:not(.sfPageEditor) .page-header-mobile img, #sfPageContainer .page-header-mobile img, .sf-input.-rich-text .page-header-mobile img, body[contenteditable] .page-header-mobile img {
  width: 100%;
  position: relative;
  z-index: 2;
}
body.amwins-page:not(.sfPageEditor) .page-header-mobile .page-header-diagonal::after, #sfPageContainer .page-header-mobile .page-header-diagonal::after, .sf-input.-rich-text .page-header-mobile .page-header-diagonal::after, body[contenteditable] .page-header-mobile .page-header-diagonal::after {
  bottom: 0;
  left: auto;
}
body.amwins-page:not(.sfPageEditor) .page-header-mobile > div:first-child, #sfPageContainer .page-header-mobile > div:first-child, .sf-input.-rich-text .page-header-mobile > div:first-child, body[contenteditable] .page-header-mobile > div:first-child {
  padding-bottom: 105px;
  margin-bottom: -80px;
}
body.amwins-page:not(.sfPageEditor) .page-header-mobile .page-header-mobile-img, #sfPageContainer .page-header-mobile .page-header-mobile-img, .sf-input.-rich-text .page-header-mobile .page-header-mobile-img, body[contenteditable] .page-header-mobile .page-header-mobile-img {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .lightbox-close, #sfPageContainer .lightbox-close, .sf-input.-rich-text .lightbox-close, body[contenteditable] .lightbox-close {
  position: absolute;
  width: 25px;
  top: 19px;
  right: 11px;
  cursor: pointer;
  height: 25px;
}
body.amwins-page:not(.sfPageEditor) .lightbox-close::after, body.amwins-page:not(.sfPageEditor) .lightbox-close::before, #sfPageContainer .lightbox-close::after, #sfPageContainer .lightbox-close::before, .sf-input.-rich-text .lightbox-close::after, .sf-input.-rich-text .lightbox-close::before, body[contenteditable] .lightbox-close::after, body[contenteditable] .lightbox-close::before {
  background-color: rgb(0, 43, 73);
  position: absolute;
  width: 25px;
  height: 2px;
  content: "";
  transition: all 0.35s;
}
body.amwins-page:not(.sfPageEditor) .lightbox-close::before, #sfPageContainer .lightbox-close::before, .sf-input.-rich-text .lightbox-close::before, body[contenteditable] .lightbox-close::before {
  transform: rotate(45deg);
}
body.amwins-page:not(.sfPageEditor) .lightbox-close::after, #sfPageContainer .lightbox-close::after, .sf-input.-rich-text .lightbox-close::after, body[contenteditable] .lightbox-close::after {
  transform: rotate(-45deg);
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge, #sfPageContainer .page-header-to-left-edge, .sf-input.-rich-text .page-header-to-left-edge, body[contenteditable] .page-header-to-left-edge {
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge .container, #sfPageContainer .page-header-to-left-edge .container, .sf-input.-rich-text .page-header-to-left-edge .container, body[contenteditable] .page-header-to-left-edge .container {
  height: 545px;
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge .container .corner-piece, #sfPageContainer .page-header-to-left-edge .container .corner-piece, .sf-input.-rich-text .page-header-to-left-edge .container .corner-piece, body[contenteditable] .page-header-to-left-edge .container .corner-piece {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge .container .corner-piece::after, #sfPageContainer .page-header-to-left-edge .container .corner-piece::after, .sf-input.-rich-text .page-header-to-left-edge .container .corner-piece::after, body[contenteditable] .page-header-to-left-edge .container .corner-piece::after {
  content: "";
  background-color: rgb(235, 246, 249);
  width: 75px;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: skew(-27.5deg);
  right: -18px;
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge .container::before, #sfPageContainer .page-header-to-left-edge .container::before, .sf-input.-rich-text .page-header-to-left-edge .container::before, body[contenteditable] .page-header-to-left-edge .container::before {
  content: "";
  width: 8000px;
  height: 545px;
  background: linear-gradient(0deg, rgb(235, 246, 249) 200px, #fff 200px) !important;
  left: 1245px;
  position: absolute;
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge-content, #sfPageContainer .page-header-to-left-edge-content, .sf-input.-rich-text .page-header-to-left-edge-content, body[contenteditable] .page-header-to-left-edge-content {
  top: 90px;
  position: absolute;
  height: 365px;
  width: 100%;
  z-index: 3;
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge-content .container::before, #sfPageContainer .page-header-to-left-edge-content .container::before, .sf-input.-rich-text .page-header-to-left-edge-content .container::before, body[contenteditable] .page-header-to-left-edge-content .container::before {
  content: "";
  position: absolute;
  height: 365px;
  background: rgb(0, 43, 73);
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge-content .container::before, #sfPageContainer .page-header-to-left-edge-content .container::before, .sf-input.-rich-text .page-header-to-left-edge-content .container::before, body[contenteditable] .page-header-to-left-edge-content .container::before {
    left: -50%;
  }
}
body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge-content .content, #sfPageContainer .page-header-to-left-edge-content .content, .sf-input.-rich-text .page-header-to-left-edge-content .content, body[contenteditable] .page-header-to-left-edge-content .content {
  width: 680px;
  background: linear-gradient(297.5deg, transparent 45px, rgb(0, 43, 73) 45px) !important;
  height: 365px;
  position: relative;
  padding: 60px 0 60px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .page-header-to-left-edge-content .content, #sfPageContainer .page-header-to-left-edge-content .content, .sf-input.-rich-text .page-header-to-left-edge-content .content, body[contenteditable] .page-header-to-left-edge-content .content {
    padding: 82px 82px 82px 0;
  }
}
body.amwins-page:not(.sfPageEditor) table .page-header-to-left-edge-content, #sfPageContainer table .page-header-to-left-edge-content, .sf-input.-rich-text table .page-header-to-left-edge-content, body[contenteditable] table .page-header-to-left-edge-content {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .section-header::after, body.amwins-page:not(.sfPageEditor) .section-header::before, #sfPageContainer .section-header::after, #sfPageContainer .section-header::before, .sf-input.-rich-text .section-header::after, .sf-input.-rich-text .section-header::before, body[contenteditable] .section-header::after, body[contenteditable] .section-header::before {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 320px;
  width: 510px;
  display: none;
  background: rgb(0, 43, 73);
  transform: skew(-27.5deg);
  content: "";
  left: -150px;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .section-header::after, body.amwins-page:not(.sfPageEditor) .section-header::before, #sfPageContainer .section-header::after, #sfPageContainer .section-header::before, .sf-input.-rich-text .section-header::after, .sf-input.-rich-text .section-header::before, body[contenteditable] .section-header::after, body[contenteditable] .section-header::before {
    display: block;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .section-header::after, body.amwins-page:not(.sfPageEditor) .section-header::before, #sfPageContainer .section-header::after, #sfPageContainer .section-header::before, .sf-input.-rich-text .section-header::after, .sf-input.-rich-text .section-header::before, body[contenteditable] .section-header::after, body[contenteditable] .section-header::before {
    height: 520px;
    width: 660px;
  }
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .section-header::after, body.amwins-page:not(.sfPageEditor) .section-header::before, #sfPageContainer .section-header::after, #sfPageContainer .section-header::before, .sf-input.-rich-text .section-header::after, .sf-input.-rich-text .section-header::before, body[contenteditable] .section-header::after, body[contenteditable] .section-header::before {
    width: 750px;
  }
}
@media (min-width: 1320px) {
  body.amwins-page:not(.sfPageEditor) .section-header::after, body.amwins-page:not(.sfPageEditor) .section-header::before, #sfPageContainer .section-header::after, #sfPageContainer .section-header::before, .sf-input.-rich-text .section-header::after, .sf-input.-rich-text .section-header::before, body[contenteditable] .section-header::after, body[contenteditable] .section-header::before {
    width: 782px;
  }
}
body.amwins-page:not(.sfPageEditor) .section-header::before, #sfPageContainer .section-header::before, .sf-input.-rich-text .section-header::before, body[contenteditable] .section-header::before {
  background: rgba(162, 214, 231, 0.7);
  transform: skew(-27.5deg);
  content: "";
  left: -50px;
}
body.amwins-page:not(.sfPageEditor) .section-header, #sfPageContainer .section-header, .sf-input.-rich-text .section-header, body[contenteditable] .section-header {
  margin-bottom: 20px;
  border: 1px solid rgb(162, 214, 231);
  position: relative;
  overflow: hidden;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: left;
  /*img {
      position: relative;
      z-index: 2;
      filter: drop-shadow(0px 20px 40px rgba(55,120, 162, 0.3));
  }*/
}
@media (max-width: 767.98px) {
  body.amwins-page:not(.sfPageEditor) .section-header, #sfPageContainer .section-header, .sf-input.-rich-text .section-header, body[contenteditable] .section-header {
    background-image: none !important;
    border: none;
  }
}
body.amwins-page:not(.sfPageEditor) .section-header .section-header-img, #sfPageContainer .section-header .section-header-img, .sf-input.-rich-text .section-header .section-header-img, body[contenteditable] .section-header .section-header-img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position-y: center;
  right: 0;
  width: 60%;
}
body.amwins-page:not(.sfPageEditor) .section-header .image-filter-grey.section-header-img, #sfPageContainer .section-header .image-filter-grey.section-header-img, .sf-input.-rich-text .section-header .image-filter-grey.section-header-img, body[contenteditable] .section-header .image-filter-grey.section-header-img {
  filter: grayscale(100%);
}
body.amwins-page:not(.sfPageEditor) .section-header .section-header-content, #sfPageContainer .section-header .section-header-content, .sf-input.-rich-text .section-header .section-header-content, body[contenteditable] .section-header .section-header-content {
  padding: 40px 0 30px 25px;
  height: 320px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  body.amwins-page:not(.sfPageEditor) .section-header .section-header-content, #sfPageContainer .section-header .section-header-content, .sf-input.-rich-text .section-header .section-header-content, body[contenteditable] .section-header .section-header-content {
    border: 1px solid rgb(162, 214, 231);
    padding: 20px;
    height: auto;
  }
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .section-header .section-header-content, #sfPageContainer .section-header .section-header-content, .sf-input.-rich-text .section-header .section-header-content, body[contenteditable] .section-header .section-header-content {
    height: 520px;
    padding: 80px 0 60px 65px;
  }
  body.amwins-page:not(.sfPageEditor) .section-header .section-header-content h2, #sfPageContainer .section-header .section-header-content h2, .sf-input.-rich-text .section-header .section-header-content h2, body[contenteditable] .section-header .section-header-content h2 {
    padding-bottom: 35px;
  }
}
body.amwins-page:not(.sfPageEditor) #joblist tr, #sfPageContainer #joblist tr, .sf-input.-rich-text #joblist tr, body[contenteditable] #joblist tr {
  border: 0 solid rgb(162, 214, 231);
  border-bottom-width: 1px;
  width: 100%;
  font-size: 19px;
  font-family: "SoehneBuch";
  color: rgb(0, 43, 73);
}
body.amwins-page:not(.sfPageEditor) #joblist tr td:first-child a, #sfPageContainer #joblist tr td:first-child a, .sf-input.-rich-text #joblist tr td:first-child a, body[contenteditable] #joblist tr td:first-child a {
  font-family: "SoehneKraftig";
}
body.amwins-page:not(.sfPageEditor) #joblist thead tr, #sfPageContainer #joblist thead tr, .sf-input.-rich-text #joblist thead tr, body[contenteditable] #joblist thead tr {
  text-transform: uppercase;
  font-family: "SoehneBuch";
  font-size: 16px;
}
body.amwins-page:not(.sfPageEditor) #joblist thead tr th, #sfPageContainer #joblist thead tr th, .sf-input.-rich-text #joblist thead tr th, body[contenteditable] #joblist thead tr th {
  font-weight: normal;
}
body.amwins-page:not(.sfPageEditor) #joblist tr.group-start, #sfPageContainer #joblist tr.group-start, .sf-input.-rich-text #joblist tr.group-start, body[contenteditable] #joblist tr.group-start {
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "SoehneBuch";
  font-size: 16px;
  height: 35px;
}
body.amwins-page:not(.sfPageEditor) #joblist a, #sfPageContainer #joblist a, .sf-input.-rich-text #joblist a, body[contenteditable] #joblist a {
  display: flex;
  align-items: center;
  height: 75px;
}
body.amwins-page:not(.sfPageEditor) #joblist img, #sfPageContainer #joblist img, .sf-input.-rich-text #joblist img, body[contenteditable] #joblist img {
  max-width: 17px;
}
body.amwins-page:not(.sfPageEditor) #joblist_filter, #sfPageContainer #joblist_filter, .sf-input.-rich-text #joblist_filter, body[contenteditable] #joblist_filter {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .show-filter #joblist_wrapper, #sfPageContainer .show-filter #joblist_wrapper, .sf-input.-rich-text .show-filter #joblist_wrapper, body[contenteditable] .show-filter #joblist_wrapper {
  padding-top: 95px;
}
body.amwins-page:not(.sfPageEditor) .sf-social-share, #sfPageContainer .sf-social-share, .sf-input.-rich-text .sf-social-share, body[contenteditable] .sf-social-share {
  list-style: none;
  display: flex;
  padding: 0;
}
body.amwins-page:not(.sfPageEditor) .sf-social-share li, #sfPageContainer .sf-social-share li, .sf-input.-rich-text .sf-social-share li, body[contenteditable] .sf-social-share li {
  display: inline-block;
  margin-left: 23px;
}
body.amwins-page:not(.sfPageEditor) .sf-social-share li img, #sfPageContainer .sf-social-share li img, .sf-input.-rich-text .sf-social-share li img, body[contenteditable] .sf-social-share li img {
  max-width: 22px;
  max-height: 22px;
}
body.amwins-page:not(.sfPageEditor) .case-study, #sfPageContainer .case-study, .sf-input.-rich-text .case-study, body[contenteditable] .case-study {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 120px 100px;
}
@media (max-width: 767.98px) {
  body.amwins-page:not(.sfPageEditor) .case-study, #sfPageContainer .case-study, .sf-input.-rich-text .case-study, body[contenteditable] .case-study {
    padding: 20px;
  }
}
body.amwins-page:not(.sfPageEditor) .case-study > .row, #sfPageContainer .case-study > .row, .sf-input.-rich-text .case-study > .row, body[contenteditable] .case-study > .row {
  margin-top: 30px;
}
body.amwins-page:not(.sfPageEditor) .case-study .type-label, #sfPageContainer .case-study .type-label, .sf-input.-rich-text .case-study .type-label, body[contenteditable] .case-study .type-label {
  color: rgb(162, 214, 231) !important;
}
body.amwins-page:not(.sfPageEditor) .case-study.case-study-light, #sfPageContainer .case-study.case-study-light, .sf-input.-rich-text .case-study.case-study-light, body[contenteditable] .case-study.case-study-light {
  background-position: left;
}
body.amwins-page:not(.sfPageEditor) .case-study.case-study-light .type-label, #sfPageContainer .case-study.case-study-light .type-label, .sf-input.-rich-text .case-study.case-study-light .type-label, body[contenteditable] .case-study.case-study-light .type-label {
  color: inherit;
}
body.amwins-page:not(.sfPageEditor) .employee-spotlight .employee-spotlight-content, #sfPageContainer .employee-spotlight .employee-spotlight-content, .sf-input.-rich-text .employee-spotlight .employee-spotlight-content, body[contenteditable] .employee-spotlight .employee-spotlight-content {
  border: 1px solid rgb(162, 214, 231);
  border-left-width: 1px;
  padding: 40px 50px;
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) .employee-spotlight .employee-spotlight-content, #sfPageContainer .employee-spotlight .employee-spotlight-content, .sf-input.-rich-text .employee-spotlight .employee-spotlight-content, body[contenteditable] .employee-spotlight .employee-spotlight-content {
    border-left-width: 0;
    padding: 80px 100px;
  }
}
body.amwins-page:not(.sfPageEditor) .employee-spotlight img, #sfPageContainer .employee-spotlight img, .sf-input.-rich-text .employee-spotlight img, body[contenteditable] .employee-spotlight img {
  max-width: none;
  width: 100%;
}
body.amwins-page:not(.sfPageEditor) .employee-spotlight .box-label, #sfPageContainer .employee-spotlight .box-label, .sf-input.-rich-text .employee-spotlight .box-label, body[contenteditable] .employee-spotlight .box-label {
  margin-top: 18px;
}
body.amwins-page:not(.sfPageEditor) .employee-spotlight .box-label:not(:first-child), #sfPageContainer .employee-spotlight .box-label:not(:first-child), .sf-input.-rich-text .employee-spotlight .box-label:not(:first-child), body[contenteditable] .employee-spotlight .box-label:not(:first-child) {
  margin-left: 12px;
}
body.amwins-page:not(.sfPageEditor) .timeline-wrapper, #sfPageContainer .timeline-wrapper, .sf-input.-rich-text .timeline-wrapper, body[contenteditable] .timeline-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .timeline-wrapper, #sfPageContainer .timeline-wrapper, .sf-input.-rich-text .timeline-wrapper, body[contenteditable] .timeline-wrapper {
    height: 517px;
  }
}
body.amwins-page:not(.sfPageEditor) .timeline, body.amwins-page:not(.sfPageEditor) .timeline-template, #sfPageContainer .timeline, #sfPageContainer .timeline-template, .sf-input.-rich-text .timeline, .sf-input.-rich-text .timeline-template, body[contenteditable] .timeline, body[contenteditable] .timeline-template {
  z-index: 1;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .timeline, body.amwins-page:not(.sfPageEditor) .timeline-template, #sfPageContainer .timeline, #sfPageContainer .timeline-template, .sf-input.-rich-text .timeline, .sf-input.-rich-text .timeline-template, body[contenteditable] .timeline, body[contenteditable] .timeline-template {
    position: absolute;
  }
}
body.amwins-page:not(.sfPageEditor) .timeline .type-label, body.amwins-page:not(.sfPageEditor) .timeline-template .type-label, #sfPageContainer .timeline .type-label, #sfPageContainer .timeline-template .type-label, .sf-input.-rich-text .timeline .type-label, .sf-input.-rich-text .timeline-template .type-label, body[contenteditable] .timeline .type-label, body[contenteditable] .timeline-template .type-label {
  color: rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .timeline .timeline-content, body.amwins-page:not(.sfPageEditor) .timeline-template .timeline-content, #sfPageContainer .timeline .timeline-content, #sfPageContainer .timeline-template .timeline-content, .sf-input.-rich-text .timeline .timeline-content, .sf-input.-rich-text .timeline-template .timeline-content, body[contenteditable] .timeline .timeline-content, body[contenteditable] .timeline-template .timeline-content {
  position: relative;
  border: 1px solid rgb(162, 214, 231);
  padding: 60px 50px 40px 50px;
  flex: 1;
  background-color: #fff;
  min-height: 250px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .timeline .timeline-content, body.amwins-page:not(.sfPageEditor) .timeline-template .timeline-content, #sfPageContainer .timeline .timeline-content, #sfPageContainer .timeline-template .timeline-content, .sf-input.-rich-text .timeline .timeline-content, .sf-input.-rich-text .timeline-template .timeline-content, body[contenteditable] .timeline .timeline-content, body[contenteditable] .timeline-template .timeline-content {
    border-right-width: 0;
    padding: 50px 100px;
    min-height: auto;
    height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
body.amwins-page:not(.sfPageEditor) .timeline img, body.amwins-page:not(.sfPageEditor) .timeline-template img, #sfPageContainer .timeline img, #sfPageContainer .timeline-template img, .sf-input.-rich-text .timeline img, .sf-input.-rich-text .timeline-template img, body[contenteditable] .timeline img, body[contenteditable] .timeline-template img {
  max-width: none;
  width: 100%;
  /*@include media-breakpoint-up(lg) {
      width: 400px;
  }*/
}
body.amwins-page:not(.sfPageEditor) .timeline .next, body.amwins-page:not(.sfPageEditor) .timeline .prev, body.amwins-page:not(.sfPageEditor) .timeline-template .next, body.amwins-page:not(.sfPageEditor) .timeline-template .prev, #sfPageContainer .timeline .next, #sfPageContainer .timeline .prev, #sfPageContainer .timeline-template .next, #sfPageContainer .timeline-template .prev, .sf-input.-rich-text .timeline .next, .sf-input.-rich-text .timeline .prev, .sf-input.-rich-text .timeline-template .next, .sf-input.-rich-text .timeline-template .prev, body[contenteditable] .timeline .next, body[contenteditable] .timeline .prev, body[contenteditable] .timeline-template .next, body[contenteditable] .timeline-template .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(/images/default-source/buttons-and-icons/dark-blue-arrow.png);
  background-size: 9px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-color: #a2d6e7;
}
body.amwins-page:not(.sfPageEditor) .timeline .next, body.amwins-page:not(.sfPageEditor) .timeline-template .next, #sfPageContainer .timeline .next, #sfPageContainer .timeline-template .next, .sf-input.-rich-text .timeline .next, .sf-input.-rich-text .timeline-template .next, body[contenteditable] .timeline .next, body[contenteditable] .timeline-template .next {
  left: 42px;
}
body.amwins-page:not(.sfPageEditor) .timeline .prev, body.amwins-page:not(.sfPageEditor) .timeline-template .prev, #sfPageContainer .timeline .prev, #sfPageContainer .timeline-template .prev, .sf-input.-rich-text .timeline .prev, .sf-input.-rich-text .timeline-template .prev, body[contenteditable] .timeline .prev, body[contenteditable] .timeline-template .prev {
  transform: rotateZ(180deg);
}
body.amwins-page:not(.sfPageEditor) .timeline-template, #sfPageContainer .timeline-template, .sf-input.-rich-text .timeline-template, body[contenteditable] .timeline-template {
  position: absolute;
}
body.amwins-page:not(.sfPageEditor) .timeline-template img, #sfPageContainer .timeline-template img, .sf-input.-rich-text .timeline-template img, body[contenteditable] .timeline-template img {
  filter: opacity(0);
}
body.amwins-page:not(.sfPageEditor) .article-list-default, #sfPageContainer .article-list-default, .sf-input.-rich-text .article-list-default, body[contenteditable] .article-list-default {
  text-align: left;
  position: relative;
  width: 100%;
  /*
  @include media-breakpoint-up(lg) {
      .article-item:hover {                
          img {
              display: block !important;                
          }
      }
  }*/
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .article-list-default, #sfPageContainer .article-list-default, .sf-input.-rich-text .article-list-default, body[contenteditable] .article-list-default {
    width: 60%;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a, #sfPageContainer .article-list-default .article-item a, .sf-input.-rich-text .article-list-default .article-item a, body[contenteditable] .article-list-default .article-item a {
  padding: 40px 30px;
  position: relative;
  z-index: 2;
  display: flex;
  background-color: #fff;
  align-items: center;
  border-bottom: 1px solid rgb(162, 214, 231);
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a, #sfPageContainer .article-list-default .article-item a, .sf-input.-rich-text .article-list-default .article-item a, body[contenteditable] .article-list-default .article-item a {
    flex-direction: column;
    align-items: start;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a .article-date, #sfPageContainer .article-list-default .article-item a .article-date, .sf-input.-rich-text .article-list-default .article-item a .article-date, body[contenteditable] .article-list-default .article-item a .article-date {
  flex: 2;
  font-family: SoehneKraftig;
  color: rgb(0, 179, 227);
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a .article-date, #sfPageContainer .article-list-default .article-item a .article-date, .sf-input.-rich-text .article-list-default .article-item a .article-date, body[contenteditable] .article-list-default .article-item a .article-date {
    order: 2;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a .article-title, #sfPageContainer .article-list-default .article-item a .article-title, .sf-input.-rich-text .article-list-default .article-item a .article-title, body[contenteditable] .article-list-default .article-item a .article-title {
  flex: 5;
}
body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a .article-title h4, #sfPageContainer .article-list-default .article-item a .article-title h4, .sf-input.-rich-text .article-list-default .article-item a .article-title h4, body[contenteditable] .article-list-default .article-item a .article-title h4 {
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .article-list-default .article-item a:hover, #sfPageContainer .article-list-default .article-item a:hover, .sf-input.-rich-text .article-list-default .article-item a:hover, body[contenteditable] .article-list-default .article-item a:hover {
  box-shadow: 0 20px 40px 0 rgba(55, 120, 162, 0.3);
  z-index: 3;
  border-left: 6px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .article-list-default .article-item img, #sfPageContainer .article-list-default .article-item img, .sf-input.-rich-text .article-list-default .article-item img, body[contenteditable] .article-list-default .article-item img {
  position: absolute;
  top: 0;
  right: 0;
  filter: drop-shadow(0px 20px 40px rgba(55, 120, 162, 0.3));
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .article-list-default .article-item img, #sfPageContainer .article-list-default .article-item img, .sf-input.-rich-text .article-list-default .article-item img, body[contenteditable] .article-list-default .article-item img {
    display: none;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-default-img-show, #sfPageContainer .article-list-default-img-show, .sf-input.-rich-text .article-list-default-img-show, body[contenteditable] .article-list-default-img-show {
  width: 40%;
  display: flex;
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .article-list-default-img-show, #sfPageContainer .article-list-default-img-show, .sf-input.-rich-text .article-list-default-img-show, body[contenteditable] .article-list-default-img-show {
    display: none;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-default-img-show img, #sfPageContainer .article-list-default-img-show img, .sf-input.-rich-text .article-list-default-img-show img, body[contenteditable] .article-list-default-img-show img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%) drop-shadow(0px 20px 40px rgba(55, 120, 162, 0.3));
}
body.amwins-page:not(.sfPageEditor) .article-list-card, #sfPageContainer .article-list-card, .sf-input.-rich-text .article-list-card, body[contenteditable] .article-list-card {
  padding-top: 75px;
  min-height: 600px;
}
body.amwins-page:not(.sfPageEditor) .article-list-card .article-item, #sfPageContainer .article-list-card .article-item, .sf-input.-rich-text .article-list-card .article-item, body[contenteditable] .article-list-card .article-item {
  border-top: 5px solid rgb(55, 120, 162);
  margin-bottom: 25px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
  background-color: #fff;
}
body.amwins-page:not(.sfPageEditor) .article-list-card .article-item .article-item-text, #sfPageContainer .article-list-card .article-item .article-item-text, .sf-input.-rich-text .article-list-card .article-item .article-item-text, body[contenteditable] .article-list-card .article-item .article-item-text {
  padding: 50px 80px;
}
body.amwins-page:not(.sfPageEditor) .article-list-card .article-item .article-item-text .article-title, #sfPageContainer .article-list-card .article-item .article-item-text .article-title, .sf-input.-rich-text .article-list-card .article-item .article-item-text .article-title, body[contenteditable] .article-list-card .article-item .article-item-text .article-title {
  padding-top: 24px;
  padding-bottom: 10px;
}
body.amwins-page:not(.sfPageEditor) .article-list-card .article-item .article-item-text .article-abstract, #sfPageContainer .article-list-card .article-item .article-item-text .article-abstract, .sf-input.-rich-text .article-list-card .article-item .article-item-text .article-abstract, body[contenteditable] .article-list-card .article-item .article-item-text .article-abstract {
  padding-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) .article-list-card .article-item .article-image, #sfPageContainer .article-list-card .article-item .article-image, .sf-input.-rich-text .article-list-card .article-item .article-image, body[contenteditable] .article-list-card .article-item .article-image {
  height: 260px;
  background-size: cover;
  background-position: center;
}
body.amwins-page:not(.sfPageEditor) .article-cats:not(.detail-cats) a, #sfPageContainer .article-cats:not(.detail-cats) a, .sf-input.-rich-text .article-cats:not(.detail-cats) a, body[contenteditable] .article-cats:not(.detail-cats) a {
  font-family: SoehneKraftig;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.53px;
  background-color: rgb(235, 246, 249);
  color: rgb(0, 179, 227);
  border-radius: 15px;
  padding: 3px 30px;
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.amwins-page:not(.sfPageEditor) .article-list-simple-wrapper, #sfPageContainer .article-list-simple-wrapper, .sf-input.-rich-text .article-list-simple-wrapper, body[contenteditable] .article-list-simple-wrapper {
    position: absolute;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-simple, #sfPageContainer .article-list-simple, .sf-input.-rich-text .article-list-simple, body[contenteditable] .article-list-simple {
  position: relative;
  margin-top: 45px;
  padding-right: 20px;
  padding-left: 20px;
  /*.article-item:hover {
      box-shadow: 0 20px 40px 0 rgba(55, 120, 162, 0.3);
      z-index: 3;    
      border-left: 6px solid $amw-lightblue2;  

  }*/
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .article-list-simple, #sfPageContainer .article-list-simple, .sf-input.-rich-text .article-list-simple, body[contenteditable] .article-list-simple {
    padding-left: 35px;
    padding-right: 35px;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-simple .article-item, #sfPageContainer .article-list-simple .article-item, .sf-input.-rich-text .article-list-simple .article-item, body[contenteditable] .article-list-simple .article-item {
  padding: 30px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
  /*align-items: center;
  @include media-breakpoint-down(md) {
      flex-direction: column;
      align-items: start;
  }*/
}
body.amwins-page:not(.sfPageEditor) .article-list-simple .article-item .article-date, #sfPageContainer .article-list-simple .article-item .article-date, .sf-input.-rich-text .article-list-simple .article-item .article-date, body[contenteditable] .article-list-simple .article-item .article-date {
  font-family: SoehneKraftig;
  color: rgb(0, 179, 227);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .article-list-simple .article-item .article-date, #sfPageContainer .article-list-simple .article-item .article-date, .sf-input.-rich-text .article-list-simple .article-item .article-date, body[contenteditable] .article-list-simple .article-item .article-date {
    order: 2;
  }
}
body.amwins-page:not(.sfPageEditor) .article-list-simple .article-item .article-title h4, #sfPageContainer .article-list-simple .article-item .article-title h4, .sf-input.-rich-text .article-list-simple .article-item .article-title h4, body[contenteditable] .article-list-simple .article-item .article-title h4 {
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .article-list-simple .article-item:not(:last-child), #sfPageContainer .article-list-simple .article-item:not(:last-child), .sf-input.-rich-text .article-list-simple .article-item:not(:last-child), body[contenteditable] .article-list-simple .article-item:not(:last-child) {
  border-bottom: 1px solid rgb(162, 214, 231);
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container, #sfPageContainer .article-detail > div.container, .sf-input.-rich-text .article-detail > div.container, body[contenteditable] .article-detail > div.container {
  /*dont apply these rules to article list that appears on detail page for SOTM hence "> div.container" */
  padding-top: 50px;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-date, #sfPageContainer .article-detail > div.container .article-date, .sf-input.-rich-text .article-detail > div.container .article-date, body[contenteditable] .article-detail > div.container .article-date {
  font-family: SoehneKraftig;
  color: rgb(0, 179, 227);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding-top: 60px;
  padding-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-image, #sfPageContainer .article-detail > div.container .article-image, .sf-input.-rich-text .article-detail > div.container .article-image, body[contenteditable] .article-detail > div.container .article-image {
  filter: grayscale(100%);
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container > .row:first-child, #sfPageContainer .article-detail > div.container > .row:first-child, .sf-input.-rich-text .article-detail > div.container > .row:first-child, body[contenteditable] .article-detail > div.container > .row:first-child {
  padding-bottom: 74px;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-cats, body.amwins-page:not(.sfPageEditor) .article-detail > div.container .detail-cats a, #sfPageContainer .article-detail > div.container .article-cats, #sfPageContainer .article-detail > div.container .detail-cats a, .sf-input.-rich-text .article-detail > div.container .article-cats, .sf-input.-rich-text .article-detail > div.container .detail-cats a, body[contenteditable] .article-detail > div.container .article-cats, body[contenteditable] .article-detail > div.container .detail-cats a {
  font-family: SoehneKraftig;
  text-transform: uppercase;
  color: rgb(55, 120, 162);
  font-size: 18px;
  padding-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .border-bottom-lightblue2, #sfPageContainer .article-detail > div.container .border-bottom-lightblue2, .sf-input.-rich-text .article-detail > div.container .border-bottom-lightblue2, body[contenteditable] .article-detail > div.container .border-bottom-lightblue2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .border-top-lightblue2, #sfPageContainer .article-detail > div.container .border-top-lightblue2, .sf-input.-rich-text .article-detail > div.container .border-top-lightblue2, body[contenteditable] .article-detail > div.container .border-top-lightblue2 {
  padding-top: 30px;
  margin-top: 30px;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-share, body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-download, #sfPageContainer .article-detail > div.container .article-share, #sfPageContainer .article-detail > div.container .article-download, .sf-input.-rich-text .article-detail > div.container .article-share, .sf-input.-rich-text .article-detail > div.container .article-download, body[contenteditable] .article-detail > div.container .article-share, body[contenteditable] .article-detail > div.container .article-download {
  display: flex;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-share h3, body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-download h3, #sfPageContainer .article-detail > div.container .article-share h3, #sfPageContainer .article-detail > div.container .article-download h3, .sf-input.-rich-text .article-detail > div.container .article-share h3, .sf-input.-rich-text .article-detail > div.container .article-download h3, body[contenteditable] .article-detail > div.container .article-share h3, body[contenteditable] .article-detail > div.container .article-download h3 {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-download, #sfPageContainer .article-detail > div.container .article-download, .sf-input.-rich-text .article-detail > div.container .article-download, body[contenteditable] .article-detail > div.container .article-download {
  justify-content: space-between;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-list-simple-wrapper, #sfPageContainer .article-detail > div.container .article-list-simple-wrapper, .sf-input.-rich-text .article-detail > div.container .article-list-simple-wrapper, body[contenteditable] .article-detail > div.container .article-list-simple-wrapper {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-list-simple, #sfPageContainer .article-detail > div.container .article-list-simple, .sf-input.-rich-text .article-detail > div.container .article-list-simple, body[contenteditable] .article-detail > div.container .article-list-simple {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  width: 100%;
}
body.amwins-page:not(.sfPageEditor) .article-detail > div.container .article-list-simple .article-date, #sfPageContainer .article-detail > div.container .article-list-simple .article-date, .sf-input.-rich-text .article-detail > div.container .article-list-simple .article-date, body[contenteditable] .article-detail > div.container .article-list-simple .article-date {
  padding: 0;
}
body.amwins-page:not(.sfPageEditor) .article-info .info-card, #sfPageContainer .article-info .info-card, .sf-input.-rich-text .article-info .info-card, body[contenteditable] .article-info .info-card {
  flex-direction: column;
}
body.amwins-page:not(.sfPageEditor) .article-info .info-card .info-image, #sfPageContainer .article-info .info-card .info-image, .sf-input.-rich-text .article-info .info-card .info-image, body[contenteditable] .article-info .info-card .info-image {
  width: auto;
  position: relative;
  height: 250px;
  margin: -40px -40px 40px -40px;
}
body.amwins-page:not(.sfPageEditor) a.segment-link, #sfPageContainer a.segment-link, .sf-input.-rich-text a.segment-link, body[contenteditable] a.segment-link {
  display: block;
  cursor: pointer;
  color: rgb(0, 43, 73);
  margin-bottom: 22px;
}
body.amwins-page:not(.sfPageEditor) a.segment-link img, #sfPageContainer a.segment-link img, .sf-input.-rich-text a.segment-link img, body[contenteditable] a.segment-link img {
  width: 33px;
  margin-right: 16px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .segment-spotlight-nav, #sfPageContainer .segment-spotlight-nav, .sf-input.-rich-text .segment-spotlight-nav, body[contenteditable] .segment-spotlight-nav {
    padding-left: 50px;
  }
}
body.amwins-page:not(.sfPageEditor) .header-triangle, #sfPageContainer .header-triangle, .sf-input.-rich-text .header-triangle, body[contenteditable] .header-triangle {
  background-image: url(/images/default-source/buttons-and-icons/blue-arrow.png);
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 24px;
  background-size: 9px;
  margin-bottom: 33px;
}
body.amwins-page:not(.sfPageEditor) .product-doc-section, #sfPageContainer .product-doc-section, .sf-input.-rich-text .product-doc-section, body[contenteditable] .product-doc-section {
  padding: 30px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .product-doc-section, #sfPageContainer .product-doc-section, .sf-input.-rich-text .product-doc-section, body[contenteditable] .product-doc-section {
    padding: 50px 0;
  }
}
body.amwins-page:not(.sfPageEditor) .product-doc-section .product-doc-list, #sfPageContainer .product-doc-section .product-doc-list, .sf-input.-rich-text .product-doc-section .product-doc-list, body[contenteditable] .product-doc-section .product-doc-list {
  width: 100%;
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 40px;
       column-gap: 40px;
  color: rgb(0, 179, 227);
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .product-doc-section .product-doc-list:not(.one-column), #sfPageContainer .product-doc-section .product-doc-list:not(.one-column), .sf-input.-rich-text .product-doc-section .product-doc-list:not(.one-column), body[contenteditable] .product-doc-section .product-doc-list:not(.one-column) {
    -moz-columns: 2;
         columns: 2;
  }
}
body.amwins-page:not(.sfPageEditor) .product-doc-section .product-doc-list a, #sfPageContainer .product-doc-section .product-doc-list a, .sf-input.-rich-text .product-doc-section .product-doc-list a, body[contenteditable] .product-doc-section .product-doc-list a {
  font-size: 17px;
  font-family: SoehneHalbfett;
  color: rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) .leader-detail .leader-about, #sfPageContainer .leader-detail .leader-about, .sf-input.-rich-text .leader-detail .leader-about, body[contenteditable] .leader-detail .leader-about {
  padding-top: 30px;
}
body.amwins-page:not(.sfPageEditor) .leader-detail .sf-social-share li, #sfPageContainer .leader-detail .sf-social-share li, .sf-input.-rich-text .leader-detail .sf-social-share li, body[contenteditable] .leader-detail .sf-social-share li {
  margin: 0;
}
body.amwins-page:not(.sfPageEditor) .leader-info .info-card .info-text, #sfPageContainer .leader-info .info-card .info-text, .sf-input.-rich-text .leader-info .info-card .info-text, body[contenteditable] .leader-info .info-card .info-text {
  max-width: 66%;
}
body.amwins-page:not(.sfPageEditor) .leader-item, #sfPageContainer .leader-item, .sf-input.-rich-text .leader-item, body[contenteditable] .leader-item {
  height: 142px;
  margin-top: 30px;
}
body.amwins-page:not(.sfPageEditor) .leader-item-cell, #sfPageContainer .leader-item-cell, .sf-input.-rich-text .leader-item-cell, body[contenteditable] .leader-item-cell {
  border: 2px solid rgb(162, 214, 231);
  display: flex;
  align-items: center;
}
body.amwins-page:not(.sfPageEditor) .leader-item-cell h4, #sfPageContainer .leader-item-cell h4, .sf-input.-rich-text .leader-item-cell h4, body[contenteditable] .leader-item-cell h4 {
  line-height: 22px;
}
body.amwins-page:not(.sfPageEditor) .leader-item-cell p, #sfPageContainer .leader-item-cell p, .sf-input.-rich-text .leader-item-cell p, body[contenteditable] .leader-item-cell p {
  line-height: 18px;
  font-size: 14px;
}
body.amwins-page:not(.sfPageEditor) .leader-image, #sfPageContainer .leader-image, .sf-input.-rich-text .leader-image, body[contenteditable] .leader-image {
  display: inline-block;
  width: 142px;
  overflow: hidden;
  background-color: rgb(162, 214, 231);
  margin-right: 9px;
  max-height: 142px;
  min-width: 142px;
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .leader-image, #sfPageContainer .leader-image, .sf-input.-rich-text .leader-image, body[contenteditable] .leader-image {
    min-width: 128px;
  }
}
body.amwins-page:not(.sfPageEditor) .leader-image img, #sfPageContainer .leader-image img, .sf-input.-rich-text .leader-image img, body[contenteditable] .leader-image img {
  width: 100%;
}
body.amwins-page:not(.sfPageEditor) .leader-preview-data, #sfPageContainer .leader-preview-data, .sf-input.-rich-text .leader-preview-data, body[contenteditable] .leader-preview-data {
  display: inline-block;
  margin-right: 9px;
  text-align: left;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor), #sfPageContainer, .sf-input.-rich-text, body[contenteditable] {
    /*
    .leader-item:not(.selected-leader) {
        img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }


    }*/
  }
  body.amwins-page:not(.sfPageEditor) .leader-item.selected-leader .leader-item-cell, #sfPageContainer .leader-item.selected-leader .leader-item-cell, .sf-input.-rich-text .leader-item.selected-leader .leader-item-cell, body[contenteditable] .leader-item.selected-leader .leader-item-cell {
    background-color: rgb(55, 120, 162);
    border-color: rgb(0, 179, 227);
  }
  body.amwins-page:not(.sfPageEditor) .leader-item.selected-leader .leader-item-cell h4.leader-nickname, body.amwins-page:not(.sfPageEditor) .leader-item.selected-leader .leader-item-cell p, #sfPageContainer .leader-item.selected-leader .leader-item-cell h4.leader-nickname, #sfPageContainer .leader-item.selected-leader .leader-item-cell p, .sf-input.-rich-text .leader-item.selected-leader .leader-item-cell h4.leader-nickname, .sf-input.-rich-text .leader-item.selected-leader .leader-item-cell p, body[contenteditable] .leader-item.selected-leader .leader-item-cell h4.leader-nickname, body[contenteditable] .leader-item.selected-leader .leader-item-cell p {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor), #sfPageContainer, .sf-input.-rich-text, body[contenteditable] {
    /*
    .leader-item:not(.selected-leader-mobile) {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    */
  }
  body.amwins-page:not(.sfPageEditor) .leader-item.selected-leader-mobile .leader-item-cell, #sfPageContainer .leader-item.selected-leader-mobile .leader-item-cell, .sf-input.-rich-text .leader-item.selected-leader-mobile .leader-item-cell, body[contenteditable] .leader-item.selected-leader-mobile .leader-item-cell {
    background-color: rgb(55, 120, 162);
    border-color: rgb(0, 179, 227);
  }
  body.amwins-page:not(.sfPageEditor) .leader-item.selected-leader-mobile .leader-item-cell h4.leader-nickname, body.amwins-page:not(.sfPageEditor) .leader-item.selected-leader-mobile .leader-item-cell p, #sfPageContainer .leader-item.selected-leader-mobile .leader-item-cell h4.leader-nickname, #sfPageContainer .leader-item.selected-leader-mobile .leader-item-cell p, .sf-input.-rich-text .leader-item.selected-leader-mobile .leader-item-cell h4.leader-nickname, .sf-input.-rich-text .leader-item.selected-leader-mobile .leader-item-cell p, body[contenteditable] .leader-item.selected-leader-mobile .leader-item-cell h4.leader-nickname, body[contenteditable] .leader-item.selected-leader-mobile .leader-item-cell p {
    color: #fff;
  }
  body.amwins-page:not(.sfPageEditor) .leader-item .leader-image, #sfPageContainer .leader-item .leader-image, .sf-input.-rich-text .leader-item .leader-image, body[contenteditable] .leader-item .leader-image {
    min-width: 142px;
  }
  body.amwins-page:not(.sfPageEditor) .leader-item .leader-preview-data, #sfPageContainer .leader-item .leader-preview-data, .sf-input.-rich-text .leader-item .leader-preview-data, body[contenteditable] .leader-item .leader-preview-data {
    max-width: none;
  }
}
body.amwins-page:not(.sfPageEditor) .leader-item .leader-detail-data, #sfPageContainer .leader-item .leader-detail-data, .sf-input.-rich-text .leader-item .leader-detail-data, body[contenteditable] .leader-item .leader-detail-data {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .leader-detail-data, #sfPageContainer .leader-detail-data, .sf-input.-rich-text .leader-detail-data, body[contenteditable] .leader-detail-data {
  position: relative;
}
body.amwins-page:not(.sfPageEditor) .leader-detail-close, #sfPageContainer .leader-detail-close, .sf-input.-rich-text .leader-detail-close, body[contenteditable] .leader-detail-close {
  position: absolute;
  top: -14px;
  right: -14px;
  font-size: 45px;
  line-height: 25px;
  z-index: 1;
}
body.amwins-page:not(.sfPageEditor) .leader-detail-display, #sfPageContainer .leader-detail-display, .sf-input.-rich-text .leader-detail-display, body[contenteditable] .leader-detail-display {
  margin-top: 30px;
  padding: 30px;
  display: none;
  transition: max-height ease-out 0.2s;
  background-color: rgb(235, 246, 249);
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .leader-detail-display, #sfPageContainer .leader-detail-display, .sf-input.-rich-text .leader-detail-display, body[contenteditable] .leader-detail-display {
    float: left;
  }
}
body.amwins-page:not(.sfPageEditor) .leader-detail-display h3, #sfPageContainer .leader-detail-display h3, .sf-input.-rich-text .leader-detail-display h3, body[contenteditable] .leader-detail-display h3 {
  font-weight: bold;
}
body.amwins-page:not(.sfPageEditor) .leader-detail-display p.leader-jobtitle, #sfPageContainer .leader-detail-display p.leader-jobtitle, .sf-input.-rich-text .leader-detail-display p.leader-jobtitle, body[contenteditable] .leader-detail-display p.leader-jobtitle {
  font-size: 16px;
}
body.amwins-page:not(.sfPageEditor) .leader-detail-display:last-child(), #sfPageContainer .leader-detail-display:last-child(), .sf-input.-rich-text .leader-detail-display:last-child(), body[contenteditable] .leader-detail-display:last-child() {
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .leader-detail-display.onmobile, #sfPageContainer .leader-detail-display.onmobile, .sf-input.-rich-text .leader-detail-display.onmobile, body[contenteditable] .leader-detail-display.onmobile {
    display: none;
  }
  body.amwins-page:not(.sfPageEditor) .leader-detail-display.on, #sfPageContainer .leader-detail-display.on, .sf-input.-rich-text .leader-detail-display.on, body[contenteditable] .leader-detail-display.on {
    display: block;
  }
}
@media (max-width: 991.98px) {
  body.amwins-page:not(.sfPageEditor) .leader-detail-display.on, #sfPageContainer .leader-detail-display.on, .sf-input.-rich-text .leader-detail-display.on, body[contenteditable] .leader-detail-display.on {
    display: none;
  }
  body.amwins-page:not(.sfPageEditor) .leader-detail-display.onmobile, #sfPageContainer .leader-detail-display.onmobile, .sf-input.-rich-text .leader-detail-display.onmobile, body[contenteditable] .leader-detail-display.onmobile {
    display: block;
  }
}
body.amwins-page:not(.sfPageEditor) .leader-detail-display:last-child, #sfPageContainer .leader-detail-display:last-child, .sf-input.-rich-text .leader-detail-display:last-child, body[contenteditable] .leader-detail-display:last-child {
  margin-bottom: -30px;
}
body.amwins-page:not(.sfPageEditor) .location-contacts, #sfPageContainer .location-contacts, .sf-input.-rich-text .location-contacts, body[contenteditable] .location-contacts {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .location-contacts > div:not(:first-child), #sfPageContainer .location-contacts > div:not(:first-child), .sf-input.-rich-text .location-contacts > div:not(:first-child), body[contenteditable] .location-contacts > div:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 1px solid rgb(162, 214, 231);
  margin-top: 1.5rem;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=he] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=fa] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ku] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ur] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=dv] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ps] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ha] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=ks] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=yi] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .checkbox input[type=checkbox], body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .checkbox input[type=checkbox], #sfPageContainer [lang^=ar] .checkbox input[type=checkbox], #sfPageContainer [lang^=he] .checkbox input[type=checkbox], #sfPageContainer [lang^=fa] .checkbox input[type=checkbox], #sfPageContainer [lang^=ku] .checkbox input[type=checkbox], #sfPageContainer [lang^=ur] .checkbox input[type=checkbox], #sfPageContainer [lang^=dv] .checkbox input[type=checkbox], #sfPageContainer [lang^=ps] .checkbox input[type=checkbox], #sfPageContainer [lang^=ha] .checkbox input[type=checkbox], #sfPageContainer [lang^=ks] .checkbox input[type=checkbox], #sfPageContainer [lang^=yi] .checkbox input[type=checkbox], #sfPageContainer [lang^=uz-arab] .checkbox input[type=checkbox], #sfPageContainer [lang^=tzm-arab] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ar] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=he] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=fa] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ku] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ur] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=dv] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ps] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ha] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=ks] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=yi] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=uz-arab] .checkbox input[type=checkbox], .sf-input.-rich-text [lang^=tzm-arab] .checkbox input[type=checkbox], body[contenteditable] [lang^=ar] .checkbox input[type=checkbox], body[contenteditable] [lang^=he] .checkbox input[type=checkbox], body[contenteditable] [lang^=fa] .checkbox input[type=checkbox], body[contenteditable] [lang^=ku] .checkbox input[type=checkbox], body[contenteditable] [lang^=ur] .checkbox input[type=checkbox], body[contenteditable] [lang^=dv] .checkbox input[type=checkbox], body[contenteditable] [lang^=ps] .checkbox input[type=checkbox], body[contenteditable] [lang^=ha] .checkbox input[type=checkbox], body[contenteditable] [lang^=ks] .checkbox input[type=checkbox], body[contenteditable] [lang^=yi] .checkbox input[type=checkbox], body[contenteditable] [lang^=uz-arab] .checkbox input[type=checkbox], body[contenteditable] [lang^=tzm-arab] .checkbox input[type=checkbox] {
  margin-right: -20px;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=he] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=fa] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ku] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ur] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=dv] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ps] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ha] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=ks] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=yi] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .radio input[type=radio], body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .radio input[type=radio], #sfPageContainer [lang^=ar] .radio input[type=radio], #sfPageContainer [lang^=he] .radio input[type=radio], #sfPageContainer [lang^=fa] .radio input[type=radio], #sfPageContainer [lang^=ku] .radio input[type=radio], #sfPageContainer [lang^=ur] .radio input[type=radio], #sfPageContainer [lang^=dv] .radio input[type=radio], #sfPageContainer [lang^=ps] .radio input[type=radio], #sfPageContainer [lang^=ha] .radio input[type=radio], #sfPageContainer [lang^=ks] .radio input[type=radio], #sfPageContainer [lang^=yi] .radio input[type=radio], #sfPageContainer [lang^=uz-arab] .radio input[type=radio], #sfPageContainer [lang^=tzm-arab] .radio input[type=radio], .sf-input.-rich-text [lang^=ar] .radio input[type=radio], .sf-input.-rich-text [lang^=he] .radio input[type=radio], .sf-input.-rich-text [lang^=fa] .radio input[type=radio], .sf-input.-rich-text [lang^=ku] .radio input[type=radio], .sf-input.-rich-text [lang^=ur] .radio input[type=radio], .sf-input.-rich-text [lang^=dv] .radio input[type=radio], .sf-input.-rich-text [lang^=ps] .radio input[type=radio], .sf-input.-rich-text [lang^=ha] .radio input[type=radio], .sf-input.-rich-text [lang^=ks] .radio input[type=radio], .sf-input.-rich-text [lang^=yi] .radio input[type=radio], .sf-input.-rich-text [lang^=uz-arab] .radio input[type=radio], .sf-input.-rich-text [lang^=tzm-arab] .radio input[type=radio], body[contenteditable] [lang^=ar] .radio input[type=radio], body[contenteditable] [lang^=he] .radio input[type=radio], body[contenteditable] [lang^=fa] .radio input[type=radio], body[contenteditable] [lang^=ku] .radio input[type=radio], body[contenteditable] [lang^=ur] .radio input[type=radio], body[contenteditable] [lang^=dv] .radio input[type=radio], body[contenteditable] [lang^=ps] .radio input[type=radio], body[contenteditable] [lang^=ha] .radio input[type=radio], body[contenteditable] [lang^=ks] .radio input[type=radio], body[contenteditable] [lang^=yi] .radio input[type=radio], body[contenteditable] [lang^=uz-arab] .radio input[type=radio], body[contenteditable] [lang^=tzm-arab] .radio input[type=radio] {
  margin-right: -20px;
}
body.amwins-page:not(.sfPageEditor) .input-white-box-shadow, body.amwins-page:not(.sfPageEditor) .input-white-box input, body.amwins-page:not(.sfPageEditor) .input-white-box select, .sf-input.-rich-text .input-white-box body.amwins-page:not(.sfPageEditor) input, .sf-input.-rich-text .input-white-box body.amwins-page:not(.sfPageEditor) select, body[contenteditable] .input-white-box body.amwins-page:not(.sfPageEditor) input, body[contenteditable] .input-white-box body.amwins-page:not(.sfPageEditor) select, #sfPageContainer .input-white-box-shadow, body.amwins-page:not(.sfPageEditor) .input-white-box #sfPageContainer input, body.amwins-page:not(.sfPageEditor) .input-white-box #sfPageContainer select, #sfPageContainer .input-white-box input, #sfPageContainer .input-white-box select, .sf-input.-rich-text .input-white-box #sfPageContainer input, .sf-input.-rich-text .input-white-box #sfPageContainer select, body[contenteditable] .input-white-box #sfPageContainer input, body[contenteditable] .input-white-box #sfPageContainer select, .sf-input.-rich-text .input-white-box-shadow, .sf-input.-rich-text .input-white-box input, .sf-input.-rich-text .input-white-box select, .sf-input.-rich-text body[contenteditable] .input-white-box input, body[contenteditable] .input-white-box .sf-input.-rich-text input, .sf-input.-rich-text body[contenteditable] .input-white-box select, body[contenteditable] .input-white-box .sf-input.-rich-text select, body[contenteditable] .input-white-box-shadow, body[contenteditable] .sf-input.-rich-text .input-white-box input, .sf-input.-rich-text .input-white-box body[contenteditable] input, body[contenteditable] .sf-input.-rich-text .input-white-box select, .sf-input.-rich-text .input-white-box body[contenteditable] select, body[contenteditable] .input-white-box input, body[contenteditable] .input-white-box select {
  box-shadow: 0 10px 20px 0 rgba(162, 214, 231, 0.5);
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .input-white-box-shadow-lg, #sfPageContainer .input-white-box-shadow-lg, .sf-input.-rich-text .input-white-box-shadow-lg, body[contenteditable] .input-white-box-shadow-lg {
    box-shadow: 0 10px 20px 0 rgba(162, 214, 231, 0.5);
  }
}
body.amwins-page:not(.sfPageEditor) .input-white-box input, body.amwins-page:not(.sfPageEditor) .input-white-box select, #sfPageContainer .input-white-box input, #sfPageContainer .input-white-box select, .sf-input.-rich-text .input-white-box input, .sf-input.-rich-text .input-white-box select, body[contenteditable] .input-white-box input, body[contenteditable] .input-white-box select {
  border: none;
  padding: 13px 20px 12px;
  border-radius: 4px;
  font-family: "SoehneKraftig";
  font-size: 17px;
}
body.amwins-page:not(.sfPageEditor) .input-white-box input:disabled, body.amwins-page:not(.sfPageEditor) .input-white-box select:disabled, #sfPageContainer .input-white-box input:disabled, #sfPageContainer .input-white-box select:disabled, .sf-input.-rich-text .input-white-box input:disabled, .sf-input.-rich-text .input-white-box select:disabled, body[contenteditable] .input-white-box input:disabled, body[contenteditable] .input-white-box select:disabled {
  background-color: rgb(204, 213, 219);
  opacity: 1;
}
body.amwins-page:not(.sfPageEditor) .input-white-box input:focus, body.amwins-page:not(.sfPageEditor) .input-white-box select:focus, #sfPageContainer .input-white-box input:focus, #sfPageContainer .input-white-box select:focus, .sf-input.-rich-text .input-white-box input:focus, .sf-input.-rich-text .input-white-box select:focus, body[contenteditable] .input-white-box input:focus, body[contenteditable] .input-white-box select:focus {
  outline: 1px solid rgb(0, 179, 227);
}
body.amwins-page:not(.sfPageEditor) .input-white-box select, #sfPageContainer .input-white-box select, .sf-input.-rich-text .input-white-box select, body[contenteditable] .input-white-box select {
  color: rgb(0, 179, 227);
  height: 50px;
}
body.amwins-page:not(.sfPageEditor) .input-white-box input::-moz-placeholder, #sfPageContainer .input-white-box input::-moz-placeholder, .sf-input.-rich-text .input-white-box input::-moz-placeholder, body[contenteditable] .input-white-box input::-moz-placeholder {
  text-transform: uppercase;
  color: rgb(204, 213, 219);
  font-family: "SoehneKraftig";
}
body.amwins-page:not(.sfPageEditor) .input-white-box input::placeholder, #sfPageContainer .input-white-box input::placeholder, .sf-input.-rich-text .input-white-box input::placeholder, body[contenteditable] .input-white-box input::placeholder {
  text-transform: uppercase;
  color: rgb(204, 213, 219);
  font-family: "SoehneKraftig";
}
@media (min-width: 992px) {
  body.amwins-page:not(.sfPageEditor) .input-white-box .input-merge-right, body.amwins-page:not(.sfPageEditor) .input-white-box .input-merge-left, #sfPageContainer .input-white-box .input-merge-right, #sfPageContainer .input-white-box .input-merge-left, .sf-input.-rich-text .input-white-box .input-merge-right, .sf-input.-rich-text .input-white-box .input-merge-left, body[contenteditable] .input-white-box .input-merge-right, body[contenteditable] .input-white-box .input-merge-left {
    box-shadow: none;
  }
  body.amwins-page:not(.sfPageEditor) .input-white-box .input-merge-right, #sfPageContainer .input-white-box .input-merge-right, .sf-input.-rich-text .input-white-box .input-merge-right, body[contenteditable] .input-white-box .input-merge-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  body.amwins-page:not(.sfPageEditor) .input-white-box .input-merge-left, #sfPageContainer .input-white-box .input-merge-left, .sf-input.-rich-text .input-white-box .input-merge-left, body[contenteditable] .input-white-box .input-merge-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  body.amwins-page:not(.sfPageEditor) .input-white-box .input-merge-pipe-right, #sfPageContainer .input-white-box .input-merge-pipe-right, .sf-input.-rich-text .input-white-box .input-merge-pipe-right, body[contenteditable] .input-white-box .input-merge-pipe-right {
    position: relative;
    margin-right: 1px;
  }
  body.amwins-page:not(.sfPageEditor) .input-white-box .input-merge-pipe-right::after, #sfPageContainer .input-white-box .input-merge-pipe-right::after, .sf-input.-rich-text .input-white-box .input-merge-pipe-right::after, body[contenteditable] .input-white-box .input-merge-pipe-right::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    z-index: 1;
    background-color: rgb(162, 214, 231);
  }
  body.amwins-page:not(.sfPageEditor) .input-white-box .input-overlap-right, #sfPageContainer .input-white-box .input-overlap-right, .sf-input.-rich-text .input-white-box .input-overlap-right, body[contenteditable] .input-white-box .input-overlap-right {
    position: relative;
    margin-right: -3px;
  }
}
body.amwins-page:not(.sfPageEditor) .search-box-icon, #sfPageContainer .search-box-icon, .sf-input.-rich-text .search-box-icon, body[contenteditable] .search-box-icon {
  background-image: url(/images/default-source/buttons-and-icons/search-icon.png);
  background-repeat: no-repeat;
  background-position: 15px;
  padding-left: 40px !important;
  background-size: 15px;
}
body.amwins-page:not(.sfPageEditor) .form-input label, #sfPageContainer .form-input label, .sf-input.-rich-text .form-input label, body[contenteditable] .form-input label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: SoehneKraftig;
  font-size: 14px;
  color: rgb(55, 120, 162);
  letter-spacing: 0.82px;
}
body.amwins-page:not(.sfPageEditor) .form-input input, body.amwins-page:not(.sfPageEditor) .form-input input:focus,
body.amwins-page:not(.sfPageEditor) .form-input select, body.amwins-page:not(.sfPageEditor) .form-input select:focus,
body.amwins-page:not(.sfPageEditor) .form-input textarea, body.amwins-page:not(.sfPageEditor) .form-input textarea:focus, #sfPageContainer .form-input input, #sfPageContainer .form-input input:focus,
#sfPageContainer .form-input select, #sfPageContainer .form-input select:focus,
#sfPageContainer .form-input textarea, #sfPageContainer .form-input textarea:focus, .sf-input.-rich-text .form-input input, .sf-input.-rich-text .form-input input:focus,
.sf-input.-rich-text .form-input select, .sf-input.-rich-text .form-input select:focus,
.sf-input.-rich-text .form-input textarea, .sf-input.-rich-text .form-input textarea:focus, body[contenteditable] .form-input input, body[contenteditable] .form-input input:focus,
body[contenteditable] .form-input select, body[contenteditable] .form-input select:focus,
body[contenteditable] .form-input textarea, body[contenteditable] .form-input textarea:focus {
  width: 100%;
  background-color: transparent;
  border: 0 solid rgb(55, 120, 162);
  border-bottom-width: 1px;
  font-family: SoehneKraftig;
  outline: none;
  border-radius: 0;
  font-size: 14px;
  color: rgb(55, 120, 162);
  height: 24px;
}
body.amwins-page:not(.sfPageEditor) .form-input input:focus, body.amwins-page:not(.sfPageEditor) .form-input select:focus, body.amwins-page:not(.sfPageEditor) .form-input textarea:focus, #sfPageContainer .form-input input:focus, #sfPageContainer .form-input select:focus, #sfPageContainer .form-input textarea:focus, .sf-input.-rich-text .form-input input:focus, .sf-input.-rich-text .form-input select:focus, .sf-input.-rich-text .form-input textarea:focus, body[contenteditable] .form-input input:focus, body[contenteditable] .form-input select:focus, body[contenteditable] .form-input textarea:focus {
  background-color: rgb(235, 246, 249);
}
body.amwins-page:not(.sfPageEditor) .form-input textarea, body.amwins-page:not(.sfPageEditor) .form-input textarea:focus, #sfPageContainer .form-input textarea, #sfPageContainer .form-input textarea:focus, .sf-input.-rich-text .form-input textarea, .sf-input.-rich-text .form-input textarea:focus, body[contenteditable] .form-input textarea, body[contenteditable] .form-input textarea:focus {
  height: auto;
}
body.amwins-page:not(.sfPageEditor) .button-input, body.amwins-page:not(.sfPageEditor) .button-input-submit, #sfPageContainer .button-input, #sfPageContainer .button-input-submit, .sf-input.-rich-text .button-input, .sf-input.-rich-text .button-input-submit, body[contenteditable] .button-input, body[contenteditable] .button-input-submit {
  font-family: SoehneHalbfett;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgb(0, 43, 73);
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 20px 0 rgba(162, 214, 231, 0.5);
  border: none;
}
body.amwins-page:not(.sfPageEditor) .button-input-submit, #sfPageContainer .button-input-submit, .sf-input.-rich-text .button-input-submit, body[contenteditable] .button-input-submit {
  background-image: url(/images/default-source/buttons-and-icons/white-arrow.png);
  background-repeat: no-repeat;
  background-position-x: 92px;
  background-position-y: center;
  background-size: 11px auto;
  padding: 12px 91px 12px 112px;
}
body.amwins-page:not(.sfPageEditor) .textfield-error-message, #sfPageContainer .textfield-error-message, .sf-input.-rich-text .textfield-error-message, body[contenteditable] .textfield-error-message {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .error .textfield-error-message, #sfPageContainer .error .textfield-error-message, .sf-input.-rich-text .error .textfield-error-message, body[contenteditable] .error .textfield-error-message {
  display: block;
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) #plpholder, #sfPageContainer #plpholder, .sf-input.-rich-text #plpholder, body[contenteditable] #plpholder {
    text-align: center;
    margin-left: calc(50% + 294px);
    height: 0;
  }
}
body.amwins-page:not(.sfPageEditor) #plplogin, #sfPageContainer #plplogin, .sf-input.-rich-text #plplogin, body[contenteditable] #plplogin {
  padding: 25px;
}
body.amwins-page:not(.sfPageEditor) #plplogin .text-input, #sfPageContainer #plplogin .text-input, .sf-input.-rich-text #plplogin .text-input, body[contenteditable] #plplogin .text-input {
  margin-bottom: 5px;
}
body.amwins-page:not(.sfPageEditor) #plplogin input[type=text], body.amwins-page:not(.sfPageEditor) #plplogin input[type=password], #sfPageContainer #plplogin input[type=text], #sfPageContainer #plplogin input[type=password], .sf-input.-rich-text #plplogin input[type=text], .sf-input.-rich-text #plplogin input[type=password], body[contenteditable] #plplogin input[type=text], body[contenteditable] #plplogin input[type=password] {
  width: 100%;
}
@media (min-width: 1200px) {
  body.amwins-page:not(.sfPageEditor) #plplogin, #sfPageContainer #plplogin, .sf-input.-rich-text #plplogin, body[contenteditable] #plplogin {
    position: relative;
    top: 100px;
    z-index: 3;
    text-align: center;
    border-radius: 23px;
    display: inline-block;
    margin: 0 17px 0 10px;
    box-shadow: 0 10px 30px 0 rgba(55, 120, 174, 0.3);
  }
}
body.amwins-page:not(.sfPageEditor) #plplogin .button-input, #sfPageContainer #plplogin .button-input, .sf-input.-rich-text #plplogin .button-input, body[contenteditable] #plplogin .button-input {
  margin: 10px 0 20px;
}
body.amwins-page:not(.sfPageEditor) #plplogin #plpresetpass, #sfPageContainer #plplogin #plpresetpass, .sf-input.-rich-text #plplogin #plpresetpass, body[contenteditable] #plplogin #plpresetpass {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .sf-FileField .sf-icon-remove, #sfPageContainer .sf-FileField .sf-icon-remove, .sf-input.-rich-text .sf-FileField .sf-icon-remove, body[contenteditable] .sf-FileField .sf-icon-remove {
  display: inline-block;
  cursor: pointer;
  fill: #ccc;
}
body.amwins-page:not(.sfPageEditor) input[type=file].sf-FileField-input, #sfPageContainer input[type=file].sf-FileField-input, .sf-input.-rich-text input[type=file].sf-FileField-input, body[contenteditable] input[type=file].sf-FileField-input {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-FormNav li.active, #sfPageContainer .sf-FormNav li.active, .sf-input.-rich-text .sf-FormNav li.active, body[contenteditable] .sf-FormNav li.active {
  font-weight: bold;
}
body.amwins-page:not(.sfPageEditor) .sf-FormNav-page, #sfPageContainer .sf-FormNav-page, .sf-input.-rich-text .sf-FormNav-page, body[contenteditable] .sf-FormNav-page {
  width: 28px;
  height: 28px;
  font-size: 22px;
  font-weight: bold;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
}
.active body.amwins-page:not(.sfPageEditor) .sf-FormNav-page, .active #sfPageContainer .sf-FormNav-page, .active .sf-input.-rich-text .sf-FormNav-page, .active body[contenteditable] .sf-FormNav-page {
  color: #333;
  border-color: #333;
}
.past body.amwins-page:not(.sfPageEditor) .sf-FormNav-page:after, .past #sfPageContainer .sf-FormNav-page:after, .past .sf-input.-rich-text .sf-FormNav-page:after, .past body[contenteditable] .sf-FormNav-page:after {
  content: "✓";
}
.past body.amwins-page:not(.sfPageEditor) .sf-FormNav-page-number, .past #sfPageContainer .sf-FormNav-page-number, .past .sf-input.-rich-text .sf-FormNav-page-number, .past body[contenteditable] .sf-FormNav-page-number {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .sf-Progress-percent,
body.amwins-page:not(.sfPageEditor) .sf-Progress-page-title, #sfPageContainer .sf-Progress-percent,
#sfPageContainer .sf-Progress-page-title, .sf-input.-rich-text .sf-Progress-percent,
.sf-input.-rich-text .sf-Progress-page-title, body[contenteditable] .sf-Progress-percent,
body[contenteditable] .sf-Progress-page-title {
  font-size: 16px;
}
body.amwins-page:not(.sfPageEditor) .sf-Progress-percent, #sfPageContainer .sf-Progress-percent, .sf-input.-rich-text .sf-Progress-percent, body[contenteditable] .sf-Progress-percent {
  font-weight: bold;
}
body.amwins-page:not(.sfPageEditor) .sf-Progress-page-title, #sfPageContainer .sf-Progress-page-title, .sf-input.-rich-text .sf-Progress-page-title, body[contenteditable] .sf-Progress-page-title {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-Progress-page-title li, #sfPageContainer .sf-Progress-page-title li, .sf-input.-rich-text .sf-Progress-page-title li, body[contenteditable] .sf-Progress-page-title li {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .sf-Progress-page-title li.active, #sfPageContainer .sf-Progress-page-title li.active, .sf-input.-rich-text .sf-Progress-page-title li.active, body[contenteditable] .sf-Progress-page-title li.active {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) div.k-event, #sfPageContainer div.k-event, .sf-input.-rich-text div.k-event, body[contenteditable] div.k-event {
  border-radius: 0;
}
body.amwins-page:not(.sfPageEditor) div.k-scheduler-header-wrap, #sfPageContainer div.k-scheduler-header-wrap, .sf-input.-rich-text div.k-scheduler-header-wrap, body[contenteditable] div.k-scheduler-header-wrap {
  text-align: left;
}
body.amwins-page:not(.sfPageEditor) div.k-scheduler-toolbar, #sfPageContainer div.k-scheduler-toolbar, .sf-input.-rich-text div.k-scheduler-toolbar, body[contenteditable] div.k-scheduler-toolbar {
  line-height: 32px;
}
body.amwins-page:not(.sfPageEditor) div.k-scheduler-toolbar .k-button-icon, #sfPageContainer div.k-scheduler-toolbar .k-button-icon, .sf-input.-rich-text div.k-scheduler-toolbar .k-button-icon, body[contenteditable] div.k-scheduler-toolbar .k-button-icon {
  height: 32px;
}
body.amwins-page:not(.sfPageEditor) table.k-scheduler-monthview .k-scheduler-table td, #sfPageContainer table.k-scheduler-monthview .k-scheduler-table td, .sf-input.-rich-text table.k-scheduler-monthview .k-scheduler-table td, body[contenteditable] table.k-scheduler-monthview .k-scheduler-table td {
  height: 90px;
}
body.amwins-page:not(.sfPageEditor) .sf-event-item, #sfPageContainer .sf-event-item, .sf-input.-rich-text .sf-event-item, body[contenteditable] .sf-event-item {
  margin: 0;
  min-height: 100%;
  white-space: nowrap;
}
body.amwins-page:not(.sfPageEditor) .sf-event-title,
body.amwins-page:not(.sfPageEditor) .sf-event-link, #sfPageContainer .sf-event-title,
#sfPageContainer .sf-event-link, .sf-input.-rich-text .sf-event-title,
.sf-input.-rich-text .sf-event-link, body[contenteditable] .sf-event-title,
body[contenteditable] .sf-event-link {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-event-link, #sfPageContainer .sf-event-link, .sf-input.-rich-text .sf-event-link, body[contenteditable] .sf-event-link {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
body.amwins-page:not(.sfPageEditor) .sf-event-type, #sfPageContainer .sf-event-type, .sf-input.-rich-text .sf-event-type, body[contenteditable] .sf-event-type {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
}
body.amwins-page:not(.sfPageEditor) .sf-event-type.sf-event-type--all, #sfPageContainer .sf-event-type.sf-event-type--all, .sf-input.-rich-text .sf-event-type.sf-event-type--all, body[contenteditable] .sf-event-type.sf-event-type--all {
  background-color: #fff;
  border: 1px solid #999;
}
body.amwins-page:not(.sfPageEditor) .sf-event-addToList, #sfPageContainer .sf-event-addToList, .sf-input.-rich-text .sf-event-addToList, body[contenteditable] .sf-event-addToList {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .sf-calendarList-title, #sfPageContainer .sf-calendarList-title, .sf-input.-rich-text .sf-calendarList-title, body[contenteditable] .sf-calendarList-title {
  font-weight: bold;
}
body.amwins-page:not(.sfPageEditor) .sf-calendarList-item, #sfPageContainer .sf-calendarList-item, .sf-input.-rich-text .sf-calendarList-item, body[contenteditable] .sf-calendarList-item {
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
body.amwins-page:not(.sfPageEditor) .sf-calendarList-item.active, #sfPageContainer .sf-calendarList-item.active, .sf-input.-rich-text .sf-calendarList-item.active, body[contenteditable] .sf-calendarList-item.active {
  background: #f2f2f2;
}
body.amwins-page:not(.sfPageEditor) .k-scheduler-agendaview .sf-event-item, #sfPageContainer .k-scheduler-agendaview .sf-event-item, .sf-input.-rich-text .k-scheduler-agendaview .sf-event-item, body[contenteditable] .k-scheduler-agendaview .sf-event-item {
  display: inline-block;
}
body.amwins-page:not(.sfPageEditor) .k-scheduler-agendaview .sf-event-type, #sfPageContainer .k-scheduler-agendaview .sf-event-type, .sf-input.-rich-text .k-scheduler-agendaview .sf-event-type, body[contenteditable] .k-scheduler-agendaview .sf-event-type {
  display: none;
}
body.amwins-page:not(.sfPageEditor) .-sf-google-button, #sfPageContainer .-sf-google-button, .sf-input.-rich-text .-sf-google-button, body[contenteditable] .-sf-google-button {
  color: #D54F50;
  border-color: #D54F50;
}
body.amwins-page:not(.sfPageEditor) .-sf-google-button:hover, #sfPageContainer .-sf-google-button:hover, .sf-input.-rich-text .-sf-google-button:hover, body[contenteditable] .-sf-google-button:hover {
  color: #fff;
  background-color: #D54F50;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-facebook-button, #sfPageContainer .-sf-facebook-button, .sf-input.-rich-text .-sf-facebook-button, body[contenteditable] .-sf-facebook-button {
  color: #3E86B4;
  border-color: #3E86B4;
}
body.amwins-page:not(.sfPageEditor) .-sf-facebook-button:hover, #sfPageContainer .-sf-facebook-button:hover, .sf-input.-rich-text .-sf-facebook-button:hover, body[contenteditable] .-sf-facebook-button:hover {
  color: #fff;
  background-color: #3E86B4;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-github-button, #sfPageContainer .-sf-github-button, .sf-input.-rich-text .-sf-github-button, body[contenteditable] .-sf-github-button {
  color: #333;
  border-color: #333;
}
body.amwins-page:not(.sfPageEditor) .-sf-github-button:hover, #sfPageContainer .-sf-github-button:hover, .sf-input.-rich-text .-sf-github-button:hover, body[contenteditable] .-sf-github-button:hover {
  color: #fff;
  background-color: #333;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-yahoo-button, #sfPageContainer .-sf-yahoo-button, .sf-input.-rich-text .-sf-yahoo-button, body[contenteditable] .-sf-yahoo-button {
  color: #410093;
  border-color: #410093;
}
body.amwins-page:not(.sfPageEditor) .-sf-yahoo-button:hover, #sfPageContainer .-sf-yahoo-button:hover, .sf-input.-rich-text .-sf-yahoo-button:hover, body[contenteditable] .-sf-yahoo-button:hover {
  color: #fff;
  background-color: #410093;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-linkedin-button, #sfPageContainer .-sf-linkedin-button, .sf-input.-rich-text .-sf-linkedin-button, body[contenteditable] .-sf-linkedin-button {
  color: #0077b5;
  border-color: #0077b5;
}
body.amwins-page:not(.sfPageEditor) .-sf-linkedin-button:hover, #sfPageContainer .-sf-linkedin-button:hover, .sf-input.-rich-text .-sf-linkedin-button:hover, body[contenteditable] .-sf-linkedin-button:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-microsoft-button, #sfPageContainer .-sf-microsoft-button, .sf-input.-rich-text .-sf-microsoft-button, body[contenteditable] .-sf-microsoft-button {
  color: #00a1f1;
  border-color: #00a1f1;
}
body.amwins-page:not(.sfPageEditor) .-sf-microsoft-button:hover, #sfPageContainer .-sf-microsoft-button:hover, .sf-input.-rich-text .-sf-microsoft-button:hover, body[contenteditable] .-sf-microsoft-button:hover {
  color: #fff;
  background-color: #00a1f1;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-adfs-button, #sfPageContainer .-sf-adfs-button, .sf-input.-rich-text .-sf-adfs-button, body[contenteditable] .-sf-adfs-button {
  color: #00a1f1;
  border-color: #00a1f1;
}
body.amwins-page:not(.sfPageEditor) .-sf-adfs-button:hover, #sfPageContainer .-sf-adfs-button:hover, .sf-input.-rich-text .-sf-adfs-button:hover, body[contenteditable] .-sf-adfs-button:hover {
  color: #fff;
  background-color: #00a1f1;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-windows-button, #sfPageContainer .-sf-windows-button, .sf-input.-rich-text .-sf-windows-button, body[contenteditable] .-sf-windows-button {
  color: #00bcf2;
  border-color: #00bcf2;
}
body.amwins-page:not(.sfPageEditor) .-sf-windows-button:hover, #sfPageContainer .-sf-windows-button:hover, .sf-input.-rich-text .-sf-windows-button:hover, body[contenteditable] .-sf-windows-button:hover {
  color: #fff;
  background-color: #00bcf2;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .-sf-twitter-button, #sfPageContainer .-sf-twitter-button, .sf-input.-rich-text .-sf-twitter-button, body[contenteditable] .-sf-twitter-button {
  color: #1da1f2;
  border-color: #1da1f2;
}
body.amwins-page:not(.sfPageEditor) .-sf-twitter-button:hover, #sfPageContainer .-sf-twitter-button:hover, .sf-input.-rich-text .-sf-twitter-button:hover, body[contenteditable] .-sf-twitter-button:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: transparent;
}
body.amwins-page:not(.sfPageEditor) .sf-registration-link, #sfPageContainer .sf-registration-link, .sf-input.-rich-text .sf-registration-link, body[contenteditable] .sf-registration-link {
  clear: both;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=he] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=fa] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=ku] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=ur] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=dv] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=ps] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=ha] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=ks] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=yi] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .pagination, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .pagination, #sfPageContainer [lang^=ar] .pagination, #sfPageContainer [lang^=he] .pagination, #sfPageContainer [lang^=fa] .pagination, #sfPageContainer [lang^=ku] .pagination, #sfPageContainer [lang^=ur] .pagination, #sfPageContainer [lang^=dv] .pagination, #sfPageContainer [lang^=ps] .pagination, #sfPageContainer [lang^=ha] .pagination, #sfPageContainer [lang^=ks] .pagination, #sfPageContainer [lang^=yi] .pagination, #sfPageContainer [lang^=uz-arab] .pagination, #sfPageContainer [lang^=tzm-arab] .pagination, .sf-input.-rich-text [lang^=ar] .pagination, .sf-input.-rich-text [lang^=he] .pagination, .sf-input.-rich-text [lang^=fa] .pagination, .sf-input.-rich-text [lang^=ku] .pagination, .sf-input.-rich-text [lang^=ur] .pagination, .sf-input.-rich-text [lang^=dv] .pagination, .sf-input.-rich-text [lang^=ps] .pagination, .sf-input.-rich-text [lang^=ha] .pagination, .sf-input.-rich-text [lang^=ks] .pagination, .sf-input.-rich-text [lang^=yi] .pagination, .sf-input.-rich-text [lang^=uz-arab] .pagination, .sf-input.-rich-text [lang^=tzm-arab] .pagination, body[contenteditable] [lang^=ar] .pagination, body[contenteditable] [lang^=he] .pagination, body[contenteditable] [lang^=fa] .pagination, body[contenteditable] [lang^=ku] .pagination, body[contenteditable] [lang^=ur] .pagination, body[contenteditable] [lang^=dv] .pagination, body[contenteditable] [lang^=ps] .pagination, body[contenteditable] [lang^=ha] .pagination, body[contenteditable] [lang^=ks] .pagination, body[contenteditable] [lang^=yi] .pagination, body[contenteditable] [lang^=uz-arab] .pagination, body[contenteditable] [lang^=tzm-arab] .pagination {
  padding-right: 0;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=he] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=fa] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ku] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ur] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=dv] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ps] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ha] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ks] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=yi] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .page-item:first-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .page-item:first-child .page-link, #sfPageContainer [lang^=ar] .page-item:first-child .page-link, #sfPageContainer [lang^=he] .page-item:first-child .page-link, #sfPageContainer [lang^=fa] .page-item:first-child .page-link, #sfPageContainer [lang^=ku] .page-item:first-child .page-link, #sfPageContainer [lang^=ur] .page-item:first-child .page-link, #sfPageContainer [lang^=dv] .page-item:first-child .page-link, #sfPageContainer [lang^=ps] .page-item:first-child .page-link, #sfPageContainer [lang^=ha] .page-item:first-child .page-link, #sfPageContainer [lang^=ks] .page-item:first-child .page-link, #sfPageContainer [lang^=yi] .page-item:first-child .page-link, #sfPageContainer [lang^=uz-arab] .page-item:first-child .page-link, #sfPageContainer [lang^=tzm-arab] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=ar] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=he] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=fa] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=ku] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=ur] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=dv] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=ps] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=ha] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=ks] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=yi] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=uz-arab] .page-item:first-child .page-link, .sf-input.-rich-text [lang^=tzm-arab] .page-item:first-child .page-link, body[contenteditable] [lang^=ar] .page-item:first-child .page-link, body[contenteditable] [lang^=he] .page-item:first-child .page-link, body[contenteditable] [lang^=fa] .page-item:first-child .page-link, body[contenteditable] [lang^=ku] .page-item:first-child .page-link, body[contenteditable] [lang^=ur] .page-item:first-child .page-link, body[contenteditable] [lang^=dv] .page-item:first-child .page-link, body[contenteditable] [lang^=ps] .page-item:first-child .page-link, body[contenteditable] [lang^=ha] .page-item:first-child .page-link, body[contenteditable] [lang^=ks] .page-item:first-child .page-link, body[contenteditable] [lang^=yi] .page-item:first-child .page-link, body[contenteditable] [lang^=uz-arab] .page-item:first-child .page-link, body[contenteditable] [lang^=tzm-arab] .page-item:first-child .page-link {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
body.amwins-page:not(.sfPageEditor) [lang^=ar] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=he] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=fa] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ku] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ur] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=dv] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ps] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ha] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=ks] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=yi] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=uz-arab] .page-item:last-child .page-link, body.amwins-page:not(.sfPageEditor) [lang^=tzm-arab] .page-item:last-child .page-link, #sfPageContainer [lang^=ar] .page-item:last-child .page-link, #sfPageContainer [lang^=he] .page-item:last-child .page-link, #sfPageContainer [lang^=fa] .page-item:last-child .page-link, #sfPageContainer [lang^=ku] .page-item:last-child .page-link, #sfPageContainer [lang^=ur] .page-item:last-child .page-link, #sfPageContainer [lang^=dv] .page-item:last-child .page-link, #sfPageContainer [lang^=ps] .page-item:last-child .page-link, #sfPageContainer [lang^=ha] .page-item:last-child .page-link, #sfPageContainer [lang^=ks] .page-item:last-child .page-link, #sfPageContainer [lang^=yi] .page-item:last-child .page-link, #sfPageContainer [lang^=uz-arab] .page-item:last-child .page-link, #sfPageContainer [lang^=tzm-arab] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=ar] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=he] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=fa] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=ku] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=ur] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=dv] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=ps] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=ha] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=ks] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=yi] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=uz-arab] .page-item:last-child .page-link, .sf-input.-rich-text [lang^=tzm-arab] .page-item:last-child .page-link, body[contenteditable] [lang^=ar] .page-item:last-child .page-link, body[contenteditable] [lang^=he] .page-item:last-child .page-link, body[contenteditable] [lang^=fa] .page-item:last-child .page-link, body[contenteditable] [lang^=ku] .page-item:last-child .page-link, body[contenteditable] [lang^=ur] .page-item:last-child .page-link, body[contenteditable] [lang^=dv] .page-item:last-child .page-link, body[contenteditable] [lang^=ps] .page-item:last-child .page-link, body[contenteditable] [lang^=ha] .page-item:last-child .page-link, body[contenteditable] [lang^=ks] .page-item:last-child .page-link, body[contenteditable] [lang^=yi] .page-item:last-child .page-link, body[contenteditable] [lang^=uz-arab] .page-item:last-child .page-link, body[contenteditable] [lang^=tzm-arab] .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}/*# sourceMappingURL=main.css.map */