@charset "UTF-8";
@import url("//fast.fonts.net/cssapi/698c2bce-96bd-4782-a72b-2924039e1ab3.css");
:root {
  --bs-blue: #00447c;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #a50344;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #00447c;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #092a30;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: "Avenir Next W01", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  color: #242f3a;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 26px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 13px;
  font-family: "Avenir Next W01", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #242f3a;
}
h1, .h1 {
  font-size: calc(1.59375rem + 4.125vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.6875rem;
  }
}
h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}
h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1em;
}
h6, .h6 {
  font-size: 1.125rem;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
abbr[title], abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
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: 500;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #242f3a;
  text-decoration: none;
}
a:hover {
  color: #242f3a;
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #a50344;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
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, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
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;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: calc(1.265625rem + 0.1875vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.40625rem;
  }
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 26px;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -26px;
  margin-bottom: 26px;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.container, .container-fluid, .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 13px);
  padding-left: var(--bs-gutter-x, 13px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 1321px;
  }
}
.row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 6.5px;
}
.g-1, .gy-1 {
  --bs-gutter-y: 6.5px;
}
.g-2, .gx-2 {
  --bs-gutter-x: 13px;
}
.g-2, .gy-2 {
  --bs-gutter-y: 13px;
}
.g-3, .gx-3 {
  --bs-gutter-x: 26px;
}
.g-3, .gy-3 {
  --bs-gutter-y: 26px;
}
.g-4, .gx-4 {
  --bs-gutter-x: 39px;
}
.g-4, .gy-4 {
  --bs-gutter-y: 39px;
}
.g-5, .gx-5 {
  --bs-gutter-x: 78px;
}
.g-5, .gy-5 {
  --bs-gutter-y: 78px;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 6.5px;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 6.5px;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 13px;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 13px;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 26px;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 26px;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 39px;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 39px;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 78px;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 78px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 6.5px;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 6.5px;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 13px;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 13px;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 26px;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 26px;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 39px;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 39px;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 78px;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 78px;
  }
}
@media (min-width: 1100px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 6.5px;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 6.5px;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 13px;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 13px;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 26px;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 26px;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 39px;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 39px;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 78px;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 78px;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 6.5px;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 6.5px;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 13px;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 13px;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 26px;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 26px;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 39px;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 39px;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 78px;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 78px;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 6.5px;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 6.5px;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 13px;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 13px;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 26px;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 26px;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 39px;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 39px;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 78px;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 78px;
  }
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !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;
}
.d-none {
  display: none !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 1100px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !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;
  }
  .d-xxl-none {
    display: none !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;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}
body img {
  max-width: 100%;
}
body h3, body .h3 {
  font-size: 32px;
}
@media (max-width: 1099.98px) {
  body h3, body .h3 {
    font-size: 25px;
  }
}
h2, .h2 {
  margin-bottom: 0.3243em;
  line-height: 1;
}
h3, .h3 {
  line-height: 1;
}
b, strong {
  font-weight: 700;
}
ul > li::marker {
  color: #fff;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobile-nav ul.menu {
  padding: 0px 0px 50px 160px;
}
@media (max-width: 767.98px) {
  nav.mobile-nav ul.menu {
    padding: 0px 20px 0px 20px;
  }
}
nav.footer-nav {
  margin-top: 135px;
}
@media (max-width: 767.98px) {
  nav.footer-nav {
    margin-top: 45px;
  }
}
nav.footer-nav ul.menu {
  padding: 0px 0px 0px 0px;
}
nav.footer-nav ul.menu li {
  float: left;
  margin-right: 44px;
}
nav.footer-nav ul.menu li a {
  font-size: 17px;
  text-transform: uppercase;
}
nav.footer-nav ul.menu li:last-child {
  margin-right: 0px;
}
@media (max-width: 767.98px) {
  nav.footer-nav ul.menu {
    padding: 0px 20px 0px 20px;
  }
}
a.btn {
  display: inline-block;
  border: 4px solid;
  transition: 0.2s ease-out;
}
a.btn:hover {
  background-color: #242f3a;
  color: #fff;
  border-color: #242f3a;
}
.logo img {
  display: block;
  width: 100%;
}
.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1100px) {
  .site-header {
    height: 176px;
  }
}
.site-header .social-networks {
  float: right;
  padding-left: 0px;
  display: table;
  width: auto;
  margin-top: 34px;
}
@media (max-width: 1099.98px) {
  .site-header .social-networks {
    position: absolute;
    top: 10px;
    margin-top: 0px;
    right: 0px;
  }
}
.site-header .social-networks .hashtag {
  color: #c1baa4;
  font-size: 23px;
  margin-right: 10px;
}
.site-header .social-networks .hashtag p {
  margin-bottom: 0px;
  color: #c1baa4;
  height: 23px;
  line-height: 23px;
  margin-top: -1px;
}
@media (max-width: 1099.98px) {
  .site-header .social-networks .hashtag p {
    font-size: 20px;
    margin-top: -2.5px;
  }
}
@media (max-width: 767.98px) {
  .site-header .social-networks .hashtag p {
    font-size: 15px;
    margin-top: 0px;
  }
}
.site-header .social-networks li {
  display: block;
  float: left;
  list-style-type: none;
  margin-right: 8px;
}
.site-header .social-networks li::marker {
  display: none;
}
.site-header .social-networks li img {
  width: auto;
  height: 23px;
  line-height: 23px;
}
@media (max-width: 767.98px) {
  .site-header .social-networks li img {
    margin-top: -2px;
    max-height: 16px;
  }
}
.site-header .social-networks li:last-child {
  margin-right: 0px;
}
.site-header .block-row {
  display: block;
}
.site-header img {
  max-width: 100%;
  height: auto;
}
.site-header nav a {
  display: block;
  color: #242f3a;
  transition: 0.2s ease-out;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
  border: 4px solid;
}
@media (max-width: 1399.98px) {
  .site-header nav a {
    font-size: 17px;
  }
}
.site-header nav li:hover > a {
  color: #a50344;
  text-decoration: none;
}
.site-header nav li.current-menu-item > a, .site-header nav li.current-menu-ancestor > a {
  opacity: 0.3;
  text-decoration: none;
  color: #fff !important;
}
.site-header .container {
  position: static;
  padding-top: 0px;
}
@media (max-width: 767.98px) {
  .site-header .container .row {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .site-header .container .row .col-lg-6 {
    width: 50%;
    flex: 0 0 auto;
  }
}
.site-header .logo {
  position: static;
  right: 26px;
  display: block;
  width: 200px;
}
@media (min-width: 1100px) {
  .site-header .logo {
    width: 360px;
    margin-top: 43px;
  }
}
@media (max-width: 1099.98px) {
  .site-header .logo {
    margin-top: 25px;
  }
}
.site-header .nav-toggle {
  position: relative;
  background: none transparent !important;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  float: right;
  z-index: 9;
  margin-top: 48px;
}
@media (min-width: 1100px) {
  .site-header .nav-toggle {
    display: none;
  }
}
@media (max-width: 1099.98px) {
  .site-header .nav-toggle {
    position: absolute;
    top: 13px;
    right: 15px;
  }
}
.site-header .nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  background: #242f3a;
  opacity: 1;
  left: 0px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-header .nav-toggle span:nth-child(1) {
  top: 0px;
}
.site-header .nav-toggle span:nth-child(2), .site-header .nav-toggle span:nth-child(3) {
  top: 11px;
}
.site-header .nav-toggle span:nth-child(4) {
  top: 22px;
}
.site-header .service-nav, .site-header .site-nav {
  display: none;
}
@media (min-width: 1100px) {
  .site-header .service-nav, .site-header .site-nav {
    display: block;
  }
}
.site-header .service-nav ul, .site-header .site-nav ul {
  display: flex;
  float: right;
}
.site-header .service-nav {
  font-size: 16px;
  margin-bottom: 55px;
}
.site-header .service-nav li:not(:last-child) {
  margin-right: 10px;
}
.site-header .site-nav > ul {
  margin-top: 24px;
}
@media (max-width: 1399.98px) {
  .site-header .site-nav > ul {
    margin-top: 31px;
  }
}
.site-header .site-nav > ul > li {
  font-family: "Avenir Next W01", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
}
.site-header .site-nav > ul > li:not(:last-child) {
  margin-right: 18px;
}
.site-header .site-nav > ul > li > ul {
  position: absolute;
  left: 13px;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
  font-size: 22px;
  font-family: "Avenir Next W01", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px 0;
}
.site-header .site-nav > ul > li > ul li:not(:last-child) {
  margin-right: 17px;
}
.site-header .site-nav > ul > li > ul:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #ededed;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  height: 100%;
}
.site-header .site-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.site-header .mobile-nav {
  position: absolute;
  top: 0px;
  right: 0;
  left: auto;
  width: 100vw;
  height: calc(100vh);
  background-color: #242f3a;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  font-size: 20px;
  overflow-y: auto;
  padding-bottom: 60px;
  padding-top: 160px;
  width: 532px;
}
@media (max-width: 767.98px) {
  .site-header .mobile-nav {
    width: 300px;
  }
}
.site-header .mobile-nav > ul > li {
  border-bottom: 0px solid;
}
.site-header .mobile-nav > ul > li > a {
  padding: 6px 13px;
  font-family: "Avenir Next W01", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  border-width: 0px;
}
.site-header .mobile-nav > ul > li > a:hover {
  opacity: 0.47;
}
.site-header .mobile-nav > ul > li > ul > li {
  border-top: 0px solid;
}
.site-header .mobile-nav > ul > li > ul > li > a {
  padding: 6px 26px;
  opacity: 0.47;
}
.site-header .mobile-nav > ul > li > ul > li > a:hover {
  padding: 6px 26px;
  opacity: 0.3;
}
.site-main {
  padding-top: 176px;
}
@media (max-width: 1099.98px) {
  .site-main {
    display: block;
    padding-top: 110px;
  }
}
.site-main p, .site-main ol, .site-main ul {
  margin-bottom: 20px;
}
.site-footer .row > *:first-child p:first-child {
  margin-bottom: 40px !important;
}
.site-prefooter {
  overflow: hidden;
  margin-top: -20%;
  pointer-events: none;
}
.site-prefooter img {
  display: block;
  width: 91.7%;
  height: auto;
  margin: 0 auto;
  transform: translateY(48%);
}
.site-footer {
  background: #242f3a;
  padding: 80px 0 60px 0;
  font-size: 17px;
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 45px 0 45px 0;
  }
}
.site-footer img {
  max-width: 100%;
  height: auto;
}
.site-footer img.footer-logo {
  width: 330px;
  height: auto;
}
@media (max-width: 1099.98px) {
  .site-footer img.footer-logo {
    max-width: 185px;
  }
}
.site-footer .right {
  position: relative;
}
.site-footer .networks-cover {
  position: absolute;
  bottom: 0px;
  right: 13px;
}
@media (max-width: 575.98px) {
  .site-footer .networks-cover {
    position: static;
    margin-top: 40px;
  }
}
.site-footer .social-networks {
  float: right;
  padding-left: 0px;
  display: table;
  width: auto;
  margin-top: 0px;
}
@media (max-width: 575.98px) {
  .site-footer .social-networks {
    float: left;
  }
}
.site-footer .social-networks li {
  display: block;
  float: left;
  list-style-type: none;
  margin-right: 8px;
}
.site-footer .social-networks li::marker {
  display: none;
}
.site-footer .social-networks li img {
  margin-top: 8px;
  width: auto;
  height: 23px;
}
@media (max-width: 767.98px) {
  .site-footer .social-networks li img {
    height: 16px;
  }
}
.site-footer .social-networks li:last-child {
  margin-right: 0px;
}
.site-footer .hashtag {
  font-size: 23px;
  text-align: right;
  float: right;
  width: 100%;
  color: #c1baa4;
}
@media (max-width: 1099.98px) {
  .site-footer .hashtag {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-footer .hashtag {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .site-footer .hashtag {
    text-align: left;
  }
}
.site-footer .hashtag p {
  color: #c1baa4;
  margin-bottom: 0px;
}
.site-footer input[type=text] {
  height: 44px;
  line-height: 44px;
  width: 100%;
  background-color: #fff;
  border: 0px;
  font-size: 17px;
  color: #242f3a;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer row > *:first-child p:first-child {
  margin-bottom: 0px;
}
.site-footer label {
  font-size: 17px;
  color: #fff;
  width: 100%;
}
.site-footer a {
  font-weight: 400;
  color: #fff;
}
.site-footer a :hover {
  text-decoration: underline;
}
.site-footer p {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1099.98px) {
  .site-footer {
    padding: 80px 0px 80px;
  }
}
.site-footer .row {
  margin-bottom: -26px;
}
.site-footer .row > * {
  margin-bottom: 26px;
}
@media (max-width: 767.98px) {
  .site-footer .row > * {
    margin-bottom: 0px;
  }
}
.nav-open:after {
  opacity: 1;
  visibility: visible;
}
.nav-open .mobile-nav {
  transform: translateX(0);
}
.nav-open .nav-toggle span {
  background: #fff;
}
.nav-open .nav-toggle span:nth-child(1), .nav-open .nav-toggle span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}
.nav-open .nav-toggle span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
.section-info .-title {
  font-size: 40px;
}
@media (max-width: 1099.98px) {
  .section-info .-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .section-info {
    margin-bottom: 0px;
  }
}
.wakkerpreis-mood {
  position: relative;
  z-index: 0;
  min-height: 180px;
  background: #242f3a;
  overflow: hidden;
}
@media (max-width: 1099.98px) {
  .wakkerpreis-mood {
    min-height: 0;
  }
}
.wakkerpreis-mood:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 29%;
  background-image: url("../img/stadt_neg.svg");
  background-position: center bottom;
  background-size: 93.6% auto;
  background-repeat: no-repeat;
  transform: translateY(35%);
}
@media (max-width: 1099.98px) {
  .wakkerpreis-mood:after {
    transform: translateY(30%);
  }
}
.wakkerpreis-mood img {
  max-width: 100%;
}
.wakkerpreis-mood .container {
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .wakkerpreis-mood .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wakkerpreis-mood .container::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 140px;
  bottom: 15px;
  right: -100px;
  background-image: url("../img/mini-stadt.svg");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 1599.98px) {
  .wakkerpreis-mood .container::after {
    right: 20px;
    width: 120px;
    height: 112px;
  }
}
@media (max-width: 1099.98px) {
  .wakkerpreis-mood .container::after {
    right: 20px;
    width: 80px;
    height: 75px;
    bottom: 40px;
  }
}
.wakkerpreis-mood .-header-part {
  padding-top: 166px;
  padding-bottom: 400px;
}
@media (max-width: 1599.98px) {
  .wakkerpreis-mood .-header-part {
    padding-bottom: 320px;
    padding-top: 150px;
  }
}
@media (max-width: 1099.98px) {
  .wakkerpreis-mood .-header-part {
    width: 100%;
    min-height: 0px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .wakkerpreis-mood .-header-part {
    width: 100%;
    min-height: 0px;
    background: #242f3a;
    /*	position: static;	*/
  }
}
@media (min-width: 2200px) {
  .wakkerpreis-mood .-header-part {
    padding-bottom: 500px;
  }
}
@media (min-width: 2500px) {
  .wakkerpreis-mood .-header-part {
    padding-bottom: 600px;
  }
}
.wakkerpreis-mood .-header-part .-title {
  font-size: 75px;
  color: #c1baa4;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .wakkerpreis-mood .-header-part .-title {
    font-size: 40px;
  }
}
@media (max-width: 1099.98px) {
  .wakkerpreis-mood .-header-part .-title {
    font-size: 25px;
    margin: 0px 0px 0px 0px;
  }
}
.wakkerpreis-mood .-header-part .-second-title {
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .wakkerpreis-mood .-header-part .-second-title {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1099.98px) {
  .wakkerpreis-mood .-header-part .-second-title {
    font-size: 18px;
  }
}
.wakkerpreis-mood .-header-part .-value {
  font-size: 1.827em;
}
.wakkerpreis-intro {
  padding-top: 76px;
  font-family: "Avenir Next W01", sans-serif;
  font-style: italic;
  font-size: 1.75em;
  color: #242f3a;
  text-align: center;
}
.wakkerpreis-section {
  background-position: top right;
  background-repeat: no-repeat;
}
.wakkerpreis-section .section-info .-pretitle {
  color: #a50344;
  font-size: 22px;
  font-weight: 700;
}
.wakkerpreis-section .section-info .-title {
  font-size: 40px;
}
@media (max-width: 1099.98px) {
  .wakkerpreis-section .section-info .-title {
    font-size: 32px;
  }
}
.wakkerpreis-section .section-info .-intro {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 2.5em;
}
.wakkerpreis-section.-sand {
  background-color: #c1baa4;
}
.wakkerpreis-section.-pink {
  background-color: #a50344;
}
.wakkerpreis-section.-pink .wakkerpreis-button.-white:hover {
  color: #a50344;
  border-color: #fff;
}
.wakkerpreis-section.-lightgrey {
  background-color: #ededed;
}
.wakkerpreis-section.-bluegray {
  background-color: #242f3a;
}
.wakkerpreis-section.-bluegray .wakkerpreis-button:hover {
  background-color: #a50344;
  border-color: #a50344;
}
.wakkerpreis-section.-bluegray .wakkerpreis-button.-white:hover {
  color: #242f3a;
  border-color: #fff;
}
.wakkerpreis-section.-pink, .wakkerpreis-section.-bluegray {
  color: #fff;
}
.wakkerpreis-section.-pink .-title, .wakkerpreis-section.-bluegray .-title {
  color: #fff;
}
.wakkerpreis-section:not(.-slider) ul {
  list-style: none;
}
.wakkerpreis-section:not(.-slider) ul li {
  position: relative;
  padding-left: 20px;
}
.wakkerpreis-section:not(.-slider) ul li:before {
  content: "O";
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0;
}
.wakkerpreis-section.-cta.-pink .-pretitle, .wakkerpreis-section.-cta.-sand .-pretitle, .wakkerpreis-section.-cta.-bluegray .-pretitle {
  color: inherit;
}
.wakkerpreis-section.-projects .row {
  margin-bottom: 0px;
}
.wakkerpreis-section:not(.-gallery) {
  padding: 72px 0;
}
.wakkerpreis-section.-cta {
  padding: 112px 0;
}
.wakkerpreis-section.-gallery {
  display: flex;
  flex-wrap: wrap;
}
.wakkerpreis-section.-gallery picture {
  display: block;
  flex: 0 0 50% !important;
}
@media (max-width: 575.98px) {
  .wakkerpreis-section.-gallery picture {
    flex: 0 0 100% !important;
  }
}
.wakkerpreis-section.-gallery picture img {
  display: block;
  width: 100%;
}
.wakkerpreis-section.-gallery .container.-gallery-small {
  padding-left: 0px;
  padding-right: 0px;
}
.wakkerpreis-section.-left_right {
  position: relative;
  z-index: 0;
  padding: 0;
}
.wakkerpreis-section.-left_right .section-info .-intro {
  margin-bottom: 1em;
}
.wakkerpreis-section.-left_right .-image.-right {
  text-align: right;
}
.wakkerpreis-section.-left_right .-image img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 1400px) {
  .wakkerpreis-section.-left_right .-image img {
    width: 43.6571%;
  }
}
.wakkerpreis-section.-left_right .-content {
  position: relative;
  padding: 47px 0 46px;
}
@media (min-width: 1400px) {
  .wakkerpreis-section.-left_right .-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.wakkerpreis-section .row {
  margin-bottom: -26px;
}
.wakkerpreis-section .row > * {
  margin-bottom: 26px;
}
.wakkerpreis-section .row > * > .wakkerpreis-button:first-child {
  margin-top: 0;
}
.wakkerpreis-content:not(.-slider) ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wakkerpreis-content:not(.-slider) ul li {
  position: relative;
  padding-left: 20px;
}
.wakkerpreis-content:not(.-slider) ul li:before {
  content: "O";
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0;
}
.wakkerpreis-content.-text ul {
  margin-top: -20px;
  margin-bottom: 20px;
}
.wakkerpreis-content.-collapsible {
  background-color: #ededed;
}
.wakkerpreis-content.-collapsible .-pretitle {
  font-weight: 400;
}
.wakkerpreis-content.-collapsible .-head .col-image {
  position: relative;
  z-index: 0;
}
.wakkerpreis-content.-collapsible .-head .col-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 13px;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.wakkerpreis-content.-collapsible .-content .col {
  padding-top: 56px;
}
.wakkerpreis-content.-collapsible .-content .col-image {
  padding-top: 56px;
  position: relative;
}
.wakkerpreis-content.-collapsible .-content .col-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 13px;
  bottom: -26px;
  background: #fff;
}
.wakkerpreis-content.-collapsible .wakkerpreis-button.-link {
  padding: 8px 12px 8px 12px;
  background-color: transparent;
  color: #242f3a;
  width: 100% !important;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px solid;
  padding: 0px;
  text-transform: none;
  font-size: 18px;
}
.wakkerpreis-content.-collapsible .wakkerpreis-button.-link:before {
  content: "»";
}
.wakkerpreis-content.-collapsible ul {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.wakkerpreis-content.-collapsible ul li {
  padding-left: 0;
}
.wakkerpreis-content.-collapsible ul li:before {
  display: none;
}
.wakkerpreis-content.-collapsible ul a:before {
  content: "» ";
}
.wakkerpreis-content.-collapsible:not(.-isotope):first-child {
  margin-top: 26px;
}
.wakkerpreis-content.-collapsible:not(:last-child) {
  margin-bottom: 45px;
}
.wakkerpreis-content.-collapsible .-inside {
  padding: 30px 40px 0px 40px;
}
@media (max-width: 575.98px) {
  .wakkerpreis-content.-collapsible .-inside {
    padding: 30px 20px 0px 20px;
  }
}
.wakkerpreis-content.-collapsible .-inside-middle {
  padding: 15px 40px 0px 40px !important;
}
@media (max-width: 575.98px) {
  .wakkerpreis-content.-collapsible .-inside-middle {
    padding: 15px 20px 0px 20px !important;
  }
}
.wakkerpreis-content.-collapsible .-inside-bottom {
  padding: 0px 40px 30px 40px;
}
@media (max-width: 575.98px) {
  .wakkerpreis-content.-collapsible .-inside-bottom {
    padding: 0px 20px 0px 20px !important;
  }
}
.wakkerpreis-content.-collapsible img {
  display: block;
  width: 100%;
}
.wakkerpreis-content.-collapsible .-head h3, .wakkerpreis-content.-collapsible .-head .h3 {
  margin-bottom: 0;
}
.wakkerpreis-content.-collapsible .-head .row, .wakkerpreis-content.-collapsible .-head .row > * {
  margin-bottom: 0;
}
.wakkerpreis-content.-collapsible .-toggle {
  color: #242f3a;
  margin-top: 7px !important;
  margin-right: 28px;
}
.wakkerpreis-content.-collapsible .-toggle:hover, .wakkerpreis-content.-collapsible .-toggle:active {
  color: #fff;
}
.wakkerpreis-content.-collapsible .-toggle.collapsed {
  margin-top: 39px;
}
.wakkerpreis-content.-collapsible .-toggle.collapsed .-less {
  display: none;
}
.wakkerpreis-content.-collapsible .-toggle.collapsed i {
  transform: translateY(-50%) rotate(180deg);
}
.wakkerpreis-content.-collapsible .-toggle:not(.collapsed) .-more {
  display: none;
}
.wakkerpreis-content.-collapsible .-toggle.-isotope .-toggle {
  margin-top: 20px !important;
}
.wakkerpreis-content.-collapsible:not(.-image) {
  padding-top: 28px;
  padding-bottom: 28px;
}
.wakkerpreis-content.-collapsible:not(.-image) > * {
  padding-left: 28px;
}
.wakkerpreis-content.-collapsible:not(.-image) > *.-content {
  padding-right: 28px;
}
.wakkerpreis-content.-collapsible .-content > * ul > li:not(:last-child) {
  margin-bottom: 7px;
}
.wakkerpreis-content.-collapsible .-pretitle {
  font-size: 32px;
  color: #a50344;
}
@media (max-width: 1099.98px) {
  .wakkerpreis-content.-collapsible .-pretitle {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .wakkerpreis-content.-collapsible .-head .row > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .wakkerpreis-content.-collapsible.-image {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .wakkerpreis-content.-collapsible.-image > * {
    padding-left: 0px;
  }
  .wakkerpreis-content.-collapsible .col-image {
    padding-bottom: 0px;
  }
}
.wakkerpreis-content.-collapsible.-isotope .-pretitle {
  font-size: 18px;
  color: #a50344;
  font-weight: 700;
}
.wakkerpreis-content.-collapsible.-isotope .-title {
  hyphens: auto;
}
.wakkerpreis-content.-collapsible.-isotope .link-title {
  display: block;
}
.wakkerpreis-content.-collapsible.-isotope .-toggle {
  margin-top: 39px !important;
}
.wakkerpreis-content.-collapsible .col-image {
  position: relative;
}
.wakkerpreis-content.-collapsible .col-image .tag {
  position: absolute;
  top: 0px;
  left: 43px;
  background: #a50344;
  font-size: 20px;
  padding: 12px 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .wakkerpreis-content.-collapsible:not(.-isotope) .-head .col-image:after {
    display: none;
  }
  .wakkerpreis-content.-collapsible:not(.-isotope) .-head .col-image img {
    margin-bottom: 15px;
  }
  .wakkerpreis-content.-collapsible:not(.-isotope) .-head .col {
    padding-bottom: 30px;
  }
  .wakkerpreis-content.-collapsible:not(.-isotope) .-head .-pretitle {
    font-size: 18px;
    color: #a50344;
    font-weight: 700;
  }
  .wakkerpreis-content.-collapsible:not(.-isotope) .-content .col-image {
    display: none;
  }
  .wakkerpreis-content.-collapsible:not(.-isotope) .-content .col {
    padding-top: 0px;
  }
}
.wakkerpreis-content.-collapsible:not(.-isotope) .col, .wakkerpreis-content.-collapsible:not(.-isotope) .col-auto {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .wakkerpreis-content.-collapsible:not(.-isotope) .collapse.show .col-image {
    max-width: 0px;
    height: 0px;
    display: none;
    visibility: hidden;
  }
}
.wakkerpreis-content.-form {
  margin-top: 26px;
}
.wakkerpreis-content.-form .row {
  margin-bottom: 0px;
}
.wakkerpreis-content.-form label, .wakkerpreis-content.-form input:not([type="submit"]), .wakkerpreis-content.-form textarea {
  display: block;
  width: 100%;
  outline: none;
}
.wakkerpreis-content.-form label {
  margin-bottom: 0.5em;
}
.wakkerpreis-content.-form .col-lg-4 {
  line-height: 2.4375rem;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .wakkerpreis-content.-form .col-lg-4 {
    text-align: left;
    margin-bottom: 5px;
  }
}
.wakkerpreis-content.-form .wpcf7-radio {
  line-height: 2.4375rem;
}
.wakkerpreis-content.-form input[type="text"], .wakkerpreis-content.-form input[type="email"], .wakkerpreis-content.-form select {
  border: 0px;
  border-bottom: 2px solid #242f3a;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 25px;
  color: #092a30;
  background-color: #fff;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  padding: 0.5rem;
  margin: 0;
}
.wakkerpreis-content.-form textarea {
  margin: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 240px;
  min-height: 50px;
  padding: 0.5rem;
  border: 0px;
  border-bottom: 2px solid #242f3a;
  margin: 0 0 1rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 25px;
  color: #092a30;
  background-color: #fff;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wakkerpreis-content.-form ::-webkit-input-placeholder {
  color: #092a30;
}
.wakkerpreis-content.-form ::-moz-placeholder {
  color: #092a30;
}
.wakkerpreis-content.-form :-ms-input-placeholder {
  color: #092a30;
}
.wakkerpreis-content.-form :-moz-placeholder {
  color: #092a30;
}
.wakkerpreis-content.-form input[type="radio"] {
  display: inline-block;
  width: auto;
  outline: none;
}
.wakkerpreis-content.-form input[type="submit"] {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 8px 12px 8px 12px;
  border: 4px solid;
  border-radius: 0px;
  background-color: #fff;
  color: #242f3a;
  text-transform: uppercase;
  transition: 0.2s ease-out;
  border-color: #242f3a;
}
.wakkerpreis-content.-form input[type="submit"]:hover {
  background-color: #242f3a;
  color: #fff;
}
.wakkerpreis-content.-image {
  display: block;
  margin: 0;
  padding: 0;
}
.wakkerpreis-content.-image picture, .wakkerpreis-content.-image img {
  display: block;
  width: 100%;
}
.link-title {
  font-weight: 700;
  color: #a50344;
  display: none;
  margin-bottom: 7px;
}
.download-title {
  font-weight: 700;
  color: #c1baa4;
  margin-bottom: 7px;
}
.wakkerpreis-button {
  display: inline-block;
  position: relative;
  padding: 8px 12px 8px 12px;
  border: 4px solid;
  font-family: "Avenir Next W01", sans-serif;
  color: inherit;
  font-weight: 700;
  transition: 0.2s ease-out;
  text-align: center;
  max-width: 100%;
  background-color: transparent;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.wakkerpreis-button.-white {
  color: #fff;
}
.wakkerpreis-button.-white:hover {
  background: #fff;
}
.wakkerpreis-button:hover, .wakkerpreis-button:active {
  opacity: 0.9;
  color: #fff;
  background: #242f3a;
  text-decoration: none;
  border-color: #242f3a;
}
.wakkerpreis-button.-download {
  padding: 8px 12px 8px 12px;
  background-color: transparent;
  color: #242f3a;
  width: 100% !important;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px solid;
  padding: 0px;
  text-transform: none;
  font-size: 18px;
}
.wakkerpreis-button.-download:before {
  content: "»";
}
.wakkerpreis-button.-link, .wakkerpreis-button.-toggle {
  padding: 8px 12px 8px 12px;
  text-align: left;
}
.wakkerpreis-button.-link i, .wakkerpreis-button.-toggle i {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.wakkerpreis-button.-link, .wakkerpreis-button.-download {
  width: auto;
}
.wakkerpreis-button.-download i {
  font-size: 44px;
}
.wakkerpreis-button.-toggle i {
  right: 17px;
  font-size: 21px;
  transition: transform 0.2s ease-out;
}
@media (max-width: 767.98px) {
  .col-8 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}
